{"info":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>The Domo Product APIs are the APIs that drive the entire Domo platform behind the scenes. Anything you can do via the user interface in Domo can be done via the Product APIs. The official documentation for these APIs can be found here: <a href=\"https://developer.domo.com/portal/8ba9aedad3679-ap-is#product-apis\">Domo Developer - Product APIs Overview</a>. Now that I am a Domo employee, I will be working with them to pull my efforts into the official documentation over time. But, we wanted to provide the community with this information ASAP, which is why this Postman collection is being shared outside of the official documentation.</p>\n<h1 id=\"disclaimer\">Disclaimer</h1>\n<p>This Postman collection is unofficial and not provided by Domo, Inc. I have been given permission by Domo to share this Postman collection with the Domo Community. However, use of this Postman collection is at your own risk. The Product APIs are subject to change without notice. You are responsible for anything done using these APIs. It is recommended to use them in a sandbox environment first so you don't accidentally mess up something in production. And it is not recommended to ever use these APIs with system critical processes.</p>\n<p>While this Postman collection is extensive, it isn't 100% comprehensive. Some endpoints and possible field values are missing. Most endpoints don't have response examples yet. I plan to continue to update this collection over time. If you fork this collection, you can pull these new updates as they become available to merge into your fork. You can also explore the Product APIs yourself by using a combination of this collection and the developer tools network console in your browser while in Domo. You can learn more about the developer tools in Google Chrome <a href=\"https://developer.chrome.com/docs/devtools/overview#network\">here</a>.</p>\n<h1 id=\"setup\">Setup</h1>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Authenticating to the Product APIs is achieved with an access token. This access token must be sent with every API request as the value to the header X-DOMO-Developer-Token. You can learn more about creating and managing access tokens <a href=\"https://domo-support.domo.com/s/article/360042934494?language=en_US\">here</a>. In this collection, you can update the value of the variable X-DOMO-Developer-Token to have it included properly in your requests. You can do this by adding the access token to your Postman Vault (recommended), setting the value of the variable directly under the variables tab in this collection, or by creating an environment variable.</p>\n<h2 id=\"instance\">Instance</h2>\n<p>You must also set the value of the variable instance to properly ping your environment with this collection. You can find the value of instance by visitng your Domo environment in your browser, and copying the URL part between <strong>https://</strong> and <strong>.domo.com</strong>. You can either update the variable directly under the variables tab in this collection or by creating an environment variable to overwrite it.</p>\n<h2 id=\"fork\">Fork</h2>\n<p>To use the collection, you will need to fork it so you have a version saved to your own Postman account and workspace. Forking allows you to then modify the collection as you see fit, including saving responses as examples, adding specific IDs relevant to your environment, etc. As I update this collection over time, you can pull the updates from this main collection to your fork, and merge them how you see fit with any modifications you've made.</p>\n<h1 id=\"help\">Help</h1>\n<p>I've tried my best to document each endpoint using Postman's new <a href=\"https://learning.postman.com/docs/design-apis/collections/view-properties-and-documentation/\">types feature</a> as well as some written documentation. I plan to further the documentation over time. If you have questions or need additional help, the <a href=\"https://community-forums.domo.com/main/discussions\">Domo Community Forum</a> and <a href=\"https://domousergroup.carrd.co/\">Domo User Group Slack</a> are great resources. You can also send me a DM on the Domo User Group Slack.</p>\n<h1 id=\"format\">Format</h1>\n<p>The folders in this collection are ordered alphabetically. The folders are named according to how they are referenced in the API endpoint. Sometimes, these terms don't match what you see in Domo. In those cases, I have added parentheses following the name that contain the common term used in the Domo user interface e.g., Pages (Dashboards).</p>\n<p>Within each folder, endpoints are ordered top to bottom by the following categories, then by relevance within those:</p>\n<ol>\n<li><p>Subfolders</p>\n</li>\n<li><p>List/Search</p>\n</li>\n<li><p>Get</p>\n</li>\n<li><p>Operation (e.g., Share, Run, etc.)</p>\n</li>\n<li><p>Create</p>\n</li>\n<li><p>Update</p>\n</li>\n<li><p>Delete</p>\n</li>\n</ol>\n<hr>\n<h2 id=\"merged-collection\">Merged Collection</h2>\n<p>This collection combines:</p>\n<ul>\n<li><p><strong>Domo Product APIs</strong> - Comprehensive API coverage with clean variable structure</p>\n</li>\n<li><p><strong>Domo Documentation</strong> - Authenticated endpoints organized by authentication type</p>\n</li>\n</ul>\n<p>All variables have been standardized to use the Product APIs structure:</p>\n<ul>\n<li><p><code>instance</code>: Your Domo instance name</p>\n</li>\n<li><p><code>instanceUrl</code>: https://{{instance}}.domo.com</p>\n</li>\n<li><p><code>baseUrl</code>: https://{{instance}}.domo.com/api</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Disclaimer","slug":"disclaimer"},{"content":"Setup","slug":"setup"},{"content":"Help","slug":"help"},{"content":"Format","slug":"format"}],"owner":"5049119","collectionId":"d4b2f432-ee61-488e-92eb-63944bad9690","publishedId":"UyxbppB2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2026-01-04T20:07:19.000Z"},"item":[{"name":"Authentication","item":[{"name":"Full Authentication","event":[{"listen":"test","script":{"id":"49cff43c-89b7-4469-8afb-40cd86539f37","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"session_token\", jsonData.sessionToken);\r",""],"type":"text/javascript"}}],"id":"7689b72a-f3b5-4955-b7b3-8cd1297e1efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"password\",\r\n    \"emailAddress\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/authentication","description":"<p>StartFragmentStartFragment</p>\n<h3 id=\"description-usage\">Description (usage)</h3>\n<p>Undocumented public apis require a <strong>x-domo-authentication</strong> header with the session token.Use Full Authentication request to get a session token.</p>\n<h3 id=\"ui-reference\"><strong>UI reference</strong></h3>\n<p>Authentication prompt to Domo</p>\n<h3 id=\"ressources\"><strong>Ressources</strong></h3>\n<p><a href=\"https://desktop.postman.com/?desktopVersion=9.16.0&amp;userId=5049119&amp;teamId=352341\">Link to KB</a></p>\n<h3 id=\"required-parameters\">Required parameters</h3>\n<p>N/A</p>\n<h3 id=\"optional-parameters\">Optional parameters</h3>\n<p>DID THIS WORK?</p>\n<p>N/A</p>\n<h3 id=\"return-value\"><strong>Return value</strong></h3>\n<ul>\n<li>Session token</li>\n</ul>\n<p>Please refer to the example below:</p>\n<p>EndFragment</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","authentication"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"7021da83-0242-41f4-8799-02d86a907230","name":"Full Authentication","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"password\",\r\n    \"emailAddress\": \"{{username}}\",\r\n    \"password\": \"{{password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/content/v2/authentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 18:08:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 1893952720,\n    \"success\": true,\n    \"sessionToken\": \"\",\n    \"twoFactorInfo\": {\n        \"token\": null,\n        \"key\": null,\n        \"status\": \"VALID\",\n        \"phoneMask\": null\n    }\n}"}],"_postman_id":"7689b72a-f3b5-4955-b7b3-8cd1297e1efd"},{"name":"Developer Authentication","event":[{"listen":"test","script":{"id":"9f367e2f-cede-4ad9-ad07-3a6e920fa672","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"developer_token\", jsonData.access_token);\r",""],"type":"text/javascript"}}],"id":"a1f08819-a75a-4b6d-b860-f28c18161ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{client_id}}"},{"key":"password","value":"{{client_secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.domo.com/oauth/token?grant_type=client_credentials","urlObject":{"protocol":"https","path":["oauth","token"],"host":["api","domo","com"],"query":[{"key":"grant_type","value":"client_credentials"}],"variable":[]}},"response":[],"_postman_id":"a1f08819-a75a-4b6d-b860-f28c18161ee9"}],"id":"031ad1d3-e5c3-45f5-89c2-682c27e9a1cf","_postman_id":"031ad1d3-e5c3-45f5-89c2-682c27e9a1cf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Developer_Auth","item":[{"name":"Dataset","item":[{"name":"Query Dataset with SQL","id":"df9b3901-2b94-49f6-918d-a4e700f3ab9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sql\": \"select * from table limit 50\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.domo.com/v1/datasets/query/execute/{{dataset_id}}?IncludeHeaders=true","description":"<h2 id=\"authentication\">Authentication</h2>\n<p>The Query API requires the use of the domo-developer-token (Admin &gt; Access Token). The full_auth token will not work.</p>\n<p>Another equivalent that uses the public APIs</p>\n<p><a href=\"https://developer.domo.com/docs/dataset-api-reference/dataset#Query%20a%20DataSet\">https://developer.domo.com/docs/dataset-api-reference/dataset#Query%20a%20DataSet</a></p>\n<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Query Dataset by SQL Query in the body.</p>\n<p><strong>UI reference</strong></p>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p>N/A</p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset ID</li>\n<li><strong>SQL Query</strong></li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Output table the result of query</li>\n</ul>\n<p>Please refer to the example below:</p>\n","urlObject":{"protocol":"https","path":["v1","datasets","query","execute","{{dataset_id}}"],"host":["api","domo","com"],"query":[{"key":"IncludeHeaders","value":"true"}],"variable":[]}},"response":[{"id":"9a3f7b98-0103-4418-a912-928613cc0500","name":"Query Dataset with SQL - sample","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{ \"sql\": \"select * from table limit 5\" }","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/query/v1/execute/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 May 2022 14:54:35 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"3844"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"datasource\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"device\": \"ad3-prod1-40\",\n    \"queryUrl\": \"/query/mmmm-0012-0200/94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"columns\": [\n        \"Display Name\",\n        \"Role\",\n        \"User ID\",\n        \"Created Date\",\n        \"Department\",\n        \"Email\",\n        \"Type\",\n        \"Source_ID\",\n        \"Action\",\n        \"Object_Type\",\n        \"Object_ID\",\n        \"Object_Name\",\n        \"IP_Address\",\n        \"Event_Time\",\n        \"Device\",\n        \"Browser_Details\",\n        \"Last Login\",\n        \"Event_Date\"\n    ],\n    \"metadata\": [\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"DATETIME\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"DATETIME\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"STRING\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"DATETIME\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        },\n        {\n            \"type\": \"DATE\",\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"maxLength\": -1,\n            \"minLength\": -1,\n            \"aggregated\": false\n        }\n    ],\n    \"fromcache\": \"false\",\n    \"numColumns\": 18,\n    \"rows\": [\n        [\n            \"Kevin Brown\",\n            \"Admin\",\n            \"0000\",\n            \"2009-12-07T17:57:47\",\n            \"Welcome\",\n            \"email.com\",\n            \"USER\",\n            \"94148\",\n            \"VIEWED\",\n            \"PAGE\",\n            \"900\",\n            \"Learn Domo\",\n            \"\",\n            \"2008-05-15T16:59:36\",\n            \"desktop\",\n            \"\",\n            \"2012-04-29T16:15:24\",\n            \"2008-05-15\"\n        ]\n    ],\n    \"numRows\": 1,\n    \"duration\": \"133\"\n}"}],"_postman_id":"df9b3901-2b94-49f6-918d-a4e700f3ab9d"},{"name":"Upload data via CSV (doesn't run in Postman)","id":"ff102f88-686b-4f7b-8226-d0699795427b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"connection":true,"accept-encoding":true,"accept":true,"user-agent":true,"host":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"Jae and Oleksii, why not?\r\nhello, we are one","options":{"raw":{"language":"text"}}},"url":"https://api.domo.com/v1/datasets/{{dataset_id}}/data?updateMethod=REPLACE","description":"<p>Request does not run in Postman however will run with the same config in JavaScript and Python</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","datasets","{{dataset_id}}","data"],"host":["api","domo","com"],"query":[{"key":"updateMethod","value":"REPLACE"}],"variable":[]}},"response":[],"_postman_id":"ff102f88-686b-4f7b-8226-d0699795427b"},{"name":"Get Dataset","id":"24222fdc-e4ca-4b80-a383-a7ff97fea02e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.domo.com/v1/datasets/{{dataset_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","datasets","{{dataset_id}}"],"host":["api","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"24222fdc-e4ca-4b80-a383-a7ff97fea02e"},{"name":"Create Dataset","id":"57055bfc-d27a-4ad9-8e0b-b68b6f8f8e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Leonhard Euler Party\",\r\n        \"description\": \"Mathematician Guest List\",\r\n            \"rows\": 0,\r\n                \"schema\": {\r\n        \"columns\": [{\r\n            \"type\": \"STRING\",\r\n            \"name\": \"Friend\"\r\n        }, {\r\n            \"type\": \"STRING\",\r\n            \"name\": \"Attending\"\r\n        }]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.domo.com/v1/datasets","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","datasets"],"host":["api","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"57055bfc-d27a-4ad9-8e0b-b68b6f8f8e76"}],"id":"cab3ad0c-2b1a-48f7-ab6d-9da633fc4af2","_postman_id":"cab3ad0c-2b1a-48f7-ab6d-9da633fc4af2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}}},{"name":"User","item":[{"name":"Get User","id":"8434be46-3c4b-4163-840d-5a5364c3ef32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.domo.com/v1/users/{{user_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","users","{{user_id}}"],"host":["api","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8434be46-3c4b-4163-840d-5a5364c3ef32"},{"name":"Request User Email - Reset - No Auth","id":"9f090a98-2577-4cc4-8b22-b4f42665dcdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/domoweb/auth/sendReset?email={{username}}&locale=en-us","urlObject":{"protocol":"https","path":["api","domoweb","auth","sendReset"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"email","value":"{{username}}"},{"key":"locale","value":"en-us"}],"variable":[]}},"response":[],"_postman_id":"9f090a98-2577-4cc4-8b22-b4f42665dcdf"}],"id":"824d7379-800a-4a9f-8c9a-d0305c6b876d","_postman_id":"824d7379-800a-4a9f-8c9a-d0305c6b876d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}}},{"name":"Groups","item":[{"name":"Get Group","id":"ca62a9e2-c6f4-4ce5-b735-89d690978a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.domo.com/v1/groups/{{group_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["v1","groups","{{group_id}}"],"host":["api","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca62a9e2-c6f4-4ce5-b735-89d690978a05"}],"id":"e7f340cd-7767-4a13-8924-c2ef9fe820f8","_postman_id":"e7f340cd-7767-4a13-8924-c2ef9fe820f8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":true,"source":{"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","name":"Developer_Auth","type":"folder"}}}],"id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{developer_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a133f30e-a47d-4bc0-bcf9-9ac0ccb25933","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d1a3386a-bc2a-48a4-991c-272084d30d2d","type":"text/javascript","exec":[""]}}],"_postman_id":"b38cc77e-754f-4a92-88e7-b50e9ddfb6d3","description":""},{"name":"Full_Auth","item":[{"name":"Account","item":[{"name":"GET Account by ID","id":"f3c0443f-fe53-4a13-8fcb-d369be7736ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3c0443f-fe53-4a13-8fcb-d369be7736ca"},{"name":"GET all accounts","id":"2e43b935-eb5c-40a3-a95a-16845f5b2f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e43b935-eb5c-40a3-a95a-16845f5b2f35"},{"name":"SEARCH Accounts by Name","id":"5aa19846-5ae8-48de-a3a9-984f0010f1ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 100,\r\n    \"offset\": 0,\r\n    \"combineResults\": false,\r\n    \"query\": \"*sdk*\",\r\n    \"filters\": [],\r\n    \"facetValuesToInclude\": [\r\n        \"DATAPROVIDERNAME\",\r\n        \"OWNED_BY_ID\",\r\n        \"VALID\",\r\n        \"USED\",\r\n        \"LAST_MODIFIED_DATE\"\r\n    ],\r\n    \"queryProfile\": \"GLOBAL\",\r\n    \"entityList\": [\r\n        [\r\n            \"account\"\r\n        ]\r\n    ],\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"display_name_sort\",\r\n                \"sortOrder\": \"ASC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","description":"<p>Will return all accounts the requestor has access to (including those NOT explicitly shared if the user has manage_all_accounts role)</p>\n<p>This is in contrast to the /accounts API which only returns accounts that has explicitly been shared.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5aa19846-5ae8-48de-a3a9-984f0010f1ec"},{"name":"Create Account","id":"57ef56d3-1fc1-4266-816b-6a96c74a6643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"57ef56d3-1fc1-4266-816b-6a96c74a6643"},{"name":"GET Account - Config Details","id":"6a0d3926-6f6d-41af-a5f9-cb3e2d0b8684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/data/v1/providers/{{account_provider_type}}/account/{{account_id}}?unmask=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v1","providers","{{account_provider_type}}","account","{{account_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"unmask","value":"true"}],"variable":[]}},"response":[],"_postman_id":"6a0d3926-6f6d-41af-a5f9-cb3e2d0b8684"},{"name":"is Account Valid - Validator","id":"28a4a50e-75a9-4bf8-b528-412e1aea00b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"dataProviderKey\":\"abstract-credential-store\",\"credentials\":{\"credentials\":\"i love santa claus\"},\"accoundId\":\"38\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts/validators","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","validators"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"28a4a50e-75a9-4bf8-b528-412e1aea00b2"},{"name":"Share Account_v2","id":"d82bb17d-84e9-4420-9140-9f74e7a6a796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"type\":\"USER\",\"id\":1256759792,\"accessLevel\":\"CAN_VIEW\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/accounts/share/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","accounts","share","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d82bb17d-84e9-4420-9140-9f74e7a6a796"},{"name":"Share Account_v1 - DEPRECATED","id":"add8b48f-c1ad-4fb9-aeb6-c534187962c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"type\":\"USER\",\"id\":1256759792,\"accessLevel\":\"CAN_VIEW\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/accounts/share/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","accounts","share","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"add8b48f-c1ad-4fb9-aeb6-c534187962c7"},{"name":"Edit Account - Config Details","id":"9e4805ae-52ae-4776-b324-cdeb4ab964e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"credentials\": \"i love santa Claus\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/providers/{{account_provider_type}}/account/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","providers","{{account_provider_type}}","account","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e4805ae-52ae-4776-b324-cdeb4ab964e0"},{"name":"Edit Account - Name","id":"e25c44c0-96a4-4763-ba83-2105e589c6d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/{{account_id}}/name\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","{{account_id}}","name\n"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e25c44c0-96a4-4763-ba83-2105e589c6d0"},{"name":"DELETE Account","id":"46710a4a-47e6-4939-9306-212318bf7ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"46710a4a-47e6-4939-9306-212318bf7ebd"}],"id":"1356c63f-8ee2-46a8-8f7e-48b72a734c3c","_postman_id":"1356c63f-8ee2-46a8-8f7e-48b72a734c3c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Activity Log","item":[{"name":"Get Activity Log","id":"24303972-a8f6-4db5-8bc4-2a66a463bf41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/audit/v1/user-audits?start=1646434158639&end=1654206558639&offset=0&limit=300&objectType=DATAFLOW_TYPE,ACCOUNT","description":"<p>objectTypes can be:</p>\n<ul>\n<li>ACCOUNT</li>\n<li>DATAFLOW_TYPE</li>\n<li>DATA_SOURCE</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","audit","v1","user-audits"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"start","value":"1646434158639"},{"key":"end","value":"1654206558639"},{"key":"offset","value":"0"},{"key":"limit","value":"300"},{"key":"objectType","value":"DATAFLOW_TYPE,ACCOUNT"}],"variable":[]}},"response":[{"id":"dc7e1c61-d415-4d83-af5a-e7533f9d20d8","name":"Get Activity Log","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domo_instance}}.domo.com/api/audit/v1/user-audits?start=1646434158639&end=1654206558639&offset=0&limit=300","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","audit","v1","user-audits"],"query":[{"key":"start","value":"1646434158639"},{"key":"end","value":"1654206558639"},{"key":"offset","value":"0"},{"key":"limit","value":"300"},{"key":"objectType","value":"DATAFLOW_TYPE","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 02 Jun 2022 22:00:20 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"ACTIVITY_LOG\",\n        \"additionalComment\": \"Jae Wilson viewed the activity log.\",\n        \"time\": 1654205894927,\n        \"eventText\": \"Viewed activity log\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DOWNLOADED\",\n        \"objectName\": \"Image background\",\n        \"objectId\": \"14\",\n        \"objectType\": \"FILE_REVISION\",\n        \"additionalComment\": \"Jae Wilson downloaded Image background from file FILE:13.\",\n        \"time\": 1654205883437,\n        \"eventText\": \"Downloaded a file version\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Jae Wilson viewed page Welcome.\",\n        \"time\": 1654205883081,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Workbench Monitoring\",\n        \"objectId\": \"1416746303\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Workbench Monitoring.\",\n        \"time\": 1654203736507,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Welcome.\",\n        \"time\": 1654203736386,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Virtual User Group\",\n        \"objectId\": \"138471350\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Virtual User Group.\",\n        \"time\": 1654203736256,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Text Analytics\",\n        \"objectId\": \"225044251\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Text Analytics.\",\n        \"time\": 1654203735873,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"TED Talks\",\n        \"objectId\": \"654717844\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page TED Talks.\",\n        \"time\": 1654203735517,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"ST_-Superman-_\",\n        \"objectId\": \"1777803864\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page ST_-Superman-_.\",\n        \"time\": 1654203735231,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Shared\",\n        \"objectId\": \"-100002\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Shared.\",\n        \"time\": 1654203734925,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"SDKs\",\n        \"objectId\": \"1222214176\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page SDKs.\",\n        \"time\": 1654203734786,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Quotes\",\n        \"objectId\": \"1124898205\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Quotes.\",\n        \"time\": 1654203734621,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"PUG Meetings\",\n        \"objectId\": \"377658733\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page PUG Meetings.\",\n        \"time\": 1654203734102,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Overview\",\n        \"objectId\": \"-100000\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Overview.\",\n        \"time\": 1654203733892,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"More\",\n        \"objectId\": \"-100015\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page More.\",\n        \"time\": 1654203733661,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Marketing Calendar Demo\",\n        \"objectId\": \"1642445256\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Marketing Calendar Demo.\",\n        \"time\": 1654203733170,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Magic ETL Tiles\",\n        \"objectId\": \"1383443237\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Magic ETL Tiles.\",\n        \"time\": 1654203732973,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Learn Domo\",\n        \"objectId\": \"522373865\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Learn Domo.\",\n        \"time\": 1654203732784,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"JaeW_AtOnyx\",\n        \"objectId\": \"127044793\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page JaeW_AtOnyx.\",\n        \"time\": 1654203732431,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Interesting ways to use...\",\n        \"objectId\": \"1714911359\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Interesting ways to use....\",\n        \"time\": 1654203732309,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Instance Maintenance\",\n        \"objectId\": \"1213767347\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Instance Maintenance.\",\n        \"time\": 1654203731857,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Ideas Conference - Beast Modes\",\n        \"objectId\": \"153363555\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Ideas Conference - Beast Modes.\",\n        \"time\": 1654203731639,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"How Should we manage this monster?\",\n        \"objectId\": \"1018018941\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page How Should we manage this monster?.\",\n        \"time\": 1654203731504,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Heat maps\",\n        \"objectId\": \"899492706\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Heat maps.\",\n        \"time\": 1654203731370,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"GrantSmith\",\n        \"objectId\": \"98412364\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page GrantSmith.\",\n        \"time\": 1654203731238,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Stuff\",\n        \"objectId\": \"1891382078\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Stuff.\",\n        \"time\": 1654203731001,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Sample Datasets\",\n        \"objectId\": \"323350229\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Sample Datasets.\",\n        \"time\": 1654203730851,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Form Builder\",\n        \"objectId\": \"1510840810\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Form Builder.\",\n        \"time\": 1654203730654,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Forecasting / Inline Editor App\",\n        \"objectId\": \"1386300631\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Forecasting / Inline Editor App.\",\n        \"time\": 1654203730355,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Favorites\",\n        \"objectId\": \"-100003\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Favorites.\",\n        \"time\": 1654203730034,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"DomoStats Activity Log\",\n        \"objectId\": \"1845973736\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page DomoStats Activity Log.\",\n        \"time\": 1654203729319,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Specs and Standards\",\n        \"objectId\": \"1566221928\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Specs and Standards.\",\n        \"time\": 1654203728981,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Messaging\",\n        \"objectId\": \"384855757\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Messaging.\",\n        \"time\": 1654203728642,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Knowledge and Reference Materials\",\n        \"objectId\": \"965980384\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Knowledge and Reference Materials.\",\n        \"time\": 1654203728510,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo IDEA Exchange\",\n        \"objectId\": \"109096720\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo IDEA Exchange.\",\n        \"time\": 1654203728388,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo APIs\",\n        \"objectId\": \"531423275\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo APIs.\",\n        \"time\": 1654203728256,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dojo Solutions\",\n        \"objectId\": \"1267639476\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dojo Solutions.\",\n        \"time\": 1654203728157,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Developer Portal\",\n        \"objectId\": \"1973375319\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Developer Portal.\",\n        \"time\": 1654203727959,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Demo Apps\",\n        \"objectId\": \"545237196\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Demo Apps.\",\n        \"time\": 1654203727712,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dataset Schemas\",\n        \"objectId\": \"1289295627\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dataset Schemas.\",\n        \"time\": 1654203727356,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Stories\",\n        \"objectId\": \"52816148\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Stories.\",\n        \"time\": 1654203727136,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Science Workshop\",\n        \"objectId\": \"400620119\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Science Workshop.\",\n        \"time\": 1654203726987,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data\",\n        \"objectId\": \"951949615\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data.\",\n        \"time\": 1654203726792,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Date Dimensions with Offset\",\n        \"objectId\": \"125461895\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Date Dimensions with Offset.\",\n        \"time\": 1654203726656,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Apps\",\n        \"objectId\": \"989969396\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Apps.\",\n        \"time\": 1654203726529,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Crypto Use-Case\",\n        \"objectId\": \"1533239291\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Crypto Use-Case.\",\n        \"time\": 1654203726391,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (COVID-19) Dashboard\",\n        \"objectId\": \"790951325\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (COVID-19) Dashboard.\",\n        \"time\": 1654203726092,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (Alexis)\",\n        \"objectId\": \"756869253\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (Alexis).\",\n        \"time\": 1654203725896,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Contiguous United States Detail (Alexis)\",\n        \"objectId\": \"11555470\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Contiguous United States Detail (Alexis).\",\n        \"time\": 1654203725474,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CLI\",\n        \"objectId\": \"717329130\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CLI.\",\n        \"time\": 1654203725331,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CEO\",\n        \"objectId\": \"-100012\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CEO.\",\n        \"time\": 1654203725243,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beta\",\n        \"objectId\": \"1240435664\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beta.\",\n        \"time\": 1654203724964,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"1759878295\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654203724831,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"727624603\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654203724677,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Battlecard\",\n        \"objectId\": \"-100017\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Battlecard.\",\n        \"time\": 1654203724549,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Auto PDP?\",\n        \"objectId\": \"1374472120\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Auto PDP?.\",\n        \"time\": 1654203724227,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Analyzer\",\n        \"objectId\": \"608900314\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Analyzer.\",\n        \"time\": 1654203724088,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Alerts\",\n        \"objectId\": \"-100001\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Alerts.\",\n        \"time\": 1654203723950,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"99 Metrics\",\n        \"objectId\": \"-100016\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 99 Metrics.\",\n        \"time\": 1654203723798,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"20210623_TRAINING_DomoStats Activity Log App\",\n        \"objectId\": \"1316566624\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 20210623_TRAINING_DomoStats Activity Log App.\",\n        \"time\": 1654203723179,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Workbench Monitoring\",\n        \"objectId\": \"1416746303\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Workbench Monitoring.\",\n        \"time\": 1654200101280,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Welcome.\",\n        \"time\": 1654200101095,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Virtual User Group\",\n        \"objectId\": \"138471350\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Virtual User Group.\",\n        \"time\": 1654200100915,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Text Analytics\",\n        \"objectId\": \"225044251\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Text Analytics.\",\n        \"time\": 1654200100159,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"TED Talks\",\n        \"objectId\": \"654717844\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page TED Talks.\",\n        \"time\": 1654200099822,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"ST_-Superman-_\",\n        \"objectId\": \"1777803864\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page ST_-Superman-_.\",\n        \"time\": 1654200099520,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Shared\",\n        \"objectId\": \"-100002\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Shared.\",\n        \"time\": 1654200099154,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"SDKs\",\n        \"objectId\": \"1222214176\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page SDKs.\",\n        \"time\": 1654200098979,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Quotes\",\n        \"objectId\": \"1124898205\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Quotes.\",\n        \"time\": 1654200098766,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"PUG Meetings\",\n        \"objectId\": \"377658733\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page PUG Meetings.\",\n        \"time\": 1654200098214,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Overview\",\n        \"objectId\": \"-100000\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Overview.\",\n        \"time\": 1654200098034,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"More\",\n        \"objectId\": \"-100015\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page More.\",\n        \"time\": 1654200097825,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Marketing Calendar Demo\",\n        \"objectId\": \"1642445256\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Marketing Calendar Demo.\",\n        \"time\": 1654200097197,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Magic ETL Tiles\",\n        \"objectId\": \"1383443237\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Magic ETL Tiles.\",\n        \"time\": 1654200096951,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Learn Domo\",\n        \"objectId\": \"522373865\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Learn Domo.\",\n        \"time\": 1654200096729,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"JaeW_AtOnyx\",\n        \"objectId\": \"127044793\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page JaeW_AtOnyx.\",\n        \"time\": 1654200096269,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Interesting ways to use...\",\n        \"objectId\": \"1714911359\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Interesting ways to use....\",\n        \"time\": 1654200096114,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Instance Maintenance\",\n        \"objectId\": \"1213767347\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Instance Maintenance.\",\n        \"time\": 1654200095851,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Ideas Conference - Beast Modes\",\n        \"objectId\": \"153363555\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Ideas Conference - Beast Modes.\",\n        \"time\": 1654200095588,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"How Should we manage this monster?\",\n        \"objectId\": \"1018018941\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page How Should we manage this monster?.\",\n        \"time\": 1654200095415,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Heat maps\",\n        \"objectId\": \"899492706\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Heat maps.\",\n        \"time\": 1654200095233,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"GrantSmith\",\n        \"objectId\": \"98412364\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page GrantSmith.\",\n        \"time\": 1654200095094,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Stuff\",\n        \"objectId\": \"1891382078\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Stuff.\",\n        \"time\": 1654200094791,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Sample Datasets\",\n        \"objectId\": \"323350229\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Sample Datasets.\",\n        \"time\": 1654200094584,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Form Builder\",\n        \"objectId\": \"1510840810\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Form Builder.\",\n        \"time\": 1654200094334,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Forecasting / Inline Editor App\",\n        \"objectId\": \"1386300631\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Forecasting / Inline Editor App.\",\n        \"time\": 1654200094027,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Favorites\",\n        \"objectId\": \"-100003\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Favorites.\",\n        \"time\": 1654200093650,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"DomoStats Activity Log\",\n        \"objectId\": \"1845973736\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page DomoStats Activity Log.\",\n        \"time\": 1654200092932,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Specs and Standards\",\n        \"objectId\": \"1566221928\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Specs and Standards.\",\n        \"time\": 1654200092522,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Messaging\",\n        \"objectId\": \"384855757\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Messaging.\",\n        \"time\": 1654200092137,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Knowledge and Reference Materials\",\n        \"objectId\": \"965980384\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Knowledge and Reference Materials.\",\n        \"time\": 1654200091992,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo IDEA Exchange\",\n        \"objectId\": \"109096720\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo IDEA Exchange.\",\n        \"time\": 1654200091835,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo APIs\",\n        \"objectId\": \"531423275\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo APIs.\",\n        \"time\": 1654200091644,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dojo Solutions\",\n        \"objectId\": \"1267639476\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dojo Solutions.\",\n        \"time\": 1654200091453,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Developer Portal\",\n        \"objectId\": \"1973375319\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Developer Portal.\",\n        \"time\": 1654200091264,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Demo Apps\",\n        \"objectId\": \"545237196\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Demo Apps.\",\n        \"time\": 1654200090970,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dataset Schemas\",\n        \"objectId\": \"1289295627\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dataset Schemas.\",\n        \"time\": 1654200090497,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Stories\",\n        \"objectId\": \"52816148\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Stories.\",\n        \"time\": 1654200090340,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Science Workshop\",\n        \"objectId\": \"400620119\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Science Workshop.\",\n        \"time\": 1654200090158,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data\",\n        \"objectId\": \"951949615\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data.\",\n        \"time\": 1654200089905,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Date Dimensions with Offset\",\n        \"objectId\": \"125461895\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Date Dimensions with Offset.\",\n        \"time\": 1654200089711,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Apps\",\n        \"objectId\": \"989969396\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Apps.\",\n        \"time\": 1654200089562,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Crypto Use-Case\",\n        \"objectId\": \"1533239291\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Crypto Use-Case.\",\n        \"time\": 1654200089366,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (COVID-19) Dashboard\",\n        \"objectId\": \"790951325\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (COVID-19) Dashboard.\",\n        \"time\": 1654200089085,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (Alexis)\",\n        \"objectId\": \"756869253\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (Alexis).\",\n        \"time\": 1654200088913,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Contiguous United States Detail (Alexis)\",\n        \"objectId\": \"11555470\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Contiguous United States Detail (Alexis).\",\n        \"time\": 1654200088452,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CLI\",\n        \"objectId\": \"717329130\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CLI.\",\n        \"time\": 1654200088271,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CEO\",\n        \"objectId\": \"-100012\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CEO.\",\n        \"time\": 1654200088070,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beta\",\n        \"objectId\": \"1240435664\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beta.\",\n        \"time\": 1654200087831,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"1759878295\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654200087680,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"727624603\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654200087471,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Battlecard\",\n        \"objectId\": \"-100017\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Battlecard.\",\n        \"time\": 1654200087312,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Auto PDP?\",\n        \"objectId\": \"1374472120\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Auto PDP?.\",\n        \"time\": 1654200086987,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Analyzer\",\n        \"objectId\": \"608900314\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Analyzer.\",\n        \"time\": 1654200086830,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Alerts\",\n        \"objectId\": \"-100001\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Alerts.\",\n        \"time\": 1654200086686,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"99 Metrics\",\n        \"objectId\": \"-100016\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 99 Metrics.\",\n        \"time\": 1654200086518,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"20210623_TRAINING_DomoStats Activity Log App\",\n        \"objectId\": \"1316566624\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 20210623_TRAINING_DomoStats Activity Log App.\",\n        \"time\": 1654200086115,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654198774504,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654198552789,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654198484437,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654198445703,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"LOGGEDIN\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"\",\n        \"additionalComment\": \"Jae Wilson logged in. Logged in from IP address 67.172.133.185. Logged in from desktop device. Device app: PostmanRuntime/7.29.0.\",\n        \"time\": 1654197950036,\n        \"eventText\": \"Logged in\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654197789950,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"CREATED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson created DataSet Leonhard Euler Party. Event came from Client ID bc82e686-e450-4668-947d-aca061ea063c\",\n        \"time\": 1654197581349,\n        \"eventText\": \"Created DataSet\",\n        \"clientId\": \"bc82e686-e450-4668-947d-aca061ea063c\"\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DELETED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson deleted DataSet Leonhard Euler Party.\",\n        \"time\": 1654197181519,\n        \"eventText\": \"Deleted DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654197148571,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654197101942,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654197095451,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196969935,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196957861,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196942927,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196591483,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Workbench Monitoring\",\n        \"objectId\": \"1416746303\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Workbench Monitoring.\",\n        \"time\": 1654196531989,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Welcome.\",\n        \"time\": 1654196531801,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Virtual User Group\",\n        \"objectId\": \"138471350\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Virtual User Group.\",\n        \"time\": 1654196531624,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Text Analytics\",\n        \"objectId\": \"225044251\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Text Analytics.\",\n        \"time\": 1654196531078,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"TED Talks\",\n        \"objectId\": \"654717844\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page TED Talks.\",\n        \"time\": 1654196530601,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"ST_-Superman-_\",\n        \"objectId\": \"1777803864\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page ST_-Superman-_.\",\n        \"time\": 1654196530269,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Shared\",\n        \"objectId\": \"-100002\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Shared.\",\n        \"time\": 1654196529824,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"SDKs\",\n        \"objectId\": \"1222214176\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page SDKs.\",\n        \"time\": 1654196529620,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Quotes\",\n        \"objectId\": \"1124898205\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Quotes.\",\n        \"time\": 1654196529412,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"PUG Meetings\",\n        \"objectId\": \"377658733\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page PUG Meetings.\",\n        \"time\": 1654196528836,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Overview\",\n        \"objectId\": \"-100000\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Overview.\",\n        \"time\": 1654196528636,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"More\",\n        \"objectId\": \"-100015\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page More.\",\n        \"time\": 1654196528394,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Marketing Calendar Demo\",\n        \"objectId\": \"1642445256\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Marketing Calendar Demo.\",\n        \"time\": 1654196527772,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Magic ETL Tiles\",\n        \"objectId\": \"1383443237\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Magic ETL Tiles.\",\n        \"time\": 1654196527475,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Learn Domo\",\n        \"objectId\": \"522373865\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Learn Domo.\",\n        \"time\": 1654196527284,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"JaeW_AtOnyx\",\n        \"objectId\": \"127044793\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page JaeW_AtOnyx.\",\n        \"time\": 1654196526861,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Interesting ways to use...\",\n        \"objectId\": \"1714911359\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Interesting ways to use....\",\n        \"time\": 1654196526712,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Instance Maintenance\",\n        \"objectId\": \"1213767347\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Instance Maintenance.\",\n        \"time\": 1654196526432,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Ideas Conference - Beast Modes\",\n        \"objectId\": \"153363555\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Ideas Conference - Beast Modes.\",\n        \"time\": 1654196526136,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"How Should we manage this monster?\",\n        \"objectId\": \"1018018941\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page How Should we manage this monster?.\",\n        \"time\": 1654196525946,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Heat maps\",\n        \"objectId\": \"899492706\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Heat maps.\",\n        \"time\": 1654196525775,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"GrantSmith\",\n        \"objectId\": \"98412364\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page GrantSmith.\",\n        \"time\": 1654196525600,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Stuff\",\n        \"objectId\": \"1891382078\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Stuff.\",\n        \"time\": 1654196525295,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Sample Datasets\",\n        \"objectId\": \"323350229\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Sample Datasets.\",\n        \"time\": 1654196524880,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Form Builder\",\n        \"objectId\": \"1510840810\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Form Builder.\",\n        \"time\": 1654196524615,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Forecasting / Inline Editor App\",\n        \"objectId\": \"1386300631\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Forecasting / Inline Editor App.\",\n        \"time\": 1654196524309,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Favorites\",\n        \"objectId\": \"-100003\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Favorites.\",\n        \"time\": 1654196523906,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"DomoStats Activity Log\",\n        \"objectId\": \"1845973736\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page DomoStats Activity Log.\",\n        \"time\": 1654196523135,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Specs and Standards\",\n        \"objectId\": \"1566221928\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Specs and Standards.\",\n        \"time\": 1654196522692,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Messaging\",\n        \"objectId\": \"384855757\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Messaging.\",\n        \"time\": 1654196522298,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Knowledge and Reference Materials\",\n        \"objectId\": \"965980384\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Knowledge and Reference Materials.\",\n        \"time\": 1654196522169,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo IDEA Exchange\",\n        \"objectId\": \"109096720\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo IDEA Exchange.\",\n        \"time\": 1654196521996,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo APIs\",\n        \"objectId\": \"531423275\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo APIs.\",\n        \"time\": 1654196521813,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dojo Solutions\",\n        \"objectId\": \"1267639476\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dojo Solutions.\",\n        \"time\": 1654196521567,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Developer Portal\",\n        \"objectId\": \"1973375319\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Developer Portal.\",\n        \"time\": 1654196521343,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Demo Apps\",\n        \"objectId\": \"545237196\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Demo Apps.\",\n        \"time\": 1654196521054,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dataset Schemas\",\n        \"objectId\": \"1289295627\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dataset Schemas.\",\n        \"time\": 1654196520549,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Stories\",\n        \"objectId\": \"52816148\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Stories.\",\n        \"time\": 1654196520291,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Science Workshop\",\n        \"objectId\": \"400620119\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Science Workshop.\",\n        \"time\": 1654196520116,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data\",\n        \"objectId\": \"951949615\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data.\",\n        \"time\": 1654196519838,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Date Dimensions with Offset\",\n        \"objectId\": \"125461895\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Date Dimensions with Offset.\",\n        \"time\": 1654196519691,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Apps\",\n        \"objectId\": \"989969396\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Apps.\",\n        \"time\": 1654196519513,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Crypto Use-Case\",\n        \"objectId\": \"1533239291\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Crypto Use-Case.\",\n        \"time\": 1654196519328,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (COVID-19) Dashboard\",\n        \"objectId\": \"790951325\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (COVID-19) Dashboard.\",\n        \"time\": 1654196519000,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (Alexis)\",\n        \"objectId\": \"756869253\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (Alexis).\",\n        \"time\": 1654196518826,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Contiguous United States Detail (Alexis)\",\n        \"objectId\": \"11555470\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Contiguous United States Detail (Alexis).\",\n        \"time\": 1654196518312,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CLI\",\n        \"objectId\": \"717329130\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CLI.\",\n        \"time\": 1654196518061,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CEO\",\n        \"objectId\": \"-100012\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CEO.\",\n        \"time\": 1654196517746,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beta\",\n        \"objectId\": \"1240435664\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beta.\",\n        \"time\": 1654196517490,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"1759878295\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654196517322,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"727624603\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654196517142,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Battlecard\",\n        \"objectId\": \"-100017\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Battlecard.\",\n        \"time\": 1654196516947,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Auto PDP?\",\n        \"objectId\": \"1374472120\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Auto PDP?.\",\n        \"time\": 1654196516541,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Analyzer\",\n        \"objectId\": \"608900314\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Analyzer.\",\n        \"time\": 1654196516380,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Alerts\",\n        \"objectId\": \"-100001\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Alerts.\",\n        \"time\": 1654196516216,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"99 Metrics\",\n        \"objectId\": \"-100016\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 99 Metrics.\",\n        \"time\": 1654196516069,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"20210623_TRAINING_DomoStats Activity Log App\",\n        \"objectId\": \"1316566624\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 20210623_TRAINING_DomoStats Activity Log App.\",\n        \"time\": 1654196515691,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196499428,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196419217,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196351402,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654196074370,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"LOGGEDIN\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"\",\n        \"additionalComment\": \"Jae Wilson logged in. Logged in from IP address 67.172.133.185. Logged in from desktop device. Device app: PostmanRuntime/7.29.0.\",\n        \"time\": 1654195868085,\n        \"eventText\": \"Logged in\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654195740041,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654195714727,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"CREATED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"bb619943-f0e1-46e3-91a6-b7acfe4104e4\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson created DataSet Leonhard Euler Party. Event came from Client ID bc82e686-e450-4668-947d-aca061ea063c\",\n        \"time\": 1654195559552,\n        \"eventText\": \"Created DataSet\",\n        \"clientId\": \"bc82e686-e450-4668-947d-aca061ea063c\"\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DELETED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson deleted DataSet Leonhard Euler Party.\",\n        \"time\": 1654195199590,\n        \"eventText\": \"Deleted DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654195020843,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194993782,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194945552,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194667736,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"LOGGEDIN\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"\",\n        \"additionalComment\": \"Jae Wilson logged in. Logged in from IP address 67.172.133.185. Logged in from desktop device. Device app: PostmanRuntime/7.29.0.\",\n        \"time\": 1654194415577,\n        \"eventText\": \"Logged in\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194356117,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194322451,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654194164380,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"CREATED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"a632c947-0166-4853-9981-d401c250b815\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson created DataSet Leonhard Euler Party. Event came from Client ID bc82e686-e450-4668-947d-aca061ea063c\",\n        \"time\": 1654194124099,\n        \"eventText\": \"Created DataSet\",\n        \"clientId\": \"bc82e686-e450-4668-947d-aca061ea063c\"\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DELETED\",\n        \"objectName\": \"test_push_via_api\",\n        \"objectId\": \"740672b8-0c0f-4771-9d3b-47498ecf555a\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson deleted DataSet test_push_via_api.\",\n        \"time\": 1654193732615,\n        \"eventText\": \"Deleted DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DELETED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"efa8208a-b587-41da-a58f-f98466fd9771\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson deleted DataSet Leonhard Euler Party.\",\n        \"time\": 1654193714631,\n        \"eventText\": \"Deleted DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"efa8208a-b587-41da-a58f-f98466fd9771\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654193627184,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"UPDATED\",\n        \"objectName\": \"All Rows\",\n        \"objectId\": \"506\",\n        \"objectType\": \"ADC_POLICY\",\n        \"additionalComment\": \"User 'Jae Wilson' updated PDP policy 'All Rows'. 'beast modes - dataset' was updated on PDP policy 'All Rows'.\",\n        \"time\": 1654193329483,\n        \"eventText\": \"Updated PDP policy\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"STARTED\",\n        \"objectName\": \"t1\",\n        \"objectId\": \"19fb3535-b92b-44f1-9bf8-f869a0cd217b\",\n        \"objectType\": \"DATA_SCIENCE_NOTEBOOK\",\n        \"additionalComment\": \"Jae Wilson Started t1. \",\n        \"time\": 1654193265731,\n        \"eventText\": \"Started Data science notebook\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"UPDATED\",\n        \"objectName\": \"All Rows\",\n        \"objectId\": \"506\",\n        \"objectType\": \"ADC_POLICY\",\n        \"additionalComment\": \"User 'Jae Wilson' updated PDP policy 'All Rows'. 'beast modes - dataset' was updated on PDP policy 'All Rows'.\",\n        \"time\": 1654193262113,\n        \"eventText\": \"Updated PDP policy\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Workbench Monitoring\",\n        \"objectId\": \"1416746303\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Workbench Monitoring.\",\n        \"time\": 1654192939633,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Welcome.\",\n        \"time\": 1654192939468,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Virtual User Group\",\n        \"objectId\": \"138471350\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Virtual User Group.\",\n        \"time\": 1654192939309,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Text Analytics\",\n        \"objectId\": \"225044251\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Text Analytics.\",\n        \"time\": 1654192938743,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"TED Talks\",\n        \"objectId\": \"654717844\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page TED Talks.\",\n        \"time\": 1654192938385,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"ST_-Superman-_\",\n        \"objectId\": \"1777803864\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page ST_-Superman-_.\",\n        \"time\": 1654192938084,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Shared\",\n        \"objectId\": \"-100002\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Shared.\",\n        \"time\": 1654192937693,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"SDKs\",\n        \"objectId\": \"1222214176\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page SDKs.\",\n        \"time\": 1654192937518,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Quotes\",\n        \"objectId\": \"1124898205\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Quotes.\",\n        \"time\": 1654192937233,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"PUG Meetings\",\n        \"objectId\": \"377658733\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page PUG Meetings.\",\n        \"time\": 1654192936616,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Overview\",\n        \"objectId\": \"-100000\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Overview.\",\n        \"time\": 1654192936422,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"More\",\n        \"objectId\": \"-100015\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page More.\",\n        \"time\": 1654192936201,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Marketing Calendar Demo\",\n        \"objectId\": \"1642445256\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Marketing Calendar Demo.\",\n        \"time\": 1654192935509,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Magic ETL Tiles\",\n        \"objectId\": \"1383443237\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Magic ETL Tiles.\",\n        \"time\": 1654192935266,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Learn Domo\",\n        \"objectId\": \"522373865\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Learn Domo.\",\n        \"time\": 1654192935057,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"JaeW_AtOnyx\",\n        \"objectId\": \"127044793\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page JaeW_AtOnyx.\",\n        \"time\": 1654192934607,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Interesting ways to use...\",\n        \"objectId\": \"1714911359\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Interesting ways to use....\",\n        \"time\": 1654192934462,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Instance Maintenance\",\n        \"objectId\": \"1213767347\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Instance Maintenance.\",\n        \"time\": 1654192934203,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Ideas Conference - Beast Modes\",\n        \"objectId\": \"153363555\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Ideas Conference - Beast Modes.\",\n        \"time\": 1654192933935,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"How Should we manage this monster?\",\n        \"objectId\": \"1018018941\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page How Should we manage this monster?.\",\n        \"time\": 1654192933748,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Heat maps\",\n        \"objectId\": \"899492706\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Heat maps.\",\n        \"time\": 1654192933537,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"GrantSmith\",\n        \"objectId\": \"98412364\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page GrantSmith.\",\n        \"time\": 1654192933342,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Stuff\",\n        \"objectId\": \"1891382078\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Stuff.\",\n        \"time\": 1654192933032,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Fun Sample Datasets\",\n        \"objectId\": \"323350229\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Fun Sample Datasets.\",\n        \"time\": 1654192932808,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Form Builder\",\n        \"objectId\": \"1510840810\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Form Builder.\",\n        \"time\": 1654192932538,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Forecasting / Inline Editor App\",\n        \"objectId\": \"1386300631\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Forecasting / Inline Editor App.\",\n        \"time\": 1654192932224,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Favorites\",\n        \"objectId\": \"-100003\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Favorites.\",\n        \"time\": 1654192931837,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"DomoStats Activity Log\",\n        \"objectId\": \"1845973736\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page DomoStats Activity Log.\",\n        \"time\": 1654192931048,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Specs and Standards\",\n        \"objectId\": \"1566221928\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Specs and Standards.\",\n        \"time\": 1654192930608,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Messaging\",\n        \"objectId\": \"384855757\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Messaging.\",\n        \"time\": 1654192930184,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo Knowledge and Reference Materials\",\n        \"objectId\": \"965980384\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo Knowledge and Reference Materials.\",\n        \"time\": 1654192930013,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo IDEA Exchange\",\n        \"objectId\": \"109096720\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo IDEA Exchange.\",\n        \"time\": 1654192929836,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Domo APIs\",\n        \"objectId\": \"531423275\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Domo APIs.\",\n        \"time\": 1654192929556,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dojo Solutions\",\n        \"objectId\": \"1267639476\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dojo Solutions.\",\n        \"time\": 1654192929352,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Developer Portal\",\n        \"objectId\": \"1973375319\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Developer Portal.\",\n        \"time\": 1654192929165,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Demo Apps\",\n        \"objectId\": \"545237196\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Demo Apps.\",\n        \"time\": 1654192928840,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Dataset Schemas\",\n        \"objectId\": \"1289295627\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Dataset Schemas.\",\n        \"time\": 1654192928350,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Stories\",\n        \"objectId\": \"52816148\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Stories.\",\n        \"time\": 1654192928182,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data Science Workshop\",\n        \"objectId\": \"400620119\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data Science Workshop.\",\n        \"time\": 1654192928009,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Data\",\n        \"objectId\": \"951949615\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Data.\",\n        \"time\": 1654192927710,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Date Dimensions with Offset\",\n        \"objectId\": \"125461895\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Date Dimensions with Offset.\",\n        \"time\": 1654192927544,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Custom Apps\",\n        \"objectId\": \"989969396\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Custom Apps.\",\n        \"time\": 1654192927387,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Crypto Use-Case\",\n        \"objectId\": \"1533239291\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Crypto Use-Case.\",\n        \"time\": 1654192927202,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (COVID-19) Dashboard\",\n        \"objectId\": \"790951325\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (COVID-19) Dashboard.\",\n        \"time\": 1654192926847,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Coronavirus (Alexis)\",\n        \"objectId\": \"756869253\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Coronavirus (Alexis).\",\n        \"time\": 1654192926627,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Contiguous United States Detail (Alexis)\",\n        \"objectId\": \"11555470\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Contiguous United States Detail (Alexis).\",\n        \"time\": 1654192926114,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CLI\",\n        \"objectId\": \"717329130\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CLI.\",\n        \"time\": 1654192925949,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"CEO\",\n        \"objectId\": \"-100012\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page CEO.\",\n        \"time\": 1654192925769,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beta\",\n        \"objectId\": \"1240435664\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beta.\",\n        \"time\": 1654192925496,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"1759878295\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654192925320,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Beast Modes\",\n        \"objectId\": \"727624603\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Beast Modes.\",\n        \"time\": 1654192925114,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Battlecard\",\n        \"objectId\": \"-100017\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Battlecard.\",\n        \"time\": 1654192924945,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Auto PDP?\",\n        \"objectId\": \"1374472120\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Auto PDP?.\",\n        \"time\": 1654192924535,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Analyzer\",\n        \"objectId\": \"608900314\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Analyzer.\",\n        \"time\": 1654192924314,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Alerts\",\n        \"objectId\": \"-100001\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Alerts.\",\n        \"time\": 1654192924152,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"99 Metrics\",\n        \"objectId\": \"-100016\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 99 Metrics.\",\n        \"time\": 1654192923934,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"20210623_TRAINING_DomoStats Activity Log App\",\n        \"objectId\": \"1316566624\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page 20210623_TRAINING_DomoStats Activity Log App.\",\n        \"time\": 1654192923224,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"efa8208a-b587-41da-a58f-f98466fd9771\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654192753684,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"efa8208a-b587-41da-a58f-f98466fd9771\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654192654178,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"CREATED\",\n        \"objectName\": \"Leonhard Euler Party\",\n        \"objectId\": \"efa8208a-b587-41da-a58f-f98466fd9771\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson created DataSet Leonhard Euler Party. Event came from Client ID bc82e686-e450-4668-947d-aca061ea063c\",\n        \"time\": 1654192523256,\n        \"eventText\": \"Created DataSet\",\n        \"clientId\": \"bc82e686-e450-4668-947d-aca061ea063c\"\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"test_push_via_api\",\n        \"objectId\": \"740672b8-0c0f-4771-9d3b-47498ecf555a\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"\",\n        \"time\": 1654192398780,\n        \"eventText\": \"Viewed DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"MANUALLY_RUN\",\n        \"objectName\": \"test_push_via_api\",\n        \"objectId\": \"740672b8-0c0f-4771-9d3b-47498ecf555a\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson manually ran DataSet test_push_via_api.\",\n        \"time\": 1654192388085,\n        \"eventText\": \"Manually ran DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"CREATED\",\n        \"objectName\": \"test_push_via_api\",\n        \"objectId\": \"740672b8-0c0f-4771-9d3b-47498ecf555a\",\n        \"objectType\": \"DATA_SOURCE\",\n        \"additionalComment\": \"Jae Wilson created DataSet test_push_via_api.\",\n        \"time\": 1654192387298,\n        \"eventText\": \"Created DataSet\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"DOWNLOADED\",\n        \"objectName\": \"Image background\",\n        \"objectId\": \"14\",\n        \"objectType\": \"FILE_REVISION\",\n        \"additionalComment\": \"Jae Wilson downloaded Image background from file FILE:13.\",\n        \"time\": 1654192329970,\n        \"eventText\": \"Downloaded a file version\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Jae Wilson viewed page Welcome.\",\n        \"time\": 1654192329357,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"LOGGEDIN\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"\",\n        \"additionalComment\": \"Jae Wilson logged in. Logged in from IP address 69.36.132.252. Logged in from desktop device. Device app: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36.\",\n        \"time\": 1654192326165,\n        \"eventText\": \"Logged in\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Jae Wilson\",\n        \"userId\": \"1893952720\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"FAILED_LOGIN\",\n        \"objectName\": \"\",\n        \"objectId\": \"\",\n        \"objectType\": \"\",\n        \"additionalComment\": \"Jae Wilson failed logging in. Logged in from IP address 69.36.132.252. Logged in from desktop device. Device app: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36.\",\n        \"time\": 1654192264424,\n        \"eventText\": \"Failed login\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Workbench Monitoring\",\n        \"objectId\": \"1416746303\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Workbench Monitoring.\",\n        \"time\": 1654189339876,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Welcome\",\n        \"objectId\": \"30507758\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Welcome.\",\n        \"time\": 1654189339675,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Virtual User Group\",\n        \"objectId\": \"138471350\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Virtual User Group.\",\n        \"time\": 1654189339460,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Text Analytics\",\n        \"objectId\": \"225044251\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Text Analytics.\",\n        \"time\": 1654189338904,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"TED Talks\",\n        \"objectId\": \"654717844\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page TED Talks.\",\n        \"time\": 1654189338446,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"ST_-Superman-_\",\n        \"objectId\": \"1777803864\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page ST_-Superman-_.\",\n        \"time\": 1654189338119,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Shared\",\n        \"objectId\": \"-100002\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Shared.\",\n        \"time\": 1654189337738,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"SDKs\",\n        \"objectId\": \"1222214176\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page SDKs.\",\n        \"time\": 1654189337469,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Quotes\",\n        \"objectId\": \"1124898205\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Quotes.\",\n        \"time\": 1654189337266,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"PUG Meetings\",\n        \"objectId\": \"377658733\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page PUG Meetings.\",\n        \"time\": 1654189336629,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Overview\",\n        \"objectId\": \"-100000\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Overview.\",\n        \"time\": 1654189336344,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"More\",\n        \"objectId\": \"-100015\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page More.\",\n        \"time\": 1654189336038,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Marketing Calendar Demo\",\n        \"objectId\": \"1642445256\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Marketing Calendar Demo.\",\n        \"time\": 1654189335336,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Magic ETL Tiles\",\n        \"objectId\": \"1383443237\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Magic ETL Tiles.\",\n        \"time\": 1654189335028,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Learn Domo\",\n        \"objectId\": \"522373865\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Learn Domo.\",\n        \"time\": 1654189334789,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"JaeW_AtOnyx\",\n        \"objectId\": \"127044793\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page JaeW_AtOnyx.\",\n        \"time\": 1654189334310,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Interesting ways to use...\",\n        \"objectId\": \"1714911359\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Interesting ways to use....\",\n        \"time\": 1654189334132,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Instance Maintenance\",\n        \"objectId\": \"1213767347\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Instance Maintenance.\",\n        \"time\": 1654189333797,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"Ideas Conference - Beast Modes\",\n        \"objectId\": \"153363555\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page Ideas Conference - Beast Modes.\",\n        \"time\": 1654189333430,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    },\n    {\n        \"userName\": \"Bryan Van Kampen\",\n        \"userId\": \"587894148\",\n        \"userType\": \"USER\",\n        \"actorName\": \"\",\n        \"actorId\": 0,\n        \"actionType\": \"VIEWED\",\n        \"objectName\": \"How Should we manage this monster?\",\n        \"objectId\": \"1018018941\",\n        \"objectType\": \"PAGE\",\n        \"additionalComment\": \"Bryan Van Kampen viewed page How Should we manage this monster?.\",\n        \"time\": 1654189333186,\n        \"eventText\": \"Viewed page\",\n        \"clientId\": null\n    }\n]"}],"_postman_id":"24303972-a8f6-4db5-8bc4-2a66a463bf41"},{"name":"Get (enumerate) Activity Log Object Types","id":"f1325444-56fb-49bd-96e9-edff99b9f48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/audit/v1/user-audits/objectTypes","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["audit","v1","user-audits","objectTypes"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1325444-56fb-49bd-96e9-edff99b9f48a"}],"id":"8c6e081a-a45e-41ce-a6ea-811dc307bf7e","_postman_id":"8c6e081a-a45e-41ce-a6ea-811dc307bf7e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Alerts","item":[{"name":"List Alerts","id":"8732c29e-606d-40c1-90dc-4c2f48067c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/social/v4/alerts?all=true&fields=all&limit={{limit}}&offset={{offset}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of alerts</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Main menu -&gt; Alerts</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360043430373-Alert-Center-Layout\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>all (true/false)</li>\n<li>fields (all)</li>\n<li>limit - number of retrieved alerts</li>\n<li>offset - query offset number</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of alerts with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","social","v4","alerts"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"all","value":"true"},{"key":"fields","value":"all"},{"key":"limit","value":"{{limit}}"},{"key":"offset","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"53390d5f-052f-46c3-a145-bc07f16d85ff","name":"List Alerts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domo_instance}}/api/social/v4/alerts?all=true&fields=all&limit={{limit}}&offset={{offset}}","protocol":"https","host":["{{domo_instance}}"],"path":["api","social","v4","alerts"],"query":[{"key":"all","value":"true"},{"key":"fields","value":"all"},{"key":"limit","value":"{{limit}}"},{"key":"offset","value":"{{offset}}"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8732c29e-606d-40c1-90dc-4c2f48067c8e"}],"id":"da52161b-d879-4090-9281-6e08f4eb03e2","_postman_id":"da52161b-d879-4090-9281-6e08f4eb03e2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AppDb","item":[{"name":"Get Documents from Collection","id":"fda83bc9-c6e4-4c1e-9569-526bab407085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-DOMO-Developer-Token","value":"{{domo_access_token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{app_id}}.domoapps.prod15.domo.com/domo/datastores/v1/collections/:collection_name/documents/","description":"<p>Can use <code>X-Domo-Authentication</code> or <code>Domo-Developer-Token</code></p>\n<p>For public use:</p>\n<p><a href=\"https://documenter.getpostman.com/view/5049119/UyxbppB2#b336a13a-0ffe-4dde-aa93-0ba7727667ca\">https://documenter.getpostman.com/view/5049119/UyxbppB2#b336a13a-0ffe-4dde-aa93-0ba7727667ca</a></p>\n<p>For internal use: <a href=\"https://domodatacrew.postman.co/workspace/Domo-Documentation~d46be0df-b02c-4c0b-b161-a1b653762a80/request/5049119-b336a13a-0ffe-4dde-aa93-0ba7727667ca\">https://domodatacrew.postman.co/workspace/Domo-Documentation~d46be0df-b02c-4c0b-b161-a1b653762a80/request/5049119-b336a13a-0ffe-4dde-aa93-0ba7727667ca</a></p>\n","urlObject":{"protocol":"https","path":["domo","datastores","v1","collections",":collection_name","documents",""],"host":["{{app_id}}","domoapps","prod15","domo","com"],"query":[],"variable":[{"id":"eb97d0ca-972a-4548-a790-46477a73c6c4","type":"any","value":"{{collection_name}}","key":"collection_name"}]}},"response":[],"_postman_id":"fda83bc9-c6e4-4c1e-9569-526bab407085"},{"name":"Get Collection Information","id":"16cbfadf-5df6-4226-998f-303dc24c1943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/{{collection_id}}/","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1","collections","{{collection_id}}",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"16cbfadf-5df6-4226-998f-303dc24c1943"},{"name":"Get Documents","id":"b57f6e41-62c7-46e0-84f0-0b4ea92b70f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/{{collection_id}}/documents","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1","collections","{{collection_id}}","documents"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b57f6e41-62c7-46e0-84f0-0b4ea92b70f5"},{"name":"Get Collections","id":"ab011296-87c7-4ec2-921f-dc7b3914520a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/","description":"<p>This API will list out collections from multiple instances of one app (i.e. if you have an app that requires a collection, <code>opportunities</code> your appDb will have multiple collections with distinct <code>id</code> with <code>name</code> \"opportunities\", but each opportunity_collection will have a distinct <code>datastoreId</code> (app_id).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1","collections",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab011296-87c7-4ec2-921f-dc7b3914520a"},{"name":"Get Datastore Collections","id":"89d6dc84-8366-4151-beec-9d9f9be3c8e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/{{datastore_id}}/collections/","description":"<p>This API will list out collections from multiple instances of one app (i.e. if you have an app that requires a collection, <code>opportunities</code> your appDb will have multiple collections with distinct <code>id</code> with <code>name</code> \"opportunities\", but each opportunity_collection will have a distinct <code>datastoreId</code> (app_id).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1","{{datastore_id}}","collections",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"89d6dc84-8366-4151-beec-9d9f9be3c8e5"},{"name":"Get DataStores","id":"a6c8d47e-3b37-4b25-9768-7f39972b8e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/","description":"<p>This API will list out collections from multiple instances of one app (i.e. if you have an app that requires a collection, <code>opportunities</code> your appDb will have multiple collections with distinct <code>id</code> with <code>name</code> \"opportunities\", but each opportunity_collection will have a distinct <code>datastoreId</code> (app_id).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6c8d47e-3b37-4b25-9768-7f39972b8e82"},{"name":"Create collection","id":"8f511ddc-10b6-429d-a76d-60622c833aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Users\",\r\n    \"datastoreId\": \"de230a76-bc70-404e-b3f4-a6f7dea45723\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/{{datastore_id}}/collections/","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datastores","v1","{{datastore_id}}","collections",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f511ddc-10b6-429d-a76d-60622c833aa5"}],"id":"f66d1966-509a-4810-879e-0677a9624caf","description":"<p>The <code>app_id</code> is unique to the implementation of an app (if an app is used multiplie times in an instance, each implementation gets it's own id. You can determine the app_id by inspecting the HTML of the loaded app.</p>\n<p>The `domo_environment' is the AWS instance where your domo instance resides. This can be extracted from the bootstrap_API or by inspecting the HTML of the loaded app. This value will be the same for each app on your instance.</p>\n<p>AppDB is just an implementation of MongDB. The <code>collection_name</code> is conceptually similar to a table in standard SQL and a document is conceptually similar to a record in the table.</p>\n","_postman_id":"f66d1966-509a-4810-879e-0677a9624caf","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"BeastModes","item":[{"name":"Get Statistics","id":"a4017746-305a-4a37-b493-366bf3cf2086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-domo-authentication header generated by Postman.","key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}/api/query/v1/functions/statistics","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","query","v1","functions","statistics"],"host":["{{domo_instance}}"],"query":[],"variable":[]}},"response":[{"id":"e6cd1144-cddb-4213-920f-ad2e26ccb408","name":"Get Statistics","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}/api/query/v1/functions/statistics"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a4017746-305a-4a37-b493-366bf3cf2086"},{"name":"Get Details","id":"6655a8b7-8450-4de2-a3d1-72f3d40db9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-domo-authentication header generated by Postman.","key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}/api/query/v1/functions/template/{{beast_mode_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","query","v1","functions","template","{{beast_mode_id}}"],"host":["{{domo_instance}}"],"query":[],"variable":[]}},"response":[{"id":"de1ea841-5516-4d76-8538-ae35af14215a","name":"Get Details","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the x-domo-authentication header generated by Postman.","key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}/api/query/v1/functions/template/{{beast_mode_id}}"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6655a8b7-8450-4de2-a3d1-72f3d40db9eb"},{"name":"Lock Beast Mode","id":"b3bb8d89-c5ee-45c6-8e2a-db876d0e8baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"locked\":true}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/{{beastmode_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template","{{beastmode_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3bb8d89-c5ee-45c6-8e2a-db876d0e8baf"},{"name":"get all beast modes","id":"a2fab9fb-6868-4ada-8211-d3a90ec5973d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en"},{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd"},{"key":"X-DOMO-RequestContext","value":"{clientToe:1MRKN2QP0S-T3FEE}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"x-csrf-token","value":"731c4938-e6c3-471b-960b-2e6afe79c2f9"},{"key":"Origin","value":"https://playstation-config.domo.com"},{"key":"Connection","value":"keep-alive"},{"key":"Cookie","value":"_pubweb_idc=mmmm-0029-0374_^#_platform5; amp_c68dc3=uyhafyN2qBsDViGKfwqKe0.QTI3RjlENEJDNEFDRTJGNzAwOUQ4QkZDN0VGQUNGMjdFNTM5Njk5NzM1RTFCMzE2NDIzNTc5QjREQkRGN0JDQQ==..1i095itvi.1i095p2hi.p.3.s; SESSION_TOE=1MRKN2QP0S; redirectUrl=^%^2F; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; mbox=session^#a749e70e8bf74eb48c80afc9fee0dd68^#1718296627; _dsidv1=07d3c676-f40c-4c5c-98dd-bb17de3697a2; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzE4MzIzNTU0MDAwLCJobWFjU2lnbmF0dXJlIjoiOTkyY2E0MWM2ZDE4MWYzY2ExNTBiYjRkMGYwZjY3Yzc5YWFlOTE5MjAzNjUyMDIwM2UzNjMyZjM2ZjY2YTk5MyIsInNpZCI6ImY4MjhlNTlkLTcxMzctNDQwMC1hYmM1LTRjYjc4NzZjNDU4NyIsInRpbWVzdGFtcCI6MTcxODI5NDc1NDAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ^%^3D^%^3D; csrf-token=731c4938-e6c3-471b-960b-2e6afe79c2f9"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Priority","value":"u=1"},{"key":"TE","value":"trailers"}],"body":{"mode":"raw","raw":"{\"name\":\"\",\"filters\":[{\"field\":\"notvariable\"}],\"sort\":{\"field\":\"name\",\"ascending\":true},\"limit\":100,\"offset\":0}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/search","description":"<p>supported filter variants</p>\n<p>[</p>\n<p>{\"field\":\"status\", \"value\":true},</p>\n<p>{\"field\":\"unlocked\", \"value\":false},</p>\n<p>{\"field\":\"notvariable\"},</p>\n<p>{\"field\": \"link\", \"value\": \"DataSet\"} #or \"Card\"</p>\n<p>]</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"21d741ed-9ca8-4bc1-b895-fbcf02c64ea5","name":"get all beast modes","originalRequest":{"method":"POST","header":[{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en"},{"key":"Accept-Encoding","value":"gzip, deflate, br, zstd"},{"key":"X-DOMO-RequestContext","value":"{clientToe:1MRKN2QP0S-T3FEE}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"x-csrf-token","value":"731c4938-e6c3-471b-960b-2e6afe79c2f9"},{"key":"Origin","value":"https://playstation-config.domo.com"},{"key":"Connection","value":"keep-alive"},{"key":"Cookie","value":"_pubweb_idc=mmmm-0029-0374_^#_platform5; amp_c68dc3=uyhafyN2qBsDViGKfwqKe0.QTI3RjlENEJDNEFDRTJGNzAwOUQ4QkZDN0VGQUNGMjdFNTM5Njk5NzM1RTFCMzE2NDIzNTc5QjREQkRGN0JDQQ==..1i095itvi.1i095p2hi.p.3.s; SESSION_TOE=1MRKN2QP0S; redirectUrl=^%^2F; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; mbox=session^#a749e70e8bf74eb48c80afc9fee0dd68^#1718296627; _dsidv1=07d3c676-f40c-4c5c-98dd-bb17de3697a2; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzE4MzIzNTU0MDAwLCJobWFjU2lnbmF0dXJlIjoiOTkyY2E0MWM2ZDE4MWYzY2ExNTBiYjRkMGYwZjY3Yzc5YWFlOTE5MjAzNjUyMDIwM2UzNjMyZjM2ZjY2YTk5MyIsInNpZCI6ImY4MjhlNTlkLTcxMzctNDQwMC1hYmM1LTRjYjc4NzZjNDU4NyIsInRpbWVzdGFtcCI6MTcxODI5NDc1NDAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ^%^3D^%^3D; csrf-token=731c4938-e6c3-471b-960b-2e6afe79c2f9"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Priority","value":"u=1"},{"key":"TE","value":"trailers"}],"body":{"mode":"raw","raw":"{\"name\":\"\",\"filters\":[{\"field\":\"notvariable\"}],\"sort\":{\"field\":\"name\",\"ascending\":true},\"limit\":100,\"offset\":0}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/query/v1/functions/search"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"a2fab9fb-6868-4ada-8211-d3a90ec5973d"}],"id":"c5f5327e-45c3-4808-b461-eac47dd6b0a5","_postman_id":"c5f5327e-45c3-4808-b461-eac47dd6b0a5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Buzz, Projects, and Tasks","item":[{"name":"Tasks","item":[{"name":"Create New Task","id":"0383836f-6c4d-4c60-a88f-7c75ab2190a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1663686575086,\r\n    \"taskName\": \"new task 2\",\r\n    \"disabled\": true,\r\n    \"owners\": [\r\n        {\r\n            \"assignedTo\": 135876585\r\n        }\r\n    ],\r\n    \"priority\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/projects/{{project_id}}/lists/{{list_id}}/tasks","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","projects","{{project_id}}","lists","{{list_id}}","tasks"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0383836f-6c4d-4c60-a88f-7c75ab2190a6"},{"name":"Get Task","id":"2d2dc702-0bf7-443f-9291-0cbd0a91f9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://{{instance}}.domo.com/api/content/v1/tasks/{{task_id}}","description":"<p>Each task gets a buzz channel for capturing comments. To post comments, you must first retrieve the Channel Details you must hit a different API.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","tasks","{{task_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d2dc702-0bf7-443f-9291-0cbd0a91f9fc"},{"name":"Get Task - Channel details","id":"ec90c640-7771-49c4-b8d2-39e2e705e84a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/buzz/v1/object-chats/PROJECT_TASK/{{task_id}}?includeHuddles=false","description":"<p>Use this API to map the List or Project to a Buzz Channel.</p>\n<p>The id will be the id of the object you're searching. The channelId will refer to the parent.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","buzz","v1","object-chats","PROJECT_TASK","{{task_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeHuddles","value":"false"}],"variable":[]}},"response":[],"_postman_id":"ec90c640-7771-49c4-b8d2-39e2e705e84a"},{"name":"Update Task","id":"880b9841-e9c3-4949-8a91-3aa705c5397c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n    \"taskName\": \"READ ME\",\r\n    \"contributors\": [\r\n        {\r\n            \"assignedTo\": 964828209\r\n        }\r\n    ],\r\n    \"archived\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/tasks/{{task_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","tasks","{{task_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"880b9841-e9c3-4949-8a91-3aa705c5397c"}],"id":"d13dc5d2-9e1d-47a8-ba1a-e77b3e777b23","_postman_id":"d13dc5d2-9e1d-47a8-ba1a-e77b3e777b23","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Projects","item":[{"name":"Get all Project Lists","id":"ddae5171-cbd7-4382-8423-9c2607030be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://playstation-beta.domo.com/api/content/v1/projects/{{project_id}}/lists","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","projects","{{project_id}}","lists"],"host":["playstation-beta","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddae5171-cbd7-4382-8423-9c2607030be6"},{"name":"Get all Project Tasks","id":"223787ca-4e91-40e6-8a4d-5646fab4342b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/projects/{{project_id}}/tasks","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","projects","{{project_id}}","tasks"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"223787ca-4e91-40e6-8a4d-5646fab4342b"}],"id":"6487eea1-30dc-49dd-bddd-497aac9d6979","_postman_id":"6487eea1-30dc-49dd-bddd-497aac9d6979","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Buzz","item":[{"name":"Post a Comment","id":"bacb804c-4864-4dd2-830f-fc6dd9f345cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": {\r\n        \"text\": \"hello world did we do it again?\",\r\n        \"tags\": []\r\n    },\r\n    \"attachments\": [],\r\n    \"userContext\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/buzz/v1/channels/{{channel_id}}/messages?mentionsGrantPermission=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","buzz","v1","channels","{{channel_id}}","messages"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"mentionsGrantPermission","value":"true"}],"variable":[]}},"response":[],"_postman_id":"bacb804c-4864-4dd2-830f-fc6dd9f345cd"}],"id":"3a251aa0-0554-47b0-ba6a-b6a3d6961b57","_postman_id":"3a251aa0-0554-47b0-ba6a-b6a3d6961b57","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Lists","item":[{"name":"Get List Details","id":"719eb53e-6ab0-415b-ab65-c818567bcb35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://playstation-beta.domo.com/api/content/v1/projects/{{project_id}}/lists/{{list_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","projects","{{project_id}}","lists","{{list_id}}"],"host":["playstation-beta","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"719eb53e-6ab0-415b-ab65-c818567bcb35"}],"id":"258ad733-9980-4cf2-8307-8357fd472b5c","_postman_id":"258ad733-9980-4cf2-8307-8357fd472b5c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}}],"id":"367b71e8-aab6-4cad-9870-a8c218dd36a7","_postman_id":"367b71e8-aab6-4cad-9870-a8c218dd36a7","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Cards","item":[{"name":"Get Card List - Admin Summary","id":"40d914fb-319f-4ec5-bfe6-faf6c0da965f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ascending\": true,\r\n    \"includeCardTitleClause\": false,\r\n    \"includePageTitleClause\": false,\r\n    \"notOnPage\": false,\r\n    \"orderBy\": \"cardTitle\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v2/cards/adminsummary?limit={{limit}}&skip={{offset}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of cards with their properties</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; Cards</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934234-Admin-Settings-Layout#h_01F9HKWVSKH09K35DWT3PJFVKN\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>skip - query offset</li>\n<li>limit - number of cards to retrieve</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p><strong>Body Parameters</strong></p>\n<p><strong>includeCardTitleClause</strong> and <strong>includePageTitleClause</strong> require matching <strong>includeTitleSearchText</strong> or <strong>includePageTitleClause</strong>.</p>\n<p><strong>pageIds</strong> can include a list of specified <strong>page_ids</strong></p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of cards with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v2","cards","adminsummary"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"limit","value":"{{limit}}"},{"key":"skip","value":"{{offset}}"}],"variable":[]}},"response":[{"id":"431a8209-37c8-4d62-85f4-7c3b591248dc","name":"Get Card List","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includeCardCertificationClause\": true, \r\n    \"includeCardTitleClause\": true,\r\n    \"cardTitleSearchText\": \"test\",\r\n    \"notOnPage\": false,\r\n    \"pageIds\": [],\r\n    \"includePageTitleClause\": false,\r\n    \"pageTitleSearchText\": \"Test\",\r\n    \"ascending\": true,\r\n    \"orderBy\": \"cardTitle\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v2/cards/adminsummary?limit={{limit}}&skip={{offset}}","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v2","cards","adminsummary"],"query":[{"key":"limit","value":"{{limit}}"},{"key":"skip","value":"{{offset}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:15:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Ratelimit-Remaining","value":"6"},{"key":"X-Ratelimit-Reset","value":"1652382960"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardAdminSummaries\": [\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1774387618\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Cadell Falconer\"\n                }\n            ],\n            \"id\": 1647061204,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1634778443000,\n            \"title\": \"Cadell 75th Percentile Test - Baseball Stats\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 384424178,\n                    \"title\": \"75th Percentile Test\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1774387618\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Cadell Falconer\"\n                }\n            ],\n            \"id\": 1027750237,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1634779630000,\n            \"title\": \"Cadell 75th Percentile Test - Chart\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 384424178,\n                    \"title\": \"75th Percentile Test\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"966365811\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Scott Thompson\"\n                }\n            ],\n            \"id\": 877027996,\n            \"type\": \"Text\",\n            \"badgeUpdated\": 1625687449000,\n            \"title\": \"Data Specialist Knowledge Test\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 443317966,\n                    \"title\": \"Course work\",\n                    \"parentPageId\": 1613954604,\n                    \"parentPageTitle\": \"_-ST Superman-_\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1345408759\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"id\": 124619046,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1607465914000,\n            \"title\": \"Latest Unemployment Claims per 100 K\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 790951325,\n                    \"title\": \"Coronavirus (COVID-19) Dashboard\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"966365811\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Scott Thompson\"\n                }\n            ],\n            \"id\": 514002900,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1649363128000,\n            \"title\": \"Log to base test\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": -100000,\n                    \"title\": \"Overview\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"966365811\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Scott Thompson\"\n                }\n            ],\n            \"id\": 1762459853,\n            \"type\": \"document\",\n            \"badgeUpdated\": 1625758599000,\n            \"title\": \"practical test?\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 443317966,\n                    \"title\": \"Course work\",\n                    \"parentPageId\": 1613954604,\n                    \"parentPageTitle\": \"_-ST Superman-_\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1141078945\",\n                    \"type\": \"USER\",\n                    \"displayName\": \" Justin Pumford \"\n                }\n            ],\n            \"id\": 682075914,\n            \"type\": \"domoapp\",\n            \"badgeUpdated\": 1618976491000,\n            \"title\": \"React Test\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 1109905686,\n                    \"title\": \"Top 5\",\n                    \"parentPageId\": 127044793,\n                    \"parentPageTitle\": \"JaeW_AtOnyx\"\n                },\n                {\n                    \"pageId\": 989969396,\n                    \"title\": \"Custom Apps\",\n                    \"parentPageId\": 109096720,\n                    \"parentPageTitle\": \"Domo IDEA Exchange\"\n                },\n                {\n                    \"pageId\": -100000,\n                    \"title\": \"Overview\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1893952720\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"id\": 101681077,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1616777219000,\n            \"title\": \"RL test (filter out Domo Support)View of DomoStats - Activity Log\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": -100000,\n                    \"title\": \"Overview\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"612085674\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Oleksii Zakrevskyi\"\n                }\n            ],\n            \"id\": 663477078,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1652176913000,\n            \"title\": \"test\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": -100000,\n                    \"title\": \"Overview\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"827093373\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Dean.Wangerin\"\n                }\n            ],\n            \"id\": 1632703785,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1617378071000,\n            \"title\": \"test using a calc field from view\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 1109905686,\n                    \"title\": \"Top 5\",\n                    \"parentPageId\": 127044793,\n                    \"parentPageTitle\": \"JaeW_AtOnyx\"\n                },\n                {\n                    \"pageId\": -100000,\n                    \"title\": \"Overview\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1345408759\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"id\": 1775967968,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1607465914000,\n            \"title\": \"Testing by state\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 790951325,\n                    \"title\": \"Coronavirus (COVID-19) Dashboard\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1898323170\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Creed Smith\"\n                }\n            ],\n            \"id\": 1548948000,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1631619767000,\n            \"title\": \"View of 75th Percentile Test - Baseball Stats\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 1761849366,\n                    \"title\": \"delete me\"\n                },\n                {\n                    \"pageId\": 384424178,\n                    \"title\": \"75th Percentile Test\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"1893952720\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"id\": 1350520930,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1631900717000,\n            \"title\": \"View of 75th Percentile Test - Baseball Stats\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": -100002,\n                    \"title\": \"Shared\"\n                },\n                {\n                    \"pageId\": 423813863,\n                    \"title\": \"delete_prod me\"\n                }\n            ]\n        },\n        {\n            \"owners\": [\n                {\n                    \"id\": \"2129297797\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"John Stevens\"\n                }\n            ],\n            \"id\": 615356809,\n            \"type\": \"kpi\",\n            \"badgeUpdated\": 1618867780000,\n            \"title\": \"Women's Clothing test dataset\",\n            \"locked\": false,\n            \"pageHierarchy\": [\n                {\n                    \"pageId\": 225044251,\n                    \"title\": \"Text Analytics\",\n                    \"parentPageId\": 109096720,\n                    \"parentPageTitle\": \"Domo IDEA Exchange\"\n                }\n            ]\n        }\n    ],\n    \"totalCardCount\": 14\n}"}],"_postman_id":"40d914fb-319f-4ec5-bfe6-faf6c0da965f"},{"name":"Get Card KPI Definitions By Id","id":"1fac86fd-50a7-4e0e-aca3-4d04a928d4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"urn\": \"{{card_id}}\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/cards/kpi/definition","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of KPI definitions by card ID</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934234-Admin-Settings-Layout#h_01F9HKWVSKH09K35DWT3PJFVKN\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Card ID in the body</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of KPI definitions for specified card</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v3","cards","kpi","definition"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"d115e0ae-9127-499c-91f0-af34330585c9","name":"retrieve KPI Definitions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"urn\": \"{{card_id}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/content/v3/cards/kpi/definition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 10 May 2022 23:21:55 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1581024515,\n    \"urn\": \"1581024515\",\n    \"definition\": {\n        \"subscriptions\": {\n            \"big_number\": {\n                \"name\": \"big_number\",\n                \"columns\": [\n                    {\n                        \"column\": \"Name\",\n                        \"aggregation\": \"COUNT\",\n                        \"alias\": \"Count of Name\",\n                        \"format\": {\n                            \"type\": \"abbreviated\",\n                            \"format\": \"#\"\n                        }\n                    }\n                ],\n                \"filters\": [],\n                \"orderBy\": [],\n                \"groupBy\": [],\n                \"fiscal\": false,\n                \"projection\": false,\n                \"distinct\": false,\n                \"limit\": 1\n            },\n            \"main\": {\n                \"name\": \"main\",\n                \"columns\": [\n                    {\n                        \"column\": \"Name\",\n                        \"mapping\": \"VALUE\"\n                    },\n                    {\n                        \"formulaId\": \"calculation_4a039d7e-094b-41fe-a6de-49225607683e\",\n                        \"mapping\": \"VALUE\",\n                        \"alias\": \"First Name\"\n                    },\n                    {\n                        \"formulaId\": \"calculation_58d401a0-f074-48fc-9c09-c3681aa90b7c\",\n                        \"mapping\": \"VALUE\"\n                    },\n                    {\n                        \"formulaId\": \"calculation_5b4d86a9-d185-4ca7-b677-2df17ab2221d\",\n                        \"mapping\": \"VALUE\"\n                    },\n                    {\n                        \"formulaId\": \"calculation_18207bf6-d820-43ad-b1cf-56801191faeb\",\n                        \"mapping\": \"VALUE\"\n                    }\n                ],\n                \"filters\": [],\n                \"orderBy\": [],\n                \"groupBy\": [],\n                \"fiscal\": false,\n                \"projection\": false,\n                \"distinct\": false\n            }\n        },\n        \"formulas\": [\n            {\n                \"templateId\": 524,\n                \"id\": \"calculation_18207bf6-d820-43ad-b1cf-56801191faeb\",\n                \"name\": \"URL\",\n                \"formula\": \"CONCAT('<a href=\\\"http://en.wikipedia.org/wiki\\\"','\\\"target=\\\"_blank\\\">',`id`, '</a>')\",\n                \"status\": \"VALID\",\n                \"persistedOnDataSource\": false,\n                \"columnPositions\": [\n                    {\n                        \"columnName\": \"`id`\",\n                        \"columnPosition\": 68\n                    }\n                ],\n                \"cacheWindow\": \"non_dynamic\",\n                \"locked\": false,\n                \"owner\": 55874022,\n                \"usedByOtherCards\": false,\n                \"referenceCount\": 1,\n                \"dataType\": \"STRING\",\n                \"isAggregatable\": true,\n                \"bignumber\": false\n            },\n            {\n                \"templateId\": 520,\n                \"id\": \"calculation_58d401a0-f074-48fc-9c09-c3681aa90b7c\",\n                \"name\": \"Last Name\",\n                \"formula\": \"TRIM(SUBSTRING(`Name`, 1, INSTR(`Name`, ',') - 1))  -- -1 to ignore the comma\",\n                \"status\": \"VALID\",\n                \"persistedOnDataSource\": false,\n                \"columnPositions\": [\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 15\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 32\n                    }\n                ],\n                \"cacheWindow\": \"non_dynamic\",\n                \"locked\": false,\n                \"owner\": 55874022,\n                \"usedByOtherCards\": false,\n                \"referenceCount\": 1,\n                \"dataType\": \"STRING\",\n                \"isAggregatable\": true,\n                \"bignumber\": false\n            },\n            {\n                \"templateId\": 521,\n                \"id\": \"calculation_4a039d7e-094b-41fe-a6de-49225607683e\",\n                \"name\": \"First Name 2\",\n                \"formula\": \"TRIM(SUBSTRING(`Name`, INSTR(`Name`, ',') + 1, LENGTH(`Name`) - INSTR(`Name`, ',')))  -- + 1 to ignore comma\",\n                \"status\": \"VALID\",\n                \"persistedOnDataSource\": false,\n                \"columnPositions\": [\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 15\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 29\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 54\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 70\n                    }\n                ],\n                \"cacheWindow\": \"non_dynamic\",\n                \"locked\": false,\n                \"owner\": 55874022,\n                \"usedByOtherCards\": false,\n                \"referenceCount\": 1,\n                \"dataType\": \"STRING\",\n                \"isAggregatable\": true,\n                \"bignumber\": false\n            },\n            {\n                \"templateId\": 519,\n                \"id\": \"calculation_5b4d86a9-d185-4ca7-b677-2df17ab2221d\",\n                \"name\": \"First Last\",\n                \"formula\": \"CONCAT(\\n  TRIM(SUBSTRING(`Name`, INSTR(`Name`, ',') + 1, LENGTH(`Name`) - INSTR(`Name`, ',')))  -- + 1 to ignore comma\\n  , ' '\\n  , TRIM(SUBSTRING(`Name`, 1, INSTR(`Name`, ',') - 1))  -- -1 to ignore the comma\\n)\\n  \",\n                \"status\": \"VALID\",\n                \"persistedOnDataSource\": false,\n                \"columnPositions\": [\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 25\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 39\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 64\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 80\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 146\n                    },\n                    {\n                        \"columnName\": \"`Name`\",\n                        \"columnPosition\": 163\n                    }\n                ],\n                \"cacheWindow\": \"non_dynamic\",\n                \"locked\": false,\n                \"owner\": 55874022,\n                \"usedByOtherCards\": false,\n                \"referenceCount\": 1,\n                \"dataType\": \"STRING\",\n                \"isAggregatable\": true,\n                \"bignumber\": false\n            }\n        ],\n        \"conditionalFormats\": [],\n        \"annotations\": [],\n        \"slicers\": [\n            {\n                \"type\": \"string\",\n                \"displayType\": \"match_values_text_input\",\n                \"name\": \"First Last\",\n                \"column\": \"calculation_5b4d86a9-d185-4ca7-b677-2df17ab2221d\",\n                \"columnDisplayName\": \"First Last\",\n                \"operator\": \"CONTAINS\",\n                \"values\": [],\n                \"collapsed\": false,\n                \"controlType\": \"SLICER\"\n            }\n        ],\n        \"title\": \"Names - Last, First => First Last\",\n        \"description\": \"\",\n        \"chartVersion\": \"9\",\n        \"charts\": {\n            \"main\": {\n                \"component\": \"main\",\n                \"chartType\": \"badge_basic_table\",\n                \"overrides\": {},\n                \"goal\": null\n            }\n        },\n        \"allowTableDrill\": true,\n        \"segments\": {\n            \"active\": [],\n            \"definitions\": []\n        },\n        \"modified\": 1616172957000\n    },\n    \"columns\": [\n        {\n            \"id\": \"id\",\n            \"name\": \"id\",\n            \"type\": \"numeric\",\n            \"isCalculation\": false,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"sourceId\": \"ff82b710-e335-4bab-b3b5-1c28e8b572a7\"\n        },\n        {\n            \"id\": \"Name\",\n            \"name\": \"Name\",\n            \"type\": \"string\",\n            \"isCalculation\": false,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"sourceId\": \"ff82b710-e335-4bab-b3b5-1c28e8b572a7\"\n        },\n        {\n            \"id\": \"Column\",\n            \"name\": \"Column\",\n            \"type\": \"string\",\n            \"isCalculation\": false,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"sourceId\": \"ff82b710-e335-4bab-b3b5-1c28e8b572a7\"\n        },\n        {\n            \"id\": \"calculation_5b4d86a9-d185-4ca7-b677-2df17ab2221d\",\n            \"name\": \"First Last\",\n            \"type\": \"string\",\n            \"value\": \"CONCAT(\\n  TRIM(SUBSTRING(`Name`, INSTR(`Name`, ',') + 1, LENGTH(`Name`) - INSTR(`Name`, ',')))  -- + 1 to ignore comma\\n  , ' '\\n  , TRIM(SUBSTRING(`Name`, 1, INSTR(`Name`, ',') - 1))  -- -1 to ignore the comma\\n)\\n  \",\n            \"isCalculation\": true,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"templateId\": 519\n        },\n        {\n            \"id\": \"calculation_4a039d7e-094b-41fe-a6de-49225607683e\",\n            \"name\": \"First Name 2\",\n            \"type\": \"string\",\n            \"value\": \"TRIM(SUBSTRING(`Name`, INSTR(`Name`, ',') + 1, LENGTH(`Name`) - INSTR(`Name`, ',')))  -- + 1 to ignore comma\",\n            \"isCalculation\": true,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"templateId\": 521\n        },\n        {\n            \"id\": \"calculation_58d401a0-f074-48fc-9c09-c3681aa90b7c\",\n            \"name\": \"Last Name\",\n            \"type\": \"string\",\n            \"value\": \"TRIM(SUBSTRING(`Name`, 1, INSTR(`Name`, ',') - 1))  -- -1 to ignore the comma\",\n            \"isCalculation\": true,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"templateId\": 520\n        },\n        {\n            \"id\": \"calculation_18207bf6-d820-43ad-b1cf-56801191faeb\",\n            \"name\": \"URL\",\n            \"type\": \"string\",\n            \"value\": \"CONCAT('<a href=\\\"http://en.wikipedia.org/wiki\\\"','\\\"target=\\\"_blank\\\">',`id`, '</a>')\",\n            \"isCalculation\": true,\n            \"isAggregatable\": true,\n            \"isEncrypted\": false,\n            \"hidden\": false,\n            \"order\": 0,\n            \"templateId\": 524\n        }\n    ],\n    \"drillpath\": [],\n    \"embedded\": false,\n    \"dataSourceWrite\": true\n}"}],"_postman_id":"1fac86fd-50a7-4e0e-aca3-4d04a928d4b4"},{"name":"Get Card Metadata By Id","id":"b83169d8-0f3a-4fbc-9cb8-c7371d485239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v1/cards?urns={{card_id}}&parts=metadata,metadataOverrides,problems,properties,certification,datasources,dateInfo,domoapp,drillPath,drillPathURNs,library,masonData,owner,owners,problems,properties,slicers&includeFiltered=true","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the card metadata by card ID</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934234-Admin-Settings-Layout#h_01F9HKWVSKH09K35DWT3PJFVKN\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>urns - card id</li>\n<li>parts - what to include (i.e. metadata,metadataOverrides,problems,properties,certification,datasources,dateInfo,domoapp,drillPath,drillPathURNs,library,masonData,owner,owners,problems,properties,slicers)</li>\n<li>includeFiltered (true/false)</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Metadata based on the input parameters</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","cards"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"urns","value":"{{card_id}}"},{"key":"parts","value":"metadata,metadataOverrides,problems,properties,certification,datasources,dateInfo,domoapp,drillPath,drillPathURNs,library,masonData,owner,owners,problems,properties,slicers"},{"key":"includeFiltered","value":"true"}],"variable":[]}},"response":[{"id":"5314c9ca-4460-48f0-a7ce-3678a6a2659c","name":"get Card metadata","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v1/cards?urns={{card_id}}&parts=metadata,metadataOverrides,problems,properties,certification,datasources,dateInfo,domoapp,drillPath,drillPathURNs,library,masonData,owner,owners,problems,properties,slicers&includeFiltered=true","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v1","cards"],"query":[{"key":"urns","value":"{{card_id}}"},{"key":"parts","value":"metadata,metadataOverrides,problems,properties,certification,datasources,dateInfo,domoapp,drillPath,drillPathURNs,library,masonData,owner,owners,problems,properties,slicers"},{"key":"includeFiltered","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 11 May 2022 00:16:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"metadata\": {\n            \"chartType\": \"badge_basic_table\",\n            \"chartVersion\": \"7\",\n            \"currentLabel\": \"Count of Name\",\n            \"historyId\": \"e0eba383-fb01-4002-9430-f19ab7cafe22\",\n            \"calendar\": \"default\",\n            \"columnAliases\": \"{}\",\n            \"columnFormats\": \"{}\",\n            \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n        },\n        \"domoapp\": {\n            \"id\": null\n        },\n        \"drillPath\": {},\n        \"drillPathURNs\": [],\n        \"owners\": [\n            {\n                \"id\": \"55874022\",\n                \"type\": \"USER\",\n                \"displayName\": \"Grant Smith\"\n            }\n        ],\n        \"slicers\": [\n            {\n                \"type\": \"string\",\n                \"displayType\": \"match_values_text_input\",\n                \"dataSourceId\": \"ff82b710-e335-4bab-b3b5-1c28e8b572a7\",\n                \"name\": \"First Last\",\n                \"column\": \"calculation_5b4d86a9-d185-4ca7-b677-2df17ab2221d\",\n                \"columnDisplayName\": \"First Last\",\n                \"operator\": \"CONTAINS\",\n                \"values\": [],\n                \"collapsed\": false,\n                \"controlType\": \"SLICER\"\n            }\n        ],\n        \"metadataOverrides\": {\n            \"components\": [\n                {\n                    \"component\": \"main\",\n                    \"chartType\": \"badge_basic_table\",\n                    \"overrides\": {},\n                    \"goal\": null\n                }\n            ]\n        },\n        \"dateInfo\": {},\n        \"datasources\": [\n            {\n                \"dataSourceId\": \"ff82b710-e335-4bab-b3b5-1c28e8b572a7\",\n                \"dataSourceName\": \"Names - Last, First\",\n                \"displayType\": \"webform\",\n                \"dataType\": \"webform\",\n                \"providerType\": \"webform\",\n                \"isSampleData\": false,\n                \"lastUpdated\": 1615572227095,\n                \"adc\": false,\n                \"phase\": null,\n                \"state\": \"SUCCESS\"\n            }\n        ],\n        \"certification\": {\n            \"state\": \"NOT_CERTIFIED\",\n            \"adminCertified\": false\n        },\n        \"urn\": \"1581024515\",\n        \"id\": 1581024515,\n        \"type\": \"kpi\",\n        \"created\": 1596739618,\n        \"badgeUpdated\": 1616172957000,\n        \"creatorId\": 55874022,\n        \"ownerId\": 55874022,\n        \"description\": \"\",\n        \"title\": \"Names - Last, First => First Last\",\n        \"active\": true,\n        \"allowTableDrill\": true,\n        \"locked\": false,\n        \"access\": true,\n        \"isCurrentUserOwner\": false\n    }\n]"}],"_postman_id":"b83169d8-0f3a-4fbc-9cb8-c7371d485239"},{"name":"Share Card","id":"b6a810ca-c70e-46e3-9af4-855a45801a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resources\": [\r\n        {\r\n            \"type\": \"badge\",\r\n            \"id\": 949737692\r\n        }\r\n    ],\r\n    \"recipients\": [\r\n        {\r\n            \"type\": \"user\",\r\n            \"id\": 1893952720\r\n        }\r\n    ],\r\n    \"message\": \"I thought you might find this card interesting.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v1/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","share"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[{"id":"d3429049-1975-4add-a829-1163e0564b1b","name":"Share Card Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resources\": [\r\n        {\r\n            \"type\": \"badge\",\r\n            \"id\": 949737692\r\n        }\r\n    ],\r\n    \"recipients\": [\r\n        {\r\n            \"type\": \"user\",\r\n            \"id\": 1893952720\r\n        }\r\n    ],\r\n    \"message\": \"I thought you might find this card interesting.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v1/share?sendEmail=false","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v1","share"],"query":[{"key":"sendEmail","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jun 2022 13:57:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b6a810ca-c70e-46e3-9af4-855a45801a34"},{"name":"Card Access list","id":"14f0aca3-5ca2-444b-bd07-509b044277df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v1/share/accesslist/badge/949737692?expandUsers=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","share","accesslist","badge","949737692"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"expandUsers","value":"false"}],"variable":[]}},"response":[{"id":"aa47f378-8d90-41d6-b59a-a80b32d81986","name":"Card Access list","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v1/share/accesslist/badge/949737692?expandUsers=false","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v1","share","accesslist","badge","949737692"],"query":[{"key":"expandUsers","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jun 2022 13:58:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": 1345408759,\n            \"invitorUserId\": 587894148,\n            \"displayName\": \"Alexis Lorenz (DataMaven)\",\n            \"department\": \"Owner\",\n            \"userName\": \"DataMaven42@gmail.com\",\n            \"emailAddress\": \"DataMaven42@gmail.com\",\n            \"phoneNumber\": \"518-496-4710\",\n            \"accepted\": true,\n            \"userType\": \"USER\",\n            \"title\": \"Major Domo Support Specialist\",\n            \"hireDate\": 1590156374000,\n            \"modified\": 1608744192000,\n            \"created\": 1588960520,\n            \"role\": \"Admin\",\n            \"roleId\": 1,\n            \"rights\": 63,\n            \"active\": true,\n            \"systemUser\": false,\n            \"anonymous\": false,\n            \"pending\": false\n        },\n        {\n            \"id\": 1893952720,\n            \"invitorUserId\": 587894148,\n            \"displayName\": \"Jae Wilson\",\n            \"userName\": \"jae@onyxreporting.com\",\n            \"emailAddress\": \"jae@onyxreporting.com\",\n            \"accepted\": true,\n            \"userType\": \"USER\",\n            \"modified\": 1651692505000,\n            \"created\": 1588960518,\n            \"role\": \"Admin\",\n            \"roleId\": 1,\n            \"rights\": 63,\n            \"active\": true,\n            \"systemUser\": false,\n            \"anonymous\": false,\n            \"pending\": false\n        }\n    ],\n    \"groups\": [\n        {\n            \"id\": 1324037627,\n            \"name\": \"Default\",\n            \"type\": \"adHoc\",\n            \"userIds\": [\n                1006847540,\n                1026684838,\n                1026818196,\n                1058287102,\n                1067993352,\n                1069862308,\n                1077424620,\n                1077721049,\n                1077812516,\n                1079474652,\n                1083995483,\n                1086095957,\n                1095515127,\n                1102391116,\n                1128357459,\n                1129952107,\n                1133087654,\n                1141078945,\n                1144220331,\n                1147120777,\n                1154339157,\n                1158660500,\n                1158827447,\n                1167580245,\n                1174239613,\n                1178984171,\n                1179514139,\n                1205363669,\n                1213747030,\n                1227422648,\n                1229264718,\n                1235683338,\n                1238561642,\n                1241615551,\n                1251168784,\n                1256560737,\n                1258396799,\n                1264728842,\n                126620914,\n                128862746,\n                1300285022,\n                1300567568,\n                1300688163,\n                1318781111,\n                1322230863,\n                1339082609,\n                1343302620,\n                1345408759,\n                1345737456,\n                1354070971,\n                1356741733,\n                1364898782,\n                1376601827,\n                1399847286,\n                1402488205,\n                1409092465,\n                1410158005,\n                1413710032,\n                1416802348,\n                1417635412,\n                1419106042,\n                1420303726,\n                1422201990,\n                1437931806,\n                1446165056,\n                1446658852,\n                1447079740,\n                1448762979,\n                1466717367,\n                1467802853,\n                1474057380,\n                1482875007,\n                1489262484,\n                1496003336,\n                149943626,\n                1504505648,\n                1505119319,\n                1511056863,\n                1521147588,\n                1526670194,\n                1542225148,\n                1542505954,\n                1550483411,\n                1561518565,\n                1575177145,\n                1596755774,\n                15967693,\n                1599328022,\n                1605839238,\n                1612175103,\n                1641144375,\n                1643805121,\n                1656078706,\n                1666073542,\n                1669497648,\n                1674821429,\n                1702863473,\n                1707466008,\n                171155629,\n                1725780094,\n                1731503192,\n                1735590743,\n                1735973578,\n                1743239604,\n                175496244,\n                1755736914,\n                1756298872,\n                1758333940,\n                1763459532,\n                1768567034,\n                1774387618,\n                1783658226,\n                178731478,\n                1789075946,\n                1799092117,\n                17995996,\n                1799629516,\n                1806398279,\n                1817189445,\n                1819193468,\n                1819752006,\n                1843503485,\n                1845792835,\n                1855865982,\n                1860458599,\n                1863616231,\n                1865099622,\n                1892854889,\n                1893952720,\n                1895530863,\n                1898323170,\n                1901097935,\n                1906627316,\n                190916666,\n                1928626440,\n                1935496824,\n                1937892219,\n                1939536265,\n                1965787872,\n                196911065,\n                1975818067,\n                1980514385,\n                1983575142,\n                1984590300,\n                2009312032,\n                2024984490,\n                2027352206,\n                2038425160,\n                204012057,\n                204148642,\n                2049193313,\n                2052596821,\n                2055861446,\n                2058521903,\n                2066274468,\n                2067291301,\n                2067419841,\n                206823980,\n                2072302260,\n                2074422502,\n                2088203166,\n                2096641889,\n                2106582747,\n                2107498105,\n                2117185558,\n                2121861625,\n                2125494212,\n                2129297797,\n                2140076978,\n                2142004350,\n                2144185095,\n                2144558191,\n                21963932,\n                223050776,\n                226070803,\n                232754469,\n                235252533,\n                237681378,\n                252907668,\n                25522868,\n                261748279,\n                269129820,\n                274257573,\n                274485918,\n                28892157,\n                292506035,\n                294996492,\n                307632801,\n                313167177,\n                344553325,\n                351874351,\n                363397932,\n                375460758,\n                382014996,\n                387600969,\n                389781527,\n                396783523,\n                400830795,\n                423248731,\n                426129058,\n                435876821,\n                440282646,\n                462744067,\n                462796153,\n                467327835,\n                468362663,\n                468742180,\n                471453161,\n                473863458,\n                520354829,\n                522984988,\n                539925853,\n                543426310,\n                556423215,\n                55874022,\n                574244836,\n                578107238,\n                580083137,\n                585823160,\n                587084188,\n                587894148,\n                591544865,\n                596117551,\n                612085674,\n                613520555,\n                617808774,\n                636595238,\n                644099959,\n                645070475,\n                657447270,\n                664474247,\n                672481709,\n                672705975,\n                680266860,\n                68216396,\n                68838362,\n                693711905,\n                693722501,\n                696468809,\n                699075231,\n                699130027,\n                711202921,\n                716713486,\n                722128535,\n                733251642,\n                739433261,\n                74259340,\n                749054906,\n                754132743,\n                756306366,\n                760234499,\n                768786511,\n                769300939,\n                783279259,\n                786500704,\n                794862702,\n                796785200,\n                797235532,\n                798452601,\n                805649835,\n                80994801,\n                81274900,\n                826020125,\n                827093373,\n                829419006,\n                830455362,\n                840882002,\n                843013871,\n                847434386,\n                850834051,\n                851160104,\n                854312022,\n                86093101,\n                861444808,\n                861491198,\n                864473250,\n                87294754,\n                877557862,\n                885885801,\n                890380826,\n                892556762,\n                892715965,\n                900806260,\n                911220698,\n                918118628,\n                923077174,\n                936337562,\n                944078782,\n                955410413,\n                958785607,\n                960082003,\n                962249185,\n                966365811,\n                978989245,\n                981933573,\n                987527690,\n                991442321,\n                993386260\n            ],\n            \"creatorId\": 2,\n            \"hidden\": false,\n            \"active\": true,\n            \"default\": true\n        }\n    ],\n    \"resource\": {\n        \"id\": \"949737692\",\n        \"type\": \"badge\"\n    },\n    \"totalUserCount\": 298\n}"}],"_postman_id":"14f0aca3-5ca2-444b-bd07-509b044277df"},{"name":"Get Card History Summary","id":"59f06d72-0c73-4228-9534-1d4ec54239e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/kpis/{{card_id}}/history","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["kpis","{{card_id}}","history"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"59f06d72-0c73-4228-9534-1d4ec54239e8"},{"name":"Get Card Lineage","id":"73b0adba-6da2-47a9-985a-2d316ba2346e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/data/v1/lineage/CARD/{{card_id}}?traverseDown=false&requestEntities=DATA_SOURCE,DATAFLOW,CARD","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v1","lineage","CARD","{{card_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"traverseDown","value":"false"},{"key":"requestEntities","value":"DATA_SOURCE,DATAFLOW,CARD"}],"variable":[]}},"response":[],"_postman_id":"73b0adba-6da2-47a9-985a-2d316ba2346e"},{"name":"Card Render API","id":"560a4b66-0285-49a7-8e09-9576ca108b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"queryOverrides\": {\r\n        \"filters\": []\r\n    },\r\n    \"width\": 99,\r\n    \"height\": 46,\r\n    \"scale\": 1.100000023841858\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v1/cards/kpi/{{card_id}}/render?parts=image,summary","description":"<p>use to retrieve a base64 encoded image of the card.</p>\n<p>If the card is unable to render (because of a broken beast mode) this request will error.</p>\n<p>If not all data can be shown, there are keys, notAllDataShown, that will return True.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","cards","kpi","{{card_id}}","render"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"parts","value":"image,summary"}],"variable":[]}},"response":[],"_postman_id":"560a4b66-0285-49a7-8e09-9576ca108b07"}],"id":"17291d1d-87b5-4ca1-9c34-8ac4718cea62","_postman_id":"17291d1d-87b5-4ca1-9c34-8ac4718cea62","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"DataCenter","item":[{"name":"Query Datacenter","id":"806c9700-c219-4e41-b5e2-9f9f709907d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATASET\"\r\n    ],\r\n    \"filters\": [],\r\n    \"combineResults\": false,\r\n    \"query\": \"*\",\r\n    \"count\": 5,\r\n    \"offset\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>This API allows the return of multiple Domo Entities</p>\n<p><strong>UI reference</strong></p>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p>N/A</p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p><strong>{ combineResults:False }</strong> - will return add a nested key-value pair,</p>\n<p><strong>searchResultsMap</strong>, with a dictionary of entity types containing arrays of entities.</p>\n<p>The <strong>searchObjects</strong> key will always have an array of results.</p>\n<p>The <strong>totalResultCount</strong> key can be used to support building a loop function if you limit the <strong>count</strong> of your responses in the filter body.</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Query result</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"c3a0446e-b68a-4a09-a317-fd86ee58c786","name":"Query DataCenter for multple object types","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATAFLOW\",\r\n        \"CARD\",\r\n        \"DATASET\"\r\n    ],\r\n    \"filters\": [],\r\n    \"combineResults\": false,\r\n    \"query\": \"*\",\r\n    \"count\": 0,\r\n    \"offset\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/search/v1/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 02:10:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"facetMap\": {\n        \"CREATE_DATE\": {\n            \"fieldName\": \"create_date\",\n            \"searchFacetEnum\": \"CREATE_DATE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Month\",\n                    \"value\": \"LAST_MONTH\",\n                    \"count\": 26\n                },\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Quarter\",\n                    \"value\": \"LAST_QUARTER\",\n                    \"count\": 56\n                }\n            ]\n        },\n        \"DATAFLOW_TYPE\": {\n            \"fieldName\": \"data_flow_type\",\n            \"searchFacetEnum\": \"DATAFLOW_TYPE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MAGIC\",\n                    \"value\": \"MAGIC\",\n                    \"count\": 55\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MYSQL\",\n                    \"value\": \"MYSQL\",\n                    \"count\": 13\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ETL\",\n                    \"value\": \"ETL\",\n                    \"count\": 9\n                }\n            ]\n        },\n        \"DATAPROVIDERNAME\": {\n            \"fieldName\": \"dataprovidername_facet\",\n            \"searchFacetEnum\": \"DATAPROVIDERNAME\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataFlow\",\n                    \"value\": \"DataFlow\",\n                    \"count\": 122\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Webform\",\n                    \"value\": \"Domo Webform\",\n                    \"count\": 84\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload New\",\n                    \"value\": \"File Upload New\",\n                    \"count\": 77\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"API\",\n                    \"value\": \"API\",\n                    \"count\": 30\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet View\",\n                    \"value\": \"DataSet View\",\n                    \"count\": 25\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Governance Datasets Third Party\",\n                    \"value\": \"Domo Governance Datasets Third Party\",\n                    \"count\": 20\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoStats\",\n                    \"value\": \"DomoStats\",\n                    \"count\": 15\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Federated Data\",\n                    \"value\": \"Federated Data\",\n                    \"count\": 11\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Large File Upload\",\n                    \"value\": \"Large File Upload\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jupyter Data\",\n                    \"value\": \"Jupyter Data\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataFusion\",\n                    \"value\": \"DataFusion\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Sheets\",\n                    \"value\": \"Google Sheets\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Covid-19\",\n                    \"value\": \"Covid-19\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Dimensions\",\n                    \"value\": \"Domo Dimensions\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Custom Connector\",\n                    \"value\": \"Custom Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo to Salesforce 2\",\n                    \"value\": \"Domo to Salesforce 2\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy\",\n                    \"value\": \"DataSet Copy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload\",\n                    \"value\": \"File Upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HTML Table\",\n                    \"value\": \"HTML Table\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Json Webhook\",\n                    \"value\": \"Json Webhook\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Json easy\",\n                    \"value\": \"Json easy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Excel\",\n                    \"value\": \"Microsoft Excel\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open Exchange Rates\",\n                    \"value\": \"Open Exchange Rates\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce\",\n                    \"value\": \"Salesforce\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sample Data\",\n                    \"value\": \"Sample Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter\",\n                    \"value\": \"Twitter\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"United States Census Bureau Public\",\n                    \"value\": \"United States Census Bureau Public\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zip To Fips\",\n                    \"value\": \"Zip To Fips\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"LAST_MODIFIED_DATE\": {\n            \"fieldName\": \"last_modified\",\n            \"searchFacetEnum\": \"LAST_MODIFIED_DATE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Day\",\n                    \"value\": \"LAST_DAY\",\n                    \"count\": 93\n                },\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Week\",\n                    \"value\": \"LAST_WEEK\",\n                    \"count\": 103\n                },\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Month\",\n                    \"value\": \"LAST_MONTH\",\n                    \"count\": 136\n                },\n                {\n                    \"facetType\": \"date\",\n                    \"filterType\": \"dateBucket\",\n                    \"label\": \"Last Quarter\",\n                    \"value\": \"LAST_QUARTER\",\n                    \"count\": 214\n                }\n            ]\n        },\n        \"OWNER_ID\": {\n            \"fieldName\": \"owned_by_id\",\n            \"searchFacetEnum\": \"OWNER_ID\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Alexis Lorenz (DataMaven)\",\n                    \"value\": \"1345408759:USER\",\n                    \"count\": 513,\n                    \"avatarKey\": null,\n                    \"title\": \"Major Domo Support Specialist\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jae Wilson\",\n                    \"value\": \"1893952720:USER\",\n                    \"count\": 181,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Grant Smith\",\n                    \"value\": \"55874022:USER\",\n                    \"count\": 134,\n                    \"avatarKey\": null,\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Scott Thompson\",\n                    \"value\": \"966365811:USER\",\n                    \"count\": 133,\n                    \"avatarKey\": \"97/B7304F9F38CCC1CBE469F05EDDE449\",\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bryan Van Kampen\",\n                    \"value\": \"587894148:USER\",\n                    \"count\": 73,\n                    \"avatarKey\": \"06/C70C1C92ABC9610AEA596513CD897C\",\n                    \"title\": \"Business Analytics\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoSupport\",\n                    \"value\": \"27:USER\",\n                    \"count\": 59,\n                    \"avatarKey\": null,\n                    \"title\": \"Support Team at Domo\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ken Lorenz\",\n                    \"value\": \"1504505648:USER\",\n                    \"count\": 47,\n                    \"avatarKey\": \"avatars/domo/EF/BE03D14EB432BF5F429F1A879E2035.jpg\",\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marc-Anton Clavel\",\n                    \"value\": \"351874351:USER\",\n                    \"count\": 40,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"John Stevens\",\n                    \"value\": \"2129297797:USER\",\n                    \"count\": 24,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aditya Jain\",\n                    \"value\": \"1345737456:USER\",\n                    \"count\": 38,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Andre Wieczorkiewicz\",\n                    \"value\": \"1251168784:USER\",\n                    \"count\": 20,\n                    \"avatarKey\": null,\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ashleigh Stevenson\",\n                    \"value\": \"1768567034:USER\",\n                    \"count\": 19,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ritwik\",\n                    \"value\": \"826020125:USER\",\n                    \"count\": 19,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Michel Wieczorkiewicz\",\n                    \"value\": \"86093101:USER\",\n                    \"count\": 19,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ken Boyer\",\n                    \"value\": \"1158827447:USER\",\n                    \"count\": 18,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jason Altenburg\",\n                    \"value\": \"918118628:USER\",\n                    \"count\": 16,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Justin Pumford \",\n                    \"value\": \"1141078945:USER\",\n                    \"count\": 15,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DuncanDomo\",\n                    \"value\": \"204012057:USER\",\n                    \"count\": 14,\n                    \"avatarKey\": null,\n                    \"title\": \"Business Insights Analyst\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Elliott Leonard\",\n                    \"value\": \"68216396:USER\",\n                    \"count\": 13,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JP Putegnat\",\n                    \"value\": \"1083995483:USER\",\n                    \"count\": 12,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Carlos Kemeny\",\n                    \"value\": \"178731478:USER\",\n                    \"count\": 12,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ben Ainscough\",\n                    \"value\": \"2144185095:USER\",\n                    \"count\": 7,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dean.Wangerin\",\n                    \"value\": \"827093373:USER\",\n                    \"count\": 7,\n                    \"avatarKey\": null,\n                    \"title\": \"Data Analyst\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Andrew Chaffin\",\n                    \"value\": \"1095515127:USER\",\n                    \"count\": 6,\n                    \"avatarKey\": null,\n                    \"title\": \"Cofounder\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Creed Smith\",\n                    \"value\": \"1898323170:USER\",\n                    \"count\": 6,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bard Higgins\",\n                    \"value\": \"2074422502:USER\",\n                    \"count\": 5,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Giuseppe Russo\",\n                    \"value\": \"1026818196:USER\",\n                    \"count\": 4,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Miguel Guedes\",\n                    \"value\": \"722128535:USER\",\n                    \"count\": 4,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"William McCall\",\n                    \"value\": \"1154339157:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Martin Bolaños\",\n                    \"value\": \"1227422648:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Robyn Linden\",\n                    \"value\": \"1446165056:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": \"\"\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lacey Rogers\",\n                    \"value\": \"1756298872:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cadell Falconer\",\n                    \"value\": \"1774387618:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Miguel Vian\",\n                    \"value\": \"74259340:USER\",\n                    \"count\": 2,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Matthew Newsom\",\n                    \"value\": \"1229264718:USER\",\n                    \"count\": 1,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amedeo Maggini\",\n                    \"value\": \"1437931806:USER\",\n                    \"count\": 1,\n                    \"avatarKey\": null,\n                    \"title\": null\n                },\n                {\n                    \"facetType\": \"user\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Andrés Pinzon\",\n                    \"value\": \"25522868:USER\",\n                    \"count\": 1,\n                    \"avatarKey\": null,\n                    \"title\": null\n                }\n            ]\n        },\n        \"STATUS\": {\n            \"fieldName\": \"status_facet\",\n            \"searchFacetEnum\": \"STATUS\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"VALID\",\n                    \"value\": \"VALID\",\n                    \"count\": 433\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SUCCESS\",\n                    \"value\": \"SUCCESS\",\n                    \"count\": 68\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DRAFT\",\n                    \"value\": \"DRAFT\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ENABLED\",\n                    \"value\": \"ENABLED\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DISABLED\",\n                    \"value\": \"DISABLED\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"INACTIVE\",\n                    \"value\": \"INACTIVE\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"INDEXING\",\n                    \"value\": \"INDEXING\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"REJECTED\",\n                    \"value\": \"REJECTED\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RUNNING\",\n                    \"value\": \"RUNNING\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"TAG\": {\n            \"fieldName\": \"tag_facet\",\n            \"searchFacetEnum\": \"TAG\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"um_REPLACE\",\n                    \"value\": \"um_REPLACE\",\n                    \"count\": 225\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"file-upload-new\",\n                    \"value\": \"file-upload-new\",\n                    \"count\": 106\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_file-upload-new\",\n                    \"value\": \"s_file-upload-new\",\n                    \"count\": 106\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_MANUAL at undefined\",\n                    \"value\": \"udt_MANUAL at undefined\",\n                    \"count\": 86\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_webform\",\n                    \"value\": \"s_webform\",\n                    \"count\": 81\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"webform\",\n                    \"value\": \"webform\",\n                    \"count\": 81\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_domostats\",\n                    \"value\": \"s_domostats\",\n                    \"count\": 55\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domostats\",\n                    \"value\": \"domostats\",\n                    \"count\": 51\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"api\",\n                    \"value\": \"api\",\n                    \"count\": 33\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_api\",\n                    \"value\": \"s_api\",\n                    \"count\": 33\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sample Data\",\n                    \"value\": \"Sample Data\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600\",\n                    \"value\": \"domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600\",\n                    \"value\": \"s_domo-governance-d14c2fef-49a8-4898-8ddd-f64998005600\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MajorDomo Recert Exam v2.0\",\n                    \"value\": \"MajorDomo Recert Exam v2.0\",\n                    \"count\": 31\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"um_UPSERT\",\n                    \"value\": \"um_UPSERT\",\n                    \"count\": 29\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_HOUR at undefined\",\n                    \"value\": \"udt_HOUR at undefined\",\n                    \"count\": 17\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domo-federateddata\",\n                    \"value\": \"domo-federateddata\",\n                    \"count\": 11\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_domo-federateddata\",\n                    \"value\": \"s_domo-federateddata\",\n                    \"count\": 11\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"covid-19\",\n                    \"value\": \"covid-19\",\n                    \"count\": 10\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domo-dimensions\",\n                    \"value\": \"domo-dimensions\",\n                    \"count\": 10\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_covid-19\",\n                    \"value\": \"s_covid-19\",\n                    \"count\": 10\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_domo-dimensions\",\n                    \"value\": \"s_domo-dimensions\",\n                    \"count\": 10\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"c_people\",\n                    \"value\": \"c_people\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domoStats\",\n                    \"value\": \"domoStats\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domo-jupyterdata\",\n                    \"value\": \"domo-jupyterdata\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"google-spreadsheets\",\n                    \"value\": \"google-spreadsheets\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_domo-jupyterdata\",\n                    \"value\": \"s_domo-jupyterdata\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_google-spreadsheets\",\n                    \"value\": \"s_google-spreadsheets\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"d_dojoResponse\",\n                    \"value\": \"d_dojoResponse\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"c_projects\",\n                    \"value\": \"c_projects\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_MINUTE at undefined\",\n                    \"value\": \"udt_MINUTE at undefined\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"large-file-upload\",\n                    \"value\": \"large-file-upload\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_large-file-upload\",\n                    \"value\": \"s_large-file-upload\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:48 AM\",\n                    \"value\": \"udt_DAY at 10:48 AM\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"um_APPEND\",\n                    \"value\": \"um_APPEND\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo PUG\",\n                    \"value\": \"Domo PUG\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"c_product\",\n                    \"value\": \"c_product\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"connector-dev-studio\",\n                    \"value\": \"connector-dev-studio\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"html-table\",\n                    \"value\": \"html-table\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_connector-dev-studio\",\n                    \"value\": \"s_connector-dev-studio\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_html-table\",\n                    \"value\": \"s_html-table\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_ADVANCED at undefined\",\n                    \"value\": \"udt_ADVANCED at undefined\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:43 AM\",\n                    \"value\": \"udt_DAY at 10:43 AM\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:45 AM\",\n                    \"value\": \"udt_DAY at 10:45 AM\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:46 AM\",\n                    \"value\": \"udt_DAY at 10:46 AM\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:47 AM\",\n                    \"value\": \"udt_DAY at 10:47 AM\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 4:55 PM\",\n                    \"value\": \"udt_DAY at 4:55 PM\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"dataset-copy\",\n                    \"value\": \"dataset-copy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"deleteMe\",\n                    \"value\": \"deleteMe\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"excel\",\n                    \"value\": \"excel\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"file-upload\",\n                    \"value\": \"file-upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"finance\",\n                    \"value\": \"finance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"json.easy\",\n                    \"value\": \"json.easy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"jsonWebhook\",\n                    \"value\": \"jsonWebhook\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_dataset-copy\",\n                    \"value\": \"s_dataset-copy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_excel\",\n                    \"value\": \"s_excel\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_file-upload\",\n                    \"value\": \"s_file-upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_json.easy\",\n                    \"value\": \"s_json.easy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_jsonWebhook\",\n                    \"value\": \"s_jsonWebhook\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_sample-data\",\n                    \"value\": \"s_sample-data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_twitter\",\n                    \"value\": \"s_twitter\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_undefined\",\n                    \"value\": \"s_undefined\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"s_uscensus-public\",\n                    \"value\": \"s_uscensus-public\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"sample-data\",\n                    \"value\": \"sample-data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"stats\",\n                    \"value\": \"stats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"twitter\",\n                    \"value\": \"twitter\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 03:01 PM\",\n                    \"value\": \"udt_DAY at 03:01 PM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 09:36 PM\",\n                    \"value\": \"udt_DAY at 09:36 PM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:08 PM\",\n                    \"value\": \"udt_DAY at 10:08 PM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:44 AM\",\n                    \"value\": \"udt_DAY at 10:44 AM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_DAY at 10:49 AM\",\n                    \"value\": \"udt_DAY at 10:49 AM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"udt_MONTH at 11:38 AM\",\n                    \"value\": \"udt_MONTH at 11:38 AM\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"uscensus-public\",\n                    \"value\": \"uscensus-public\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"TYPE\": {\n            \"fieldName\": \"entity_type\",\n            \"searchFacetEnum\": \"TYPE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"card\",\n                    \"value\": \"card\",\n                    \"count\": 962\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"dataset\",\n                    \"value\": \"dataset\",\n                    \"count\": 434\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"dataflow\",\n                    \"value\": \"dataflow\",\n                    \"count\": 77\n                }\n            ]\n        },\n        \"CLOUD_NAME\": {\n            \"fieldName\": \"cloud_name\",\n            \"searchFacetEnum\": \"CLOUD_NAME\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo\",\n                    \"value\": \"Domo\",\n                    \"count\": 434\n                }\n            ]\n        },\n        \"CLOUD_ID\": {\n            \"fieldName\": \"cloud_id\",\n            \"searchFacetEnum\": \"CLOUD_ID\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"domo\",\n                    \"value\": \"domo\",\n                    \"count\": 434\n                }\n            ]\n        }\n    },\n    \"totalResultCount\": 1473,\n    \"sort\": {\n        \"fieldSorts\": null,\n        \"activity\": null,\n        \"activitySortType\": null,\n        \"metricAction\": null,\n        \"isHotness\": false,\n        \"isRelevance\": true\n    },\n    \"queryUuid\": \"13bc69d0-c253-48a6-916a-d9f8b4bcd14b\",\n    \"hideSearchObjects\": false,\n    \"searchResultsMap\": {\n        \"dojo_message\": [],\n        \"ml_training_config\": [],\n        \"project\": [],\n        \"objective\": [],\n        \"search\": [],\n        \"feature\": [],\n        \"alert\": [],\n        \"knowledge_base\": [],\n        \"ml_model\": [],\n        \"group\": [],\n        \"app\": [],\n        \"key_result\": [],\n        \"owler_company\": [],\n        \"buzz_channel\": [],\n        \"click\": [],\n        \"ml_artifact\": [],\n        \"dataflow\": [],\n        \"task\": [],\n        \"connector\": [],\n        \"beast_mode\": [],\n        \"ml_project\": [],\n        \"page\": [],\n        \"combined\": [],\n        \"app_card\": [],\n        \"buzz\": [],\n        \"dataset\": [],\n        \"user\": [],\n        \"account\": [],\n        \"card\": []\n    },\n    \"searchObjects\": []\n}"},{"id":"df9d7e9a-bfae-458b-8895-d304d7bf5aa7","name":"Query Datacenter for Connectors","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"count\": 75,\r\n    \"offset\": 0,\r\n    \"hideSearchObjects\": true,\r\n    \"combineResults\": false,\r\n    \"entities\": [\r\n        \"CONNECTOR\"\r\n    ],\r\n    \"query\": \"*\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/search/v1/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 27 Jun 2022 19:50:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"facetMap\": {\n        \"CAPABILITY\": {\n            \"fieldName\": \"capability_facet\",\n            \"searchFacetEnum\": \"CAPABILITY\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connector\",\n                    \"value\": \"Connector\",\n                    \"count\": 777\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Data Science\",\n                    \"value\": \"Data Science\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Writeback\",\n                    \"value\": \"Writeback\",\n                    \"count\": 4\n                }\n            ]\n        },\n        \"CONNECTOR_LABEL\": {\n            \"fieldName\": \"connector_label_facet\",\n            \"searchFacetEnum\": \"CONNECTOR_LABEL\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clavis Edge Digital Shelf Connector\",\n                    \"value\": \"Clavis Edge Digital Shelf Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload Connector\",\n                    \"value\": \"File Upload Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jomablue\",\n                    \"value\": \"Jomablue\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Loggly Connector\",\n                    \"value\": \"Loggly Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ServiceNow Connector\",\n                    \"value\": \"ServiceNow Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snapchat Ads Connector\",\n                    \"value\": \"Snapchat Ads Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sprinklr Connector\",\n                    \"value\": \"Sprinklr Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"US Census Connector\",\n                    \"value\": \"US Census Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WordPress Connector\",\n                    \"value\": \"WordPress Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"10k Connector\",\n                    \"value\": \"10k Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AD EBiS Connector\",\n                    \"value\": \"AD EBiS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ADP Connector\",\n                    \"value\": \"ADP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ALTR JDBC Connector\",\n                    \"value\": \"ALTR JDBC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS Data Exchange Connector\",\n                    \"value\": \"AWS Data Exchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Core Connector\",\n                    \"value\": \"AWS IoT Core Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Device Defender Connector\",\n                    \"value\": \"AWS IoT Device Defender Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Device Management Connector\",\n                    \"value\": \"AWS IoT Device Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Accellion Kiteworks Connector\",\n                    \"value\": \"Accellion Kiteworks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Act-On Connector\",\n                    \"value\": \"Act-On Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AdGear Connector\",\n                    \"value\": \"AdGear Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adalyser Connector\",\n                    \"value\": \"Adalyser Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adaptive Insights Connector\",\n                    \"value\": \"Adaptive Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AddThis Connector\",\n                    \"value\": \"AddThis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Addigy\",\n                    \"value\": \"Addigy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Advertising Cloud Connector\",\n                    \"value\": \"Adobe Advertising Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics 1.4 JWT Connector\",\n                    \"value\": \"Adobe Analytics 1.4 JWT Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics 1.4 OAuth Connector\",\n                    \"value\": \"Adobe Analytics 1.4 OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics Data Feed Connector\",\n                    \"value\": \"Adobe Analytics Data Feed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics Real Time API Connector\",\n                    \"value\": \"Adobe Analytics Real Time API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics v2 JWT Partition Connector\",\n                    \"value\": \"Adobe Analytics v2 JWT Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics v2 OAuth Partition Connector\",\n                    \"value\": \"Adobe Analytics v2 OAuth Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Sign Connector\",\n                    \"value\": \"Adobe Sign Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Target Connector\",\n                    \"value\": \"Adobe Target Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AdvancedMD Connector\",\n                    \"value\": \"AdvancedMD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AgentBox\",\n                    \"value\": \"AgentBox\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Agentbox Connector\",\n                    \"value\": \"Agentbox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aha Connector\",\n                    \"value\": \"Aha Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Airtable Connector\",\n                    \"value\": \"Airtable Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Alchemer Connector\",\n                    \"value\": \"Alchemer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aloha POS Connector\",\n                    \"value\": \"Aloha POS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Alpha Vantage Stock FX and Crypto Stats\",\n                    \"value\": \"Alpha Vantage Stock FX and Crypto Stats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Advertising Connector\",\n                    \"value\": \"Amazon Advertising Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Connector\",\n                    \"value\": \"Amazon Athena Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena JDBC 2.0 Connector\",\n                    \"value\": \"Amazon Athena JDBC 2.0 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Partition Connector\",\n                    \"value\": \"Amazon Athena Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Unload Connector\",\n                    \"value\": \"Amazon Athena Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Aurora Writeback Tile\",\n                    \"value\": \"Amazon Aurora Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon CloudWatch Connector\",\n                    \"value\": \"Amazon CloudWatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon DynamoDB Connector\",\n                    \"value\": \"Amazon DynamoDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Marketplace Web Service Connector\",\n                    \"value\": \"Amazon Marketplace Web Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Advanced Connector\",\n                    \"value\": \"Amazon Redshift Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Connector\",\n                    \"value\": \"Amazon Redshift Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Partition Connector\",\n                    \"value\": \"Amazon Redshift Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift SSH Connector\",\n                    \"value\": \"Amazon Redshift SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Unload Connector\",\n                    \"value\": \"Amazon Redshift Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Upsert Connector\",\n                    \"value\": \"Amazon Redshift Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift via ODBC Connector\",\n                    \"value\": \"Amazon Redshift via ODBC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 Advanced Connector\",\n                    \"value\": \"Amazon S3 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 AssumeRole Advanced V2 Connector\",\n                    \"value\": \"Amazon S3 AssumeRole Advanced V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 AssumeRole Connector\",\n                    \"value\": \"Amazon S3 AssumeRole Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 Connector\",\n                    \"value\": \"Amazon S3 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Web Services Billing Connector\",\n                    \"value\": \"Amazon Web Services Billing Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Web Services IoT Analytics Connector\",\n                    \"value\": \"Amazon Web Services IoT Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ambition Dataset Pusher Writeback Connector\",\n                    \"value\": \"Ambition Dataset Pusher Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Audit Service Advanced Connector\",\n                    \"value\": \"Anaplan Audit Service Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Audit Service Connector\",\n                    \"value\": \"Anaplan Audit Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Connector\",\n                    \"value\": \"Anaplan Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apache Kafka Connector\",\n                    \"value\": \"Apache Kafka Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apache Kafka Rest Connector\",\n                    \"value\": \"Apache Kafka Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"App Annie Connector\",\n                    \"value\": \"App Annie Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNeta AppView Connector\",\n                    \"value\": \"AppNeta AppView Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNexus Connector\",\n                    \"value\": \"AppNexus Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNexus Log Level Data Connector\",\n                    \"value\": \"AppNexus Log Level Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple News Publisher Connector\",\n                    \"value\": \"Apple News Publisher Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple Search Ads Connector\",\n                    \"value\": \"Apple Search Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple Search Ads OAuth Connector\",\n                    \"value\": \"Apple Search Ads OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ArcSight Connector\",\n                    \"value\": \"ArcSight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Asana Connector\",\n                    \"value\": \"Asana Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Asana Personal Access Token Connector\",\n                    \"value\": \"Asana Personal Access Token Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aspectiva Connector\",\n                    \"value\": \"Aspectiva Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atara glu Connector\",\n                    \"value\": \"Atara glu Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atlassian OpsGenie Connector\",\n                    \"value\": \"Atlassian OpsGenie Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atom RSS Connector\",\n                    \"value\": \"Atom RSS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aurora Connector\",\n                    \"value\": \"Aurora Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Automatic Connector\",\n                    \"value\": \"Automatic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Avid Ratings\",\n                    \"value\": \"Avid Ratings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AvidTrak Connector\",\n                    \"value\": \"AvidTrak Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ayuda Connector\",\n                    \"value\": \"Ayuda Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure BlobStorage Writeback Tile\",\n                    \"value\": \"Azure BlobStorage Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure Data Lake Writeback Tile\",\n                    \"value\": \"Azure Data Lake Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure DevOps Connector\",\n                    \"value\": \"Azure DevOps Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure Synapse SQL Connector\",\n                    \"value\": \"Azure Synapse SQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BEA Connector\",\n                    \"value\": \"BEA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BIM 360 Connector\",\n                    \"value\": \"BIM 360 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BLS Unemployment by State Count Connector\",\n                    \"value\": \"BLS Unemployment by State Count Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BLS Unemployment by State Rate Monthly Connector\",\n                    \"value\": \"BLS Unemployment by State Rate Monthly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BambooHR Connector\",\n                    \"value\": \"BambooHR Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Basecamp Connector\",\n                    \"value\": \"Basecamp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Basecamp V3 Connector\",\n                    \"value\": \"Basecamp V3 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bazaarvoice Connector\",\n                    \"value\": \"Bazaarvoice Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Beonic Traffic Insights Connector\",\n                    \"value\": \"Beonic Traffic Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bing Ads Connector\",\n                    \"value\": \"Bing Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BitBucket V2 Connector\",\n                    \"value\": \"BitBucket V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bitly Connector\",\n                    \"value\": \"Bitly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BlackDuck Hub Connector\",\n                    \"value\": \"BlackDuck Hub Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bluehornet/Mapp Digital Connector\",\n                    \"value\": \"Bluehornet/Mapp Digital Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Booker\",\n                    \"value\": \"Booker\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Advanced Connector\",\n                    \"value\": \"Box Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Analytics Advanced Connector\",\n                    \"value\": \"Box Analytics Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Analytics Connector\",\n                    \"value\": \"Box Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Connector\",\n                    \"value\": \"Box Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Governance Connector\",\n                    \"value\": \"Box Governance Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Writeback Tile\",\n                    \"value\": \"Box Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brainshark Connector\",\n                    \"value\": \"Brainshark Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BrandIndex Connector\",\n                    \"value\": \"BrandIndex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brandwatch Connector\",\n                    \"value\": \"Brandwatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brex Connector\",\n                    \"value\": \"Brex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BrightEdge Connector\",\n                    \"value\": \"BrightEdge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brightcove Connector\",\n                    \"value\": \"Brightcove Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brightroll Connector\",\n                    \"value\": \"Brightroll Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Broncos News\",\n                    \"value\": \"Broncos News\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bullhorn Connector\",\n                    \"value\": \"Bullhorn Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bullhorn SOAP Connector\",\n                    \"value\": \"Bullhorn SOAP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bureau of Labor Statistics Connector\",\n                    \"value\": \"Bureau of Labor Statistics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BuzzStream Connector\",\n                    \"value\": \"BuzzStream Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CA Agile Central (Rally) Connector\",\n                    \"value\": \"CA Agile Central (Rally) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CDC Connector\",\n                    \"value\": \"CDC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CDK Global Connector\",\n                    \"value\": \"CDK Global Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CNN RSS Connector\",\n                    \"value\": \"CNN RSS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"COVID-19 Connector\",\n                    \"value\": \"COVID-19 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV Advanced Connector\",\n                    \"value\": \"CSV Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV Connector\",\n                    \"value\": \"CSV Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV SFTP Pull Connector\",\n                    \"value\": \"CSV SFTP Pull Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV SFTP Push Connector\",\n                    \"value\": \"CSV SFTP Push Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV via Workbench Connector\",\n                    \"value\": \"CSV via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cake Connector\",\n                    \"value\": \"Cake Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CallRail Connector\",\n                    \"value\": \"CallRail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CallTrackingMetrics Connector\",\n                    \"value\": \"CallTrackingMetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaign Manager Connector\",\n                    \"value\": \"Campaign Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaigner Connector\",\n                    \"value\": \"Campaigner Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cargowatch Connector\",\n                    \"value\": \"Cargowatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Catchpoint Connector\",\n                    \"value\": \"Catchpoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Celtra Connector\",\n                    \"value\": \"Celtra Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Centro Connector\",\n                    \"value\": \"Centro Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ChannelAdvisor Connector\",\n                    \"value\": \"ChannelAdvisor Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Chartbeat Connector\",\n                    \"value\": \"Chartbeat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ChatFunnels\",\n                    \"value\": \"ChatFunnels\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CheetahMail Connector\",\n                    \"value\": \"CheetahMail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Christopherson Business Travel Connector\",\n                    \"value\": \"Christopherson Business Travel Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cisco Prime Connector\",\n                    \"value\": \"Cisco Prime Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clarizen Connector\",\n                    \"value\": \"Clarizen Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clavis Connector\",\n                    \"value\": \"Clavis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ClickPoint Connector\",\n                    \"value\": \"ClickPoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clicktale Connector\",\n                    \"value\": \"Clicktale Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clipcentric\",\n                    \"value\": \"Clipcentric\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Close Connector\",\n                    \"value\": \"Close Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CloudHealth Advanced Connector\",\n                    \"value\": \"CloudHealth Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CloudHealth Connector\",\n                    \"value\": \"CloudHealth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloudability Tile\",\n                    \"value\": \"Cloudability Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Code Climate\",\n                    \"value\": \"Code Climate\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Commission Junction Connector\",\n                    \"value\": \"Commission Junction Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Compose Connector\",\n                    \"value\": \"Compose Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Comscore MMX Connector\",\n                    \"value\": \"Comscore MMX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Conductor Searchlight Connector\",\n                    \"value\": \"Conductor Searchlight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connatix Reports Connector\",\n                    \"value\": \"Connatix Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Constant Contact Connector\",\n                    \"value\": \"Constant Contact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cordial Connector\",\n                    \"value\": \"Cordial Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cornerstone OnDemand Connector\",\n                    \"value\": \"Cornerstone OnDemand Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cosmos DB\",\n                    \"value\": \"Cosmos DB\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Couchbase Connector\",\n                    \"value\": \"Couchbase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Coupa Connector\",\n                    \"value\": \"Coupa Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Create Custom Domo Connector\",\n                    \"value\": \"Create Custom Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Crimson Hexagon Connector\",\n                    \"value\": \"Crimson Hexagon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Advertising Connector\",\n                    \"value\": \"Criteo Advertising Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Connector\",\n                    \"value\": \"Criteo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Marketing Connector\",\n                    \"value\": \"Criteo Marketing Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cvent Connector\",\n                    \"value\": \"Cvent Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cvent REST Connector\",\n                    \"value\": \"Cvent REST Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DCM via Google Cloud Storage Connector\",\n                    \"value\": \"DCM via Google Cloud Storage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dash Hudson\",\n                    \"value\": \"Dash Hudson\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Connector\",\n                    \"value\": \"DataSet Copy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Connector Access Token Only\",\n                    \"value\": \"DataSet Copy Connector Access Token Only\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Unload Connector\",\n                    \"value\": \"DataSet Copy Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet via Email Connector\",\n                    \"value\": \"DataSet via Email Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Database.com Connector\",\n                    \"value\": \"Database.com Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Datadog Connector\",\n                    \"value\": \"Datadog Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Decipher Connector\",\n                    \"value\": \"Decipher Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Delacon Connector\",\n                    \"value\": \"Delacon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DialogTech Reports\",\n                    \"value\": \"DialogTech Reports\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dialpad Connector\",\n                    \"value\": \"Dialpad Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digimind Social Connector\",\n                    \"value\": \"Digimind Social Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"District M Connector\",\n                    \"value\": \"District M Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Docebo Connector\",\n                    \"value\": \"Docebo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DocuSign Connector\",\n                    \"value\": \"DocuSign Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo APIs\",\n                    \"value\": \"Domo APIs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Dimensions Connector\",\n                    \"value\": \"Domo Dimensions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Governance Datasets Connector\",\n                    \"value\": \"Domo Governance Datasets Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Japan Connector for LINE(Messaging API)\",\n                    \"value\": \"Domo Japan Connector for LINE(Messaging API)\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo SDKs\",\n                    \"value\": \"Domo SDKs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Webform\",\n                    \"value\": \"Domo Webform\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Workbench Connector\",\n                    \"value\": \"Domo Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo to JSON Post Writeback Tile\",\n                    \"value\": \"Domo to JSON Post Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoR Plugin\",\n                    \"value\": \"DomoR Plugin\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoStats\",\n                    \"value\": \"DomoStats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dotmailer Connector\",\n                    \"value\": \"Dotmailer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DoubleClick Campaign Manager Service Account via DTV2 Service Connector\",\n                    \"value\": \"DoubleClick Campaign Manager Service Account via DTV2 Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dovetale Connector\",\n                    \"value\": \"Dovetale Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox File Advanced Connector\",\n                    \"value\": \"Dropbox File Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox File Connector\",\n                    \"value\": \"Dropbox File Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox For Business Advanced Connector\",\n                    \"value\": \"Dropbox For Business Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox Writeback Tile\",\n                    \"value\": \"Dropbox Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"EDGE^ By Ascential Connector\",\n                    \"value\": \"EDGE^ By Ascential Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ElasticSearch Connector\",\n                    \"value\": \"ElasticSearch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Eloqua Connector\",\n                    \"value\": \"Eloqua Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Emma Connector\",\n                    \"value\": \"Emma Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"EncompassRest Connector\",\n                    \"value\": \"EncompassRest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Engagio Connector\",\n                    \"value\": \"Engagio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Engine Ready Connector\",\n                    \"value\": \"Engine Ready Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Entrata Connector\",\n                    \"value\": \"Entrata Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Entrata V2 Connector\",\n                    \"value\": \"Entrata V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Excel SFTP Connector\",\n                    \"value\": \"Excel SFTP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Excel SFTP Push Connector\",\n                    \"value\": \"Excel SFTP Push Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Expensify Connector\",\n                    \"value\": \"Expensify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ad Library Connector\",\n                    \"value\": \"Facebook Ad Library Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ads Advanced Connector\",\n                    \"value\": \"Facebook Ads Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ads Connector\",\n                    \"value\": \"Facebook Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Advanced Connector\",\n                    \"value\": \"Facebook Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Connector\",\n                    \"value\": \"Facebook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facilio\",\n                    \"value\": \"Facilio\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Federal Reserve Economic Data\",\n                    \"value\": \"Federal Reserve Economic Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Figma Connector\",\n                    \"value\": \"Figma Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload\",\n                    \"value\": \"File Upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload Legacy Connector\",\n                    \"value\": \"File Upload Legacy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Firebase Connector\",\n                    \"value\": \"Firebase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Firebase Writeback Tile\",\n                    \"value\": \"Firebase Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fitbit Connector\",\n                    \"value\": \"Fitbit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Five9 Connector\",\n                    \"value\": \"Five9 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Flurry Connector\",\n                    \"value\": \"Flurry Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ForeSee Connector\",\n                    \"value\": \"ForeSee Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Foursquare Connector\",\n                    \"value\": \"Foursquare Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FranConnect Integration for Domo\",\n                    \"value\": \"FranConnect Integration for Domo\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshBooks Connector\",\n                    \"value\": \"FreshBooks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshDesk Connector\",\n                    \"value\": \"FreshDesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshService Connector\",\n                    \"value\": \"FreshService Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Freshsales Connector\",\n                    \"value\": \"Freshsales Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Freshservice V2 Connector\",\n                    \"value\": \"Freshservice V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fuel API Connector\",\n                    \"value\": \"Fuel API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fulcrum\",\n                    \"value\": \"Fulcrum\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fulcrum connector\",\n                    \"value\": \"Fulcrum connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GSC Search Analytics\",\n                    \"value\": \"GSC Search Analytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GTmetrix Connector\",\n                    \"value\": \"GTmetrix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gainsight Connector\",\n                    \"value\": \"Gainsight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GetSatisfaction Connector\",\n                    \"value\": \"GetSatisfaction Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GinzaMetrics Connector\",\n                    \"value\": \"GinzaMetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GitHub Enterprise Connector\",\n                    \"value\": \"GitHub Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Github Connector\",\n                    \"value\": \"Github Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gmail Service Connector\",\n                    \"value\": \"Gmail Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GoToMeeting Connector\",\n                    \"value\": \"GoToMeeting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gong Connector\",\n                    \"value\": \"Gong Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ad Manager Connector\",\n                    \"value\": \"Google Ad Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google AdSense Connector\",\n                    \"value\": \"Google AdSense Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Admin SDK Reports Connector\",\n                    \"value\": \"Google Admin SDK Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Admin SDK Reports Connector OAuth\",\n                    \"value\": \"Google Admin SDK Reports Connector OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads BigQuery Connector\",\n                    \"value\": \"Google Ads BigQuery Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads BigQuery Service Connector\",\n                    \"value\": \"Google Ads BigQuery Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads Connector\",\n                    \"value\": \"Google Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Advanced Connector\",\n                    \"value\": \"Google Analytics Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Enterprise Connector\",\n                    \"value\": \"Google Analytics Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics MCF Connector\",\n                    \"value\": \"Google Analytics MCF Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Management Connector\",\n                    \"value\": \"Google Analytics Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Mgmt Service Account Connector\",\n                    \"value\": \"Google Analytics Mgmt Service Account Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Realtime Connector\",\n                    \"value\": \"Google Analytics Realtime Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Unsampled Reporting Connector\",\n                    \"value\": \"Google Analytics Unsampled Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery\",\n                    \"value\": \"Google BigQuery\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery Service Connector\",\n                    \"value\": \"Google BigQuery Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery Writeback Tile\",\n                    \"value\": \"Google BigQuery Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Calendar Connector\",\n                    \"value\": \"Google Calendar Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Connector OAuth\",\n                    \"value\": \"Google Cloud Storage Connector OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Service Connector\",\n                    \"value\": \"Google Cloud Storage Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Writeback Tile\",\n                    \"value\": \"Google Cloud Storage Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Contacts Connector\",\n                    \"value\": \"Google Contacts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Contacts Service Connector\",\n                    \"value\": \"Google Contacts Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Directions Connector\",\n                    \"value\": \"Google Directions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Drive Service Connector\",\n                    \"value\": \"Google Drive Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Drive Writeback Tile\",\n                    \"value\": \"Google Drive Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Fit Connector\",\n                    \"value\": \"Google Fit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Gmail Connector\",\n                    \"value\": \"Google Gmail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google PageSpeed Insights Connector\",\n                    \"value\": \"Google PageSpeed Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Search Ads 360 Connector\",\n                    \"value\": \"Google Search Ads 360 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Search Console Connector\",\n                    \"value\": \"Google Search Console Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Sheets Connector\",\n                    \"value\": \"Google Sheets Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Sheets Writeback Tile\",\n                    \"value\": \"Google Sheets Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Tag Manager Connector\",\n                    \"value\": \"Google Tag Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GrayLog Connector\",\n                    \"value\": \"GrayLog Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Greenhouse Connector\",\n                    \"value\": \"Greenhouse Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Greenhouse Demographic Connector\",\n                    \"value\": \"Greenhouse Demographic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GuideCX Connector\",\n                    \"value\": \"GuideCX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HTML Table Connector\",\n                    \"value\": \"HTML Table Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HappyOrNot Connector\",\n                    \"value\": \"HappyOrNot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Harvest Connector\",\n                    \"value\": \"Harvest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HarvestApp Connector\",\n                    \"value\": \"HarvestApp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hearsay Social Connector\",\n                    \"value\": \"Hearsay Social Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Highrise Connector\",\n                    \"value\": \"Highrise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HipChat\",\n                    \"value\": \"HipChat\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HireVue Connector\",\n                    \"value\": \"HireVue Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hive Connector\",\n                    \"value\": \"Hive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hive Project Manager Connector\",\n                    \"value\": \"Hive Project Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HubSpot Connector\",\n                    \"value\": \"HubSpot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Engagement\",\n                    \"value\": \"Hubspot Engagement\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Upsert Connector\",\n                    \"value\": \"Hubspot Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Webhook Connector\",\n                    \"value\": \"Hubspot Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Huffpost Pollster Connector\",\n                    \"value\": \"Huffpost Pollster Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Humanity Connector\",\n                    \"value\": \"Humanity Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 Connector\",\n                    \"value\": \"IBM DB2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 Partition Connector\",\n                    \"value\": \"IBM DB2 Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 SSH Connector\",\n                    \"value\": \"IBM DB2 SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Digital Analytics Connector\",\n                    \"value\": \"IBM Digital Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix Connector\",\n                    \"value\": \"IBM Informix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix Partition Connector\",\n                    \"value\": \"IBM Informix Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix SSH Connector\",\n                    \"value\": \"IBM Informix SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IContact Connector\",\n                    \"value\": \"IContact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"InMoment Connector\",\n                    \"value\": \"InMoment Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Indeed Connector\",\n                    \"value\": \"Indeed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Influitive Connector\",\n                    \"value\": \"Influitive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Informatica Cloud Connector\",\n                    \"value\": \"Informatica Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft REST hook Connector\",\n                    \"value\": \"Infusionsoft REST hook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Connector\",\n                    \"value\": \"Infusionsoft by Keap Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Enterprise Connector\",\n                    \"value\": \"Infusionsoft by Keap Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Rest Connector\",\n                    \"value\": \"Infusionsoft by Keap Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"InsideSales Connector\",\n                    \"value\": \"InsideSales Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instagram Business Connector\",\n                    \"value\": \"Instagram Business Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instagram Connector\",\n                    \"value\": \"Instagram Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instructure Bridge Connector\",\n                    \"value\": \"Instructure Bridge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Integrate Cloud Connector\",\n                    \"value\": \"Integrate Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Intercom Connector\",\n                    \"value\": \"Intercom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ivinex Connector\",\n                    \"value\": \"Ivinex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA Cloud Connector\",\n                    \"value\": \"JIRA Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA Rest API Connector\",\n                    \"value\": \"JIRA Rest API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA via Workbench Connector\",\n                    \"value\": \"JIRA via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Advanced Connector\",\n                    \"value\": \"JSON Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Connector\",\n                    \"value\": \"JSON Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Easy Connector\",\n                    \"value\": \"JSON Easy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON No Code Connector\",\n                    \"value\": \"JSON No Code Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON No Code OAuth Connector\",\n                    \"value\": \"JSON No Code OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Webhook Connector\",\n                    \"value\": \"JSON Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jama Connector\",\n                    \"value\": \"Jama Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jamf Connector\",\n                    \"value\": \"Jamf Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jive Connector\",\n                    \"value\": \"Jive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jobvite Connector\",\n                    \"value\": \"Jobvite Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kapost Connector\",\n                    \"value\": \"Kapost Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KarmaCRM Connector\",\n                    \"value\": \"KarmaCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kenshoo Connector\",\n                    \"value\": \"Kenshoo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KeyMetric CallTracking Connector\",\n                    \"value\": \"KeyMetric CallTracking Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KeyedIn\",\n                    \"value\": \"KeyedIn\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kintone Connector\",\n                    \"value\": \"Kintone Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kissmetrics Connector\",\n                    \"value\": \"Kissmetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Klaviyo Connector\",\n                    \"value\": \"Klaviyo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KnowBe4 Connector\",\n                    \"value\": \"KnowBe4 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kochava Connector\",\n                    \"value\": \"Kochava Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kounta Connector\",\n                    \"value\": \"Kounta Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LKQD Connector\",\n                    \"value\": \"LKQD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lenos Connector\",\n                    \"value\": \"Lenos Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Limble CMMS Connector\",\n                    \"value\": \"Limble CMMS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LimeLight CRM Connector\",\n                    \"value\": \"LimeLight CRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LinkedIn V2 Connector\",\n                    \"value\": \"LinkedIn V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Linkedin Ads Connector\",\n                    \"value\": \"Linkedin Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Listrak Connector\",\n                    \"value\": \"Listrak Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Advanced Connector\",\n                    \"value\": \"Lithium Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Connector\",\n                    \"value\": \"Lithium Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Connector API v2\",\n                    \"value\": \"Lithium Connector API v2\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LiveChat Connector\",\n                    \"value\": \"LiveChat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LiveChat Domo Connector\",\n                    \"value\": \"LiveChat Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LogicGate Risk Cloud Connector\",\n                    \"value\": \"LogicGate Risk Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lynda.com\",\n                    \"value\": \"Lynda.com\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MINDBODY Online Connector\",\n                    \"value\": \"MINDBODY Online Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MYOB Connector\",\n                    \"value\": \"MYOB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Magento2 Advanced Connector\",\n                    \"value\": \"Magento2 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Magento2 Connector\",\n                    \"value\": \"Magento2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MailChimp Connector\",\n                    \"value\": \"MailChimp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MailJet Connector\",\n                    \"value\": \"MailJet Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mandrill Connector\",\n                    \"value\": \"Mandrill Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mapquest Traffic Connector\",\n                    \"value\": \"Mapquest Traffic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marchex Connector\",\n                    \"value\": \"Marchex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Connector\",\n                    \"value\": \"MariaDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Partition Connector\",\n                    \"value\": \"MariaDB Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Writeback Tile\",\n                    \"value\": \"MariaDB Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketo Bulk API Connector\",\n                    \"value\": \"Marketo Bulk API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketo Connector\",\n                    \"value\": \"Marketo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Maropost Connector\",\n                    \"value\": \"Maropost Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marqii Connector\",\n                    \"value\": \"Marqii Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Matomo Connector\",\n                    \"value\": \"Matomo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mavenlink Connector\",\n                    \"value\": \"Mavenlink Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Medallia Connector\",\n                    \"value\": \"Medallia Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Meetup Connector\",\n                    \"value\": \"Meetup Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Meltwater Connector\",\n                    \"value\": \"Meltwater Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Access SFTP Connector\",\n                    \"value\": \"Microsoft Access SFTP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Blob Storage Connector\",\n                    \"value\": \"Microsoft Azure Blob Storage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Data Factory Connector\",\n                    \"value\": \"Microsoft Azure Data Factory Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Data Lake Store Connector\",\n                    \"value\": \"Microsoft Azure Data Lake Store Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Storage Data Lake Gen2 Connector\",\n                    \"value\": \"Microsoft Azure Storage Data Lake Gen2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics CRM Connector\",\n                    \"value\": \"Microsoft Dynamics CRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics CRM Rest Connector\",\n                    \"value\": \"Microsoft Dynamics CRM Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics GP Via Workbench Connector\",\n                    \"value\": \"Microsoft Dynamics GP Via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics NAV Via WorkBench\",\n                    \"value\": \"Microsoft Dynamics NAV Via WorkBench\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Excel via Workbench Connector\",\n                    \"value\": \"Microsoft Excel via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange\",\n                    \"value\": \"Microsoft Exchange\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Mailbox Connector\",\n                    \"value\": \"Microsoft Exchange Mailbox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Mailbox Only Connector\",\n                    \"value\": \"Microsoft Exchange Mailbox Only Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Metrics Connector\",\n                    \"value\": \"Microsoft Exchange Metrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Metrics Rest Connector\",\n                    \"value\": \"Microsoft Exchange Metrics Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft OneDrive Business Connector\",\n                    \"value\": \"Microsoft OneDrive Business Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft OneDrive Connector\",\n                    \"value\": \"Microsoft OneDrive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Reporting Service Connector\",\n                    \"value\": \"Microsoft Reporting Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Reports Connector\",\n                    \"value\": \"Microsoft Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL SSH Connector\",\n                    \"value\": \"Microsoft SQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server\",\n                    \"value\": \"Microsoft SQL Server\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Connector\",\n                    \"value\": \"Microsoft SQL Server Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Partition Connector\",\n                    \"value\": \"Microsoft SQL Server Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Reporting Service Connector\",\n                    \"value\": \"Microsoft SQL Server Reporting Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Via WorkBench Connector\",\n                    \"value\": \"Microsoft SQL Server Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint ADFS Connector\",\n                    \"value\": \"Microsoft SharePoint ADFS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint Online Connector\",\n                    \"value\": \"Microsoft SharePoint Online Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint Online Rest Connector\",\n                    \"value\": \"Microsoft SharePoint Online Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Sharepoint via WorkBench\",\n                    \"value\": \"Microsoft Sharepoint via WorkBench\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MindTouch Connector\",\n                    \"value\": \"MindTouch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mist Connector\",\n                    \"value\": \"Mist Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mixpanel Connector\",\n                    \"value\": \"Mixpanel Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Moat Connector\",\n                    \"value\": \"Moat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mododata\",\n                    \"value\": \"Mododata\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB Atlas Connector\",\n                    \"value\": \"MongoDB Atlas Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB Connector\",\n                    \"value\": \"MongoDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB SSH Connector\",\n                    \"value\": \"MongoDB SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB V2 Connector\",\n                    \"value\": \"MongoDB V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mongoose Metrics Connector\",\n                    \"value\": \"Mongoose Metrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Monitis Connector\",\n                    \"value\": \"Monitis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Montage Connector\",\n                    \"value\": \"Montage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MoodWire\",\n                    \"value\": \"MoodWire\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Moz Connector\",\n                    \"value\": \"Moz Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Connector\",\n                    \"value\": \"MySQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Partition Domo Connector\",\n                    \"value\": \"MySQL Partition Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL SSH Connector\",\n                    \"value\": \"MySQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Via WorkBench Connector\",\n                    \"value\": \"MySQL Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Writeback Tile\",\n                    \"value\": \"MySQL Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NASA Connector\",\n                    \"value\": \"NASA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Complaints Connector\",\n                    \"value\": \"NHTSA Complaints Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Connector\",\n                    \"value\": \"NHTSA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Recalls Connector\",\n                    \"value\": \"NHTSA Recalls Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Safety Ratings Connector\",\n                    \"value\": \"NHTSA Safety Ratings Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Connector\",\n                    \"value\": \"NOAA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Historical Weather Connector\",\n                    \"value\": \"NOAA Historical Weather Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Weather Alerts Connector\",\n                    \"value\": \"NOAA Weather Alerts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Weather Connector\",\n                    \"value\": \"NOAA Weather Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nativo Connector\",\n                    \"value\": \"Nativo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neo4j (deprecated) Connector\",\n                    \"value\": \"Neo4j (deprecated) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neo4j Connector\",\n                    \"value\": \"Neo4j Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite App TBA Connector\",\n                    \"value\": \"NetSuite App TBA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite SuiteAnalytics Connect Connector\",\n                    \"value\": \"NetSuite SuiteAnalytics Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite SuiteAnalytics Connect Partition Connector\",\n                    \"value\": \"NetSuite SuiteAnalytics Connect Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netatmo Connector\",\n                    \"value\": \"Netatmo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netbase Connector\",\n                    \"value\": \"Netbase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netsuite Connector\",\n                    \"value\": \"Netsuite Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neurio Connector\",\n                    \"value\": \"Neurio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic Advanced Connector\",\n                    \"value\": \"New Relic Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic Connector\",\n                    \"value\": \"New Relic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic NRQL Connector\",\n                    \"value\": \"New Relic NRQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nielsen Music Connect Connector\",\n                    \"value\": \"Nielsen Music Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nutshell Connector\",\n                    \"value\": \"Nutshell Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nuvi Connector\",\n                    \"value\": \"Nuvi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ODBC via Workbench Connector\",\n                    \"value\": \"ODBC via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OData Connector\",\n                    \"value\": \"OData Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OLAP Connector\",\n                    \"value\": \"OLAP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OLAP via Workbench Connector\",\n                    \"value\": \"OLAP via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OPC via Workbench Connector\",\n                    \"value\": \"OPC via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ObservePoint API V2 Connector\",\n                    \"value\": \"ObservePoint API V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ObservePoint Connector\",\n                    \"value\": \"ObservePoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OfficeRnD Connector\",\n                    \"value\": \"OfficeRnD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Okta Connector\",\n                    \"value\": \"Okta Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Omny Studio\",\n                    \"value\": \"Omny Studio\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Onboard.io Connector\",\n                    \"value\": \"Onboard.io Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"One by AOL:Video - Adap.tv Connector\",\n                    \"value\": \"One by AOL:Video - Adap.tv Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OneDrive Writeback Tile\",\n                    \"value\": \"OneDrive Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ooyala Advanced Connector\",\n                    \"value\": \"Ooyala Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ooyala Connector\",\n                    \"value\": \"Ooyala Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open Exchange Connector\",\n                    \"value\": \"Open Exchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open Exchange Rates Advanced Connector\",\n                    \"value\": \"Open Exchange Rates Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open FEC Connector\",\n                    \"value\": \"Open FEC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenAQ Connector\",\n                    \"value\": \"OpenAQ Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenAir Connector\",\n                    \"value\": \"OpenAir Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenText Media Management Connector\",\n                    \"value\": \"OpenText Media Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenWeatherMap Connector\",\n                    \"value\": \"OpenWeatherMap Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenX Connector\",\n                    \"value\": \"OpenX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Openfire Connector\",\n                    \"value\": \"Openfire Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Autonomous Data Warehouse Cloud\",\n                    \"value\": \"Oracle Autonomous Data Warehouse Cloud\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Bronto Connector\",\n                    \"value\": \"Oracle Bronto Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle CRM On Demand Connector\",\n                    \"value\": \"Oracle CRM On Demand Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Connector\",\n                    \"value\": \"Oracle Database Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database SSH Connector\",\n                    \"value\": \"Oracle Database SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Via WorkBench Connector\",\n                    \"value\": \"Oracle Database Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Writeback Tile\",\n                    \"value\": \"Oracle Database Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Sales Cloud Connector\",\n                    \"value\": \"Oracle Sales Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OrthoFi Connector\",\n                    \"value\": \"OrthoFi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Outbrain Connector\",\n                    \"value\": \"Outbrain Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Outreach Connector\",\n                    \"value\": \"Outreach Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Owler Connector\",\n                    \"value\": \"Owler Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Owler Fortune 500 Connector\",\n                    \"value\": \"Owler Fortune 500 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty\",\n                    \"value\": \"PagerDuty\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty Advanced Connector\",\n                    \"value\": \"PagerDuty Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty Connector\",\n                    \"value\": \"PagerDuty Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Particle Connector\",\n                    \"value\": \"Particle Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PatentsView Connector\",\n                    \"value\": \"PatentsView Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Paydirt Connector\",\n                    \"value\": \"Paydirt Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Peakon\",\n                    \"value\": \"Peakon\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pendo Connector\",\n                    \"value\": \"Pendo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pepperjam\",\n                    \"value\": \"Pepperjam\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Percolate Connector\",\n                    \"value\": \"Percolate Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Performance Horizon Connector\",\n                    \"value\": \"Performance Horizon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pingdom Connector\",\n                    \"value\": \"Pingdom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pinterest Ads Connector\",\n                    \"value\": \"Pinterest Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pinterest Enterprise Connector\",\n                    \"value\": \"Pinterest Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pipedrive Connector\",\n                    \"value\": \"Pipedrive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PipelineDeals Connector\",\n                    \"value\": \"PipelineDeals Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pivotal Tracker Connector\",\n                    \"value\": \"Pivotal Tracker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Piwik PRO\",\n                    \"value\": \"Piwik PRO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PlayVox Connector\",\n                    \"value\": \"PlayVox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pleo Connector\",\n                    \"value\": \"Pleo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pocket Connector\",\n                    \"value\": \"Pocket Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Podio Connector\",\n                    \"value\": \"Podio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Podium Connector\",\n                    \"value\": \"Podium Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Advanced Connector\",\n                    \"value\": \"PostgreSQL Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Connector\",\n                    \"value\": \"PostgreSQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Partition Connector\",\n                    \"value\": \"PostgreSQL Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL SSH Connector\",\n                    \"value\": \"PostgreSQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Via WorkBench Connector\",\n                    \"value\": \"PostgreSQL Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Writeback Tile\",\n                    \"value\": \"PostgreSQL Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Predix Connector\",\n                    \"value\": \"Predix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Price Spider Connector\",\n                    \"value\": \"Price Spider Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ProBusinessTools Connector\",\n                    \"value\": \"ProBusinessTools Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Procore Connector\",\n                    \"value\": \"Procore Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Profit.co OKR Software Connector\",\n                    \"value\": \"Profit.co OKR Software Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PropertyMe Connector\",\n                    \"value\": \"PropertyMe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PubExchange Connector\",\n                    \"value\": \"PubExchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qualtrics Connector\",\n                    \"value\": \"Qualtrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qubole Connector\",\n                    \"value\": \"Qubole Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qubole Unload Connector\",\n                    \"value\": \"Qubole Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Quick Base Connector\",\n                    \"value\": \"Quick Base Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks Connector\",\n                    \"value\": \"QuickBooks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks Online Reports Connector\",\n                    \"value\": \"QuickBooks Online Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks via Workbench Connector\",\n                    \"value\": \"QuickBooks via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Quintly\",\n                    \"value\": \"Quintly\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RXA Voice of Customer\",\n                    \"value\": \"RXA Voice of Customer\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Raiser's Edge Connector\",\n                    \"value\": \"Raiser's Edge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Raw Data Extractor\",\n                    \"value\": \"Raw Data Extractor\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ready Signal\",\n                    \"value\": \"Ready Signal\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Recurly Connector\",\n                    \"value\": \"Recurly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Reddit Connector\",\n                    \"value\": \"Reddit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Redshift Writeback Tile\",\n                    \"value\": \"Redshift Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Remedyforce Connector\",\n                    \"value\": \"Remedyforce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Responsys Connector\",\n                    \"value\": \"Responsys Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Restaurant365 Connector\",\n                    \"value\": \"Restaurant365 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RetailNext Connector\",\n                    \"value\": \"RetailNext Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RetailOps Connector\",\n                    \"value\": \"RetailOps Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Reuters Connector\",\n                    \"value\": \"Reuters Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RevContent Connector\",\n                    \"value\": \"RevContent Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rhumbix Connector\",\n                    \"value\": \"Rhumbix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rival IQ Connector\",\n                    \"value\": \"Rival IQ Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rubicon Project Connector\",\n                    \"value\": \"Rubicon Project Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RunKeeper Connector\",\n                    \"value\": \"RunKeeper Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"S3 Writeback Tile\",\n                    \"value\": \"S3 Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP ASE Connector\",\n                    \"value\": \"SAP ASE Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP ASE SSH Connector\",\n                    \"value\": \"SAP ASE SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Ariba Connector\",\n                    \"value\": \"SAP Ariba Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Concur connector\",\n                    \"value\": \"SAP Concur connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Fieldglass Connector\",\n                    \"value\": \"SAP Fieldglass Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Hana Connector\",\n                    \"value\": \"SAP Hana Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Via WorkBench Connector\",\n                    \"value\": \"SAP Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SEMRush Connector\",\n                    \"value\": \"SEMRush Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SFTP Writeback Tile\",\n                    \"value\": \"SFTP Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sage Intacct Connector\",\n                    \"value\": \"Sage Intacct Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SailThru Advanced Connector\",\n                    \"value\": \"SailThru Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SailThru Connector\",\n                    \"value\": \"SailThru Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesExec Connector\",\n                    \"value\": \"SalesExec Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesLoft Connector\",\n                    \"value\": \"SalesLoft Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesSeek Connector\",\n                    \"value\": \"SalesSeek Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Advanced Connector\",\n                    \"value\": \"Salesforce Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Connector\",\n                    \"value\": \"Salesforce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce ExactTarget (Marketing Cloud) Connector\",\n                    \"value\": \"Salesforce ExactTarget (Marketing Cloud) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Managed Package Validator Connector\",\n                    \"value\": \"Salesforce Managed Package Validator Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Marketing Cloud Rest Connector\",\n                    \"value\": \"Salesforce Marketing Cloud Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Pardot Connector\",\n                    \"value\": \"Salesforce Pardot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Pardot Connector with Single Sign-On support\",\n                    \"value\": \"Salesforce Pardot Connector with Single Sign-On support\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Radian6 Advanced Connector\",\n                    \"value\": \"Salesforce Radian6 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Radian6 Connector\",\n                    \"value\": \"Salesforce Radian6 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Writeback Connector\",\n                    \"value\": \"Salesforce Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Writeback Tile\",\n                    \"value\": \"Salesforce Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce with Upsert Connector\",\n                    \"value\": \"Salesforce with Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesfusion Connector\",\n                    \"value\": \"Salesfusion Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Saleshood Connector\",\n                    \"value\": \"Saleshood Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sample Data Connector\",\n                    \"value\": \"Sample Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sansan Connector\",\n                    \"value\": \"Sansan Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Scraping Hub Connector\",\n                    \"value\": \"Scraping Hub Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SearchForce Connector\",\n                    \"value\": \"SearchForce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searchmetrics\",\n                    \"value\": \"Searchmetrics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searchmetrics Connector\",\n                    \"value\": \"Searchmetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Seismic Connector\",\n                    \"value\": \"Seismic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SendGrid Connector\",\n                    \"value\": \"SendGrid Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SendGrid Webhook Connector\",\n                    \"value\": \"SendGrid Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sensor Tower Connector\",\n                    \"value\": \"Sensor Tower Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SentinelOne Agent Details\",\n                    \"value\": \"SentinelOne Agent Details\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sentry Connector\",\n                    \"value\": \"Sentry Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Service Desk Plus Cloud Connector\",\n                    \"value\": \"Service Desk Plus Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SharePoint Connector\",\n                    \"value\": \"SharePoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Shareablee Connector\",\n                    \"value\": \"Shareablee Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SharpSpring Connector\",\n                    \"value\": \"SharpSpring Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Shopify Connector\",\n                    \"value\": \"Shopify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Showpad Connector\",\n                    \"value\": \"Showpad Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Silent Passenger Connector\",\n                    \"value\": \"Silent Passenger Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Silverpop Connector\",\n                    \"value\": \"Silverpop Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimilarWeb Connector\",\n                    \"value\": \"SimilarWeb Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimpliFi Connector\",\n                    \"value\": \"SimpliFi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimplyMeasured Connector\",\n                    \"value\": \"SimplyMeasured Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sizmek Connector\",\n                    \"value\": \"Sizmek Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sizmek SAS Connector\",\n                    \"value\": \"Sizmek SAS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Skimlinks Connector\",\n                    \"value\": \"Skimlinks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Slideshare Connector\",\n                    \"value\": \"Slideshare Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SmartRecruiters Connector\",\n                    \"value\": \"SmartRecruiters Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Smartsheet Connector\",\n                    \"value\": \"Smartsheet Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Smartsheet Writeback Tile\",\n                    \"value\": \"Smartsheet Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Connector\",\n                    \"value\": \"Snowflake Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Key Pair Authentication Connector\",\n                    \"value\": \"Snowflake Key Pair Authentication Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                    \"value\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake OAuth Connector\",\n                    \"value\": \"Snowflake OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Partition Connector\",\n                    \"value\": \"Snowflake Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Unload Connector\",\n                    \"value\": \"Snowflake Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Writeback Connector\",\n                    \"value\": \"Snowflake Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SocialFlow Connector\",\n                    \"value\": \"SocialFlow Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Splunk Connector\",\n                    \"value\": \"Splunk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpotX Connector\",\n                    \"value\": \"SpotX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spreaker Connector\",\n                    \"value\": \"Spreaker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spredfast Conversations Connector\",\n                    \"value\": \"Spredfast Conversations Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpringServe Connector\",\n                    \"value\": \"SpringServe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sprinklr Advanced Connector\",\n                    \"value\": \"Sprinklr Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpyFu Connector\",\n                    \"value\": \"SpyFu Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Square Connector\",\n                    \"value\": \"Square Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Square Multi Account Connector\",\n                    \"value\": \"Square Multi Account Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"StackAdapt Connector\",\n                    \"value\": \"StackAdapt Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"StackExchange Connector\",\n                    \"value\": \"StackExchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stat Search Analytics Connector\",\n                    \"value\": \"Stat Search Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stella Connect Connector\",\n                    \"value\": \"Stella Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Strava Connector\",\n                    \"value\": \"Strava Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Streaming Data via AWS Kinesis Connector\",\n                    \"value\": \"Streaming Data via AWS Kinesis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stripe Connector\",\n                    \"value\": \"Stripe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SugarCRM Connector\",\n                    \"value\": \"SugarCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sumo Logic Advanced Connector\",\n                    \"value\": \"Sumo Logic Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sumo Logic Connector\",\n                    \"value\": \"Sumo Logic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SurveyMonkey Advanced Connector\",\n                    \"value\": \"SurveyMonkey Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SurveyMonkey Connector\",\n                    \"value\": \"SurveyMonkey Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sybase Partition Connector\",\n                    \"value\": \"Sybase Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Synthesio V2 Connector\",\n                    \"value\": \"Synthesio V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sysomos Connector\",\n                    \"value\": \"Sysomos Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sysomos Heartbeat Connector\",\n                    \"value\": \"Sysomos Heartbeat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Taboola Connector\",\n                    \"value\": \"Taboola Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talent.com Campaign Report Connector\",\n                    \"value\": \"Talent.com Campaign Report Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Taleo Connector\",\n                    \"value\": \"Taleo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talkdesk Connector\",\n                    \"value\": \"Talkdesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talkwalker Connector\",\n                    \"value\": \"Talkwalker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TaxView Pro Connector\",\n                    \"value\": \"TaxView Pro Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tealium DataAccess\",\n                    \"value\": \"Tealium DataAccess\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teamwork Connector\",\n                    \"value\": \"Teamwork Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teckst Connector\",\n                    \"value\": \"Teckst Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teradata via Workbench Connector\",\n                    \"value\": \"Teradata via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Testimonial Tree Connector\",\n                    \"value\": \"Testimonial Tree Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"The Trade Desk Connector\",\n                    \"value\": \"The Trade Desk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ThirdPartySelfPublish\",\n                    \"value\": \"ThirdPartySelfPublish\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tiktok Ads Connector\",\n                    \"value\": \"Tiktok Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Toggle Connector\",\n                    \"value\": \"Toggle Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Totango Connector\",\n                    \"value\": \"Totango Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TrackMaven Connector\",\n                    \"value\": \"TrackMaven Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Treasure Data Connector\",\n                    \"value\": \"Treasure Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Trello Connector\",\n                    \"value\": \"Trello Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TrustYou Connector\",\n                    \"value\": \"TrustYou Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tubular Reports Third Party\",\n                    \"value\": \"Tubular Reports Third Party\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tumblr Connector\",\n                    \"value\": \"Tumblr Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tune Advertiser Connector\",\n                    \"value\": \"Tune Advertiser Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tune Affiliate Connector\",\n                    \"value\": \"Tune Affiliate Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Advanced Connector\",\n                    \"value\": \"Twilio Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Connector\",\n                    \"value\": \"Twilio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Writeback Connector\",\n                    \"value\": \"Twilio Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitch.tv Connector\",\n                    \"value\": \"Twitch.tv Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Ads Connector\",\n                    \"value\": \"Twitter Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Advanced Connector\",\n                    \"value\": \"Twitter Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Connector\",\n                    \"value\": \"Twitter Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Engagement Connector\",\n                    \"value\": \"Twitter Engagement Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"UKG Connector\",\n                    \"value\": \"UKG Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"US Census Building Permits Connector\",\n                    \"value\": \"US Census Building Permits Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Advanced Connector\",\n                    \"value\": \"USGS Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Demo\",\n                    \"value\": \"USGS Demo\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Earthquake Data Connector\",\n                    \"value\": \"USGS Earthquake Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Well Data\",\n                    \"value\": \"USGS Well Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Wildfires Connector\",\n                    \"value\": \"USGS Wildfires Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Uberall Connector\",\n                    \"value\": \"Uberall Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Uberflip Connector\",\n                    \"value\": \"Uberflip Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Unleashed Connector\",\n                    \"value\": \"Unleashed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Urban Airship Connector\",\n                    \"value\": \"Urban Airship Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Velocify Advanced Connector\",\n                    \"value\": \"Velocify Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Velocify Connector\",\n                    \"value\": \"Velocify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Verifi\",\n                    \"value\": \"Verifi\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Vertica Connector\",\n                    \"value\": \"Vertica Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"VerticalResponse Connector\",\n                    \"value\": \"VerticalResponse Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Vimeo Connector\",\n                    \"value\": \"Vimeo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"VoiceStorm Connector\",\n                    \"value\": \"VoiceStorm Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Voluum Connector\",\n                    \"value\": \"Voluum Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WeChat Connector\",\n                    \"value\": \"WeChat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Source Connector\",\n                    \"value\": \"Weather Source Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Source Third Party Connector\",\n                    \"value\": \"Weather Source Third Party Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Underground Connector\",\n                    \"value\": \"Weather Underground Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weathernews Connector\",\n                    \"value\": \"Weathernews Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Webex Domo Connector\",\n                    \"value\": \"Webex Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Webtrends Connector\",\n                    \"value\": \"Webtrends Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WhatCounts Connector\",\n                    \"value\": \"WhatCounts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workday Connector\",\n                    \"value\": \"Workday Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workfront Connector\",\n                    \"value\": \"Workfront Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workiva Connector\",\n                    \"value\": \"Workiva Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Wrike Connector\",\n                    \"value\": \"Wrike Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML Advanced Connector\",\n                    \"value\": \"XML Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML Connector\",\n                    \"value\": \"XML Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML via Workbench Connector\",\n                    \"value\": \"XML via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XTM Cloud Connector\",\n                    \"value\": \"XTM Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Xero Connector\",\n                    \"value\": \"Xero Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Xero Payroll Connector\",\n                    \"value\": \"Xero Payroll Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YDN Connector\",\n                    \"value\": \"YDN Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yahoo! Japan Search Ads Connector\",\n                    \"value\": \"Yahoo! Japan Search Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yammer Connector\",\n                    \"value\": \"Yammer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yellowbrick Connector\",\n                    \"value\": \"Yellowbrick Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yelp Connector\",\n                    \"value\": \"Yelp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yelp Reporting Connector\",\n                    \"value\": \"Yelp Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yext Connector\",\n                    \"value\": \"Yext Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yieldex Connector\",\n                    \"value\": \"Yieldex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yogi Connector\",\n                    \"value\": \"Yogi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"You've Got Leads! Connector\",\n                    \"value\": \"You've Got Leads! Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouGov Connector\",\n                    \"value\": \"YouGov Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouTube Enterprise Advanced Connector\",\n                    \"value\": \"YouTube Enterprise Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouTube Reporting Enterprise Connector\",\n                    \"value\": \"YouTube Reporting Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Youtube Reporting Connector\",\n                    \"value\": \"Youtube Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zabbix Connector\",\n                    \"value\": \"Zabbix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Chat Connector\",\n                    \"value\": \"Zendesk Chat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Connector\",\n                    \"value\": \"Zendesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Guide Connector\",\n                    \"value\": \"Zendesk Guide Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sell Connector\",\n                    \"value\": \"Zendesk Sell Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sell Firehose Connector\",\n                    \"value\": \"Zendesk Sell Firehose Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sunshine Connector\",\n                    \"value\": \"Zendesk Sunshine Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Support Connector with Upsert\",\n                    \"value\": \"Zendesk Support Connector with Upsert\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Talk Connector\",\n                    \"value\": \"Zendesk Talk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zenefits Connector\",\n                    \"value\": \"Zenefits Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zift Solutions Connector\",\n                    \"value\": \"Zift Solutions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zillow Connector\",\n                    \"value\": \"Zillow Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zingfit Connector\",\n                    \"value\": \"Zingfit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zinier Generic Query\",\n                    \"value\": \"Zinier Generic Query\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zip to Fips Connector\",\n                    \"value\": \"Zip to Fips Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ZohoCRM Connector\",\n                    \"value\": \"ZohoCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zoom Connector\",\n                    \"value\": \"Zoom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zuora Connector\",\n                    \"value\": \"Zuora Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"data.world Writeback Connector\",\n                    \"value\": \"data.world Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"eQuest Connector\",\n                    \"value\": \"eQuest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"gBizINFO Connector\",\n                    \"value\": \"gBizINFO Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"iSpot.TV Connector\",\n                    \"value\": \"iSpot.TV Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"inContact Connector\",\n                    \"value\": \"inContact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"inContact OAuth 2 Connector\",\n                    \"value\": \"inContact OAuth 2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"personio Connector\",\n                    \"value\": \"personio Connector\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"CONNECTOR_TAG\": {\n            \"fieldName\": \"connector_tag_facet\",\n            \"searchFacetEnum\": \"CONNECTOR_TAG\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloud Connector\",\n                    \"value\": \"Cloud Connector\",\n                    \"count\": 608\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Analytics\",\n                    \"value\": \"Analytics\",\n                    \"count\": 362\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketing\",\n                    \"value\": \"Marketing\",\n                    \"count\": 307\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Marketing\",\n                    \"value\": \"Digital Marketing\",\n                    \"count\": 166\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BI\",\n                    \"value\": \"BI\",\n                    \"count\": 163\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IT\",\n                    \"value\": \"IT\",\n                    \"count\": 145\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Database\",\n                    \"value\": \"Database\",\n                    \"count\": 125\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales\",\n                    \"value\": \"Sales\",\n                    \"count\": 73\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Web Analytics\",\n                    \"value\": \"Web Analytics\",\n                    \"count\": 64\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Finance\",\n                    \"value\": \"Finance\",\n                    \"count\": 63\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dashboards\",\n                    \"value\": \"Dashboards\",\n                    \"count\": 53\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales Leaders\",\n                    \"value\": \"Sales Leaders\",\n                    \"count\": 52\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CEO\",\n                    \"value\": \"CEO\",\n                    \"count\": 51\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Social Media\",\n                    \"value\": \"Social Media\",\n                    \"count\": 51\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Operations\",\n                    \"value\": \"Operations\",\n                    \"count\": 50\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Customer Service\",\n                    \"value\": \"Customer Service\",\n                    \"count\": 48\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CMO\",\n                    \"value\": \"CMO\",\n                    \"count\": 47\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Documents\",\n                    \"value\": \"Documents\",\n                    \"count\": 47\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"preferred\",\n                    \"value\": \"preferred\",\n                    \"count\": 45\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ads\",\n                    \"value\": \"Ads\",\n                    \"count\": 43\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Human Resources\",\n                    \"value\": \"Human Resources\",\n                    \"count\": 42\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Project Management\",\n                    \"value\": \"Project Management\",\n                    \"count\": 36\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spreadsheets\",\n                    \"value\": \"Spreadsheets\",\n                    \"count\": 35\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google\",\n                    \"value\": \"Google\",\n                    \"count\": 33\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Collaboration\",\n                    \"value\": \"Collaboration\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketing Automation\",\n                    \"value\": \"Marketing Automation\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CRM\",\n                    \"value\": \"CRM\",\n                    \"count\": 30\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Developer Tools\",\n                    \"value\": \"Developer Tools\",\n                    \"count\": 29\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft\",\n                    \"value\": \"Microsoft\",\n                    \"count\": 28\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS\",\n                    \"value\": \"AWS\",\n                    \"count\": 24\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sentiment Analysis\",\n                    \"value\": \"Sentiment Analysis\",\n                    \"count\": 24\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News & Media\",\n                    \"value\": \"News & Media\",\n                    \"count\": 23\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SEO\",\n                    \"value\": \"SEO\",\n                    \"count\": 23\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Cloud Connector\",\n                    \"value\": \" Cloud Connector\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CFO\",\n                    \"value\": \"CFO\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Executive\",\n                    \"value\": \"Executive\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Retail\",\n                    \"value\": \"Retail\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Financial Planning\",\n                    \"value\": \"Financial Planning\",\n                    \"count\": 21\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" IT\",\n                    \"value\": \" IT\",\n                    \"count\": 20\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaign Performance\",\n                    \"value\": \"Campaign Performance\",\n                    \"count\": 20\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload\",\n                    \"value\": \"File Upload\",\n                    \"count\": 19\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales Operations\",\n                    \"value\": \"Sales Operations\",\n                    \"count\": 18\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Database\",\n                    \"value\": \" Database\",\n                    \"count\": 17\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"On-Premise Connector\",\n                    \"value\": \"On-Premise Connector\",\n                    \"count\": 17\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"All Departments\",\n                    \"value\": \"All Departments\",\n                    \"count\": 16\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lead & Pipeline\",\n                    \"value\": \"Lead & Pipeline\",\n                    \"count\": 16\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IoT\",\n                    \"value\": \"IoT\",\n                    \"count\": 15\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Analytics\",\n                    \"value\": \" Analytics\",\n                    \"count\": 14\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" BI\",\n                    \"value\": \" BI\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Partition\",\n                    \"value\": \" Partition\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Communications\",\n                    \"value\": \"Communications\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Environmental Svcs\",\n                    \"value\": \"Environmental Svcs\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce\",\n                    \"value\": \"Salesforce\",\n                    \"count\": 11\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Marketing\",\n                    \"value\": \" Marketing\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Product Management\",\n                    \"value\": \"Product Management\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Video/Audio/Images\",\n                    \"value\": \"Video/Audio/Images\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Call Tracking\",\n                    \"value\": \"Call Tracking\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Payment Processing\",\n                    \"value\": \"Payment Processing\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Productivity\",\n                    \"value\": \"Productivity\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Public Data\",\n                    \"value\": \"Public Data\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe\",\n                    \"value\": \"Adobe\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Employee Management\",\n                    \"value\": \"Employee Management\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Healthcare\",\n                    \"value\": \"Healthcare\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle\",\n                    \"value\": \"Oracle\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Popular\",\n                    \"value\": \"Popular\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ticketing\",\n                    \"value\": \"Ticketing\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Surveys\",\n                    \"value\": \"Surveys\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Time Tracking\",\n                    \"value\": \"Time Tracking\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Travel\",\n                    \"value\": \"Travel\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Cloud connector\",\n                    \"value\": \" Cloud connector\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Digital Marketing\",\n                    \"value\": \" Digital Marketing\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Operations\",\n                    \"value\": \" Operations\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Project Management\",\n                    \"value\": \" Project Management\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Leaderboard/Competition\",\n                    \"value\": \"Leaderboard/Competition\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mktg Automation\",\n                    \"value\": \"Mktg Automation\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Public Sector\",\n                    \"value\": \"Public Sector\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Server Monitoring\",\n                    \"value\": \"Server Monitoring\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ads\",\n                    \"value\": \" Ads\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Query\",\n                    \"value\": \" Query\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sales\",\n                    \"value\": \" Sales\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Teams\",\n                    \"value\": \" Teams\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Markeing\",\n                    \"value\": \"Digital Markeing\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"E-commerce\",\n                    \"value\": \"E-commerce\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News/Media\",\n                    \"value\": \"News/Media\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sports & Recreation\",\n                    \"value\": \"Sports & Recreation\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Advertising\",\n                    \"value\": \" Advertising\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Leads\",\n                    \"value\": \" Leads\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Microsoft\",\n                    \"value\": \" Microsoft\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" SQL\",\n                    \"value\": \" SQL\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Web Analytics\",\n                    \"value\": \" Web Analytics\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" preferred\",\n                    \"value\": \" preferred\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"All\",\n                    \"value\": \"All\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hotel & Restaurant\",\n                    \"value\": \"Hotel & Restaurant\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickStart\",\n                    \"value\": \"QuickStart\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Real Estate\",\n                    \"value\": \"Real Estate\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Retail Sales\",\n                    \"value\": \"Retail Sales\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Business Leads\",\n                    \"value\": \" Business Leads\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Campaign\",\n                    \"value\": \" Campaign\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data\",\n                    \"value\": \" Data\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" JSON\",\n                    \"value\": \" JSON\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Lead & Pipeline\",\n                    \"value\": \" Lead & Pipeline\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Maintenance\",\n                    \"value\": \" Maintenance\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" MongoDB\",\n                    \"value\": \" MongoDB\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Participants\",\n                    \"value\": \" Participants\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Projects\",\n                    \"value\": \" Projects\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sales Operations\",\n                    \"value\": \" Sales Operations\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Salesforce\",\n                    \"value\": \" Salesforce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ticket\",\n                    \"value\": \" Ticket\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tickets\",\n                    \"value\": \" Tickets\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" eCommerce\",\n                    \"value\": \" eCommerce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Automotive\",\n                    \"value\": \"Automotive\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Collaborations\",\n                    \"value\": \"Collaborations\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Communication\",\n                    \"value\": \"Communication\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Construction\",\n                    \"value\": \"Construction\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"E-Commerce\",\n                    \"value\": \"E-Commerce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Events\",\n                    \"value\": \"Events\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pro Services\",\n                    \"value\": \"Pro Services\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Scheduling\",\n                    \"value\": \"Scheduling\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk\",\n                    \"value\": \"Zendesk\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"  Webinar\",\n                    \"value\": \"  Webinar\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" APIs\",\n                    \"value\": \" APIs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" AWS\",\n                    \"value\": \" AWS\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Articles\",\n                    \"value\": \" Articles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Assets\",\n                    \"value\": \" Assets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" AssumeRole\",\n                    \"value\": \" AssumeRole\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Attendees\",\n                    \"value\": \" Attendees\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Azure Data Lake\",\n                    \"value\": \" Azure Data Lake\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Big Data\",\n                    \"value\": \" Big Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Business Data\",\n                    \"value\": \" Business Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" CEO\",\n                    \"value\": \" CEO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" CMO\",\n                    \"value\": \" CMO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Analysis\",\n                    \"value\": \" Call Analysis\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Analytics\",\n                    \"value\": \" Call Analytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Conversion Data\",\n                    \"value\": \" Call Conversion Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Data\",\n                    \"value\": \" Call Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Calls & Interactions\",\n                    \"value\": \" Calls & Interactions\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Campaign Performance\",\n                    \"value\": \" Campaign Performance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Chats\",\n                    \"value\": \" Chats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Coaching\",\n                    \"value\": \" Coaching\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Comments\",\n                    \"value\": \" Comments\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conference Calls\",\n                    \"value\": \" Conference Calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conversations\",\n                    \"value\": \" Conversations\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conversions\",\n                    \"value\": \" Conversions\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Copy data\",\n                    \"value\": \" Copy data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Customer Relations\",\n                    \"value\": \" Customer Relations\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data export\",\n                    \"value\": \" Data export\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data upload\",\n                    \"value\": \" Data upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" DataSet\",\n                    \"value\": \" DataSet\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Documentation\",\n                    \"value\": \" Documentation\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Documents\",\n                    \"value\": \" Documents\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" ERP\",\n                    \"value\": \" ERP\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Email\",\n                    \"value\": \" Email\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Email activity\",\n                    \"value\": \" Email activity\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Endpoint\",\n                    \"value\": \" Endpoint\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Episodes\",\n                    \"value\": \" Episodes\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Event Management\",\n                    \"value\": \" Event Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Executive\",\n                    \"value\": \" Executive\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" File Connector\",\n                    \"value\": \" File Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Finance\",\n                    \"value\": \" Finance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Goals\",\n                    \"value\": \" Goals\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Google\",\n                    \"value\": \" Google\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Intercom\",\n                    \"value\": \" Intercom\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Jira\",\n                    \"value\": \" Jira\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" KPI\",\n                    \"value\": \" KPI\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Labels\",\n                    \"value\": \" Labels\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Labor\",\n                    \"value\": \" Labor\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Learning\",\n                    \"value\": \" Learning\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Marketing Data\",\n                    \"value\": \" Marketing Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Meetings\",\n                    \"value\": \" Meetings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Merge\",\n                    \"value\": \" Merge\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Owners\",\n                    \"value\": \" Owners\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Pardot\",\n                    \"value\": \" Pardot\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Payment Processing\",\n                    \"value\": \" Payment Processing\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Payments\",\n                    \"value\": \" Payments\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Planning\",\n                    \"value\": \" Planning\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Product\",\n                    \"value\": \" Product\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Project Development\",\n                    \"value\": \" Project Development\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Registrants\",\n                    \"value\": \" Registrants\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Reports\",\n                    \"value\": \" Reports\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Requirements\",\n                    \"value\": \" Requirements\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Resources\",\n                    \"value\": \" Resources\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Retail Sales\",\n                    \"value\": \" Retail Sales\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Risks\",\n                    \"value\": \" Risks\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Roles\",\n                    \"value\": \" Roles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" SAP\",\n                    \"value\": \" SAP\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sale\",\n                    \"value\": \" Sale\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Session\",\n                    \"value\": \" Session\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Shows\",\n                    \"value\": \" Shows\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake\",\n                    \"value\": \" Snowflake\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake Keypair\",\n                    \"value\": \" Snowflake Keypair\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake OAuth\",\n                    \"value\": \" Snowflake OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Social Media\",\n                    \"value\": \" Social Media\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Speakers\",\n                    \"value\": \" Speakers\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Spreadsheets\",\n                    \"value\": \" Spreadsheets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Statistics\",\n                    \"value\": \" Statistics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tasks\",\n                    \"value\": \" Tasks\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Team Meetings\",\n                    \"value\": \" Team Meetings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Team meeting\",\n                    \"value\": \" Team meeting\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Territory Management\",\n                    \"value\": \" Territory Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Test Cycles\",\n                    \"value\": \" Test Cycles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Test Plans\",\n                    \"value\": \" Test Plans\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tests\",\n                    \"value\": \" Tests\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ticket Metrics\",\n                    \"value\": \" Ticket Metrics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Topics\",\n                    \"value\": \" Topics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Training\",\n                    \"value\": \" Training\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Unload\",\n                    \"value\": \" Unload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Upsert\",\n                    \"value\": \" Upsert\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Upsert Connector\",\n                    \"value\": \" Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Video Calls\",\n                    \"value\": \" Video Calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Video calls\",\n                    \"value\": \" Video calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" WebEx\",\n                    \"value\": \" WebEx\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Webinar\",\n                    \"value\": \" Webinar\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Work Items\",\n                    \"value\": \" Work Items\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Workspaces\",\n                    \"value\": \" Workspaces\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Zendesk Help Center\",\n                    \"value\": \" Zendesk Help Center\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aerospace & Defense\",\n                    \"value\": \"Aerospace & Defense\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3\",\n                    \"value\": \"Amazon S3\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Analyitcs\",\n                    \"value\": \"Analyitcs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaytics\",\n                    \"value\": \"Anaytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anlytics\",\n                    \"value\": \"Anlytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Art & Music\",\n                    \"value\": \"Art & Music\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cisco\",\n                    \"value\": \"Cisco\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloud connector\",\n                    \"value\": \"Cloud connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connector\",\n                    \"value\": \"Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Coronavirus\",\n                    \"value\": \"Coronavirus\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSets\",\n                    \"value\": \"DataSets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DevOps\",\n                    \"value\": \"DevOps\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Maketing\",\n                    \"value\": \"Digital Maketing\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Marketng\",\n                    \"value\": \"Digital Marketng\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Document Management\",\n                    \"value\": \"Document Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Education\",\n                    \"value\": \"Education\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Executives\",\n                    \"value\": \"Executives\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File upload\",\n                    \"value\": \"File upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot\",\n                    \"value\": \"Hubspot\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Human Resource\",\n                    \"value\": \"Human Resource\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Insurance\",\n                    \"value\": \"Insurance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Logistics & Freight\",\n                    \"value\": \"Logistics & Freight\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Media\",\n                    \"value\": \"Media\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News & Events\",\n                    \"value\": \"News & Events\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Non Profit Org\",\n                    \"value\": \"Non Profit Org\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OData\",\n                    \"value\": \"OData\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Office Management\",\n                    \"value\": \"Office Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pipeline Management\",\n                    \"value\": \"Pipeline Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Project Managment\",\n                    \"value\": \"Project Managment\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searches\",\n                    \"value\": \"Searches\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"System Management\",\n                    \"value\": \"System Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Territory Management\",\n                    \"value\": \"Territory Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Writeback connectors\",\n                    \"value\": \"Writeback connectors\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zoom\",\n                    \"value\": \"Zoom\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"DATA_SOURCE\": {\n            \"fieldName\": \"data_source_facet\",\n            \"searchFacetEnum\": \"DATA_SOURCE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clavis Edge Digital Shelf Connector\",\n                    \"value\": \"Clavis Edge Digital Shelf Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload Connector\",\n                    \"value\": \"File Upload Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jomablue\",\n                    \"value\": \"Jomablue\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Loggly Connector\",\n                    \"value\": \"Loggly Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ServiceNow Connector\",\n                    \"value\": \"ServiceNow Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snapchat Ads Connector\",\n                    \"value\": \"Snapchat Ads Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sprinklr Connector\",\n                    \"value\": \"Sprinklr Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"US Census Connector\",\n                    \"value\": \"US Census Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WordPress Connector\",\n                    \"value\": \"WordPress Connector\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"10k Connector\",\n                    \"value\": \"10k Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AD EBiS Connector\",\n                    \"value\": \"AD EBiS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ADP Connector\",\n                    \"value\": \"ADP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ALTR JDBC Connector\",\n                    \"value\": \"ALTR JDBC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS Data Exchange Connector\",\n                    \"value\": \"AWS Data Exchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Core Connector\",\n                    \"value\": \"AWS IoT Core Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Device Defender Connector\",\n                    \"value\": \"AWS IoT Device Defender Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS IoT Device Management Connector\",\n                    \"value\": \"AWS IoT Device Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Accellion Kiteworks Connector\",\n                    \"value\": \"Accellion Kiteworks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Act-On Connector\",\n                    \"value\": \"Act-On Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AdGear Connector\",\n                    \"value\": \"AdGear Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adalyser Connector\",\n                    \"value\": \"Adalyser Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adaptive Insights Connector\",\n                    \"value\": \"Adaptive Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AddThis Connector\",\n                    \"value\": \"AddThis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Addigy\",\n                    \"value\": \"Addigy\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Advertising Cloud Connector\",\n                    \"value\": \"Adobe Advertising Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics 1.4 JWT Connector\",\n                    \"value\": \"Adobe Analytics 1.4 JWT Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics 1.4 OAuth Connector\",\n                    \"value\": \"Adobe Analytics 1.4 OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics Data Feed Connector\",\n                    \"value\": \"Adobe Analytics Data Feed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics Real Time API Connector\",\n                    \"value\": \"Adobe Analytics Real Time API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics v2 JWT Partition Connector\",\n                    \"value\": \"Adobe Analytics v2 JWT Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Analytics v2 OAuth Partition Connector\",\n                    \"value\": \"Adobe Analytics v2 OAuth Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Sign Connector\",\n                    \"value\": \"Adobe Sign Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe Target Connector\",\n                    \"value\": \"Adobe Target Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AdvancedMD Connector\",\n                    \"value\": \"AdvancedMD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AgentBox\",\n                    \"value\": \"AgentBox\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Agentbox Connector\",\n                    \"value\": \"Agentbox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aha Connector\",\n                    \"value\": \"Aha Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Airtable Connector\",\n                    \"value\": \"Airtable Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Alchemer Connector\",\n                    \"value\": \"Alchemer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aloha POS Connector\",\n                    \"value\": \"Aloha POS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Alpha Vantage Stock FX and Crypto Stats\",\n                    \"value\": \"Alpha Vantage Stock FX and Crypto Stats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Advertising Connector\",\n                    \"value\": \"Amazon Advertising Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Connector\",\n                    \"value\": \"Amazon Athena Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena JDBC 2.0 Connector\",\n                    \"value\": \"Amazon Athena JDBC 2.0 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Partition Connector\",\n                    \"value\": \"Amazon Athena Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Athena Unload Connector\",\n                    \"value\": \"Amazon Athena Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Aurora Writeback Tile\",\n                    \"value\": \"Amazon Aurora Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon CloudWatch Connector\",\n                    \"value\": \"Amazon CloudWatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon DynamoDB Connector\",\n                    \"value\": \"Amazon DynamoDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Marketplace Web Service Connector\",\n                    \"value\": \"Amazon Marketplace Web Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Advanced Connector\",\n                    \"value\": \"Amazon Redshift Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Connector\",\n                    \"value\": \"Amazon Redshift Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Partition Connector\",\n                    \"value\": \"Amazon Redshift Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift SSH Connector\",\n                    \"value\": \"Amazon Redshift SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Unload Connector\",\n                    \"value\": \"Amazon Redshift Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift Upsert Connector\",\n                    \"value\": \"Amazon Redshift Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Redshift via ODBC Connector\",\n                    \"value\": \"Amazon Redshift via ODBC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 Advanced Connector\",\n                    \"value\": \"Amazon S3 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 AssumeRole Advanced V2 Connector\",\n                    \"value\": \"Amazon S3 AssumeRole Advanced V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 AssumeRole Connector\",\n                    \"value\": \"Amazon S3 AssumeRole Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3 Connector\",\n                    \"value\": \"Amazon S3 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Web Services Billing Connector\",\n                    \"value\": \"Amazon Web Services Billing Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon Web Services IoT Analytics Connector\",\n                    \"value\": \"Amazon Web Services IoT Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ambition Dataset Pusher Writeback Connector\",\n                    \"value\": \"Ambition Dataset Pusher Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Audit Service Advanced Connector\",\n                    \"value\": \"Anaplan Audit Service Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Audit Service Connector\",\n                    \"value\": \"Anaplan Audit Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaplan Connector\",\n                    \"value\": \"Anaplan Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apache Kafka Connector\",\n                    \"value\": \"Apache Kafka Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apache Kafka Rest Connector\",\n                    \"value\": \"Apache Kafka Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"App Annie Connector\",\n                    \"value\": \"App Annie Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNeta AppView Connector\",\n                    \"value\": \"AppNeta AppView Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNexus Connector\",\n                    \"value\": \"AppNexus Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AppNexus Log Level Data Connector\",\n                    \"value\": \"AppNexus Log Level Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple News Publisher Connector\",\n                    \"value\": \"Apple News Publisher Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple Search Ads Connector\",\n                    \"value\": \"Apple Search Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Apple Search Ads OAuth Connector\",\n                    \"value\": \"Apple Search Ads OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ArcSight Connector\",\n                    \"value\": \"ArcSight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Asana Connector\",\n                    \"value\": \"Asana Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Asana Personal Access Token Connector\",\n                    \"value\": \"Asana Personal Access Token Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aspectiva Connector\",\n                    \"value\": \"Aspectiva Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atara glu Connector\",\n                    \"value\": \"Atara glu Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atlassian OpsGenie Connector\",\n                    \"value\": \"Atlassian OpsGenie Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Atom RSS Connector\",\n                    \"value\": \"Atom RSS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aurora Connector\",\n                    \"value\": \"Aurora Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Automatic Connector\",\n                    \"value\": \"Automatic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Avid Ratings\",\n                    \"value\": \"Avid Ratings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AvidTrak Connector\",\n                    \"value\": \"AvidTrak Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ayuda Connector\",\n                    \"value\": \"Ayuda Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure BlobStorage Writeback Tile\",\n                    \"value\": \"Azure BlobStorage Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure Data Lake Writeback Tile\",\n                    \"value\": \"Azure Data Lake Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure DevOps Connector\",\n                    \"value\": \"Azure DevOps Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Azure Synapse SQL Connector\",\n                    \"value\": \"Azure Synapse SQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BEA Connector\",\n                    \"value\": \"BEA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BIM 360 Connector\",\n                    \"value\": \"BIM 360 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BLS Unemployment by State Count Connector\",\n                    \"value\": \"BLS Unemployment by State Count Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BLS Unemployment by State Rate Monthly Connector\",\n                    \"value\": \"BLS Unemployment by State Rate Monthly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BambooHR Connector\",\n                    \"value\": \"BambooHR Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Basecamp Connector\",\n                    \"value\": \"Basecamp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Basecamp V3 Connector\",\n                    \"value\": \"Basecamp V3 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bazaarvoice Connector\",\n                    \"value\": \"Bazaarvoice Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Beonic Traffic Insights Connector\",\n                    \"value\": \"Beonic Traffic Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bing Ads Connector\",\n                    \"value\": \"Bing Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BitBucket V2 Connector\",\n                    \"value\": \"BitBucket V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bitly Connector\",\n                    \"value\": \"Bitly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BlackDuck Hub Connector\",\n                    \"value\": \"BlackDuck Hub Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bluehornet/Mapp Digital Connector\",\n                    \"value\": \"Bluehornet/Mapp Digital Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Booker\",\n                    \"value\": \"Booker\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Advanced Connector\",\n                    \"value\": \"Box Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Analytics Advanced Connector\",\n                    \"value\": \"Box Analytics Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Analytics Connector\",\n                    \"value\": \"Box Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Connector\",\n                    \"value\": \"Box Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Governance Connector\",\n                    \"value\": \"Box Governance Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Box Writeback Tile\",\n                    \"value\": \"Box Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brainshark Connector\",\n                    \"value\": \"Brainshark Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BrandIndex Connector\",\n                    \"value\": \"BrandIndex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brandwatch Connector\",\n                    \"value\": \"Brandwatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brex Connector\",\n                    \"value\": \"Brex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BrightEdge Connector\",\n                    \"value\": \"BrightEdge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brightcove Connector\",\n                    \"value\": \"Brightcove Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Brightroll Connector\",\n                    \"value\": \"Brightroll Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Broncos News\",\n                    \"value\": \"Broncos News\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bullhorn Connector\",\n                    \"value\": \"Bullhorn Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bullhorn SOAP Connector\",\n                    \"value\": \"Bullhorn SOAP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Bureau of Labor Statistics Connector\",\n                    \"value\": \"Bureau of Labor Statistics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BuzzStream Connector\",\n                    \"value\": \"BuzzStream Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CA Agile Central (Rally) Connector\",\n                    \"value\": \"CA Agile Central (Rally) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CDC Connector\",\n                    \"value\": \"CDC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CDK Global Connector\",\n                    \"value\": \"CDK Global Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CNN RSS Connector\",\n                    \"value\": \"CNN RSS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"COVID-19 Connector\",\n                    \"value\": \"COVID-19 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV Advanced Connector\",\n                    \"value\": \"CSV Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV Connector\",\n                    \"value\": \"CSV Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV SFTP Pull Connector\",\n                    \"value\": \"CSV SFTP Pull Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV SFTP Push Connector\",\n                    \"value\": \"CSV SFTP Push Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CSV via Workbench Connector\",\n                    \"value\": \"CSV via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cake Connector\",\n                    \"value\": \"Cake Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CallRail Connector\",\n                    \"value\": \"CallRail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CallTrackingMetrics Connector\",\n                    \"value\": \"CallTrackingMetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaign Manager Connector\",\n                    \"value\": \"Campaign Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaigner Connector\",\n                    \"value\": \"Campaigner Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cargowatch Connector\",\n                    \"value\": \"Cargowatch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Catchpoint Connector\",\n                    \"value\": \"Catchpoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Celtra Connector\",\n                    \"value\": \"Celtra Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Centro Connector\",\n                    \"value\": \"Centro Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ChannelAdvisor Connector\",\n                    \"value\": \"ChannelAdvisor Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Chartbeat Connector\",\n                    \"value\": \"Chartbeat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ChatFunnels\",\n                    \"value\": \"ChatFunnels\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CheetahMail Connector\",\n                    \"value\": \"CheetahMail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Christopherson Business Travel Connector\",\n                    \"value\": \"Christopherson Business Travel Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cisco Prime Connector\",\n                    \"value\": \"Cisco Prime Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clarizen Connector\",\n                    \"value\": \"Clarizen Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clavis Connector\",\n                    \"value\": \"Clavis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ClickPoint Connector\",\n                    \"value\": \"ClickPoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clicktale Connector\",\n                    \"value\": \"Clicktale Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Clipcentric\",\n                    \"value\": \"Clipcentric\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Close Connector\",\n                    \"value\": \"Close Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CloudHealth Advanced Connector\",\n                    \"value\": \"CloudHealth Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CloudHealth Connector\",\n                    \"value\": \"CloudHealth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloudability Tile\",\n                    \"value\": \"Cloudability Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Code Climate\",\n                    \"value\": \"Code Climate\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Commission Junction Connector\",\n                    \"value\": \"Commission Junction Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Compose Connector\",\n                    \"value\": \"Compose Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Comscore MMX Connector\",\n                    \"value\": \"Comscore MMX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Conductor Searchlight Connector\",\n                    \"value\": \"Conductor Searchlight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connatix Reports Connector\",\n                    \"value\": \"Connatix Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Constant Contact Connector\",\n                    \"value\": \"Constant Contact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cordial Connector\",\n                    \"value\": \"Cordial Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cornerstone OnDemand Connector\",\n                    \"value\": \"Cornerstone OnDemand Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cosmos DB\",\n                    \"value\": \"Cosmos DB\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Couchbase Connector\",\n                    \"value\": \"Couchbase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Coupa Connector\",\n                    \"value\": \"Coupa Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Create Custom Domo Connector\",\n                    \"value\": \"Create Custom Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Crimson Hexagon Connector\",\n                    \"value\": \"Crimson Hexagon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Advertising Connector\",\n                    \"value\": \"Criteo Advertising Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Connector\",\n                    \"value\": \"Criteo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Criteo Marketing Connector\",\n                    \"value\": \"Criteo Marketing Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cvent Connector\",\n                    \"value\": \"Cvent Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cvent REST Connector\",\n                    \"value\": \"Cvent REST Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DCM via Google Cloud Storage Connector\",\n                    \"value\": \"DCM via Google Cloud Storage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dash Hudson\",\n                    \"value\": \"Dash Hudson\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Connector\",\n                    \"value\": \"DataSet Copy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Connector Access Token Only\",\n                    \"value\": \"DataSet Copy Connector Access Token Only\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet Copy Unload Connector\",\n                    \"value\": \"DataSet Copy Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet via Email Connector\",\n                    \"value\": \"DataSet via Email Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Database.com Connector\",\n                    \"value\": \"Database.com Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Datadog Connector\",\n                    \"value\": \"Datadog Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Decipher Connector\",\n                    \"value\": \"Decipher Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Delacon Connector\",\n                    \"value\": \"Delacon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DialogTech Reports\",\n                    \"value\": \"DialogTech Reports\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dialpad Connector\",\n                    \"value\": \"Dialpad Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digimind Social Connector\",\n                    \"value\": \"Digimind Social Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"District M Connector\",\n                    \"value\": \"District M Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Docebo Connector\",\n                    \"value\": \"Docebo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DocuSign Connector\",\n                    \"value\": \"DocuSign Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo APIs\",\n                    \"value\": \"Domo APIs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Dimensions Connector\",\n                    \"value\": \"Domo Dimensions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Governance Datasets Connector\",\n                    \"value\": \"Domo Governance Datasets Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Japan Connector for LINE(Messaging API)\",\n                    \"value\": \"Domo Japan Connector for LINE(Messaging API)\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo SDKs\",\n                    \"value\": \"Domo SDKs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Webform\",\n                    \"value\": \"Domo Webform\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo Workbench Connector\",\n                    \"value\": \"Domo Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Domo to JSON Post Writeback Tile\",\n                    \"value\": \"Domo to JSON Post Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoR Plugin\",\n                    \"value\": \"DomoR Plugin\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DomoStats\",\n                    \"value\": \"DomoStats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dotmailer Connector\",\n                    \"value\": \"Dotmailer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DoubleClick Campaign Manager Service Account via DTV2 Service Connector\",\n                    \"value\": \"DoubleClick Campaign Manager Service Account via DTV2 Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dovetale Connector\",\n                    \"value\": \"Dovetale Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox File Advanced Connector\",\n                    \"value\": \"Dropbox File Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox File Connector\",\n                    \"value\": \"Dropbox File Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox For Business Advanced Connector\",\n                    \"value\": \"Dropbox For Business Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dropbox Writeback Tile\",\n                    \"value\": \"Dropbox Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"EDGE^ By Ascential Connector\",\n                    \"value\": \"EDGE^ By Ascential Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ElasticSearch Connector\",\n                    \"value\": \"ElasticSearch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Eloqua Connector\",\n                    \"value\": \"Eloqua Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Emma Connector\",\n                    \"value\": \"Emma Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"EncompassRest Connector\",\n                    \"value\": \"EncompassRest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Engagio Connector\",\n                    \"value\": \"Engagio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Engine Ready Connector\",\n                    \"value\": \"Engine Ready Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Entrata Connector\",\n                    \"value\": \"Entrata Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Entrata V2 Connector\",\n                    \"value\": \"Entrata V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Excel SFTP Connector\",\n                    \"value\": \"Excel SFTP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Excel SFTP Push Connector\",\n                    \"value\": \"Excel SFTP Push Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Expensify Connector\",\n                    \"value\": \"Expensify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ad Library Connector\",\n                    \"value\": \"Facebook Ad Library Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ads Advanced Connector\",\n                    \"value\": \"Facebook Ads Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Ads Connector\",\n                    \"value\": \"Facebook Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Advanced Connector\",\n                    \"value\": \"Facebook Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facebook Connector\",\n                    \"value\": \"Facebook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Facilio\",\n                    \"value\": \"Facilio\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Federal Reserve Economic Data\",\n                    \"value\": \"Federal Reserve Economic Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Figma Connector\",\n                    \"value\": \"Figma Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload\",\n                    \"value\": \"File Upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload Legacy Connector\",\n                    \"value\": \"File Upload Legacy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Firebase Connector\",\n                    \"value\": \"Firebase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Firebase Writeback Tile\",\n                    \"value\": \"Firebase Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fitbit Connector\",\n                    \"value\": \"Fitbit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Five9 Connector\",\n                    \"value\": \"Five9 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Flurry Connector\",\n                    \"value\": \"Flurry Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ForeSee Connector\",\n                    \"value\": \"ForeSee Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Foursquare Connector\",\n                    \"value\": \"Foursquare Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FranConnect Integration for Domo\",\n                    \"value\": \"FranConnect Integration for Domo\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshBooks Connector\",\n                    \"value\": \"FreshBooks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshDesk Connector\",\n                    \"value\": \"FreshDesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"FreshService Connector\",\n                    \"value\": \"FreshService Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Freshsales Connector\",\n                    \"value\": \"Freshsales Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Freshservice V2 Connector\",\n                    \"value\": \"Freshservice V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fuel API Connector\",\n                    \"value\": \"Fuel API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fulcrum\",\n                    \"value\": \"Fulcrum\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Fulcrum connector\",\n                    \"value\": \"Fulcrum connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GSC Search Analytics\",\n                    \"value\": \"GSC Search Analytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GTmetrix Connector\",\n                    \"value\": \"GTmetrix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gainsight Connector\",\n                    \"value\": \"Gainsight Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GetSatisfaction Connector\",\n                    \"value\": \"GetSatisfaction Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GinzaMetrics Connector\",\n                    \"value\": \"GinzaMetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GitHub Enterprise Connector\",\n                    \"value\": \"GitHub Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Github Connector\",\n                    \"value\": \"Github Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gmail Service Connector\",\n                    \"value\": \"Gmail Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GoToMeeting Connector\",\n                    \"value\": \"GoToMeeting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Gong Connector\",\n                    \"value\": \"Gong Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ad Manager Connector\",\n                    \"value\": \"Google Ad Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google AdSense Connector\",\n                    \"value\": \"Google AdSense Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Admin SDK Reports Connector\",\n                    \"value\": \"Google Admin SDK Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Admin SDK Reports Connector OAuth\",\n                    \"value\": \"Google Admin SDK Reports Connector OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads BigQuery Connector\",\n                    \"value\": \"Google Ads BigQuery Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads BigQuery Service Connector\",\n                    \"value\": \"Google Ads BigQuery Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Ads Connector\",\n                    \"value\": \"Google Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Advanced Connector\",\n                    \"value\": \"Google Analytics Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Enterprise Connector\",\n                    \"value\": \"Google Analytics Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics MCF Connector\",\n                    \"value\": \"Google Analytics MCF Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Management Connector\",\n                    \"value\": \"Google Analytics Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Mgmt Service Account Connector\",\n                    \"value\": \"Google Analytics Mgmt Service Account Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Realtime Connector\",\n                    \"value\": \"Google Analytics Realtime Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Analytics Unsampled Reporting Connector\",\n                    \"value\": \"Google Analytics Unsampled Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery\",\n                    \"value\": \"Google BigQuery\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery Service Connector\",\n                    \"value\": \"Google BigQuery Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google BigQuery Writeback Tile\",\n                    \"value\": \"Google BigQuery Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Calendar Connector\",\n                    \"value\": \"Google Calendar Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Connector OAuth\",\n                    \"value\": \"Google Cloud Storage Connector OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Service Connector\",\n                    \"value\": \"Google Cloud Storage Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Cloud Storage Writeback Tile\",\n                    \"value\": \"Google Cloud Storage Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Contacts Connector\",\n                    \"value\": \"Google Contacts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Contacts Service Connector\",\n                    \"value\": \"Google Contacts Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Directions Connector\",\n                    \"value\": \"Google Directions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Drive Service Connector\",\n                    \"value\": \"Google Drive Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Drive Writeback Tile\",\n                    \"value\": \"Google Drive Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Fit Connector\",\n                    \"value\": \"Google Fit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Gmail Connector\",\n                    \"value\": \"Google Gmail Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google PageSpeed Insights Connector\",\n                    \"value\": \"Google PageSpeed Insights Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Search Ads 360 Connector\",\n                    \"value\": \"Google Search Ads 360 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Search Console Connector\",\n                    \"value\": \"Google Search Console Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Sheets Connector\",\n                    \"value\": \"Google Sheets Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Sheets Writeback Tile\",\n                    \"value\": \"Google Sheets Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google Tag Manager Connector\",\n                    \"value\": \"Google Tag Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GrayLog Connector\",\n                    \"value\": \"GrayLog Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Greenhouse Connector\",\n                    \"value\": \"Greenhouse Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Greenhouse Demographic Connector\",\n                    \"value\": \"Greenhouse Demographic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"GuideCX Connector\",\n                    \"value\": \"GuideCX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HTML Table Connector\",\n                    \"value\": \"HTML Table Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HappyOrNot Connector\",\n                    \"value\": \"HappyOrNot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Harvest Connector\",\n                    \"value\": \"Harvest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HarvestApp Connector\",\n                    \"value\": \"HarvestApp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hearsay Social Connector\",\n                    \"value\": \"Hearsay Social Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Highrise Connector\",\n                    \"value\": \"Highrise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HipChat\",\n                    \"value\": \"HipChat\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HireVue Connector\",\n                    \"value\": \"HireVue Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hive Connector\",\n                    \"value\": \"Hive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hive Project Manager Connector\",\n                    \"value\": \"Hive Project Manager Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"HubSpot Connector\",\n                    \"value\": \"HubSpot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Engagement\",\n                    \"value\": \"Hubspot Engagement\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Upsert Connector\",\n                    \"value\": \"Hubspot Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot Webhook Connector\",\n                    \"value\": \"Hubspot Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Huffpost Pollster Connector\",\n                    \"value\": \"Huffpost Pollster Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Humanity Connector\",\n                    \"value\": \"Humanity Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 Connector\",\n                    \"value\": \"IBM DB2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 Partition Connector\",\n                    \"value\": \"IBM DB2 Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM DB2 SSH Connector\",\n                    \"value\": \"IBM DB2 SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Digital Analytics Connector\",\n                    \"value\": \"IBM Digital Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix Connector\",\n                    \"value\": \"IBM Informix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix Partition Connector\",\n                    \"value\": \"IBM Informix Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IBM Informix SSH Connector\",\n                    \"value\": \"IBM Informix SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IContact Connector\",\n                    \"value\": \"IContact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"InMoment Connector\",\n                    \"value\": \"InMoment Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Indeed Connector\",\n                    \"value\": \"Indeed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Influitive Connector\",\n                    \"value\": \"Influitive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Informatica Cloud Connector\",\n                    \"value\": \"Informatica Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft REST hook Connector\",\n                    \"value\": \"Infusionsoft REST hook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Connector\",\n                    \"value\": \"Infusionsoft by Keap Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Enterprise Connector\",\n                    \"value\": \"Infusionsoft by Keap Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Infusionsoft by Keap Rest Connector\",\n                    \"value\": \"Infusionsoft by Keap Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"InsideSales Connector\",\n                    \"value\": \"InsideSales Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instagram Business Connector\",\n                    \"value\": \"Instagram Business Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instagram Connector\",\n                    \"value\": \"Instagram Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Instructure Bridge Connector\",\n                    \"value\": \"Instructure Bridge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Integrate Cloud Connector\",\n                    \"value\": \"Integrate Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Intercom Connector\",\n                    \"value\": \"Intercom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ivinex Connector\",\n                    \"value\": \"Ivinex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA Cloud Connector\",\n                    \"value\": \"JIRA Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA Rest API Connector\",\n                    \"value\": \"JIRA Rest API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JIRA via Workbench Connector\",\n                    \"value\": \"JIRA via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Advanced Connector\",\n                    \"value\": \"JSON Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Connector\",\n                    \"value\": \"JSON Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Easy Connector\",\n                    \"value\": \"JSON Easy Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON No Code Connector\",\n                    \"value\": \"JSON No Code Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON No Code OAuth Connector\",\n                    \"value\": \"JSON No Code OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"JSON Webhook Connector\",\n                    \"value\": \"JSON Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jama Connector\",\n                    \"value\": \"Jama Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jamf Connector\",\n                    \"value\": \"Jamf Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jive Connector\",\n                    \"value\": \"Jive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Jobvite Connector\",\n                    \"value\": \"Jobvite Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kapost Connector\",\n                    \"value\": \"Kapost Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KarmaCRM Connector\",\n                    \"value\": \"KarmaCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kenshoo Connector\",\n                    \"value\": \"Kenshoo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KeyMetric CallTracking Connector\",\n                    \"value\": \"KeyMetric CallTracking Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KeyedIn\",\n                    \"value\": \"KeyedIn\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kintone Connector\",\n                    \"value\": \"Kintone Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kissmetrics Connector\",\n                    \"value\": \"Kissmetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Klaviyo Connector\",\n                    \"value\": \"Klaviyo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"KnowBe4 Connector\",\n                    \"value\": \"KnowBe4 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kochava Connector\",\n                    \"value\": \"Kochava Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Kounta Connector\",\n                    \"value\": \"Kounta Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LKQD Connector\",\n                    \"value\": \"LKQD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lenos Connector\",\n                    \"value\": \"Lenos Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Limble CMMS Connector\",\n                    \"value\": \"Limble CMMS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LimeLight CRM Connector\",\n                    \"value\": \"LimeLight CRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LinkedIn V2 Connector\",\n                    \"value\": \"LinkedIn V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Linkedin Ads Connector\",\n                    \"value\": \"Linkedin Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Listrak Connector\",\n                    \"value\": \"Listrak Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Advanced Connector\",\n                    \"value\": \"Lithium Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Connector\",\n                    \"value\": \"Lithium Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lithium Connector API v2\",\n                    \"value\": \"Lithium Connector API v2\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LiveChat Connector\",\n                    \"value\": \"LiveChat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LiveChat Domo Connector\",\n                    \"value\": \"LiveChat Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"LogicGate Risk Cloud Connector\",\n                    \"value\": \"LogicGate Risk Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lynda.com\",\n                    \"value\": \"Lynda.com\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MINDBODY Online Connector\",\n                    \"value\": \"MINDBODY Online Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MYOB Connector\",\n                    \"value\": \"MYOB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Magento2 Advanced Connector\",\n                    \"value\": \"Magento2 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Magento2 Connector\",\n                    \"value\": \"Magento2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MailChimp Connector\",\n                    \"value\": \"MailChimp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MailJet Connector\",\n                    \"value\": \"MailJet Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mandrill Connector\",\n                    \"value\": \"Mandrill Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mapquest Traffic Connector\",\n                    \"value\": \"Mapquest Traffic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marchex Connector\",\n                    \"value\": \"Marchex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Connector\",\n                    \"value\": \"MariaDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Partition Connector\",\n                    \"value\": \"MariaDB Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MariaDB Writeback Tile\",\n                    \"value\": \"MariaDB Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketo Bulk API Connector\",\n                    \"value\": \"Marketo Bulk API Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketo Connector\",\n                    \"value\": \"Marketo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Maropost Connector\",\n                    \"value\": \"Maropost Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marqii Connector\",\n                    \"value\": \"Marqii Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Matomo Connector\",\n                    \"value\": \"Matomo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mavenlink Connector\",\n                    \"value\": \"Mavenlink Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Medallia Connector\",\n                    \"value\": \"Medallia Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Meetup Connector\",\n                    \"value\": \"Meetup Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Meltwater Connector\",\n                    \"value\": \"Meltwater Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Access SFTP Connector\",\n                    \"value\": \"Microsoft Access SFTP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Blob Storage Connector\",\n                    \"value\": \"Microsoft Azure Blob Storage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Data Factory Connector\",\n                    \"value\": \"Microsoft Azure Data Factory Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Data Lake Store Connector\",\n                    \"value\": \"Microsoft Azure Data Lake Store Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Azure Storage Data Lake Gen2 Connector\",\n                    \"value\": \"Microsoft Azure Storage Data Lake Gen2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics CRM Connector\",\n                    \"value\": \"Microsoft Dynamics CRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics CRM Rest Connector\",\n                    \"value\": \"Microsoft Dynamics CRM Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics GP Via Workbench Connector\",\n                    \"value\": \"Microsoft Dynamics GP Via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Dynamics NAV Via WorkBench\",\n                    \"value\": \"Microsoft Dynamics NAV Via WorkBench\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Excel via Workbench Connector\",\n                    \"value\": \"Microsoft Excel via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange\",\n                    \"value\": \"Microsoft Exchange\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Mailbox Connector\",\n                    \"value\": \"Microsoft Exchange Mailbox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Mailbox Only Connector\",\n                    \"value\": \"Microsoft Exchange Mailbox Only Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Metrics Connector\",\n                    \"value\": \"Microsoft Exchange Metrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Exchange Metrics Rest Connector\",\n                    \"value\": \"Microsoft Exchange Metrics Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft OneDrive Business Connector\",\n                    \"value\": \"Microsoft OneDrive Business Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft OneDrive Connector\",\n                    \"value\": \"Microsoft OneDrive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Reporting Service Connector\",\n                    \"value\": \"Microsoft Reporting Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Reports Connector\",\n                    \"value\": \"Microsoft Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL SSH Connector\",\n                    \"value\": \"Microsoft SQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server\",\n                    \"value\": \"Microsoft SQL Server\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Connector\",\n                    \"value\": \"Microsoft SQL Server Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Partition Connector\",\n                    \"value\": \"Microsoft SQL Server Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Reporting Service Connector\",\n                    \"value\": \"Microsoft SQL Server Reporting Service Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SQL Server Via WorkBench Connector\",\n                    \"value\": \"Microsoft SQL Server Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint ADFS Connector\",\n                    \"value\": \"Microsoft SharePoint ADFS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint Online Connector\",\n                    \"value\": \"Microsoft SharePoint Online Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft SharePoint Online Rest Connector\",\n                    \"value\": \"Microsoft SharePoint Online Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft Sharepoint via WorkBench\",\n                    \"value\": \"Microsoft Sharepoint via WorkBench\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MindTouch Connector\",\n                    \"value\": \"MindTouch Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mist Connector\",\n                    \"value\": \"Mist Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mixpanel Connector\",\n                    \"value\": \"Mixpanel Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Moat Connector\",\n                    \"value\": \"Moat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mododata\",\n                    \"value\": \"Mododata\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB Atlas Connector\",\n                    \"value\": \"MongoDB Atlas Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB Connector\",\n                    \"value\": \"MongoDB Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB SSH Connector\",\n                    \"value\": \"MongoDB SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MongoDB V2 Connector\",\n                    \"value\": \"MongoDB V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mongoose Metrics Connector\",\n                    \"value\": \"Mongoose Metrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Monitis Connector\",\n                    \"value\": \"Monitis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Montage Connector\",\n                    \"value\": \"Montage Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MoodWire\",\n                    \"value\": \"MoodWire\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Moz Connector\",\n                    \"value\": \"Moz Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Connector\",\n                    \"value\": \"MySQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Partition Domo Connector\",\n                    \"value\": \"MySQL Partition Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL SSH Connector\",\n                    \"value\": \"MySQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Via WorkBench Connector\",\n                    \"value\": \"MySQL Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"MySQL Writeback Tile\",\n                    \"value\": \"MySQL Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NASA Connector\",\n                    \"value\": \"NASA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Complaints Connector\",\n                    \"value\": \"NHTSA Complaints Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Connector\",\n                    \"value\": \"NHTSA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Recalls Connector\",\n                    \"value\": \"NHTSA Recalls Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NHTSA Safety Ratings Connector\",\n                    \"value\": \"NHTSA Safety Ratings Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Connector\",\n                    \"value\": \"NOAA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Historical Weather Connector\",\n                    \"value\": \"NOAA Historical Weather Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Weather Alerts Connector\",\n                    \"value\": \"NOAA Weather Alerts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NOAA Weather Connector\",\n                    \"value\": \"NOAA Weather Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nativo Connector\",\n                    \"value\": \"Nativo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neo4j (deprecated) Connector\",\n                    \"value\": \"Neo4j (deprecated) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neo4j Connector\",\n                    \"value\": \"Neo4j Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite App TBA Connector\",\n                    \"value\": \"NetSuite App TBA Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite SuiteAnalytics Connect Connector\",\n                    \"value\": \"NetSuite SuiteAnalytics Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"NetSuite SuiteAnalytics Connect Partition Connector\",\n                    \"value\": \"NetSuite SuiteAnalytics Connect Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netatmo Connector\",\n                    \"value\": \"Netatmo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netbase Connector\",\n                    \"value\": \"Netbase Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Netsuite Connector\",\n                    \"value\": \"Netsuite Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Neurio Connector\",\n                    \"value\": \"Neurio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic Advanced Connector\",\n                    \"value\": \"New Relic Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic Connector\",\n                    \"value\": \"New Relic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"New Relic NRQL Connector\",\n                    \"value\": \"New Relic NRQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nielsen Music Connect Connector\",\n                    \"value\": \"Nielsen Music Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nutshell Connector\",\n                    \"value\": \"Nutshell Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Nuvi Connector\",\n                    \"value\": \"Nuvi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ODBC via Workbench Connector\",\n                    \"value\": \"ODBC via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OData Connector\",\n                    \"value\": \"OData Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OLAP Connector\",\n                    \"value\": \"OLAP Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OLAP via Workbench Connector\",\n                    \"value\": \"OLAP via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OPC via Workbench Connector\",\n                    \"value\": \"OPC via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ObservePoint API V2 Connector\",\n                    \"value\": \"ObservePoint API V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ObservePoint Connector\",\n                    \"value\": \"ObservePoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OfficeRnD Connector\",\n                    \"value\": \"OfficeRnD Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Okta Connector\",\n                    \"value\": \"Okta Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Omny Studio\",\n                    \"value\": \"Omny Studio\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Onboard.io Connector\",\n                    \"value\": \"Onboard.io Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"One by AOL:Video - Adap.tv Connector\",\n                    \"value\": \"One by AOL:Video - Adap.tv Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OneDrive Writeback Tile\",\n                    \"value\": \"OneDrive Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ooyala Advanced Connector\",\n                    \"value\": \"Ooyala Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ooyala Connector\",\n                    \"value\": \"Ooyala Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open Exchange Connector\",\n                    \"value\": \"Open Exchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open Exchange Rates Advanced Connector\",\n                    \"value\": \"Open Exchange Rates Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Open FEC Connector\",\n                    \"value\": \"Open FEC Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenAQ Connector\",\n                    \"value\": \"OpenAQ Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenAir Connector\",\n                    \"value\": \"OpenAir Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenText Media Management Connector\",\n                    \"value\": \"OpenText Media Management Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenWeatherMap Connector\",\n                    \"value\": \"OpenWeatherMap Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OpenX Connector\",\n                    \"value\": \"OpenX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Openfire Connector\",\n                    \"value\": \"Openfire Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Autonomous Data Warehouse Cloud\",\n                    \"value\": \"Oracle Autonomous Data Warehouse Cloud\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Bronto Connector\",\n                    \"value\": \"Oracle Bronto Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle CRM On Demand Connector\",\n                    \"value\": \"Oracle CRM On Demand Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Connector\",\n                    \"value\": \"Oracle Database Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database SSH Connector\",\n                    \"value\": \"Oracle Database SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Via WorkBench Connector\",\n                    \"value\": \"Oracle Database Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Database Writeback Tile\",\n                    \"value\": \"Oracle Database Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle Sales Cloud Connector\",\n                    \"value\": \"Oracle Sales Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OrthoFi Connector\",\n                    \"value\": \"OrthoFi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Outbrain Connector\",\n                    \"value\": \"Outbrain Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Outreach Connector\",\n                    \"value\": \"Outreach Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Owler Connector\",\n                    \"value\": \"Owler Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Owler Fortune 500 Connector\",\n                    \"value\": \"Owler Fortune 500 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty\",\n                    \"value\": \"PagerDuty\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty Advanced Connector\",\n                    \"value\": \"PagerDuty Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PagerDuty Connector\",\n                    \"value\": \"PagerDuty Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Particle Connector\",\n                    \"value\": \"Particle Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PatentsView Connector\",\n                    \"value\": \"PatentsView Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Paydirt Connector\",\n                    \"value\": \"Paydirt Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Peakon\",\n                    \"value\": \"Peakon\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pendo Connector\",\n                    \"value\": \"Pendo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pepperjam\",\n                    \"value\": \"Pepperjam\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Percolate Connector\",\n                    \"value\": \"Percolate Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Performance Horizon Connector\",\n                    \"value\": \"Performance Horizon Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pingdom Connector\",\n                    \"value\": \"Pingdom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pinterest Ads Connector\",\n                    \"value\": \"Pinterest Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pinterest Enterprise Connector\",\n                    \"value\": \"Pinterest Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pipedrive Connector\",\n                    \"value\": \"Pipedrive Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PipelineDeals Connector\",\n                    \"value\": \"PipelineDeals Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pivotal Tracker Connector\",\n                    \"value\": \"Pivotal Tracker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Piwik PRO\",\n                    \"value\": \"Piwik PRO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PlayVox Connector\",\n                    \"value\": \"PlayVox Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pleo Connector\",\n                    \"value\": \"Pleo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pocket Connector\",\n                    \"value\": \"Pocket Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Podio Connector\",\n                    \"value\": \"Podio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Podium Connector\",\n                    \"value\": \"Podium Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Advanced Connector\",\n                    \"value\": \"PostgreSQL Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Connector\",\n                    \"value\": \"PostgreSQL Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Partition Connector\",\n                    \"value\": \"PostgreSQL Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL SSH Connector\",\n                    \"value\": \"PostgreSQL SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Via WorkBench Connector\",\n                    \"value\": \"PostgreSQL Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PostgreSQL Writeback Tile\",\n                    \"value\": \"PostgreSQL Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Predix Connector\",\n                    \"value\": \"Predix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Price Spider Connector\",\n                    \"value\": \"Price Spider Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ProBusinessTools Connector\",\n                    \"value\": \"ProBusinessTools Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Procore Connector\",\n                    \"value\": \"Procore Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Profit.co OKR Software Connector\",\n                    \"value\": \"Profit.co OKR Software Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PropertyMe Connector\",\n                    \"value\": \"PropertyMe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"PubExchange Connector\",\n                    \"value\": \"PubExchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qualtrics Connector\",\n                    \"value\": \"Qualtrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qubole Connector\",\n                    \"value\": \"Qubole Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Qubole Unload Connector\",\n                    \"value\": \"Qubole Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Quick Base Connector\",\n                    \"value\": \"Quick Base Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks Connector\",\n                    \"value\": \"QuickBooks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks Online Reports Connector\",\n                    \"value\": \"QuickBooks Online Reports Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickBooks via Workbench Connector\",\n                    \"value\": \"QuickBooks via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Quintly\",\n                    \"value\": \"Quintly\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RXA Voice of Customer\",\n                    \"value\": \"RXA Voice of Customer\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Raiser's Edge Connector\",\n                    \"value\": \"Raiser's Edge Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Raw Data Extractor\",\n                    \"value\": \"Raw Data Extractor\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ready Signal\",\n                    \"value\": \"Ready Signal\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Recurly Connector\",\n                    \"value\": \"Recurly Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Reddit Connector\",\n                    \"value\": \"Reddit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Redshift Writeback Tile\",\n                    \"value\": \"Redshift Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Remedyforce Connector\",\n                    \"value\": \"Remedyforce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Responsys Connector\",\n                    \"value\": \"Responsys Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Restaurant365 Connector\",\n                    \"value\": \"Restaurant365 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RetailNext Connector\",\n                    \"value\": \"RetailNext Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RetailOps Connector\",\n                    \"value\": \"RetailOps Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Reuters Connector\",\n                    \"value\": \"Reuters Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RevContent Connector\",\n                    \"value\": \"RevContent Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rhumbix Connector\",\n                    \"value\": \"Rhumbix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rival IQ Connector\",\n                    \"value\": \"Rival IQ Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Rubicon Project Connector\",\n                    \"value\": \"Rubicon Project Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"RunKeeper Connector\",\n                    \"value\": \"RunKeeper Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"S3 Writeback Tile\",\n                    \"value\": \"S3 Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP ASE Connector\",\n                    \"value\": \"SAP ASE Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP ASE SSH Connector\",\n                    \"value\": \"SAP ASE SSH Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Ariba Connector\",\n                    \"value\": \"SAP Ariba Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Concur connector\",\n                    \"value\": \"SAP Concur connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Fieldglass Connector\",\n                    \"value\": \"SAP Fieldglass Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Hana Connector\",\n                    \"value\": \"SAP Hana Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SAP Via WorkBench Connector\",\n                    \"value\": \"SAP Via WorkBench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SEMRush Connector\",\n                    \"value\": \"SEMRush Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SFTP Writeback Tile\",\n                    \"value\": \"SFTP Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sage Intacct Connector\",\n                    \"value\": \"Sage Intacct Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SailThru Advanced Connector\",\n                    \"value\": \"SailThru Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SailThru Connector\",\n                    \"value\": \"SailThru Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesExec Connector\",\n                    \"value\": \"SalesExec Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesLoft Connector\",\n                    \"value\": \"SalesLoft Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SalesSeek Connector\",\n                    \"value\": \"SalesSeek Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Advanced Connector\",\n                    \"value\": \"Salesforce Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Connector\",\n                    \"value\": \"Salesforce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce ExactTarget (Marketing Cloud) Connector\",\n                    \"value\": \"Salesforce ExactTarget (Marketing Cloud) Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Managed Package Validator Connector\",\n                    \"value\": \"Salesforce Managed Package Validator Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Marketing Cloud Rest Connector\",\n                    \"value\": \"Salesforce Marketing Cloud Rest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Pardot Connector\",\n                    \"value\": \"Salesforce Pardot Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Pardot Connector with Single Sign-On support\",\n                    \"value\": \"Salesforce Pardot Connector with Single Sign-On support\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Radian6 Advanced Connector\",\n                    \"value\": \"Salesforce Radian6 Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Radian6 Connector\",\n                    \"value\": \"Salesforce Radian6 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Writeback Connector\",\n                    \"value\": \"Salesforce Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce Writeback Tile\",\n                    \"value\": \"Salesforce Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce with Upsert Connector\",\n                    \"value\": \"Salesforce with Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesfusion Connector\",\n                    \"value\": \"Salesfusion Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Saleshood Connector\",\n                    \"value\": \"Saleshood Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sample Data Connector\",\n                    \"value\": \"Sample Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sansan Connector\",\n                    \"value\": \"Sansan Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Scraping Hub Connector\",\n                    \"value\": \"Scraping Hub Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SearchForce Connector\",\n                    \"value\": \"SearchForce Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searchmetrics\",\n                    \"value\": \"Searchmetrics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searchmetrics Connector\",\n                    \"value\": \"Searchmetrics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Seismic Connector\",\n                    \"value\": \"Seismic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SendGrid Connector\",\n                    \"value\": \"SendGrid Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SendGrid Webhook Connector\",\n                    \"value\": \"SendGrid Webhook Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sensor Tower Connector\",\n                    \"value\": \"Sensor Tower Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SentinelOne Agent Details\",\n                    \"value\": \"SentinelOne Agent Details\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sentry Connector\",\n                    \"value\": \"Sentry Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Service Desk Plus Cloud Connector\",\n                    \"value\": \"Service Desk Plus Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SharePoint Connector\",\n                    \"value\": \"SharePoint Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Shareablee Connector\",\n                    \"value\": \"Shareablee Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SharpSpring Connector\",\n                    \"value\": \"SharpSpring Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Shopify Connector\",\n                    \"value\": \"Shopify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Showpad Connector\",\n                    \"value\": \"Showpad Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Silent Passenger Connector\",\n                    \"value\": \"Silent Passenger Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Silverpop Connector\",\n                    \"value\": \"Silverpop Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimilarWeb Connector\",\n                    \"value\": \"SimilarWeb Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimpliFi Connector\",\n                    \"value\": \"SimpliFi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SimplyMeasured Connector\",\n                    \"value\": \"SimplyMeasured Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sizmek Connector\",\n                    \"value\": \"Sizmek Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sizmek SAS Connector\",\n                    \"value\": \"Sizmek SAS Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Skimlinks Connector\",\n                    \"value\": \"Skimlinks Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Slideshare Connector\",\n                    \"value\": \"Slideshare Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SmartRecruiters Connector\",\n                    \"value\": \"SmartRecruiters Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Smartsheet Connector\",\n                    \"value\": \"Smartsheet Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Smartsheet Writeback Tile\",\n                    \"value\": \"Smartsheet Writeback Tile\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Connector\",\n                    \"value\": \"Snowflake Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Key Pair Authentication Connector\",\n                    \"value\": \"Snowflake Key Pair Authentication Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                    \"value\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake OAuth Connector\",\n                    \"value\": \"Snowflake OAuth Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Partition Connector\",\n                    \"value\": \"Snowflake Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Unload Connector\",\n                    \"value\": \"Snowflake Unload Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Snowflake Writeback Connector\",\n                    \"value\": \"Snowflake Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SocialFlow Connector\",\n                    \"value\": \"SocialFlow Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Splunk Connector\",\n                    \"value\": \"Splunk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpotX Connector\",\n                    \"value\": \"SpotX Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spreaker Connector\",\n                    \"value\": \"Spreaker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spredfast Conversations Connector\",\n                    \"value\": \"Spredfast Conversations Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpringServe Connector\",\n                    \"value\": \"SpringServe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sprinklr Advanced Connector\",\n                    \"value\": \"Sprinklr Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SpyFu Connector\",\n                    \"value\": \"SpyFu Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Square Connector\",\n                    \"value\": \"Square Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Square Multi Account Connector\",\n                    \"value\": \"Square Multi Account Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"StackAdapt Connector\",\n                    \"value\": \"StackAdapt Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"StackExchange Connector\",\n                    \"value\": \"StackExchange Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stat Search Analytics Connector\",\n                    \"value\": \"Stat Search Analytics Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stella Connect Connector\",\n                    \"value\": \"Stella Connect Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Strava Connector\",\n                    \"value\": \"Strava Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Streaming Data via AWS Kinesis Connector\",\n                    \"value\": \"Streaming Data via AWS Kinesis Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Stripe Connector\",\n                    \"value\": \"Stripe Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SugarCRM Connector\",\n                    \"value\": \"SugarCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sumo Logic Advanced Connector\",\n                    \"value\": \"Sumo Logic Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sumo Logic Connector\",\n                    \"value\": \"Sumo Logic Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SurveyMonkey Advanced Connector\",\n                    \"value\": \"SurveyMonkey Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SurveyMonkey Connector\",\n                    \"value\": \"SurveyMonkey Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sybase Partition Connector\",\n                    \"value\": \"Sybase Partition Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Synthesio V2 Connector\",\n                    \"value\": \"Synthesio V2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sysomos Connector\",\n                    \"value\": \"Sysomos Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sysomos Heartbeat Connector\",\n                    \"value\": \"Sysomos Heartbeat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Taboola Connector\",\n                    \"value\": \"Taboola Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talent.com Campaign Report Connector\",\n                    \"value\": \"Talent.com Campaign Report Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Taleo Connector\",\n                    \"value\": \"Taleo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talkdesk Connector\",\n                    \"value\": \"Talkdesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Talkwalker Connector\",\n                    \"value\": \"Talkwalker Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TaxView Pro Connector\",\n                    \"value\": \"TaxView Pro Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tealium DataAccess\",\n                    \"value\": \"Tealium DataAccess\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teamwork Connector\",\n                    \"value\": \"Teamwork Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teckst Connector\",\n                    \"value\": \"Teckst Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Teradata via Workbench Connector\",\n                    \"value\": \"Teradata via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Testimonial Tree Connector\",\n                    \"value\": \"Testimonial Tree Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"The Trade Desk Connector\",\n                    \"value\": \"The Trade Desk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ThirdPartySelfPublish\",\n                    \"value\": \"ThirdPartySelfPublish\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tiktok Ads Connector\",\n                    \"value\": \"Tiktok Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Toggle Connector\",\n                    \"value\": \"Toggle Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Totango Connector\",\n                    \"value\": \"Totango Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TrackMaven Connector\",\n                    \"value\": \"TrackMaven Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Treasure Data Connector\",\n                    \"value\": \"Treasure Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Trello Connector\",\n                    \"value\": \"Trello Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"TrustYou Connector\",\n                    \"value\": \"TrustYou Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tubular Reports Third Party\",\n                    \"value\": \"Tubular Reports Third Party\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tumblr Connector\",\n                    \"value\": \"Tumblr Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tune Advertiser Connector\",\n                    \"value\": \"Tune Advertiser Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Tune Affiliate Connector\",\n                    \"value\": \"Tune Affiliate Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Advanced Connector\",\n                    \"value\": \"Twilio Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Connector\",\n                    \"value\": \"Twilio Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twilio Writeback Connector\",\n                    \"value\": \"Twilio Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitch.tv Connector\",\n                    \"value\": \"Twitch.tv Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Ads Connector\",\n                    \"value\": \"Twitter Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Advanced Connector\",\n                    \"value\": \"Twitter Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Connector\",\n                    \"value\": \"Twitter Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Twitter Engagement Connector\",\n                    \"value\": \"Twitter Engagement Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"UKG Connector\",\n                    \"value\": \"UKG Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"US Census Building Permits Connector\",\n                    \"value\": \"US Census Building Permits Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Advanced Connector\",\n                    \"value\": \"USGS Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Demo\",\n                    \"value\": \"USGS Demo\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Earthquake Data Connector\",\n                    \"value\": \"USGS Earthquake Data Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Well Data\",\n                    \"value\": \"USGS Well Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"USGS Wildfires Connector\",\n                    \"value\": \"USGS Wildfires Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Uberall Connector\",\n                    \"value\": \"Uberall Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Uberflip Connector\",\n                    \"value\": \"Uberflip Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Unleashed Connector\",\n                    \"value\": \"Unleashed Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Urban Airship Connector\",\n                    \"value\": \"Urban Airship Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Velocify Advanced Connector\",\n                    \"value\": \"Velocify Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Velocify Connector\",\n                    \"value\": \"Velocify Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Verifi\",\n                    \"value\": \"Verifi\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Vertica Connector\",\n                    \"value\": \"Vertica Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"VerticalResponse Connector\",\n                    \"value\": \"VerticalResponse Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Vimeo Connector\",\n                    \"value\": \"Vimeo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"VoiceStorm Connector\",\n                    \"value\": \"VoiceStorm Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Voluum Connector\",\n                    \"value\": \"Voluum Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WeChat Connector\",\n                    \"value\": \"WeChat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Source Connector\",\n                    \"value\": \"Weather Source Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Source Third Party Connector\",\n                    \"value\": \"Weather Source Third Party Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weather Underground Connector\",\n                    \"value\": \"Weather Underground Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Weathernews Connector\",\n                    \"value\": \"Weathernews Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Webex Domo Connector\",\n                    \"value\": \"Webex Domo Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Webtrends Connector\",\n                    \"value\": \"Webtrends Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"WhatCounts Connector\",\n                    \"value\": \"WhatCounts Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workday Connector\",\n                    \"value\": \"Workday Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workfront Connector\",\n                    \"value\": \"Workfront Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Workiva Connector\",\n                    \"value\": \"Workiva Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Wrike Connector\",\n                    \"value\": \"Wrike Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML Advanced Connector\",\n                    \"value\": \"XML Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML Connector\",\n                    \"value\": \"XML Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XML via Workbench Connector\",\n                    \"value\": \"XML via Workbench Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"XTM Cloud Connector\",\n                    \"value\": \"XTM Cloud Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Xero Connector\",\n                    \"value\": \"Xero Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Xero Payroll Connector\",\n                    \"value\": \"Xero Payroll Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YDN Connector\",\n                    \"value\": \"YDN Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yahoo! Japan Search Ads Connector\",\n                    \"value\": \"Yahoo! Japan Search Ads Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yammer Connector\",\n                    \"value\": \"Yammer Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yellowbrick Connector\",\n                    \"value\": \"Yellowbrick Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yelp Connector\",\n                    \"value\": \"Yelp Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yelp Reporting Connector\",\n                    \"value\": \"Yelp Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yext Connector\",\n                    \"value\": \"Yext Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yieldex Connector\",\n                    \"value\": \"Yieldex Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Yogi Connector\",\n                    \"value\": \"Yogi Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"You've Got Leads! Connector\",\n                    \"value\": \"You've Got Leads! Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouGov Connector\",\n                    \"value\": \"YouGov Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouTube Enterprise Advanced Connector\",\n                    \"value\": \"YouTube Enterprise Advanced Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"YouTube Reporting Enterprise Connector\",\n                    \"value\": \"YouTube Reporting Enterprise Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Youtube Reporting Connector\",\n                    \"value\": \"Youtube Reporting Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zabbix Connector\",\n                    \"value\": \"Zabbix Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Chat Connector\",\n                    \"value\": \"Zendesk Chat Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Connector\",\n                    \"value\": \"Zendesk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Guide Connector\",\n                    \"value\": \"Zendesk Guide Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sell Connector\",\n                    \"value\": \"Zendesk Sell Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sell Firehose Connector\",\n                    \"value\": \"Zendesk Sell Firehose Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Sunshine Connector\",\n                    \"value\": \"Zendesk Sunshine Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Support Connector with Upsert\",\n                    \"value\": \"Zendesk Support Connector with Upsert\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk Talk Connector\",\n                    \"value\": \"Zendesk Talk Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zenefits Connector\",\n                    \"value\": \"Zenefits Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zift Solutions Connector\",\n                    \"value\": \"Zift Solutions Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zillow Connector\",\n                    \"value\": \"Zillow Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zingfit Connector\",\n                    \"value\": \"Zingfit Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zinier Generic Query\",\n                    \"value\": \"Zinier Generic Query\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zip to Fips Connector\",\n                    \"value\": \"Zip to Fips Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"ZohoCRM Connector\",\n                    \"value\": \"ZohoCRM Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zoom Connector\",\n                    \"value\": \"Zoom Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zuora Connector\",\n                    \"value\": \"Zuora Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"data.world Writeback Connector\",\n                    \"value\": \"data.world Writeback Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"eQuest Connector\",\n                    \"value\": \"eQuest Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"gBizINFO Connector\",\n                    \"value\": \"gBizINFO Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"iSpot.TV Connector\",\n                    \"value\": \"iSpot.TV Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"inContact Connector\",\n                    \"value\": \"inContact Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"inContact OAuth 2 Connector\",\n                    \"value\": \"inContact OAuth 2 Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"personio Connector\",\n                    \"value\": \"personio Connector\",\n                    \"count\": 1\n                }\n            ]\n        },\n        \"ENTITY_SUB_TYPE\": {\n            \"fieldName\": \"entity_sub_type\",\n            \"searchFacetEnum\": \"ENTITY_SUB_TYPE\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connector\",\n                    \"value\": \"Connector\",\n                    \"count\": 767\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSet\",\n                    \"value\": \"DataSet\",\n                    \"count\": 10\n                }\n            ]\n        },\n        \"TAG\": {\n            \"fieldName\": \"tag_facet\",\n            \"searchFacetEnum\": \"TAG\",\n            \"facetValues\": [\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloud Connector\",\n                    \"value\": \"Cloud Connector\",\n                    \"count\": 608\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Analytics\",\n                    \"value\": \"Analytics\",\n                    \"count\": 362\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketing\",\n                    \"value\": \"Marketing\",\n                    \"count\": 307\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Marketing\",\n                    \"value\": \"Digital Marketing\",\n                    \"count\": 166\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"BI\",\n                    \"value\": \"BI\",\n                    \"count\": 163\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IT\",\n                    \"value\": \"IT\",\n                    \"count\": 145\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Database\",\n                    \"value\": \"Database\",\n                    \"count\": 125\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales\",\n                    \"value\": \"Sales\",\n                    \"count\": 73\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Web Analytics\",\n                    \"value\": \"Web Analytics\",\n                    \"count\": 64\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Finance\",\n                    \"value\": \"Finance\",\n                    \"count\": 63\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Dashboards\",\n                    \"value\": \"Dashboards\",\n                    \"count\": 53\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales Leaders\",\n                    \"value\": \"Sales Leaders\",\n                    \"count\": 52\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CEO\",\n                    \"value\": \"CEO\",\n                    \"count\": 51\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Social Media\",\n                    \"value\": \"Social Media\",\n                    \"count\": 51\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Operations\",\n                    \"value\": \"Operations\",\n                    \"count\": 50\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Customer Service\",\n                    \"value\": \"Customer Service\",\n                    \"count\": 48\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CMO\",\n                    \"value\": \"CMO\",\n                    \"count\": 47\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Documents\",\n                    \"value\": \"Documents\",\n                    \"count\": 47\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"preferred\",\n                    \"value\": \"preferred\",\n                    \"count\": 45\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ads\",\n                    \"value\": \"Ads\",\n                    \"count\": 43\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Human Resources\",\n                    \"value\": \"Human Resources\",\n                    \"count\": 42\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Project Management\",\n                    \"value\": \"Project Management\",\n                    \"count\": 36\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Spreadsheets\",\n                    \"value\": \"Spreadsheets\",\n                    \"count\": 35\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Google\",\n                    \"value\": \"Google\",\n                    \"count\": 33\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Collaboration\",\n                    \"value\": \"Collaboration\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Marketing Automation\",\n                    \"value\": \"Marketing Automation\",\n                    \"count\": 32\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CRM\",\n                    \"value\": \"CRM\",\n                    \"count\": 30\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Developer Tools\",\n                    \"value\": \"Developer Tools\",\n                    \"count\": 29\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Microsoft\",\n                    \"value\": \"Microsoft\",\n                    \"count\": 28\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"AWS\",\n                    \"value\": \"AWS\",\n                    \"count\": 24\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sentiment Analysis\",\n                    \"value\": \"Sentiment Analysis\",\n                    \"count\": 24\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News & Media\",\n                    \"value\": \"News & Media\",\n                    \"count\": 23\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"SEO\",\n                    \"value\": \"SEO\",\n                    \"count\": 23\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Cloud Connector\",\n                    \"value\": \" Cloud Connector\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"CFO\",\n                    \"value\": \"CFO\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Executive\",\n                    \"value\": \"Executive\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Retail\",\n                    \"value\": \"Retail\",\n                    \"count\": 22\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Financial Planning\",\n                    \"value\": \"Financial Planning\",\n                    \"count\": 21\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" IT\",\n                    \"value\": \" IT\",\n                    \"count\": 20\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Campaign Performance\",\n                    \"value\": \"Campaign Performance\",\n                    \"count\": 20\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File Upload\",\n                    \"value\": \"File Upload\",\n                    \"count\": 19\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sales Operations\",\n                    \"value\": \"Sales Operations\",\n                    \"count\": 18\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Database\",\n                    \"value\": \" Database\",\n                    \"count\": 17\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"On-Premise Connector\",\n                    \"value\": \"On-Premise Connector\",\n                    \"count\": 17\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"All Departments\",\n                    \"value\": \"All Departments\",\n                    \"count\": 16\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Lead & Pipeline\",\n                    \"value\": \"Lead & Pipeline\",\n                    \"count\": 16\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"IoT\",\n                    \"value\": \"IoT\",\n                    \"count\": 15\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Analytics\",\n                    \"value\": \" Analytics\",\n                    \"count\": 14\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" BI\",\n                    \"value\": \" BI\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Partition\",\n                    \"value\": \" Partition\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Communications\",\n                    \"value\": \"Communications\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Environmental Svcs\",\n                    \"value\": \"Environmental Svcs\",\n                    \"count\": 12\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Salesforce\",\n                    \"value\": \"Salesforce\",\n                    \"count\": 11\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Marketing\",\n                    \"value\": \" Marketing\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Product Management\",\n                    \"value\": \"Product Management\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Video/Audio/Images\",\n                    \"value\": \"Video/Audio/Images\",\n                    \"count\": 9\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Call Tracking\",\n                    \"value\": \"Call Tracking\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Payment Processing\",\n                    \"value\": \"Payment Processing\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Productivity\",\n                    \"value\": \"Productivity\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Public Data\",\n                    \"value\": \"Public Data\",\n                    \"count\": 8\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Adobe\",\n                    \"value\": \"Adobe\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Employee Management\",\n                    \"value\": \"Employee Management\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Healthcare\",\n                    \"value\": \"Healthcare\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Oracle\",\n                    \"value\": \"Oracle\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Popular\",\n                    \"value\": \"Popular\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Ticketing\",\n                    \"value\": \"Ticketing\",\n                    \"count\": 7\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Surveys\",\n                    \"value\": \"Surveys\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Time Tracking\",\n                    \"value\": \"Time Tracking\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Travel\",\n                    \"value\": \"Travel\",\n                    \"count\": 6\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Cloud connector\",\n                    \"value\": \" Cloud connector\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Digital Marketing\",\n                    \"value\": \" Digital Marketing\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Operations\",\n                    \"value\": \" Operations\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Project Management\",\n                    \"value\": \" Project Management\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Leaderboard/Competition\",\n                    \"value\": \"Leaderboard/Competition\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Mktg Automation\",\n                    \"value\": \"Mktg Automation\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Public Sector\",\n                    \"value\": \"Public Sector\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Server Monitoring\",\n                    \"value\": \"Server Monitoring\",\n                    \"count\": 5\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ads\",\n                    \"value\": \" Ads\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Query\",\n                    \"value\": \" Query\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sales\",\n                    \"value\": \" Sales\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Teams\",\n                    \"value\": \" Teams\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Markeing\",\n                    \"value\": \"Digital Markeing\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"E-commerce\",\n                    \"value\": \"E-commerce\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News/Media\",\n                    \"value\": \"News/Media\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Sports & Recreation\",\n                    \"value\": \"Sports & Recreation\",\n                    \"count\": 4\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Advertising\",\n                    \"value\": \" Advertising\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Leads\",\n                    \"value\": \" Leads\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Microsoft\",\n                    \"value\": \" Microsoft\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" SQL\",\n                    \"value\": \" SQL\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Web Analytics\",\n                    \"value\": \" Web Analytics\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" preferred\",\n                    \"value\": \" preferred\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"All\",\n                    \"value\": \"All\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hotel & Restaurant\",\n                    \"value\": \"Hotel & Restaurant\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"QuickStart\",\n                    \"value\": \"QuickStart\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Real Estate\",\n                    \"value\": \"Real Estate\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Retail Sales\",\n                    \"value\": \"Retail Sales\",\n                    \"count\": 3\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Business Leads\",\n                    \"value\": \" Business Leads\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Campaign\",\n                    \"value\": \" Campaign\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data\",\n                    \"value\": \" Data\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" JSON\",\n                    \"value\": \" JSON\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Lead & Pipeline\",\n                    \"value\": \" Lead & Pipeline\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Maintenance\",\n                    \"value\": \" Maintenance\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" MongoDB\",\n                    \"value\": \" MongoDB\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Participants\",\n                    \"value\": \" Participants\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Projects\",\n                    \"value\": \" Projects\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sales Operations\",\n                    \"value\": \" Sales Operations\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Salesforce\",\n                    \"value\": \" Salesforce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ticket\",\n                    \"value\": \" Ticket\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tickets\",\n                    \"value\": \" Tickets\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" eCommerce\",\n                    \"value\": \" eCommerce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Automotive\",\n                    \"value\": \"Automotive\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Collaborations\",\n                    \"value\": \"Collaborations\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Communication\",\n                    \"value\": \"Communication\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Construction\",\n                    \"value\": \"Construction\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"E-Commerce\",\n                    \"value\": \"E-Commerce\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Events\",\n                    \"value\": \"Events\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pro Services\",\n                    \"value\": \"Pro Services\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Scheduling\",\n                    \"value\": \"Scheduling\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zendesk\",\n                    \"value\": \"Zendesk\",\n                    \"count\": 2\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"  Webinar\",\n                    \"value\": \"  Webinar\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" APIs\",\n                    \"value\": \" APIs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" AWS\",\n                    \"value\": \" AWS\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Articles\",\n                    \"value\": \" Articles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Assets\",\n                    \"value\": \" Assets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" AssumeRole\",\n                    \"value\": \" AssumeRole\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Attendees\",\n                    \"value\": \" Attendees\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Azure Data Lake\",\n                    \"value\": \" Azure Data Lake\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Big Data\",\n                    \"value\": \" Big Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Business Data\",\n                    \"value\": \" Business Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" CEO\",\n                    \"value\": \" CEO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" CMO\",\n                    \"value\": \" CMO\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Analysis\",\n                    \"value\": \" Call Analysis\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Analytics\",\n                    \"value\": \" Call Analytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Conversion Data\",\n                    \"value\": \" Call Conversion Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Call Data\",\n                    \"value\": \" Call Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Calls & Interactions\",\n                    \"value\": \" Calls & Interactions\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Campaign Performance\",\n                    \"value\": \" Campaign Performance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Chats\",\n                    \"value\": \" Chats\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Coaching\",\n                    \"value\": \" Coaching\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Comments\",\n                    \"value\": \" Comments\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conference Calls\",\n                    \"value\": \" Conference Calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conversations\",\n                    \"value\": \" Conversations\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Conversions\",\n                    \"value\": \" Conversions\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Copy data\",\n                    \"value\": \" Copy data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Customer Relations\",\n                    \"value\": \" Customer Relations\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data export\",\n                    \"value\": \" Data export\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Data upload\",\n                    \"value\": \" Data upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" DataSet\",\n                    \"value\": \" DataSet\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Documentation\",\n                    \"value\": \" Documentation\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Documents\",\n                    \"value\": \" Documents\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" ERP\",\n                    \"value\": \" ERP\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Email\",\n                    \"value\": \" Email\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Email activity\",\n                    \"value\": \" Email activity\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Endpoint\",\n                    \"value\": \" Endpoint\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Episodes\",\n                    \"value\": \" Episodes\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Event Management\",\n                    \"value\": \" Event Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Executive\",\n                    \"value\": \" Executive\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" File Connector\",\n                    \"value\": \" File Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Finance\",\n                    \"value\": \" Finance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Goals\",\n                    \"value\": \" Goals\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Google\",\n                    \"value\": \" Google\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Intercom\",\n                    \"value\": \" Intercom\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Jira\",\n                    \"value\": \" Jira\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" KPI\",\n                    \"value\": \" KPI\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Labels\",\n                    \"value\": \" Labels\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Labor\",\n                    \"value\": \" Labor\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Learning\",\n                    \"value\": \" Learning\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Marketing Data\",\n                    \"value\": \" Marketing Data\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Meetings\",\n                    \"value\": \" Meetings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Merge\",\n                    \"value\": \" Merge\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Owners\",\n                    \"value\": \" Owners\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Pardot\",\n                    \"value\": \" Pardot\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Payment Processing\",\n                    \"value\": \" Payment Processing\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Payments\",\n                    \"value\": \" Payments\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Planning\",\n                    \"value\": \" Planning\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Product\",\n                    \"value\": \" Product\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Project Development\",\n                    \"value\": \" Project Development\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Registrants\",\n                    \"value\": \" Registrants\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Reports\",\n                    \"value\": \" Reports\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Requirements\",\n                    \"value\": \" Requirements\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Resources\",\n                    \"value\": \" Resources\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Retail Sales\",\n                    \"value\": \" Retail Sales\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Risks\",\n                    \"value\": \" Risks\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Roles\",\n                    \"value\": \" Roles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" SAP\",\n                    \"value\": \" SAP\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Sale\",\n                    \"value\": \" Sale\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Session\",\n                    \"value\": \" Session\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Shows\",\n                    \"value\": \" Shows\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake\",\n                    \"value\": \" Snowflake\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake Keypair\",\n                    \"value\": \" Snowflake Keypair\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Snowflake OAuth\",\n                    \"value\": \" Snowflake OAuth\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Social Media\",\n                    \"value\": \" Social Media\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Speakers\",\n                    \"value\": \" Speakers\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Spreadsheets\",\n                    \"value\": \" Spreadsheets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Statistics\",\n                    \"value\": \" Statistics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tasks\",\n                    \"value\": \" Tasks\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Team Meetings\",\n                    \"value\": \" Team Meetings\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Team meeting\",\n                    \"value\": \" Team meeting\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Territory Management\",\n                    \"value\": \" Territory Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Test Cycles\",\n                    \"value\": \" Test Cycles\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Test Plans\",\n                    \"value\": \" Test Plans\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Tests\",\n                    \"value\": \" Tests\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Ticket Metrics\",\n                    \"value\": \" Ticket Metrics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Topics\",\n                    \"value\": \" Topics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Training\",\n                    \"value\": \" Training\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Unload\",\n                    \"value\": \" Unload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Upsert\",\n                    \"value\": \" Upsert\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Upsert Connector\",\n                    \"value\": \" Upsert Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Video Calls\",\n                    \"value\": \" Video Calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Video calls\",\n                    \"value\": \" Video calls\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" WebEx\",\n                    \"value\": \" WebEx\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Webinar\",\n                    \"value\": \" Webinar\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Work Items\",\n                    \"value\": \" Work Items\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Workspaces\",\n                    \"value\": \" Workspaces\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \" Zendesk Help Center\",\n                    \"value\": \" Zendesk Help Center\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Aerospace & Defense\",\n                    \"value\": \"Aerospace & Defense\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Amazon S3\",\n                    \"value\": \"Amazon S3\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Analyitcs\",\n                    \"value\": \"Analyitcs\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anaytics\",\n                    \"value\": \"Anaytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Anlytics\",\n                    \"value\": \"Anlytics\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Art & Music\",\n                    \"value\": \"Art & Music\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cisco\",\n                    \"value\": \"Cisco\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Cloud connector\",\n                    \"value\": \"Cloud connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Connector\",\n                    \"value\": \"Connector\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Coronavirus\",\n                    \"value\": \"Coronavirus\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DataSets\",\n                    \"value\": \"DataSets\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"DevOps\",\n                    \"value\": \"DevOps\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Maketing\",\n                    \"value\": \"Digital Maketing\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Digital Marketng\",\n                    \"value\": \"Digital Marketng\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Document Management\",\n                    \"value\": \"Document Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Education\",\n                    \"value\": \"Education\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Executives\",\n                    \"value\": \"Executives\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"File upload\",\n                    \"value\": \"File upload\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Hubspot\",\n                    \"value\": \"Hubspot\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Human Resource\",\n                    \"value\": \"Human Resource\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Insurance\",\n                    \"value\": \"Insurance\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Logistics & Freight\",\n                    \"value\": \"Logistics & Freight\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Media\",\n                    \"value\": \"Media\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"News & Events\",\n                    \"value\": \"News & Events\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Non Profit Org\",\n                    \"value\": \"Non Profit Org\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"OData\",\n                    \"value\": \"OData\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Office Management\",\n                    \"value\": \"Office Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Pipeline Management\",\n                    \"value\": \"Pipeline Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Project Managment\",\n                    \"value\": \"Project Managment\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Searches\",\n                    \"value\": \"Searches\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"System Management\",\n                    \"value\": \"System Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Territory Management\",\n                    \"value\": \"Territory Management\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Writeback connectors\",\n                    \"value\": \"Writeback connectors\",\n                    \"count\": 1\n                },\n                {\n                    \"facetType\": \"SearchFacetValue\",\n                    \"filterType\": \"term\",\n                    \"label\": \"Zoom\",\n                    \"value\": \"Zoom\",\n                    \"count\": 1\n                }\n            ]\n        }\n    },\n    \"totalResultCount\": 777,\n    \"sort\": {\n        \"fieldSorts\": null,\n        \"activity\": null,\n        \"activitySortType\": null,\n        \"metricAction\": null,\n        \"isRelevance\": true,\n        \"isHotness\": false\n    },\n    \"queryUuid\": \"2bff0a3a-f580-4be1-9411-7f4cde657e43\",\n    \"hideSearchObjects\": false,\n    \"searchResultsMap\": {\n        \"dojo_message\": [],\n        \"ml_training_config\": [],\n        \"project\": [],\n        \"objective\": [],\n        \"search\": [],\n        \"feature\": [],\n        \"alert\": [],\n        \"knowledge_base\": [],\n        \"ml_model\": [],\n        \"group\": [],\n        \"app\": [],\n        \"key_result\": [],\n        \"owler_company\": [],\n        \"buzz_channel\": [],\n        \"click\": [],\n        \"ml_artifact\": [],\n        \"dataflow\": [],\n        \"task\": [],\n        \"connector\": [\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.salesforcewriteback\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.salesforcewriteback\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1652201945000,\n                \"lastModified\": 1652373872000,\n                \"lastIndexed\": 1652373970980,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 106.53342,\n                \"label\": \"Salesforce Writeback Connector\",\n                \"title\": \"Salesforce Writeback Connector\",\n                \"subTitle\": \"Use this connector to export your data from a Domo dataset to your Salesforce account.\",\n                \"description\": \"Salesforce is a cloud-based platform for customer relationship management. Use Domo's Salesforce Writeback connector to export your data from a Domo DataSet to your Salesforce account.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Salesforce\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Salesforce\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\",\n                    \"Writeback\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Finance\",\n                    \"Salesforce\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Salesforce Writeback Connector\"\n                ],\n                \"isPublic\": false,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need Domo developer account credentials (client id and client secret), and your Salesforce username and password.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my Domo client id and client secret?\",\n                        \"connectorAnswer\": \"To create a new client: <ul style=\\\"margin-left: 23px; line-height: 15px\\\"> <li>Login to <a href=\\\"https://developer.domo.com/login\\\" target=\\\"_blank\\\">Domo developer account</a>.</li>\\n<li>In the top right corner under <b>My Account</b> click <b>New Client</b>.</li> \\n<li>Enter the application name and description.</li> \\n<li>Provide the application scope by selecting the checkboxes for <b>Data</b> and <b>User</b>.</li> <li>Click <b>Create</b>.</li> </ul>Once you have created a client, you can manage the client by clicking on <b>Manage Client</b>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create a new Salesforce Writeback connection?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": true,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Salesforce Writeback Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.boxfileservice\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.boxfileservice\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1646678746000,\n                \"lastModified\": 1648482895000,\n                \"lastIndexed\": 1649953243193,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Box Advanced Connector\",\n                \"title\": \"Box Advanced Connector\",\n                \"subTitle\": \"Connect the data you store in Box and make it available to everyone with Domo's easy-to-use charts and reports, available on any device.\",\n                \"description\": \"Box Inc. is an online file sharing and personal cloud content management service for businesses. Use this connector to pull data files from your Box account into Domo. You can retrieve data files in any of the following file types: CSV, XLS, XLSX, XML, ZIP, and GZIP. This connector pulls data by file name and type.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Financial Planning\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Financial Planning\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Box Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up the Box connector? \",\n                        \"connectorAnswer\": \"You need your Box username and password.\"\n                    },\n                    {\n                        \"connectorQuestion\": \" How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as required.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same Box account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I do if I just uploaded a file to box.com, but the Box connector says, \\\"File does not exist\\\" when I try to pull in the file?\",\n                        \"connectorAnswer\": \"Make sure all your connector settings match your file and are free of typos. Files may not be available via the Box API up to 30 minutes after the file was uploaded. Ensure the file has been in Box for at least 30 minutes, then attempt to run the dataset again.\"\n                    },\n                    {\n                        \"connectorQuestion\": \" Why can't I connect to box.com with valid credentials? How do I resolve this issue?\",\n                        \"connectorAnswer\": \"This problem may arise from an issue with your option settings in Box. Domo is an unpublished application in box.com terminology and Box offers an option to disable the unpublished applications by default. If a customer is using this option, Domo users may not be able to authenticate or connect to Box to import data from Box to Domo. <br>The public API key for Domo at Box is: wmiawbgvombfafa0jj4dgvmvq5ivq83m.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What is the difference between the Box connector and the Box Advanced Connector?\",\n                        \"connectorAnswer\": \"Box connector allows you to specify the name and type of the file to pull the data from. Box Advanced connector offers an additional Advanced section to specify the data formatting details, along with the name and type of the file. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Box Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.boxservice\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.boxservice\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1607537119000,\n                \"lastModified\": 1607537144000,\n                \"lastIndexed\": 1649953243195,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Box Analytics Advanced Connector\",\n                \"title\": \"Box Analytics Advanced Connector\",\n                \"subTitle\": \"Get the most out of your Box Analytics data.\",\n                \"description\": \"Box is an online file sharing and personal content cloud management service for businesses. Use Domo's Box Analytics connector to pull data about files and folders, users, enterprise events, and single user events from Box. Box Analytics Advanced connector allows more filtering options for 'File and Folder' and 'Enterprise Events' reports.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Financial Planning\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Financial Planning\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Box Analytics Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Box Analytics API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 2 of the Box Analytics API (https://api.box.com/2.0/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Enterprise Event Report</td> <td>/events</td> </tr>\\n<tr> <td>File and Folder Report</td> <td>/folders/{folder-id}/items</td> </tr>\\n<tr> <td>Single User Event Report</td> <td>/events</td> </tr>\\n<tr> <td>User Report</td> <td>/users</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the email address and password associated with your Box account. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Box credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your Box credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Box allows roughly 10 queries per second for each user. Note that a single dataset run may require multiple queries.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Box Analytics Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.wordpress\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.wordpress\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1592497200000,\n                \"lastModified\": 1592497219000,\n                \"lastIndexed\": 1649953243285,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"WordPress Connector\",\n                \"title\": \"WordPress Connector\",\n                \"subTitle\": \"Integrate your WordPress data in minutes.\",\n                \"description\": \"WordPress is one of the most popular blogging services in the world. Use Domo's WordPress Self-Hosted connector for any blogs that you have built using WordPress software. This connector gives you information about people interacting with your blog and what they are saying. With this information at fingertips, you can create the best content and post it on a schedule that will maximize reach with your readers. Use this connector to get data about categories, comments, media, posts, and so on.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Web Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"WordPress Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username or email address, and password associated with your WordPress account. Alternatively, you can use your Google credentials to login.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While WordPress may enforce call rate limits, you should not need to worry about them.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"WordPress Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.oracledb\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.oracledb\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644667238000,\n                \"lastModified\": 1648483204000,\n                \"lastIndexed\": 1649953243388,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Oracle Database Connector\",\n                \"title\": \"Oracle Database Connector\",\n                \"subTitle\": \"Provide a comprehensive view of your business by combining your Oracle data with other data sources in Domo.\",\n                \"description\": \"Oracle provides the world's most complete, open, and integrated business software and hardware systems. Domo delivers relevant metrics to the right people so that faster, better-informed decisions become the norm. And you can easily combine your Oracle data with data from numerous other systems, allowing you to combine and transform your data and make it all available for user self-service.<br><br>You can use Domo's Oracle Database Connector to pull data from your Oracle database and compile custom reports. You indicate the data you want by inputting an SQL query. Once your data is in Domo, you have access to real-time data, so it's easy to move and pivot. Connect easily to your data and create powerful visualizations that help you make better decisions, with one place for your team to collaborate and share insights.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Oracle\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Oracle\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Oracle Database Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port and SID of your Oracle database.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my Oracle database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to an Oracle database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Oracle Database Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.cloudhealthservice.cloudhealth\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.cloudhealthservice.cloudhealth\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644650263000,\n                \"lastModified\": 1648482274000,\n                \"lastIndexed\": 1649953245953,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"CloudHealth Advanced Connector\",\n                \"title\": \"CloudHealth Advanced Connector\",\n                \"subTitle\": \"Use Domo's CloudHealth connector to get data from prebuilt or customized reports.\",\n                \"description\": \"CloudHealth is IT service management for the cloud, enabling policy-driven cost, utilization, performance, and security optimization and governance. Domo's CloudHealth connector allows you to retrieve data through prebuilt or customized reports. CloudHealth Advanced connector supports additional reports.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Financial Planning\",\n                    \"CFO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Financial Planning\",\n                    \"CFO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Finance\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"CloudHealth Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the API key of your CloudHealth account. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my API key?\",\n                        \"connectorAnswer\": \"To obtain an API key:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px;\\nline-height: 13px;\\\"> <li>Log into CloudHealth using your username and password.</li> <li>Click <b>My Profile</b>.</li> <li>In the <b>API Key</b> section, click <b>Generate API Key</b>.</li></ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"CloudHealth may limit API calls. Reduce the number of datasets scheduled to run at the same time to prevent rate limiting.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between this connector and the CloudHealth connector?\",\n                        \"connectorAnswer\": \"CloudHealth Advanced connector supports additional reports.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"CloudHealth Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.microsoftsqlserver\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.microsoftsqlserver\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1649699358000,\n                \"lastModified\": 1649707198000,\n                \"lastIndexed\": 1649953245955,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Microsoft SQL Server\",\n                \"title\": \"Microsoft SQL Server\",\n                \"subTitle\": \"Microsoft SQL Server Domo Connector\",\n                \"description\": \"Microsoft SQL Server is a scalable, hybrid database platform. Using the Domo Microsoft SQL Server connector, you can query data from your SQL Server using standard SQL queries.\",\n                \"tags\": [\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Microsoft SQL Server\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port, and database name of your Microsoft SQL Server.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same Microsoft SQL Server account to create multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to the Microsoft SQL Server database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What SQL Server versions are supported with this connector?\",\n                        \"connectorAnswer\": \"​This connector supports SQL Server versions from 2005 to 2017.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Microsoft SQL Server\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.dropboxdfb\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.dropboxdfb\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644644970000,\n                \"lastModified\": 1648482962000,\n                \"lastIndexed\": 1649953245962,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Dropbox For Business Advanced Connector\",\n                \"title\": \"Dropbox For Business Advanced Connector\",\n                \"subTitle\": \"Get the big picture. See your Dropbox Business data together with data from other systems, all in Domo.\",\n                \"description\": \"Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software. This connector offers an additional report for 'Groups Information', and provides additional filtering options for the 'Audit Log' report.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Spreadsheets\",\n                    \"Employee Management\",\n                    \"Productivity\",\n                    \"Time Tracking\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Spreadsheets\",\n                    \"Employee Management\",\n                    \"Productivity\",\n                    \"Time Tracking\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Operations\",\n                    \"Spreadsheets\",\n                    \"Productivity\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Dropbox For Business Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Dropbox API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 2 of the Dropbox API (https://api.dropboxapi.com/2/team).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Audit Log</td> <td>/log/get_events</td> </tr>\\n<tr> <td>Groups Information</td> <td>/groups/list</td> </tr>\\n<tr> <td>Linked Devices</td> <td>/reports/get_devices</td> </tr>\\n<tr> <td>Members</td> <td>/members/list</td> </tr>\\n<tr> <td>Membership Data</td> <td>/reports/get_membership</td> </tr>\\n<tr> <td>Storage Usage</td> <td>/reports/get_storage</td> </tr>\\n<tr> <td>Team Information</td> <td>/get_info</td> </tr>\\n<tr> <td>User Activity</td> <td>/reports/get_activity</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your Dropbox username and password, or your Google credentials.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Dropbox credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your Dropbox credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While Dropbox may enforce call rate limits, you should not have to worry about them.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Dropbox For Business Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.pagerdutyv2\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.pagerdutyv2\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645236202000,\n                \"lastModified\": 1648483215000,\n                \"lastIndexed\": 1649953246730,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"PagerDuty\",\n                \"title\": \"PagerDuty\",\n                \"subTitle\": \"PagerDuty Domo Connector\",\n                \"description\": \"PagerDuty is a SaaS solution providing IT department's on-call schedule management, alerting, and incident tracking. It allows facilities to add scheduling to existing monitoring solutions, alerts (via SMS, phone, email, iOS or Android push), and respond or escalate issues via your mobile device. Use Domo's PagerDuty connector to get reports about schedule management, alerting, and incident tracking.\",\n                \"tags\": [\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"PagerDuty\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Pagerduty V2 is https://api.pagerduty.com/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Abilities</td> <td>/abilities</td> </tr>\\n<tr> <td>Addons</td> <td>/addons</td> </tr>\\n<tr> <td>Escalation Policies</td> <td>/escalation_policies</td> </tr>\\n<tr> <td>Extension Schemas</td> <td>/extension_schemas</td> </tr>\\n<tr> <td>Extensions</td> <td>/extensions</td> </tr>\\n<tr> <td>Incidents</td> <td>/incidents</td> </tr>\\n<tr> <td>Incident Alerts</td> <td>/incidents/{incident_id}/alerts</td> </tr>\\n<tr> <td>Incident Log Entries</td> <td>/incidents/{incident_id}/log_entries</td> </tr>\\n<tr> <td>Incident Notes</td> <td>/incidents/{incident_id}/notes</td> </tr>\\n<tr> <td>Priorities</td> <td>/priorities</td> </tr>\\n<tr> <td>Log Entries</td> <td>/log_entries</td> </tr>\\n<tr> <td>Maintenance Windows</td> <td>/maintenance_windows</td> </tr>\\n<tr> <td>Notifications</td> <td>/notifications</td> </tr>\\n<tr> <td>On-Calls</td> <td>/oncalls</td> </tr>\\n<tr> <td>Schedules</td> <td>/schedules</td> </tr>\\n<tr> <td>Schedules Overrides</td> <td>/schedules/{schedule_id}/overrides</td> </tr>\\n<tr> <td>Schedules Users</td> <td>/schedules/{schedule_id}/users</td> </tr>\\n<tr> <td>Services</td> <td>/services</td> </tr>\\n<tr> <td>Teams</td> <td>/teams</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Vendors</td> <td>/vendors</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your PagerDuty token.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"PagerDuty\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.wrike4\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.wrike4\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1628098997000,\n                \"lastModified\": 1628099010000,\n                \"lastIndexed\": 1649953246731,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Wrike Connector\",\n                \"title\": \"Wrike Connector\",\n                \"subTitle\": \"Get the most out of your Wrike data.\",\n                \"description\": \"Wrike is a cloud based project management and planning system. Use Domo's Wrike connector to retrieve data about your accounts, attachments, folders, tasks, workflows and more.\",\n                \"tags\": [\n                    \"Project Management\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Project Management\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Project Management\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Wrike Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Wrike API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 4 of the Wrike API (https://www.wrike.com/api/v4/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report in this connector call?\",\n                        \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Accounts</td> <td>/account/</td> </tr>\\n<tr> <td>Attachments</td> <td>/attachments/</td> </tr>\\n<tr> <td>Comments</td> <td>/comments/</td> </tr>\\n<tr> <td>Contacts</td> <td>/contacts/</td> </tr>\\n<tr> <td>Custom Fields</td> <td>/accounts/{accountId}/customfields</td> </tr>\\n<tr> <td>Dependencies</td> <td>/dependencies/{dependencyId}</td> </tr>\\n<tr> <td>Folder</td> <td>/folders/{folderId)</td> </tr>\\n<tr> <td>Folder Tree</td> <td>/folders/</td> </tr>\\n<tr> <td>Groups</td> <td>/accounts/{accountId}/groups</td> </tr>\\n<tr> <td>Invitations</td> <td>/accounts/{accountId}/invitations</td> </tr>\\n<tr> <td>Task</td> <td>/tasks/</td> </tr>\\n<tr> <td>Timelogs</td> <td>/timelogs/</td> </tr>\\n<tr> <td>Workflows</td> <td>/accounts/{accountId}/workflows</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the email address and password associated with your Wrike account. Alternatively, you can connect using your Google or Microsoft Office 365 credentials, or SSO credentials if these have been set up for your company.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"The API does not list any limitations.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"When I click 'Add Account', why am I getting automatically validated without needing to enter credentials?\",\n                        \"connectorAnswer\": \"If you are already logged into Wrike when you connect to Domo, you are authenticated automatically as you click Add Account. If you want to connect to an account that is different from the one you are logged into, you must first log out of Wrike.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Wrike Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.googlesheets\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.googlesheets\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1649708796000,\n                \"lastModified\": 1653497288000,\n                \"lastIndexed\": 1653497499867,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google Sheets Connector\",\n                \"title\": \"Google Sheets Connector\",\n                \"subTitle\": \"Leverage the power Google Sheets has to collaboratively gather data from anyone in your company by bringing it into Domo.\",\n                \"description\": \"Google Sheets makes cloud-based spreadsheet calculations a cinch, but you also need to regularly communicate what's going on in your business. Use Google Sheets with Domo to blend your Google Sheets data with other data sources to help measure ROI and business impact, visualize data how you want it, and share insights from Google Sheets data with others.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Google\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Google\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google Sheets Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up the Google Sheets connector? \",\n                        \"connectorAnswer\": \"You need Google username and password.  \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Google account credentials are secure?\",\n                        \"connectorAnswer\": \"Domo's Google Sheets connector uses OAuth, which authenticates the account with Google without Domo ever having access to your Google account credentials.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of? \",\n                        \"connectorAnswer\": \"Google enforces total and concurrent call rate limits. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why does the connector seem to be pulling in unwanted data? \",\n                        \"connectorAnswer\": \"Confirm if you have selected the correct Google Sheet worksheet. If you are using advanced options, make sure you have selected the correct range of data.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google Sheets Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.facebookads\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.facebookads\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1654206724000,\n                \"lastModified\": 1655131352000,\n                \"lastIndexed\": 1655131601102,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Facebook Ads Advanced Connector\",\n                \"title\": \"Facebook Ads Advanced Connector\",\n                \"subTitle\": \"Get advanced insights into your Facebook advertising, including ad accounts, ad campaigns, keyword statistics, page actions, placement metrics, and responder demographics.\",\n                \"description\": \"Marketing experts use Facebook Ads to create targeted ads designed to reach different audiences and help them meet their business goals. Domo removes the guesswork from Facebook advertising by providing crucial insights into all of your Facebook campaigns. Create a customized Facebook dashboard with your most important KPIs, schedule automatic reports, or set up alerts for specific metrics. You can easily combine Facebook data with other social networks like Twitter, Linkedin, Pinterest, and more. Once your data is in Domo, you can give managers and decisions makers full visibility into critical Facebook metrics with a variety of collaboration and reporting features.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Facebook Ads Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Facebook API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 9.0 of the Facebook Marketing API (https://graph.facebook.com/v9.0).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"20%\\\">Report Name</th> <th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> <tr> <td colspan=\\\"2\\\">Ad Accounts</td> <td>/{AD_ACCOUNT_ID}/info</td< </tr> <tr> <td colspan=\\\"2\\\">Ad Campaigns</td> <td>/{AD_ACCOUNT_ID}/adcampaign_groups</td> </tr> <tr> <td colspan=\\\"2\\\">Ad Keyword Statistics (Deprecated)</td> <td>/keywordstats</td> </tr> <tr> <td colspan=\\\"2\\\">Ad Sets</td> <td>/{AD_ACCOUNT_ID}/adcampaigns</td> </tr> <tr> <td colspan=\\\"2\\\">Ads</td> <td>/{AD_ACCOUNT_ID}/adgroups</td> </tr> <tr> <td colspan=\\\"2\\\">Custom Insights</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">General Metrics</td> <td>/{CAMPAIGN_GROUP_ID}/insights</td> </tr> <tr> <td rowspan=\\\"4\\\">Object Informaion-NEW</td> <td>Account Object</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td>Campaign Object</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td>Ad Sets Object</td> <td>{AD_ACCOUNT_ID}/adsets</td> </tr> <tr> <td>Ads Object</td> <td>/{AD_ACCOUNT_ID}/ads</td> </tr> <tr> <td colspan=\\\"2\\\">Object Insights-NEW</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Page Actions (Ad sets)</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Page Actions (Ads)</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Placement Metrics</td> <td>/{CAMPAIGN_GROUP_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Responder Demographics</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">User</td> <td>/{USER_ID}</td> </tr> </table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You will need the email address that is associated with your Facebook account, and your Facebook password. The login process uses the OAuth process, so your password is never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Do I need a certain kind of account to set up the connector?\",\n                        \"connectorAnswer\": \"You will need a Facebook account that has access to the Facebook Ad account(s) that you are interested in. There are three levels of access available: Analyst, Advertiser and Administrator. Analyst-level access is enough for the reports available in the connector.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I choose the columns I need in a Custom Insights report?\",\n                        \"connectorAnswer\": \"The Custom Insights report is very flexible and will allow you to create nearly any report that can be created in the Facebook Ads UI. However, figuring out how to map between the column names shown in the Facebook Ads UI and the list of available columns/categories can be tricky. The following steps can help:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 18px;\\\">\\n<li>In the Facebook Ads UI, open the report that you want to duplicate in Domo.</li> <li>On the right-hand side of the screen, click the button labeled <b>Columns</b> and select <b>Customize Columns</b>.</li> <li>You should now see a dialog box that lets you choose and reorder columns that will be in the report.</li> <li>Pick a column to add to the report and click <b>Apply</b>.</li> <li>If you look at the URL, you'll see a URL parameter called 'columns'. This will look something like this: columns=[\\\"name\\\"%2C\\\"date_start\\\"%2C\\\"date_stop\\\"%2C\\\"reach\\\"%2C\\\"frequency\\\"%2C\\\"impressions\\\"%2C\\\"cpm\\\"%2C\\\"cpp\\\"%2C\\\"spend\\\"%2C\\\"clicks\\\"%2C\\\"unique_clicks\\\"%2C\\\"ctr\\\"%2C\\\"unique_ctr\\\"%2C\\\"cpc\\\"%2C\\\"actions%3Aoffsite_conversion.lead\\\"%2C\\\"social_reach\\\"].</li> <li>Each of the items between quotes is a column, and this is the API name for it. The names that are shown in the Columns field are typically very close (or identical) to these names.</li> <li>The tricky columns are ones that are actually part of a bigger category in the Domo UI. This includes things like 'actions' which expands into several smaller fields, including \\\"actions%3Aoffsite_conversion.lead\\\" shown above (which is 'Leads (Conversion)' in the UI).</li> </ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I get statistics about Instagram Views?\",\n                        \"connectorAnswer\": \"Instagram ads are included as a special placement option for ads. The following steps will get statistics about them:\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:18px;\\\">\\n<li>Create a Custom Insights report.</li> <li>Select interesting metrics. \\\"Actions\\\" should bring back a column about Video Views.</li> <li>Select \\\"Placement\\\" as the breakdown option.</li> <li>Choose the level to report (Account, Campaign, AdSet, Ad).</li> <li>Select the date range and time increment.</li> </ol>\\nThis will return information for a lot of different placement options. The interesting one is called \\\"instagramstream\\\". There should also be a column called \\\"ActionsVideoView\\\" that lists the number of video views.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I get information or insights for all my campaigns, ad sets, or ads, including new campaigns, ad sets, or ads I create in the future?\",\n                        \"connectorAnswer\": \"To get information on all campaigns, ad sets, or ads associated with specific accounts (even if you create those campaigns, ad sets, or ads after the creation of the report):\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:13px;\\\">\\n<li>Select the new <b>Object Information</b> report and the account(s) you wish to report on.</li> <li>Select the Object Type (Account, Campaign, Ad Set, or Ad).</li> </ol>OR\\n<ol style=\\\"margin-left:23px; line-height:13px;\\\">\\n<li>1. Select the <b>Ad Accounts</b> report and the account(s) you wish to report on.</li> <li>2. Select the appropriate Ad Account Edge. <ul style=\\\"margin-left:40px;\\\"> <li>To get information on all campaigns, select <b>Ad Campaigns</b>.</li> <li>To get information on all ad sets, select <b>Ad Sets</b>.</li> <li>To get information on all ads, select <b>Ads</b>.</li> </ul> </li> </ol>To get insights on all campaigns, ad sets, or ads associated with specific accounts (even if you create those campaigns, ad sets, or ads after the creation of the report):\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:13px;\\\">\\n<li>Select the new <b>Object Insights</b> report and the account(s) you wish to report on.</li> <li>Select the Object Type (Account, Campaign, Ad Set, or Ad).</li> <li>Select the desired parameters in all the other fields.</li> </ol>OR\\n<ol style=\\\"margin-left:23px; line-height:13px;\\\">\\n<li>1. Select the <b>Ad Accounts</b> report and the account(s) you wish to report on.</li> <li>2. Select the Insights Ad Account Edge.</li> <li>3. Select the appropriate Level. <ul style=\\\"margin-left:40px;\\\"> <li>To get insights on all campaigns, select <b>Ad Campaign</b>.</li> <li>To get insights on all ad sets, select <b>Ad Set</b>.</li> <li>To get insights on all ads, select <b>Ad</b>.</li> </ul> </li><li>4. Select the desired parameters in all the other fields.</li></ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What are the differences between the Facebook Ads and Facebook Advanced connectors?\",\n                        \"connectorAnswer\": \"The Facebook Ads Advanced connector provides far more reports and options than the Facebook Ads connector. The Custom Insights report is only available in the Advanced connector.\\nThe Facebook Ads connector is a predefined set of easy-to-use reports. For more options and flexibility with report configuration, you should use the Facebook Ads Advanced connector.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"The data in this connector is roughly real-time. However, many statistics are subject to change for up to 3 days as Facebook determines the exact number of views, etc.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Facebook may enforce rate limits on calls to their API, but the user should not have to worry about this.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"My Facebook Ads DataSets take a long time to run. What can I do to make them run faster?\",\n                        \"connectorAnswer\": \"Facebook Ads is known to take a long time because Facebook has to calculate the results of a query before we can start pulling the data. Depending on the load on their servers, this can take a LONG time. It seems that scheduling queries for off-peak times helps DataSets run faster. For example, one team in India was able to run a Facebook Ads DataSet in 15 minutes, but when another user tried the same DataSet 6-8 hours later, it took about 2 hours.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Facebook Ads Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.mysql\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.mysql\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644642821000,\n                \"lastModified\": 1655131759000,\n                \"lastIndexed\": 1655131902626,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"MySQL Connector\",\n                \"title\": \"MySQL Connector\",\n                \"subTitle\": \"Maximize the robust flexibility of MySQL by using Domo to make the data instantly available to anyone in your company.\",\n                \"description\": \"MySQL is one of the most widely used open-source database systems in the world. With Domo's MySQL integration, you can easily connect your MySQL data to create beautiful, intuitive visualizations and make faster, better-informed decisions.<br><br>You can use Domo's MySQL Connector to pull data from your MySQL database and compile custom reports. You indicate the data you want by inputting an SQL query. Domo delivers relevant metrics to the right people so that faster, better-informed decisions become the norm. And you can easily combine your MySQL data with data from numerous other systems, allowing you to combine and transform your data and make it all available for user self-service.Once your data is in Domo, you can collaborate with your team where your data lives so nothing gets lost in translation. With real-time MySQL data, you can have confidence in the metrics you share with stakeholders.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Product Management\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Product Management\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"MySQL Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up the MySQL connector? \",\n                        \"connectorAnswer\": \"You need the username, password, host, port and database name of your MySQL database.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same MySQL account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my MySQL database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to a MySQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"MySQL Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.sumologic.advanced\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.sumologic.advanced\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644739337000,\n                \"lastModified\": 1648483326000,\n                \"lastIndexed\": 1649953243077,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Sumo Logic Advanced Connector\",\n                \"title\": \"Sumo Logic Advanced Connector\",\n                \"subTitle\": \"Instantly connect, visualize, and get insights from your Sumo Logic data.\",\n                \"description\": \"Sumo Logic is a cloud-based log management and analytics service that leverages machine-generated big data to deliver real-time IT insights. Use Domo's Sumo Logic connector to pull your IT insight data into Domo. The Sumo Logic Advanced connector uses the latest version of the Sumo Logic API.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Sumo Logic Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Sumo Logic API does this Connector use?\",\n                        \"connectorAnswer\": \" This Connector uses version 2 of the Sumo Logic API (https://api.sumologic.com/api/v2).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What endpoint does each report call in this Connector?\",\n                        \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Collector</td> <td>/collectors</td> </tr>\\n<tr> <td>Dashboard</td> <td>/dashboards/{id}</td> </tr>\\n<tr> <td>Search</td> <td>/search/jobs</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the access id and access key associated with your Sumo Logic account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my access key and access id?\",\n                        \"connectorAnswer\": \"Visit <a href=\\\"https://help.sumologic.com/Manage/Security/Access-Keys\\\" target=\\\"_blank\\\">Access Keys</a> to learn how to obtain the access key and access id.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Sumo Logic may limit API calls. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between the Sumo Logic connector and Sumo Logic Advanced connector?\",\n                        \"connectorAnswer\": \"The Sumo Logic Advanced connector uses the latest version of the SumoLogic API. Only the access id and access key are used for authentication; username and password are deprecated in this version of the API.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Sumo Logic Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.livechatv3\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.livechatv3\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1593451063000,\n                \"lastModified\": 1614277167000,\n                \"lastIndexed\": 1649953243077,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"LiveChat Domo Connector\",\n                \"title\": \"LiveChat Domo Connector\",\n                \"subTitle\": \"Use Domo's LiveChat connector to delight your customers and fuel your sales.\",\n                \"description\": \"LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities. With Domo's LiveChat connector, connect your LiveChat data to Domo to better understand your customer interactions.\",\n                \"tags\": [\n                    \" Cloud Connector\",\n                    \" BI\",\n                    \" IT\",\n                    \" Project Management\",\n                    \"preferred\",\n                    \" Ticket\",\n                    \" Customer Relations\",\n                    \" Chats\",\n                    \" Goals\"\n                ],\n                \"connectorTags\": [\n                    \" Cloud Connector\",\n                    \" BI\",\n                    \" IT\",\n                    \" Project Management\",\n                    \"preferred\",\n                    \" Ticket\",\n                    \" Customer Relations\",\n                    \" Chats\",\n                    \" Goals\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"LiveChat Domo Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for LiveChat is https://api.livechatinc.com.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td colspan=\\\"2\\\"><b>Reports API</b></td> </tr> \\n<tr> <td>Availability</td> <td>/reports/availability</td> </tr>\\n<tr> <td>Chats - Chatting Time</td> <td>/reports/chats/chatting_time</td> </tr>\\n<tr> <td>Chats - Engagement</td> <td>/reports/chats/engagement</td> </tr>\\n<tr> <td>Chats - First Response Time</td> <td>/reports/chats/first_response_time</td> </tr>\\n<tr> <td>Chats - Goals</td> <td>/reports/chats/goals</td> </tr>\\n<tr> <td>Chats - Greetings</td> <td>/reports/chats/greetings</td> </tr>\\n<tr> <td>Chats - Not Replied Chats</td> <td>/reports/chats/not_replied_chats</td> </tr>\\n<tr> <td>Chats - Queued Visitors</td> <td>/reports/chats/queued_visitors</td> </tr>\\n<tr> <td>Chats - Queued Visitors Waiting Times</td> <td>/reports/chats/queued_visitors/waiting_times</td> </tr>\\n<tr> <td>Chats - Rankings</td> <td>reports/chats/ratings/ranking</td> </tr>\\n<tr> <td>Chats - Ratings</td> <td>/reports/chats/ratings</td> </tr>\\n<tr> <td>Chats - Response Time</td> <td>/reports/chats/response_time</td> </tr>\\n<tr> <td>Chats - Total Chats</td> <td>/reports/chats/total_chats</td> </tr>\\n<tr> <td>Tickets - First Response Time</td> <td>/reports/tickets/first_response_time</td> </tr>\\n<tr> <td>Tickets - New Tickets</td> <td>/reports/tickets/new_tickets</td> </tr>\\n<tr> <td>Tickets - Rankings</td> <td>/reports/tickets/ratings/ranking</td> </tr>\\n<tr> <td>Tickets - Ratings</td> <td>/reports/tickets/ratings</td> </tr>\\n<tr> <td>Tickets - Resolution Time</td> <td>/reports/tickets/resolution_time</td> </tr>\\n<tr> <td>Tickets - Solved Tickets</td> <td>/reports/tickets/solved_tickets</td> </tr>\\n<tr> <td>Tickets - Ticket Sources</td> <td>/reports/tickets/ticket_sources</td> </tr>\\n<tr> <td colspan=\\\"2\\\"><b>Management API</b></td> </tr>\\n<tr> <td>Agents</td> <td>/v3.2/configuration/action/list_agents</td> </tr>\\n<tr> <td>Bot Agents</td> <td>/v3.2/configuration/action/list_bots</td> </tr>\\n<tr> <td>Groups</td> <td>/v3.2/configuration/action/list_groups</td> </tr>\\n<tr> <td>License Properties</td> <td>/v3.2/configuration/action/list_license_properties</td> </tr>\\n<tr> <td>Registered Properties</td> <td>/v3.2/configuration/action/list_registered_properties</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the account id and personal access token associated with your LiveChat account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between the LiveChat and LiveChat API V3 connectors?\",\n                        \"connectorAnswer\": \"The LiveChat API V3 connector uses the API version 3.2 for the Management API reports.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"LiveChat Domo Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.freshservicev2\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.freshservicev2\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1631120312000,\n                \"lastModified\": 1631546006000,\n                \"lastIndexed\": 1649953243200,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Freshservice V2 Connector\",\n                \"title\": \"Freshservice V2 Connector\",\n                \"subTitle\": \"Integrate your Freshservice data in minutes.\",\n                \"description\": \"Freshservice is a cloud-based service desk and IT service management (ITSM) solution. It helps IT organizations streamline their service delivery processes with a strong focus on user experience and employee happiness. Use Domo's Freshservice connector to receive data about agents, agent groups, all tickets, conversions on tickets, and so on.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Developer Tools\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Developer Tools\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Freshservice V2 Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the FreshService API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 2 of the FreshService API (https://{domain}. freshservice.com/api/v2/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Agents</td> <td>/agents/</td> </tr>\\n<tr> <td>AgentGroups</td> <td>/groups/</td> </tr>\\n<tr> <td>All Conversations of Ticket</td> <td>/tickets/{ticketId}/conversations</td> </tr>\\n<tr> <td>All Tickets</td> <td>/tickets/{ticketId}?include={embedDetails}</td> </tr>\\n<tr> <td>List All Ticket Fields</td> <td>/ticket_fields</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"Freshservice requires your domain, username and password to authenticate.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be updated once per day only, due to FreshService's API call limits.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Freshservice allows 1000 API calls per hour.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between this connector and FreshService connector?\",\n                        \"connectorAnswer\": \"With FreshService V2, you can pay for a higher access level that increases your API limit.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Freshservice V2 Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.msexchange.rest\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.msexchange.rest\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1599775331000,\n                \"lastModified\": 1614280245000,\n                \"lastIndexed\": 1649953243290,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Microsoft Exchange Mailbox Connector\",\n                \"title\": \"Microsoft Exchange Mailbox Connector\",\n                \"subTitle\": \"Get the most out of your Microsoft Exchange Mailbox data.\",\n                \"description\": \"Microsoft Exchange Server is a mail server and calendaring server. Use this Domo connector to retrieve attachments, messages, appointments, and tasks from your Microsoft Exchange mailbox.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Microsoft\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Microsoft\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\",\n                    \"Microsoft\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Microsoft Exchange Mailbox Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Microsoft Exchange Mailbox is https://graph.microsoft.com/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"15%\\\">Report Name</th> <th width=\\\"25%\\\"> </th> <th width=\\\"60%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Attachments</td> <td> </td> <td>/v1.0/me/messages/{messageId}/attachments</td> </tr>\\n<tr> <td>Messages</td> <td> </td> <td>/beta/me/messages</td> </tr>\\n<tr> <td rowspan=\\\"3\\\">Calendar</td> <td>Own</td> <td>/v1.0/me/calendar/calendarview</td> </tr>\\n<tr> <td>Shared-Search By Email</td> <td>/v1.0/me/calendars/{userEmailAddress}/calendarview</td> </tr>\\n<tr> <td>Shared-Search By Name</td> <td>/v1.0/users/{shared_calendars}/calendarview</td> </tr>\\n<tr> <td>Tasks</td> <td> </td> <td>/v1.0/me/planner/tasks</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the client id and client secret associated with your Microsoft Exchange Mailbox account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find the client id and client secret?\",\n                        \"connectorAnswer\": \"Visit <a href=\\\"https://docs.microsoft.com/en-us/outlook/rest/get-started#getting-an-access-token\\\" target=\\\"_blank\\\">Using the Outlook REST APIs</a> to learn how to obtain the client id and client secret.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Microsoft Exchange Mailbox Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.microsoftsharepointonlinerest\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.microsoftsharepointonlinerest\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645151711000,\n                \"lastModified\": 1648483098000,\n                \"lastIndexed\": 1649953243296,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Microsoft SharePoint Online Rest Connector\",\n                \"title\": \"Microsoft SharePoint Online Rest Connector\",\n                \"subTitle\": \"Integrate your Microsoft SharePoint Online data in minutes.\",\n                \"description\": \"Microsoft SharePoint Online enables an organization to easily create and manage custom team-focused and project-focused sites for collaboration. Use Domo's Microsoft SharePoint Online Rest Connector to get data from an organization-wide intranet portal in different aspects based on their sites within Domo.\",\n                \"tags\": [\n                    \"Cloud Connector\",\n                    \"Microsoft\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Cloud Connector\",\n                    \"Microsoft\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Microsoft\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Microsoft SharePoint Online Rest Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Microsoft API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1.0 of the Microsoft API (https://graph.microsoft.com/v1.0).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Download Item Contents</td> <td>/sites/{siteId}/drive/items/{fileId}/content</td> </tr>\\n<tr> <td>Files</td> <td>/sites/{siteId}/drives/{driveId}/{path}/children</td> </tr>\\n<tr> <td>Get Items</td> <td>/sites/{siteId}/drive/root/children</td> </tr>\\n<tr> <td>Groups</td> <td>/groups</td> </tr>\\n<tr> <td>Group Sites</td> <td>/groups/{groupId}/sites/root</td> </tr>\\n<tr> <td>List</td> <td>/sites/{siteId}/lists/listId?expand=columns,items(expand=fields)</td> </tr>\\n<tr> <td>List Item Column Values</td> <td>/sites/{siteId}/lists/{listId}/items/itemId?expand=fields</td> </tr>\\n<tr> <td>List Item Detailed</td> <td>/sites/{siteId}/lists/{listId}/items/{itemId}</td> </tr>\\n<tr> <td>List Items</td> <td>/sites/{siteId}/lists/{listId}/items?expand=fields</td> </tr>\\n<tr> <td>List Notebooks</td> <td>/users/{userId}/onenote/notebooks</td> </tr>\\n<tr> <td>List Onenote Sections</td> <td>/users/{userId}/onenote/sections</td> </tr>\\n<tr> <td>Root Sites</td> <td>/sites/root</td> </tr>\\n<tr> <td>Sharepoint Activity User Detail</td> <td>/reports/getSharePointActivityUserDetail(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Activity File Counts</td> <td>/reports/getSharePointActivityFileCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Activity User Counts</td> <td>/reports/getSharePointActivityUserCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Detail</td> <td>/reports/getSharePointSiteUsageDetail(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage File Counts</td> <td>/reports/getSharePointSiteUsageFileCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Site Counts</td> <td>/reports/getSharePointSiteUsageSiteCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Storage\\t</td> <td>/reports/getSharePointSiteUsageStorage(period='period_value')</td> </tr>\\n<tr> <td>Sites Lists</td> <td>/sites/{siteId}/lists</td> </tr>\\n<tr> <td>Sites Subsites</td> <td>/sites/{siteId}/sites</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Users Drive</td> <td>/users/{userId}/drive</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the client id and client secret associated with your Microsoft account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find the client id and client secret?\",\n                        \"connectorAnswer\": \"You need  an installed Microsoft Azure app to get the client id and client secret. <br />\\nTo obtain the client id:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 15px;\\\"> <li>Visit <a href=\\\"https://portal.azure.com\\\" target=\\\"_blank\\\">Microsoft Azure Portal</a> and sign in using your Microsoft credentials.</li> <li>Select <b>Azure Active Directory > App registrations</b>.</li> <li>Find your app and click on it.</li> <li>Locate the \\\"Application ID\\\" from the web app. The Application ID is the client id.</li> </ol> \\nTo obtain the client secret: <br />\\nThe client secret is generated when you create your Azure app. To generate a new client secret:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 15px;\\\"> <li>Visit <a href=\\\"https://portal.azure.com\\\" target=\\\"_blank\\\">Microsoft Azure Portal</a> and sign in using your Microsoft credentials.</li> <li>Select <b>Azure Active Directory > App registrations</b>.</li> <li>Find your app and click on it.</li> <li>Open <b>Settings > Keys</b>. </li> <li>Create the client secret.</li> </ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Microsoft SharePoint Online Rest Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.taleo\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.taleo\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644666282000,\n                \"lastModified\": 1648482520000,\n                \"lastIndexed\": 1649953243296,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Taleo Connector\",\n                \"title\": \"Taleo Connector\",\n                \"subTitle\": \"Combine your Taleo data with data from other systems for more valuable insights\",\n                \"description\": \"Taleo is a cloud-based HR talent management platform to help you land the right talent to propel your business forward. With this connector, you can bring in Taleo data about about candidates, departments, interviews, job requisitions, and users. Once your data is in Domo, you can couple recruiting and employee data with data from any other source. With all your business insights in one real-time platform, you can find the right people to boost your bottom line and increase productivity.<br><br>With Domo and Taleo, get Taleo visualizations and reports made to your exact specifications, disseminate the right Taleo information to the right people at any level of your organization, and spend less time creating visualizations.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Employee Management\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Employee Management\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\",\n                    \"Human Resources\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Taleo Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the company code, username, and password associated with your Taleo account. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Taleo does not document any limits in their API.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Taleo Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.qubole\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.qubole\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644710877000,\n                \"lastModified\": 1648483231000,\n                \"lastIndexed\": 1649953243303,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Qubole Connector\",\n                \"title\": \"Qubole Connector\",\n                \"subTitle\": \"Combine your Qubole data with data from other systems for more insights than ever.\",\n                \"description\": \"Qubole simplifies the provisioning, management, and scaling of big data analytics workloads leveraging data stored on Amazon Web Services, Google Compute, or Microsoft Azure infrastructure. With Qubole connected to your choice of cloud provider, once IT sets policies, any number of data analysts can be set free to collaboratively 'click to query' with the power of Hive, Spark, Presto and many others in a growing list of data processing engines. Use Domo's Qubole connector to retrieve data about account information, all commands, bootstrap, cluster metrics, and more.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Qubole Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Qubole is https://api.qubole.com/api/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Account Information</td> <td>/latest/account/</td> </tr>\\n<tr> <td>All Commands</td> <td>/v1.2/reports/all_commands</td> </tr>\\n<tr> <td>Bootstrap</td> <td>/v1.2/accounts/get_bootstrap</td> </tr>\\n<tr> <td>Cluster Metrics</td> <td>/v1.3/clusters/{cluster-id}/metrics</td> </tr>\\n<tr> <td>Cluster Nodes</td> <td>/v1.2/reports/cluster_nodes</td> </tr>\\n<tr> <td>Cluster Usage</td> <td>/v1.2/reports/cluster_usage_report</td> </tr>\\n<tr> <td>Command Status</td> <td>/v1.2/commands/{command-id}</td> </tr>\\n<tr> <td>Command Status With Results</td> <td>/v1.2/commands/{command-id}/status_with_results</td> </tr>\\n<tr> <td>Groups with Specific Role</td> <td>/v1.2/roles/{role-id/name}/groups</td> </tr>\\n<tr> <td>Hadoop Jobs</td> <td>/v1.2/commands/{command-id}/jobs</td> </tr>\\n<tr> <td>List Actions</td> <td>/v1.2/actions</td> </tr>\\n<tr> <td>List Clusters</td> <td>/v1.3/clusters</td> </tr>\\n<tr> <td>List Command Templates</td> <td>/v1.2/command_templates</td> </tr>\\n<tr> <td>List Data Stores</td> <td>/v1.2/db_taps/</td> </tr>\\n<tr> <td>List Schedule Actions</td> <td>/v1.2/scheduler/{scheduler-id}/actions</td> </tr>\\n<tr> <td>List Schedules</td> <td>/v1.2/scheduler/</td> </tr>\\n<tr> <td>Monthly Usage</td> <td>/v1.2/accounts/monthly_usage</td> </tr>\\n<tr> <td>Object Policy</td> <td>/latest/object_policy/get_object_policy</td> </tr>\\n<tr> <td>Pending Users</td> <td>/latest/accounts/get_pending_users</td> </tr>\\n<tr> <td>Qubole Computer Unit Hour</td> <td>/latest/accounts/qcuh_customer</td> </tr>\\n<tr> <td>Roles Mapped to Group</td> <td>/v1.2/groups/{group-id/name}/roles</td> </tr>\\n<tr> <td>Table Definition</td> <td>/v1.2/hive/{schema_name}/{table_name}</td> </tr>\\n<tr> <td>Table Properties</td> <td>/v1.2/hive/{schema_name}/{table_name}/table_properties</td> </tr>\\n<tr> <td>Tables inData Store</td> <td>/v1.2/db_taps/{db-tap-id}/tables</td> </tr>\\n<tr> <td>Users</td> <td>/latest/accounts/get_users</td> </tr>\\n<tr> <td>Users in Existing Group</td> <td>/v1.2/groups/{group-id}/qbol_users</td> </tr>\\n<tr> <td>View Command History</td> <td>/v1.2/commands/</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the domain and API token associated with your Qubole account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my API key?\",\n                        \"connectorAnswer\": \"Log into your <a href=\\\"https://api.qubole.com/users/sign_in\\\" target=\\\"_blank\\\">Qubole</a> account and click <b>My Accounts</b> tab in the left pane. Click <b>Show</b> for the account and copy the API token that is displayed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Qubole may limit API calls. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Qubole Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.infusionsoftrest\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.infusionsoftrest\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645153813000,\n                \"lastModified\": 1648482681000,\n                \"lastIndexed\": 1649953243394,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Infusionsoft by Keap Rest Connector\",\n                \"title\": \"Infusionsoft by Keap Rest Connector\",\n                \"subTitle\": \"Understand e-mail marketing and sales platform data with the Domo Infusionsoft REST integration.\",\n                \"description\": \"Infusionsoft by Keap offers an e-mail marketing and sales platform for small businesses, including products to streamline the customer lifecycle, customer relationship management, marketing automation, lead capture, and e-commerce. Use this connector to pull the details for product, orders and various e-commerce related properties.\",\n                \"tags\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Marketing Automation\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Marketing Automation\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Marketing Automation\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Infusionsoft by Keap Rest Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the InfusionSoft API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1 of the InfusionSoft API (https://api.infusionsoft.com/crm/rest/v1/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Appointments</td> <td>/appointments</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns</td> </tr>\\n<tr> <td>Commissions</td> <td>/affiliates/commissions</td> </tr>\\n<tr> <td>Companies</td> <td>/companies</td> </tr>\\n<tr> <td>Contacts</td> <td>/contacts</td> </tr>\\n<tr> <td>Contact Emails</td> <td>/contacts/{contactId}/emails</td> </tr>\\n<tr> <td>Contacts With Applied Tags</td> <td>/contacts/{contactId}/tags</td> </tr>\\n<tr> <td>Emails</td> <td>/emails</td> </tr>\\n<tr> <td>Files</td> <td>/files</td> </tr>\\n<tr> <td>Merchants</td> <td>/merchants</td> </tr>\\n<tr> <td>Notes</td> <td>/notes</td> </tr>\\n<tr> <td>Opportunities</td> <td>/opportunities</td> </tr>\\n<tr> <td>Orders</td> <td>/orders</td> </tr>\\n<tr> <td>Order Trasanction</td> <td>/orders/{orderId}/transactions</td> </tr>\\n<tr> <td>Products</td> <td>/products</td> </tr>\\n<tr> <td>Subscriptions</td> <td>/subscriptions</td> </tr>\\n<tr> <td>Tagged Companies</td> <td>/tags/{tagId}/companies</td> </tr>\\n<tr> <td>Tagged Contacts</td> <td>/tags/{tagId}/contacts</td> </tr>\\n<tr> <td>Tasks</td> <td>/tasks</td> </tr>\\n<tr> <td>Transactions</td> <td>/transactions</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the email address and password associated with your InfusionSoft account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Infusionsoft account credentials are secure?\",\n                        \"connectorAnswer\": \"Domo's Infusionsoft REST connector uses Oauth, which authenticates the account without Domo ever having access to your Infusionsoft account credentials.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Infusionsoft by Keap Rest Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.snowflake.keypair.internalmanagedunload\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.snowflake.keypair.internalmanagedunload\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645309954000,\n                \"lastModified\": 1648483292000,\n                \"lastIndexed\": 1649953243397,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                \"title\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                \"subTitle\": \"Use Domo's Snowflake Managed Unload connector to unload data easily and securely from your Snowflake database into Domo via internal Amazon S3.\",\n                \"description\": \"Snowflake is a cloud-based analytic data warehouse system. Use Domo's Snowflake KeyPair Internal Managed Unload connector to unload data from your Snowflake database into internal Amazon S3. The files are then downloaded from internal S3 into Domo. This connector should be preferred over the other Snowflake connectors if you are executing very large queries.\",\n                \"tags\": [\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Snowflake KeyPair Internal Managed Unload Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the account name, username, and private key associated with your Snowflake account. If you create an encrypted private key, then OpenSSL prompts for a passphrase used to encrypt the private key file.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names, and field names are correctly spelled.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my Snowflake database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to a Snowflake database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://domohelp.domo.com/hc/en-us/articles/360043439173\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.googlecloudstorageservice\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.googlecloudstorageservice\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645234096000,\n                \"lastModified\": 1648483019000,\n                \"lastIndexed\": 1649953245958,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google Cloud Storage Service Connector\",\n                \"title\": \"Google Cloud Storage Service Connector\",\n                \"subTitle\": \"Get data about project buckets and objects from Google Cloud Storage.\",\n                \"description\": \"Google Cloud Storage is an Internet service used to store data in Google's cloud. You can use Domo’s Google Cloud Storage Service connector to get data about project buckets and objects from Google Cloud Storage. This connector uses a service key to authenticate.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Google\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Google\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google Cloud Storage Service Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Google Cloud Storage API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1 of the Google Cloud Storage API (https://www.googleapis.com/storage/v1/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>List Buckets</td> <td>/b</td> </tr>\\n<tr> <td>List Objects</td> <td>/b/{bucket}/o</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the service account key JSON of your Google Cloud Storage Service Account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                        \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Google enforces total and concurrent call rate limits. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why am I not able to get the bucket data?\",\n                        \"connectorAnswer\": \"Make sure you have the right permissions with the project to get to the bucket you're interested in. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google Cloud Storage Service Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.redshift.l1\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.redshift.l1\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644645217000,\n                \"lastModified\": 1648483241000,\n                \"lastIndexed\": 1649953246728,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Amazon Redshift Connector\",\n                \"title\": \"Amazon Redshift Connector\",\n                \"subTitle\": \"See your Amazon Redshift data together with data from other systems, all in Domo.\",\n                \"description\": \"Amazon Redshift is a fast, scalable data warehouse that makes it simple and cost-effective to analyze all your data across your data warehouse and data lake. Domo can make your Redshift data come to life. Whether it's one Redshift datasource or a thousand different datasources, bring them all into Domo for a centralized experience to view and analyze everything at the same time. Domo connects directly to Redshift and delivers the information you need in real-time visualizations that make analysis easier. Plus, you can see your Redshift data alongside metrics from any other system, all in a single platform, and get instant notifications when your metrics hit thresholds that you determine.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Amazon Redshift Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port and database name of your Redshift database.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my Redshift database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to a Redshift database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Amazon Redshift Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.xml.advanced\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.xml.advanced\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644643195000,\n                \"lastModified\": 1648483372000,\n                \"lastIndexed\": 1649953246734,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"XML Advanced Connector\",\n                \"title\": \"XML Advanced Connector\",\n                \"subTitle\": \"Get more value from your XML data with advanced connections.\",\n                \"description\": \"Extensible Markup Language (XML) is a simple, very flexible text format. The Domo XML Advanced Connector allows you to access XML files that you have uploaded to a SFTP server. You can also import files via HTTP or HTTPS calls.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"File Upload\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"File Upload\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Human Resources\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Spreadsheets\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"XML Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"If you are retrieving an XML file from an SFTP server, you will need the username, password, and host name. If you are importing an XML file from a URL, you will need the URL, and optionally, a username and password.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update no more than once every hour.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While the data provider may enforce call rate limits, you should not have to worry about them.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"XML Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.dropboxdata\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.dropboxdata\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644648014000,\n                \"lastModified\": 1648482958000,\n                \"lastIndexed\": 1649953247401,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Dropbox File Advanced Connector\",\n                \"title\": \"Dropbox File Advanced Connector\",\n                \"subTitle\": \"Use Domo's Dropbox File Advanced connector to get data into Domo with additional import options.\",\n                \"description\": \"Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software. Use this connector to pull data files from your Dropbox account into Domo. You can retrieve data files in any of the following file types: CSV, JSON, XLS, XLSX, XML and ZIP. This connector also provides some advanced filters to import data from the file.\",\n                \"tags\": [\n                    \"Cloud Connector\",\n                    \"Spreadsheets\",\n                    \"All Departments\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Cloud Connector\",\n                    \"Spreadsheets\",\n                    \"All Departments\",\n                    \"Documents\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Spreadsheets\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Dropbox File Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your Dropbox username and password, or your Google credentials.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Dropbox credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your Dropbox credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Dropbox File Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.surveymonkey\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.surveymonkey\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644638138000,\n                \"lastModified\": 1652198486000,\n                \"lastIndexed\": 1652262379023,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"SurveyMonkey Advanced Connector\",\n                \"title\": \"SurveyMonkey Advanced Connector\",\n                \"subTitle\": \"Understand your survey data with the Domo SurveyMonkey integration.\",\n                \"description\": \"SurveyMonkey helps you gather feedback and suggestions from customers, but you also need to see how those opinions correlate with business decisions you've made. To get at the story behind the surveys, you need context. Domo's cloud-based platform brings all your data sources together in one survey dashboard. See survey results side-by-side with data from marketing, operations, finance, or anywhere else to learn what drove those responses.<br><br>Use Domo's SurveyMonkey connector to pull data about survey collectors, respondents, and responses for all surveys in your account or for a single survey. Get visualizations and reports on your surveys made to your exact specifications-what you want to see, how you want to see it.\",\n                \"tags\": [\n                    \"Customer Service\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Sentiment Analysis\",\n                    \"Operations\",\n                    \"Dashboards\",\n                    \"All\",\n                    \"Surveys\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Customer Service\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Human Resources\",\n                    \"Sentiment Analysis\",\n                    \"Operations\",\n                    \"Dashboards\",\n                    \"All\",\n                    \"Surveys\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Customer Service\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Human Resources\",\n                    \"Sentiment Analysis\",\n                    \"Operations\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"SurveyMonkey Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>All Surveys Details</td> <td>/surveys</td> </tr>\\n<tr> <td>Collector List</td> <td>/collectors/{id}</td> </tr>\\n<tr> <td>Responses</td> <td>/surveys/{id}/responses/bulk</td> </tr>\\n<tr> <td>Survey Details</td> <td>/surveys/{id}/details</td> </tr>\\n<tr> <td>Survey List</td> <td>/surveys/{id}</td> </tr>\\n<tr> <td>User Details</td> <td>/users/me</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need a paid SurveyMonkey account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Does the SurveyMonkey connector support Backfilling?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why do I get the error \\\"Something went wrong getting the data!\\\" in the Survey field? How do I fix that?\",\n                        \"connectorAnswer\": \"This type of error appears if there is some account connection issue. You can fetch the data for all reports with a connected SurveyMonkey account. \\nTo fix this issue, check the SurveyMonkey account connection. The data update takes a moment while you login to the valid SurveyMonkey account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What is the difference between the SurveyMonkey connector and SurveyMonkey Advanced Connector?\",\n                        \"connectorAnswer\": \"The SurveyMonkey connector returns the details of a single survey. The SurveyMonkey Advanced connector gets the details of a single survey or all surveys. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"SurveyMonkey Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.pinterestads\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.pinterestads\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1652354894000,\n                \"lastModified\": 1652711525000,\n                \"lastIndexed\": 1652711772372,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Pinterest Ads Connector\",\n                \"title\": \"Pinterest Ads Connector\",\n                \"subTitle\": \"Reach more buyers with Pinterest Ads and Domo.\",\n                \"description\": \"Pinterest Ads help you reach people while they actively decide what to do or buy next. Use Domo's Pinterest Ads Connector to get data about your campaigns. With your Pinterest Ads data in Domo, you get real-time, interactive dashboards of your data. Access your dashboards from your phone, tablet, or computer, and get alerts when key data changes. You can also combine your Pinterest Ads data with data from other sources throughout your business for a comprehensive picture of your business.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Pinterest Ads Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Pinterest Ads API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 3 of the Pinterest Ads API (https://api.pinterest.com/ads/v3).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Board Details</td> <td>/boards/{boardId}</td> </tr>\\n<tr> <td>Board Pins</td> <td>/boards/{boardId}/pins</td> </tr>\\n<tr> <td>Conversion Quality Health Metrics</td> <td>/measurement/conversion_quality/health</td> </tr>\\n<tr> <td>Delivery Metrics</td> <td>/{objectType}/{objectId}/delivery_metrics</td> </tr>\\n<tr> <td>Delivery Metrics' Definitions</td> <td>/resources/delivery_metrics/</td> </tr>\\n<tr> <td>Most Clicked Pins</td> <td>/domains/{domain}/pins/top/clicks/</td> </tr>\\n<!--<tr> <td>Most Repinned Pins</td> <td>/domains/{domain}/pins/top/repins</td> </tr>-->\\n<tr> <td>Object Information</td> <td>/{objectParent}/{objectId}/{ObjectType}</td> </tr>\\n<tr> <td>Pins</td> <td>/users/{user}/pins</td> </tr>\\n<!--<tr> <td>Promoted Catalog Product Groups</td> <td>/promoted_product_groups</td> </tr>-->\\n<tr> <td>Users</td> <td>/v3/users/me</td> </tr>\\n<tr> <td>User Metrics</td> <td>/partners/analytics/users/{me}/metrics</td> </tr>\\n<tr> <td>User's Boards</td> <td>/users/{user}/boards/feed/</td> </tr>\\n<tr> <td>Users Top Pin Metrics Client</td> <td>/partners/analytics/users/{me}/pins/top/</td> </tr>\\n<tr> <td>Users Top Video Pin Metrics</td> <td>/partners/analytics/users/{me}/pins/top/video</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You will need to sign into your Pinterest account and grant the Domo app permission to access your Pinterest data on your behalf.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                        \"connectorAnswer\": \"Domo uses the OAuth process to connect to Pinterest, so your credentials are never seen or stored by Domo. You can revoke Domo's access to your Pinterest account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Pinterest allows each user to make up to 1000 API calls per hour. Note that a single dataset run may require multiple API calls. The 60-minute window is a sliding window based on when you make your first request. If you hit your rate limit, you'll only have to wait a max of 1 hour to get a few more requests.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Pinterest Ads Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.qboreports\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.qboreports\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1653326774000,\n                \"lastModified\": 1654789217000,\n                \"lastIndexed\": 1654789303784,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"QuickBooks Online Reports Connector\",\n                \"title\": \"QuickBooks Online Reports Connector\",\n                \"subTitle\": \"Connect your QuickBooks online data to Domo for a comprehensive view of your key finance metrics.\",\n                \"description\": \"QuickBooks is an accounting software used to help small businesses accept payments, pay bills, and complete payroll. Use the Domo QuickBooks connector to bring QuickBooks data into Domo, including bills, bill payments, deposits, invoices, journal entries, purchase orders, and more. Using Domo and QuickBooks together gives you customizable dashboards that you can create by integrating your QuickBooks data with essential marketing, sales, or operational data.<br><br> Once your data is in Domo, you can give managers and stakeholders financial transparency with powerful and flexible charts, visualizing things like balance sheets, cash flow, vendor balances, and more. And you can access all your data in real time, from any device.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"CFO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"CFO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\",\n                    \"Finance\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"QuickBooks Online Reports Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Quickbooks API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 3 of the Quickbooks API (https://qb.sbfinance.intuit.com/v3/company).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td>Account List</td> <td>/AccountList</td> </tr>\\n<tr> <td>Accounts Payable Aging Detail</td> <td>/AgedPayableDetail</td> </tr>\\n<tr> <td>Accounts Payable Aging Summary</td> <td>/AgedPayables</td> </tr>\\n<tr> <td>Accounts Receivable Aging Detail</td> <td>/AgedReceivableDetail</td> </tr>\\n<tr> <td>Accounts Receivable Aging Summary</td> <td>/AgedReceivables</td> </tr>\\n<tr> <td>Balance Sheet</td> <td>/BalanceSheet</td> </tr>\\n<tr> <td>Customer Balance Detail</td> <td>/CustomerBalanceDetail</td> </tr>\\n<tr> <td>Customer Balance Summary</td> <td>/CustomerBalance</td> </tr>\\n<tr> <td>Expenses by Vendor</td> <td>/VendorExpenses</td> </tr>\\n<tr> <td>General Ledger</td> <td>/GeneralLedger</td> </tr>\\n<tr> <td>Income by Customer Summary</td> <td>/CustomerIncome</td> </tr>\\n<tr> <td>Inventory Valuation Summary</td> <td>/InventoryValuationSummary</td> </tr>\\n<tr> <td>Profit and Loss Summary</td> <td>/ProfitandLoss</td> </tr>\\n<tr> <td>Profit and Loss Detail</td> <td>/ProfitAndLossDetail</td> </tr>\\n<tr> <td>Sales by Class Summary</td> <td>/ClassSales</td> </tr>\\n<tr> <td>Sales by Customer Summary</td> <td>/CustomerSales</td> </tr>\\n<tr> <td>Sales by Department Summary</td> <td>/DepartmentSales</td> </tr>\\n<tr> <td>Sales by Product/Service Summary</td> <td>/ItemSales</td> </tr>\\n<tr> <td>Statement of Cash Flows</td> <td>/CashFlow</td> </tr>\\n<tr> <td>Trial Balance</td> <td>/TrialBalance</td> </tr>\\n<tr> <td>Vendor Balance Detail</td> <td>/VendorBalanceDetail</td> </tr>\\n<tr> <td>Vendor Balance Summary</td> <td>/VendorBalance</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                        \"connectorAnswer\": \"You need the email address or user ID and the password of your QuickBooks Online Reports account or your Google account credentials. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Most information about the summary is updated every 24 hours. It is recommended to configure the datasets to run every 24 hours.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can this connector pull custom fields?\",\n                        \"connectorAnswer\": \"No. Reports and columns are predefined by QuickBooks Online Report. However, if you customize or change the report in QuickBooks Online, the connector will receive the report as it appears in QuickBooks Online. You cannot receive the standard report into Domo after it has been customized.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"QuickBooks Online Reports Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.googleads\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.googleads\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1655208655000,\n                \"lastModified\": 1655308862000,\n                \"lastIndexed\": 1655309199005,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google Ads Connector\",\n                \"title\": \"Google Ads Connector\",\n                \"subTitle\": \"Use Domo's Google Ads connector to securely retrieve performance reports about your accounts, ads, campaigns, budgets etc.\",\n                \"description\": \"Google Ads, formerly known as Google Adwords, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, or videos to web users. It can place ads both in the results of search engines like Google Search and on non-search websites, mobile apps, and videos. <br /> </br>The Domo Google Ads connector provides the statistics about your campaigns, budgets, accounts, ads, etc. that helps you to upgrade your business performance.\",\n                \"tags\": [\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google Ads Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"This connector is not working for me. Are there any other ways to bring my AdWords data into Domo?\",\n                        \"connectorAnswer\": \"If this connector does not bring your data into Domo, try using one of the following Domo connectors: <br />Google Ads via Google BigQuery Service Connector, Google BigQuery Service Connector, or Google Sheets connector.<br />\\n<a href=\\\"../connectors/com.domo.connector.adwordsviabigqueryservice\\\" target=\\\"_blank\\\">Google Ads via Google BigQuery Service Connector</a> is the preferred alternative. You need to configure a BigQuery script in Google Ads to use this connector. Once you have configured the script, you should be able to pull in your Google Ads data into Domo. <br />\\nOr use <a href=\\\"../connectors/com.domo.connector.googlebigqueryservice\\\" target=\\\"_blank\\\">Google BigQuery Service Connector</a>. Note that you will need to work with your Google representative to make the necessary connections between Google Ads and BigQuery. <br />\\nOr use <a href=\\\"../connectors/com.domo.connector.googlesheets\\\" target=\\\"_blank\\\">Google Sheets</a> to pull in Google Ads data into Domo by setting up an automated process for importing updated Google Ads data each morning. This process can be time-consuming, but we provide step-by-step instructions. <br />\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What version of the Google Ads API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 10 of the Google Ads API (https://googleads.googleapis.com/v10/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the ID of the manager account you want to retrieve data for and your Goolge credentials.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know that my login credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your Google credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google Ads Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.googlebigqueryservice\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.googlebigqueryservice\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1654807859000,\n                \"lastModified\": 1655745968000,\n                \"lastIndexed\": 1655746083414,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google BigQuery Service Connector\",\n                \"title\": \"Google BigQuery Service Connector\",\n                \"subTitle\": \"Connect data from a specified BigQuery project with other Domo data for broader insights.\",\n                \"description\": \"Google BigQuery is a cloud-based big data analytics web service for processing very large read-only data sets. You can use Domo's Google BigQuery Service connector to pull data from a specified project. Google BigQuery queries are written using a variation of the standard SQL SELECT statement.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Google\",\n                    \"BI\",\n                    \"CEO\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Google\",\n                    \"BI\",\n                    \"CEO\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google BigQuery Service Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the service account key JSON of your Google BigQuery Service Account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                        \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"None\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How is the page size determined?\",\n                        \"connectorAnswer\": \"The <b>Max Results</b> parameter, set in the <b>Details</b> section of the connector, is the maximum number of rows of data to return per page of results. Setting <b>Max Results</b> to a smaller value, such as 1000, then paging through results, may improve reliability when the query result set is large. <br />\\nIn addition to Domo's Max Results row limit, Google imposes a byte limit of 10 MB per page of results. If your row values contain a lot of data, you may have fewer rows per page returned in order to come under the byte limit.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I get my data from the selected locations?\",\n                        \"connectorAnswer\": \"You can specify the processing location in your Query report for storing your BigQuery data when you create a dataset. After you create the dataset, the location cannot be changed. Queries that run in a specific location may only reference data in that location. There are two types of locations: a regional location and a multi-regional location. For more information, visit <a href=\\\"https://cloud.google.com/bigquery/docs/locations\\\" target= \\\"_blank\\\">Dataset locations</a>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"My dataset returns an error \\\"Too large to run.\\\" How can I retrieve large results for my query?\",\n                        \"connectorAnswer\": \"If you are expecting large results for your query, go to the Details section of the dataset. Select ALLOW LARGE RESULTS = Yes, and select the dataset name. <br />\\n\\n<b>Note</b>: Your Google account must have Table creation permissions enabled in order to set ALLOW LARGE RESULTS to Yes.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google BigQuery Service Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.postgre.data\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.postgre.data\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1655401499000,\n                \"lastModified\": 1655832174000,\n                \"lastIndexed\": 1655832484580,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"PostgreSQL Connector\",\n                \"title\": \"PostgreSQL Connector\",\n                \"subTitle\": \"Get the big picture. See your PostgreSQL data together with data from other systems, all in Domo.\",\n                \"description\": \"Domo works seamlessly with PostgreSQL's open source object-relational database system. You can use Domo's PostgreSQL Connector to pull data from your PostgreSQL database and compile custom reports. With an intuitive platform that brings all your data-and all your people-together in one place, it's easy to collaborate around real-time business insights and move forward with a single version of the truth. You can easily combine your PostgreSQL data with data from numerous other systems, allowing you to transform your data and make it all available for user self-service. See the metrics you need on any device, automate your reporting, and get alerts when there are important changes to your business.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Operations\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Operations\",\n                    \"CEO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"BI\",\n                    \"Operations\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"PostgreSQL Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port and database name of your PostgreSQL database.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same PostgreSQL account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my PostgreSQL database? Do I need to whitelist any IP  addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to a PostgreSQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"PostgreSQL Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.googleAnalytics.partition.adv\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.googleAnalytics.partition.adv\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1655729518000,\n                \"lastModified\": 1655906556000,\n                \"lastIndexed\": 1655906881537,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google Analytics Advanced Connector\",\n                \"title\": \"Google Analytics Advanced Connector\",\n                \"subTitle\": \"Improve sales and conversions by connecting your Google Analytics data and combining it with other key data sources.\",\n                \"description\": \"Google Analytics connector generates detailed website traffic stats to help measure sales and conversions. Use this Connector to efficiently generate reports about campaign, device, location, social network and traffic metrics to make sure the customer behavior you're seeing now translates to sales and revenue down the line.\",\n                \"tags\": [\n                    \" Marketing\",\n                    \"Analytics\",\n                    \" Cloud Connector\",\n                    \" Web Analytics\",\n                    \" Campaign Performance\",\n                    \" Google\",\n                    \" CEO\",\n                    \" CMO\",\n                    \" Partition\",\n                    \" Executive\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \" Marketing\",\n                    \"Analytics\",\n                    \" Cloud Connector\",\n                    \" Web Analytics\",\n                    \" Campaign Performance\",\n                    \" Google\",\n                    \" CEO\",\n                    \" CMO\",\n                    \" Partition\",\n                    \" Executive\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google Analytics Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Google Analytics API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 4 of the Google Analytics API (https://developers.google.com/analytics/devguides/reporting/core/v4).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What credentials do I need to power up this connector? \",\n                        \"connectorAnswer\": \"You need your Google account to power up this connector.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why does it seem that my data is not accurate?\",\n                        \"connectorAnswer\": \"The data may seem inaccurate for any of the following reasons. <ul style=\\\"margin-left: 20px; line-height: 16px;\\\"> <li>Google's data processing latency is 24-48 hours. If your query is for yesterday's data, some data may not be displayed. Google may not have finished processing the most current data, so incomplete data may appear.</li> <li>Google 360 accounts have a much faster processing time. Enhanced data freshness normally takes 15-20 minutes depending on some factors. Enhanced data freshness is not applied to data that results from integrations with other products (Example: AdWords or any of the DoubleClick products). Visit <a href=\\\"https://support.google.com/analytics/answer/7084038?hl=en&ref_topic=2430414#limits\\\" target=\\\"_blank\\\">restrictions on enhanced data freshness</a> to view some other restrictions.</li> <li>The slowest possible data latency for 360 accounts is 24 hours.</li> <li>The fastest possible data latency for 360 accounts is 15-20 minutes.</li> </ul>The chart on <a  href=\\\"https://support.google.com/analytics/answer/7084038?hl=en&ref_topic=2430414\\\" target=\\\"_blank\\\">this</a> page breaks down all the possible data latency periods based on the account and based on the query. Different queries have different data latency periods.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find some help for building my query?\",\n                        \"connectorAnswer\": \"Utilize Google's <a href=\\\"https://ga-dev-tools.appspot.com/query-explorer/\\\" target=\\\"_blank\\\">Query Explorer</a> to help test and build your queries. The query explorer may also give more insight on why the query isn't working.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"I keep getting an error \\\"selected dimensions and metrics cannot be queried together.\\\" \",\n                        \"connectorAnswer\": \"Refer to the <a href=\\\"https://developers.google.com/analytics/devguides/reporting/core/dimsmets\\\" target=\\\"_blank\\\">Dimensions and metrics explorer</a> to understand what dimensions/metrics can actually be queried together because not all combinations are valid.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where are my custom metrics and dimensions?\",\n                        \"connectorAnswer\": \"Custom metrics and dimensions are defined at the web property level. We can only display your custom metrics/dimensions if you have one web property selected. Only views within the web property can use its custom metric/dimension. You can have as many views selected as you want as long as they belong to the same web property. The custom metrics and dimensions (if there are any) will be displayed under the \\\"Custom Variables or Columns\\\" section under the custom report.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do segments work? \",\n                        \"connectorAnswer\": \"A segment is a subset of your Analytics data. For example, of your entire set of users  one segment might be users from a particular country or city. Within Domo, when you select multiple segments, we query a report for each segment you have selected. Learn more about segments <a href=\\\"https://support.google.com/analytics/answer/3123951?hl=en#using\\\" target=\\\"_blank\\\">here<a/>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use my custom segments? \",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How does \\\"include all views\\\" work? \",\n                        \"connectorAnswer\": \"If you select to include all views, the query is run for every view each time the connector runs. That way whenever you add or delete a view you won't have to update the dataset.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why am I limited to 10 metrics and 7 dimensions?\",\n                        \"connectorAnswer\": \"This is a limitation given by the Google Analytics API. There is no way to add more than 10 metrics and 7 dimensions to a report.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"My data is not aggregated in the way I expect. Why is that?\",\n                        \"connectorAnswer\": \"Google returns sampled data when your data passes the threshold of 500k sessions at the property level for the date range you are using. (For more about sampled data and how Google handles it, see <a href=\\\"https://support.google.com/analytics/answer/2637192\\\" target=\\\"_blank\\\">About Data Sampling</a>.)\\n \\nIf Google returns sampled data, and your connector configuration does not \\\"Allow Sampled Data\\\", then:\\n<ul style=\\\"margin-left: 20px; line-height: 16px;\\\">\\n<li>Domo rejects the sampled data.</li>\\n<li>Domo breaks up the request into smaller date intervals.</li>\\n<li>Google responds to these smaller requests with unsampled data. This data will be aggregated with the time dimension of the smaller date interval, not the time dimension of the overall report.</li> </ul>For example, you might have a custom report aggregated with a time dimension of Month of the year (ga:month). If your data passes the threshold of 500k sessions, Google will return sampled data. Domo will reject the sampled data and instead request data for January 1-15. Google will return unsampled data that is aggregated for January 1-15. The process will repeat for the data for January 16 -31.\\n \\nIt is your responsibility to handle the non-aggregated data with an ETL.\\n \\nTo avoid this, either configure the dataset to Allow Sampled Data, or aggregate the data with a time dimension of Date (ga:date) or smaller.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google Analytics Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.salesforce.advanced\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.salesforce.advanced\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1655123085000,\n                \"lastModified\": 1655993520000,\n                \"lastIndexed\": 1655993590220,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Salesforce Advanced Connector\",\n                \"title\": \"Salesforce Advanced Connector\",\n                \"subTitle\": \"Salesforce data connector\",\n                \"description\": \"Salesforce is one of the most widely-used CRM systems today. The Domo Salesforce connector integrates Domo with Salesforce so you can visualize data on your customers, from prospect to acquisition to retention. With Domo, you can pull Salesforce data—along with data from any other platform—into a single, intuitive dashboard. This enables you to see Salesforce in the context of other business metrics, and leverage its data in ways never before possible.<br><br>Once your Salesforce data is in Domo, you can use Domo's pre-built apps or build your own powerful visualizations on your data to help you optimize your sales and  marketing efforts, detect potential issues with customer acquisition, and understand how customers are using your product.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Sales Leaders\",\n                    \"Salesforce\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"Finance\",\n                    \"Dashboards\",\n                    \"Sales Leaders\",\n                    \"Salesforce\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Finance\",\n                    \"Salesforce\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Salesforce Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Salesforce API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 46.0 of the Salesforce API (https://{customer instance}.salesforce.com/services/data/v46.0.)\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Browse Objects and Fields</td> <td>/query</td> </tr>\\n<tr> <td>Query</td> <td>/query</td> </tr>\\n<tr> <td>Reports</td> <td>/analytics/reports/{reportId}/describe</td> </tr>\\n<tr> <td>Sharing Rules and Settings</td> <td>/knowledgeManagement/settings</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need to select the Salesforce environment you would like to authenticate against, and the email address and password associated with your Salesforce account. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Salesforce account credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process so your Saleforce credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"I keep getting an \\\"INVALID_QUERY_LOCATOR\\\" error. How do I fix that?\",\n                        \"connectorAnswer\": \"Salesforce allows a user to run a maximum of 10 queries at a time. Make sure your dataset runs are spread out.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"I keep getting a \\\"QUERY_TIMEOUT\\\" error. How do I fix that?\",\n                        \"connectorAnswer\": \"This error appears if your SOQL query exceeds 20K character limit or contains too many formula fields. To fix this issue you need to simplify your query. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Salesforce Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.domo-csv\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.domo-csv\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1655365119000,\n                \"lastModified\": 1656013390000,\n                \"lastIndexed\": 1656015552429,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"DataSet Copy Connector\",\n                \"title\": \"DataSet Copy Connector\",\n                \"subTitle\": \"Combine your Domo instance data with data from another instance for more insights.\",\n                \"description\": \"Use Domo's DataSet Copy connector to copy data from one Domo instance to another. This connector allows you to connect with your username and password or access token.\",\n                \"tags\": [\n                    \"Database\",\n                    \"Customer Service\",\n                    \"BI\",\n                    \"Spreadsheets\",\n                    \"File Upload\",\n                    \"All Departments\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Database\",\n                    \"Customer Service\",\n                    \"BI\",\n                    \"Spreadsheets\",\n                    \"File Upload\",\n                    \"All Departments\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Database\",\n                    \"Customer Service\",\n                    \"BI\",\n                    \"Spreadsheets\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"DataSet Copy Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password and the access token of an account that has access to the original dataset.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"I am not able to connect with my access token. Why?\",\n                        \"connectorAnswer\": \"Access tokens are associated with the specific user accounts and have the same access as the user. If the user's permissions change, the access token reflects that.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why do I need the access token? \",\n                        \"connectorAnswer\": \"Access tokens are used to import data in or export data from Domo. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How can I get the access token?\",\n                        \"connectorAnswer\": \"You need to have an \\\"Admin\\\" security role to generate an access token; otherwise, you need to request an access token from your Domo Admin. Visit <a href=\\\"https://knowledge.domo.com/Administer/Specifying_Security_Options/04Managing_Access_Tokens\\\" target=\\\"_blank\\\">Managing Access Tokens</a> for more details. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"What else do I need to do to power up my connector?\",\n                        \"connectorAnswer\": \"You need to provide the Domo instance containing the dataset and the dataset id of the data you want to copy. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How can I find the Domo instance and dataset id?\",\n                        \"connectorAnswer\": \"If your Domo URL is \\\"https://abc123.domo.com\\\", the instance would be \\\"abc123\\\". <br>You can find the dataset id in the Details view for the dataset in the Data Center. The id is the number in the URL following \\\"/datasources/\\\".\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"DataSet Copy Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.adwordsviabigqueryservice\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.adwordsviabigqueryservice\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645234770000,\n                \"lastModified\": 1648482823000,\n                \"lastIndexed\": 1649953243187,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Google Ads BigQuery Service Connector\",\n                \"title\": \"Google Ads BigQuery Service Connector\",\n                \"subTitle\": \"Understand your Google Ads data with the Domo Google Ads via Google BigQuery Service integration.\",\n                \"description\": \"Google Ads, formerly Adwords, is an online advertising service. Use Domo's Google Ads via BigQuery Service Data connector to transfer and pull data from a specific project.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"Google\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"Google\",\n                    \"CMO\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Google Ads BigQuery Service Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the service account key JSON of your Google BigQuery Service Account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                        \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why am I not getting the updated data?\",\n                        \"connectorAnswer\": \"If the data doesn't seem to be updating, make sure your AdWords script runs before the connector runs. Otherwise, the same data will be pulled again.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why does my dataset return zeros?\",\n                        \"connectorAnswer\": \"Your dataset may return zeros if the fields and segments are not compatible with each other. Make sure your fields and segments are compatible. Visit <a href=\\\"https://developers.google.com/adwords/api/docs/appendix/reports\\\" target=\\\"_blank\\\">Report Types</a>, and select which report you are using. Then select the fields or segments you want to use. For the fields or segments that are not compatible with each other, you will see a dropdown that says \\\"Not compatible with the following fields.\\\" \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Is this a Production Level connector?\",\n                        \"connectorAnswer\": \"This connector is designed for small/medium DataSets and proof of concept work for large DataSets.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Google Ads BigQuery Service Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.amazons3\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.amazons3\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1620859107000,\n                \"lastModified\": 1623104877000,\n                \"lastIndexed\": 1649953243198,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Amazon S3 Connector\",\n                \"title\": \"Amazon S3 Connector\",\n                \"subTitle\": \"Connect your AWS ecosystem to the rest of your company’s data, importing only the latest files.\",\n                \"description\": \"Amazon S3 is built to store and retrieve any amount of data from anywhere. Like Amazon S3, Domo is built to scale with your business. Our customers collectively upload new data into their Domo environments millions of times each week. Have datasets that exceed 50 billion rows? No problem, Domo is built to handle huge amounts of data with speed. Domo's S3 connector will allow you to leverage all of your S3 data anytime, anywhere.</br></br>Domo connects directly to S3 and delivers the information you need in real-time visualizations that make analysis easier. Plus, you can see your S3 data alongside metrics from any other system, all in a single platform, and get instant notifications when your metrics hit thresholds that you determine.<br>If your Amazon S3 bucket contains multiple files that begin with the prefix string you provide in the Details section of the connector, the Amazon S3 connector will only import the latest modified file.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"IoT\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"IoT\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"IoT\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Amazon S3 Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your AWS credentials: Access key, Secret key and the Bucket name. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same Amazon S3 account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \" Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"You may encounter a limit of 100 Amazon S3 buckets per account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why the connector is not able to pull the data? \",\n                        \"connectorAnswer\": \"Ensure that the file is present in the S3 bucket and specify the correct file type in the connector settings. Also, remove the Null columns before the connector can successfully retrieve the data.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between the Amazon S3 and Amazon S3 Advanced connectors?\",\n                        \"connectorAnswer\": \"The Amazon S3 connector and the Amazon S3 Advanced connector both use the same SDK. They differ in how they handle multiple files.\\nIf your Amazon S3 bucket contains multiple files that begin with the prefix string you provide in the Details section of the connector, the Amazon S3 connector will only import the latest modified file. The Amazon S3 Advanced connector will import all files with the provided prefix, assuming they all have the same schema.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Amazon S3 Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.amazonathenaV2\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.amazonathenaV2\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1643131626000,\n                \"lastModified\": 1648482831000,\n                \"lastIndexed\": 1649953243198,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Amazon Athena JDBC 2.0 Connector\",\n                \"title\": \"Amazon Athena JDBC 2.0 Connector\",\n                \"subTitle\": \"Visualize your Amazon Athena data using JDBC 2.0.\",\n                \"description\": \"Amazon Athena is a service that makes it easy to query big data from S3. With the Amazon Athena JDBC 2.0 Data Connector you can get constant access to your data right from your Domo instance.\",\n                \"tags\": [\n                    \"Database\",\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"AWS\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Database\",\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"AWS\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Database\",\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Web Analytics\",\n                    \"AWS\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Amazon Athena JDBC 2.0 Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your AWS access key, AWS secret key, and Amazon S3 location to which the query output is written. From the Athena Web Console, the S3 location can be found by going to Settings. Example: s3://aws-athena-query-results-1234-us-west-2/. \\nYou also need to select your AWS region. Additionally, you can provide the Workgroup. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as every 15 mins.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"You may encounter a limit of 100 Amazon S3 buckets per account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the difference between the Amazon Athena and Amazon Athena JDBC 2.0 connectors?\",\n                        \"connectorAnswer\": \"The Amazon Athena connector uses the AthenaJDBC41-1.1.0 driver whereas the Amazon Athena JDBC 2.0 connector uses the AthenaJDBC41_2.0.13 driver.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Amazon Athena JDBC 2.0 Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.instagrambusiness\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.instagrambusiness\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644732579000,\n                \"lastModified\": 1647548821000,\n                \"lastIndexed\": 1649953243288,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Instagram Business Connector\",\n                \"title\": \"Instagram Business Connector\",\n                \"subTitle\": \"Share, collaborate, and export your Instagram Business data in multiple formats.\",\n                \"description\": \"The Instagram Business Connector allows you to access Instagram Business accounts so you can view comments and metadata, and get insights and metrics about them.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Digital Marketing\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Instagram Business Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of Facebook/Instagram does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 12.0 of the Facebook API (https://developers.facebook.com/docs/graph-api/changelog/version12.0).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Hashtag Recent Media</td> <td>{hashtag-id}/recent_media</td> </tr>\\n<tr> <td>Hashtag Top Media</td> <td>/{hashtag-id}/top_media</td> </tr>\\n<tr> <td>Media Comments</td> <td> /{instagram_media_id}/comments</td> </tr>\\n<tr> <td>Media Insights</td> <td>/{instagram_media_id}/insights</td> </tr>\\n<tr> <td>Other Users</td> <td>/{instagram_business_account_id}?fields=business_discovery.username({account_name}){user_fields}</td> </tr>\\n<tr> <td>Other Users' Media</td> <td>/{instagram_business_account_id}?fields=business_discovery.username({account_name}){media{media_fields}}</td> </tr>\\n<tr> <td>Recently Searched Hashtags</td> <td>/{instagram_business_account_id}/recently_searched_hashtags</td> </tr>\\n<tr> <td>User</td> <td>/{instagram_business_account_id}</td> </tr>\\n<tr> <td>User Insights</td> <td>/{instagram_business_account_id}/insights</td> </tr>\\n<tr> <td>User Media</td> <td>/{instagram_business_account_id}/media</td> </tr>\\n<tr> <td>User Stories</td> <td>/{instagram_business_account_id}/stories</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to power up this connector?\",\n                        \"connectorAnswer\": \"To start with, you need a Facebook page, a Facebook account that has a role on that page and an Instagram account. You then need to follow the steps to connect your Instagram account and Facebook page and the steps to enable your Facebook user to have access to the Instagram Business connector. For more information, see the <a href=\\\"https://knowledge.domo.com?cid=instagrambusiness\\\" target=\\\"_blank\\\">Instagram Business Connector Knowledge Base</a> article.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What are the steps to connect my Instagram account and my Facebook page?\",\n                        \"connectorAnswer\": \"To connect your page to Instagram, follow these steps:<br /> <ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 13px;\\\"> <li>Log into Facebook and go to the page that you want to connect to Instagram.</li> <li>Open the page’s <b>Settings</b>.</li> <li>On the page’s <b>Settings</b> window, choose the <b>Instagram</b> section and press the <b>Login</b> button.</li> <li>This will prompt you to log into Instagram. Enter the username/password for the Instagram account that you want to connect.</li> <li>If your Instagram account is not currently a Business account, you can convert it to a Business account at this time.</li> <li>When the link is complete, you will see your Instagram profile’s business information in your Facebook page’s settings.</li> </ol><br /> For more detailed instructions, see the <a href=\\\"https://knowledge.domo.com?cid=instagrambusiness\\\" target=\\\"_blank\\\">Instagram Business Connector Knowledge Base</a> article.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Now that I've connected my Facebook page and Instagram account, how do I enable my Facebook user to have access to the Instagram Business connector?\",\n                        \"connectorAnswer\": \"Once your Instagram account has been linked to a Facebook Page, you need to ask Domo to enable your Facebook user to have access to the connector. This can be done by contacting your Domo representative or Domo’s Support department and asking for access. You will need to provide the following information:<br /> <ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 13px;\\\"> <li>Your Domo URL. Example: mycompany.domo.com</li> <li>Your Facebook username. This must be the username of the user that will be using the connector. This is not the name of the Page or Instagram account. </li> </ol>The username can be found in the Facebook URL when you select your Facebook profile.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Do I need any specific kind of Instagram account and Facebook page? Do I need the admin role?\",\n                        \"connectorAnswer\": \"You will be connecting the Facebook page to the Instagram account then converting the account to an Instagram Business account. You don't have to be the admin of the page but since you'll be connecting it to an Instagram Business Account, the page and account should be related in some way.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Most information about pages is updated every 24 hours. Selected \\\"insight\\\" metrics are updated roughly every 15 minutes. We recommend that you configure the datasets to run every 24 hours.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \" The Instagram Business connector is limited to 200 calls per user per hour. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Instagram Business Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.snapchatads.oauth\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.snapchatads.oauth\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1646754304000,\n                \"lastModified\": 1646840575000,\n                \"lastIndexed\": 1649953246730,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Snapchat Ads Connector\",\n                \"title\": \"Snapchat Ads Connector\",\n                \"subTitle\": \"Get the most out of your Snapchat Ads data.\",\n                \"description\": \"As one of the most popular social media apps, Snapchat is a popular platform for both Millenials and Gen Z. It is also a critical platform for advertising to reach your company's target market. Ads on the platform are immersive and engaging, providing your business with rich data on users and interactions. With this app, you'll be able to connect the data from your Snapchat ads account with Domo's leading business intelligence platform.<br />By combining your Snapchat ads data with all your data on Domo, you'll be able to develop comprehensive marketing strategies to fully optimize your advertising across all platforms.\",\n                \"tags\": [\n                    \" Social Media\",\n                    \" Marketing\",\n                    \" Analytics\",\n                    \" Digital Marketing\",\n                    \" Ads\",\n                    \"preferred\",\n                    \" Sale\"\n                ],\n                \"connectorTags\": [\n                    \" Social Media\",\n                    \" Marketing\",\n                    \" Analytics\",\n                    \" Digital Marketing\",\n                    \" Ads\",\n                    \"preferred\",\n                    \" Sale\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Snapchat Ads Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Snapchat API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1 of the Snapchat API (https://adsapi.snapchat.com/v1.)\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Object Info: Organizations</td> <td>/me/organizations</td> </tr>\\n<tr> <td>Object Info: Ad Accounts</td> <td>/organizations/{organization-id}/adaccounts</td> </tr>\\n<tr> <td>Object Info: Campaigns</td> <td>/adaccounts/{ad_account_id}/campaigns</td> </tr>\\n<tr> <td>Object Info: All Campaigns</td> <td>/adaccounts/{ad_account_id}/campaigns</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: Ad Squads</td> <td>adSquadsBy/{campaignId}/adsquads</td> </tr>\\n<tr> <td>/adSquadsBy/{adSquadId}/adsquads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: All Ad Squads</td> <td>/adSquadsBy/{campaignId}/adsquads</td> </tr>\\n<tr> <td> /adSquadsBy/{adAccountId}/adsquads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: Ads</td> <td>/AdsVia/{ad_squad_id}/ads</td> </tr>\\n<tr> <td>/AdsVia/{Id}/ads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: All Ads</td> <td> /AdsVia/{ad_squad_id}/ads</td> </tr>\\n<tr> <td>/AdsVia/{adAccountId}/ads</td> </tr>\\n<tr> <td>Statistics: Campaign (deprecated)</td> <td>/campaigns/{campaign-id}/stats</td> </tr> </tr>\\n<tr> <td>Statistics: Campaign (Insights and Dimensions)</td> <td>/campaigns/{campaignId}/stats</td> </tr>\\n<tr> <td>Statistics: All Campaign (Insights and Dimensions)</td> <td>/campaigns/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Statistics: Ad Squad (deprecated)</td> <td>/adsquads/{adsquad-id}/stats</td> </tr>\\n<tr> <td>Statistics: Ad Squad (Insights and Dimensions)</td> <td>/adsquads/{adSquadId}/stats</td> </tr>\\n<tr> <td>Statistics: All Ad Squads (Insights and Dimensions)</td> <td>/adsquads/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Statistics: Ad (deprecated)</td> <td>/ads/{ad-id}/stats</td> </tr>\\n<tr> <td>Statistics: Ad (Insights and Dimensions)</td> <td>/ads/{adId}/stats</td> </tr>\\n<tr> <td>Statistics: All Ads (Insights and Dimensions)</td> <td>/ads/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Campaign Statistics Merge</td> <td>/getAndWriteCampaignStatsData</td> </tr>\\n<tr> <td>Ad Squads Statistics Merge</td> <td>/getAndWriteAdSquadsStatsData</td> </tr>\\n<tr> <td>Ads Statistics Merge</td> <td>/getAndWriteAdsStatsData</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username and password of a Snapchat Ads account that has access to the Ad accounts you are interested in.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know if my data is finalized?\",\n                        \"connectorAnswer\": \"Data for a given day can be changed by Snapchat for up to 48 hours after the end of that day in the Ad Accounts timezone. <br />\\nThe data that is returned has a column called \\\"finalized_data_end_time\\\". This is the time of the most recently finalized data. Any data before that time is finalized. Any data after that time is still subject to change.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I get information about more than one Ad, Ad Squad, or Campaign at once?\",\n                        \"connectorAnswer\": \"The \\\"Statistics: Ad (Insights and Dimensions)\\\" and \\\"Statistics: Ad Squad (Insights and Dimensions)\\\" reports provide the data for a single or objects (ad or ad squad) at once. To get information about multiple objects, you need to use the \\\"Statistics: Campaign (Insights and Dimensions)\\\" report. <br />\\nThis report allows you to select the metrics to report, and how the data should be broken down. Data can be broken down by Ad, Ad Squad, or Campaign. If you select one of these, the data will be reported for all individual Ads, Ad Squads, or Campaigns.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Snapchat Ads Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.dataset.copy.unload\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.dataset.copy.unload\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645310122000,\n                \"lastModified\": 1648482929000,\n                \"lastIndexed\": 1649953246738,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"DataSet Copy Unload Connector\",\n                \"title\": \"DataSet Copy Unload Connector\",\n                \"subTitle\": \"Use Domo's DataSet Copy Unload connector to export data from Domo to your DataSet.\",\n                \"description\": \"By bringing in all your data from across your organization and tech stack, you empower business users to make data-driven decisions at every level of your organization.<br />Just as important as getting data into Domo is ensuring you can share relevant data with key stakeholders. With the Dataset Copy Unload connector, you can export data from Domo to your Dataset located at a specific instance. This connector allows you to connect with your Domo Developer account credentials (client id and client secret) and publish valuable insights across multiple Domo instances.\",\n                \"tags\": [\n                    \" BI\",\n                    \"preferred\",\n                    \"Writeback connectors\",\n                    \" DataSet\",\n                    \" Unload\",\n                    \" Data export\",\n                    \" Copy data\"\n                ],\n                \"connectorTags\": [\n                    \" BI\",\n                    \"preferred\",\n                    \"Writeback connectors\",\n                    \" DataSet\",\n                    \" Unload\",\n                    \" Data export\",\n                    \" Copy data\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"DataSet Copy Unload Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                        \"connectorAnswer\": \"You need your Domo developer account credentials (client id and client secret).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my Domo client id and client secret?\",\n                        \"connectorAnswer\": \"To create a new client: <div style=\\\"margin-left: 23px; line-height: 13px\\\"><ul> <li>Log into the <a href=\\\"https://developer.domo.com/login\\\" target=\\\"_blank\\\">Domo developer account</a>.</li>\\n<li>In the top right corner under <b>My Account</b> click <b>New Client</b>.</li> \\n<li>Enter the application name and description.</li> \\n<li>Provide the application scope by selecting the checkboxes for <b>Data</b> and <b>User</b>.</li> <li>Click <b>Create</b>.</li> </ul> </div> Once you have created a client, you can manage the client by clicking on <b>Manage Client</b>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I find the Input Dataset ID?\",\n                        \"connectorAnswer\": \"Your Domo input dataset id is in the URL of the dataset you are exporting data from.<br />Example: https://customer.domo.com/datasources/<strong>aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee</strong>/details/settings\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I find the Input Source Dataset instance?\",\n                        \"connectorAnswer\": \"Your Domo input dataset instance name is located in the URL of the dataset you are exporting data from.<br />Example: https://<strong>customer</strong>.domo.com/datasources/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/details/settings\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"DataSet Copy Unload Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.criteo\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.criteo\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1650487005000,\n                \"lastModified\": 1650590258000,\n                \"lastIndexed\": 1650590390458,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Criteo Connector\",\n                \"title\": \"Criteo Connector\",\n                \"subTitle\": \"Get the most out of your Criteo data.\",\n                \"description\": \"Criteo's state-of-the-art technology transforms digital advertising into a personal experience that drives better results. Use this connector to retrieve data about statistics.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Criteo Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for the Criteo connector is https://api.criteo.com/2021-01.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td>Ad Sets</td> <td>/marketing-solutions/ad-sets/search</td> </tr>\\n<tr> <td>Audiences</td> <td>/audiences</td> </tr>\\n<tr> <td>Campaigns And Categories Bids</td> <td>/campaigns/bids</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns</td> </tr>\\n<tr> <td>Campaigns V2</td> <td>/marketing-solutions/campaigns/search</td> </tr>\\n<tr> <td>Statistics</td> <td>/statistics/report</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the client ID and client secret associated your Criteo account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Criteo Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.eloqua\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.eloqua\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1650903026000,\n                \"lastModified\": 1650983154000,\n                \"lastIndexed\": 1650983389368,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Eloqua Connector\",\n                \"title\": \"Eloqua Connector\",\n                \"subTitle\": \"Get a better return on your email marketing campaigns by validating effectiveness with dashboards in Domo.\",\n                \"description\": \"Eloqua Corp. is a marketing automation SaaS company which develops automated marketing and demand generation software and services for business-to-business marketers. Use Domo's Eloqua connector to compile reports on marketing statistics such as contacts, emails opened, website visits, subscribes and unsubscribes, and so on.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Dashboards\",\n                    \"Sales Leaders\",\n                    \"Marketing Automation\",\n                    \"Sales Operations\",\n                    \"Lead & Pipeline\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Dashboards\",\n                    \"Sales Leaders\",\n                    \"Marketing Automation\",\n                    \"Sales Operations\",\n                    \"Lead & Pipeline\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Web Analytics\",\n                    \"Marketing Automation\",\n                    \"Sales Operations\",\n                    \"Lead & Pipeline\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Eloqua Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Eloqua is https://login.eloqua.com/id.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"20%\\\">Report Type</th> <th width=\\\"20%\\\" >Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td rowspan=\\\"2\\\">Activities</td> <td>External Activities</td> <td>/api/REST/2.0/data/activity/</td> </tr>\\n<tr> <td>Online Activities</td> <td>/api/bulk/2.0/syncs/{syncId}/data</td> </tr>\\n<tr> <td>Accounts</td> <td>Accounts</td> <td>/accounts/exports</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Contacts</td> <td>Contacts</td> <td>/contacts/exports</td> </tr>\\n<tr> <td>Contacts with lead scoring model statistics</td> <td>/api/bulk/2.0/syncs/{syncId}/data</td> </tr>\\n<tr> <td>Campaigns</td> <td>Campaigns</td> <td>/API/REST/2.0/assets/campaigns</td> </tr>\\n<tr> <td rowspan=\\\"3\\\">Custom</td> <td>Custom Object</td> <td>/activities/exports</td> </tr>\\n<tr> <td>Retrieve data from custom Eloqua report</td> <td>custom URL provided by user</td> </tr>\\n<tr> <td>Custom URL from 'Data Export'</td> <td>/activities/exports</td> </tr>\\n<tr> <td rowspan=\\\"7\\\">Assets</td> <td>Emails</td> <td>/API/REST/2.0/assets/emails</td> </tr>\\n<tr> <td>External Assets</td> <td>/api/REST/2.0/assets/externals</td> </tr>\\n<tr> <td>External Asset Types</td> <td>/api/REST/2.0/assets/external/types</td> </tr>\\n<tr> <td>Landing Pages</td> <td>/API/REST/2.0/assets/landingPages</td> </tr>\\n<tr> <td>Lead Scoring Models</td> <td>/api/bulk/2.0/contacts/scoring/models</td> </tr>\\n<tr> <td>Microsites</td> <td>/API/REST/2.0/assets/microsites</td> </tr>\\n<tr> <td>Users</td> <td>/API/REST/1.0/system/users</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the company name, username and password associated with the Eloqua account.   \"\n                    },\n                    {\n                        \"connectorQuestion\": \" Can I use the same Eloqua account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Eloqua Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.adobeanalyticsv2.jwt\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.adobeanalyticsv2.jwt\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1651685003000,\n                \"lastModified\": 1651767178000,\n                \"lastIndexed\": 1651767372527,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Adobe Analytics v2 JWT Partition Connector\",\n                \"title\": \"Adobe Analytics v2 JWT Partition Connector\",\n                \"subTitle\": \"Connect and combine your Adobe Analytics data with key data sources using API v2 and JWT authentication, with partition support.\",\n                \"description\": \"With the Domo Adobe Analytics API v2 connector with JWT authentication and Partition support, you can retrieve data about customers, various metrics, dimensions, and segments to see the big web engagement picture. With Domo, you can easily access Adobe's web analytics metrics and combine them with data from CRM, POS, finance, and any other system to make faster, better-informed decisions. This connector supports partitioning and uses custom reports.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Campaign Performance\",\n                    \"Adobe\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Campaign Performance\",\n                    \"Adobe\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Web Analytics\",\n                    \"Campaign Performance\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Adobe Analytics v2 JWT Partition Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What's the difference between the Adobe Analytics v2 OAuth and Adobe Analytics v2 JWT connectors?\",\n                        \"connectorAnswer\": \"The Adobe Analytics v2 connector uses the OAuth authentication whereas the Adobe Analytics API v2 Connector with JWT authentication uses the JWT authentication. Adobe recommends that you use JWT authentication, as you will have to refresh the OAuth account every two weeks because the OAuth refresh token expires.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to do to create a new project using JWT in the Adobe Developer Console?\",\n                        \"connectorAnswer\": \"To create a new project using JWT in the Adobe Developer Console:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line height: 14px;\\\">\\n<li>Log into <a href=\\\"https://console.adobe.io/projects\\\" target=\\\"_blank\\\">https://console.adobe.io/projects</a>.</li>\\n<li>Click <b>Create new project</b> button.</li>\\n<li>Click on <b>Add API</b> to start using the Adobe services.</li>\\n<li>The APIs available to you will be listed in the <b>Add an API</b> window. Select <b>Adobe Analytics</b>.</li>\\n<li>Now, you need to select the authentication type. Select <b>Service Account (JWT)</b> here.</li>\\n<li>Select <b>Generate a key pair</b> and click <b>Next</b>.</li>\\n<li>A new key pair will be generated and downloaded to your system. The public key will be uploaded to your JWT project. The private key will be downloaded.</li>\\n<li>Unzip the file \\\"config.zip\\\", open the directory \\\"config\\\", and open the file \\\"private.key\\\" with a basic text editor. This is the <b>Private Key</b> you will paste into Domo, in Credentials section.</li>\\n<li>Now, click <b>Next</b>.</li>\\n<li>Select the desired product profiles, then click <b>Save Configured API</b>.</li>\\n<li>This takes you to the <b>Project APIs and Services</b> page. If you scroll down, you will see the Client ID, Client Secret, Technical Account ID and Organization ID that you will use to create the Adobe Analytics JWT account in Domo.</li>\\n</ol>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What version of the Adobe Analytics API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses the version 2 of the Adobe Analytics API (https://analytics.adobe.io/api/2).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"35%\\\">Report Name</th> <th width=\\\"65%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Calculated Metrics</td> <td>/calculatedmetrics</td> </tr>\\n<tr> <td>Collections</td> <td>/collections/suites</td> </tr>\\n<tr> <td>Dimensions</td> <td>/dimensions</td> </tr>\\n<tr> <td>Metrics</td> <td>/metrics</td> </tr>\\n<tr> <td>Report Data</td> <td>/reports</td> </tr>\\n<tr> <td>Segments</td> <td>/segments</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the Client ID (API Key), Client Secret, Technical Account ID, Organization ID, and Private Key associated with your Adobe Analytics v2 JWT project. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to know?\",\n                        \"connectorAnswer\": \"In order to run a report with multiple dimensions in Adobe Analytics API 2.0, Domo gets the data in multiple small API calls. If getting data for many dimensions or over a long time period, the dataset might timeout after 24 hours. To prevent this, pull a smaller amount of data or fewer dimensions.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which Adobe Analytics connector should I use?\",\n                        \"connectorAnswer\": \"Adobe recommends that you use Adobe Analytics v2 with JWT authentication. Adobe OAuth refresh tokens expire after two weeks, which requires you to refresh your account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"I successfully created an Adobe Analytics JWT account, but later got an alert: \\\"Account Adobe Analytics JWT Account has been Deactivated\\\". Why is this happening and what can I do about it?\",\n                        \"connectorAnswer\": \"Check the expiration date on your public/private key pair uploaded to your Adobe Analytics JWT project in the <a href=\\\"https://console.adobe.io\\\" target=\\\"_blank\\\">Adobe console</a>. You may need to generate a new public/private key pair and upload it to the project, then create a new account in Domo with the new private key.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Adobe Analytics v2 JWT Partition Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.facebook.beta\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.facebook.beta\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1651462156000,\n                \"lastModified\": 1654092160000,\n                \"lastIndexed\": 1654092401345,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 105.69402,\n                \"label\": \"Facebook Advanced Connector\",\n                \"title\": \"Facebook Advanced Connector\",\n                \"subTitle\": \"Get insights to your users, domains, and more with the Facebook Advanced connector. This connector retrieves more than 30 days worth of data.\",\n                \"description\": \"Domo's Facebook connector can combine Facebook insights with data from any other source—finance analytics, CRM software, etc.—to target campaigns with unparalleled precision. Use this connector to retrieve data about posts, page fans, referrals, account information, and more. This connector provides reports about the user, domains, application monitoring and public page information, and also allows you to query data for any date range.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Finance\",\n                    \"Digital Markeing\",\n                    \"Sales Leaders\",\n                    \"Lead & Pipeline\",\n                    \"preferred\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Web Analytics\",\n                    \"Finance\",\n                    \"Digital Markeing\",\n                    \"Sales Leaders\",\n                    \"Lead & Pipeline\",\n                    \"preferred\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Web Analytics\",\n                    \"Finance\",\n                    \"Lead & Pipeline\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Facebook Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Facebook API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 7 of the Facebook API (https://graph.facebook.com/v7).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tbody><tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Account Information</td> <td>/me</td> </tr>\\n<tr> <td>Application Insights</td> <td>/<i>{app_id}</i>/app_insights</td> </tr>\\n<tr> <td>Complete Domain Insights</td> <td>/<i>{domain_id}</i>/insights</td> </tr>\\n<tr> <td>Complete Page Insights</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Complete Page Post Insights</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Instant Article Aggregated Insights</td> <td>/instant_articles_insights</td> </tr>\\n<tr> <td>My Posts</td> <td>/me/posts</td> </tr>\\n<tr> <td>My Post Comments</td> <td>/<i>{post_id}</i>/comments</td> </tr>\\n<tr> <td>Page Fans</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Age, Gender</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by City</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Country</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Like Source</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans Online</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Feed</td> <td>/<i>{page_id}</i>/feed</td> </tr>\\n<tr> <td>Page Impressions Details</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by Age, Gender</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by City</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by Country</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by View Frequency</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Info</td> <td>/<i>{page_id}</i></td> </tr>\\n<tr> <td>Page Interactions</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Posts</td><td>/<i>{page_id}</i>/posts</td> </tr>\\n<tr> <td>Page Post Comments</td> <td>/<i>{post_id}</i>/comments</td> </tr>\\n<tr> <td>Page Post Lifetime Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Page Ratings</td> <td>/<i>{page_id}</i>/ratings</td> </tr>\\n<tr> <td>Page Post Video Daily Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Page Post Video Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Public Page Info</td> <td>/<i>{page_id}</i></td> </tr>\\n<tr> <td>Public Page Insights (Deprecated)</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Public Page Posts</td> <td>/<i>{page_id}</i>/posts</td> </tr>\\n<tr> <td>Published Posts</td> <td>/<i>{page_id}</i>/published_posts</td> </tr>\\n<tr> <td>Referrals from Page</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Referrals to Page</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Video Crosspost Information</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n<tr> <td>Video Insights</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n<tr> <td>Videos</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n</tbody>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the email address and password associated with your Facebook account. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Facebook credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Do I need a certain kind of account to set up the connector?\",\n                        \"connectorAnswer\": \"Any Facebook account can be used to set up the connector. However, many of the reports are designed to return data and statistics about pages. You must be an administrator of the page(s) that you want to retrieve this data for.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I get information about pages that I am not an administrator for?\",\n                        \"connectorAnswer\": \"Yes. There are reports that allow you to retrieve public information about pages that you are not an administrator for. To use these reports, you will need to know the pages' names. For example, if the URL of a page is www.facebook.com/DomoHQ, then you would enter \\\"DomoHQ\\\" as the page name.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What are the differences between the Facebook and Facebook Advanced connectors?\",\n                        \"connectorAnswer\": \"The Facebook Advanced connector provides more reports than the Facebook connector. The Facebook connector's reports are limited to deal directly with pages. Reports about the user, domains, application monitoring and public page information are in the Advanced connector.<br>\\nThe Facebook connector is also limited to return information about the last 30 days, the Advanced connector allows the user to query data for any date range.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Most information about pages is updated every 24 hours. A small number of insight metrics are updated roughly every 15 minutes. It is recommended that, generally, datasets be configured to run every 24 hours.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why are the dates in Facebook's Insights UI and the dates in Domo sometimes different?\",\n                        \"connectorAnswer\": \"Often people validate their datasets by comparing the results of the connector to the statistics they can see in Facebook's Insights UI. When they are doing so, the dates are generally off by 1 day. For example, if the Facebook UI shows 1000 views for a page on March 3, the connector will report 1000 views with a date timestamp of March 4. This is because the API returns data for a time period that ends at the timestamp specified. In this example, there were 1000 views during the day that ended at Midnight on March 4, in other words, March 3. The Insights UI takes this into account and reports the 1000 views as having happened on March 3.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Facebook limits the number of calls that can be made each hour for each user and page. As long as you don't run the dataset too often, the connector manages this for you.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 100,\n                \"winnerText\": \"Facebook Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.temp-0c7ba01c-64f2-4bd5-a1e2-1e32b976d0d4\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.temp-0c7ba01c-64f2-4bd5-a1e2-1e32b976d0d4\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1619191601000,\n                \"lastModified\": 1619191634000,\n                \"lastIndexed\": 1649953247395,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 6.5334167,\n                \"label\": \"USGS Demo\",\n                \"title\": \"USGS Demo\",\n                \"subTitle\": \"This is a beta, temporary version of the connector. It will only be used for review and refinement, and will still require approval from Domo before its official final release. This beta connector will be available for 30 days, after which it will be inactivated. The Domo review team will be in contact with you once the final version of your connector is ready. Only power up this connector if you have been instructed to do so by a trusted developer for the purposes aforementioned.\",\n                \"description\": \"This is a beta, temporary version of the connector. It will only be used for review and refinement, and will still require approval from Domo before its official final release. This beta connector will be available for 30 days, after which it will be inactivated. The Domo review team will be in contact with you once the final version of your connector is ready. Only power up this connector if you have been instructed to do so by a trusted developer for the purposes aforementioned.\",\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"USGS Demo\"\n                ],\n                \"isPublic\": false,\n                \"connectorFAQS\": [],\n                \"producer\": \"mmmm-0012-0200\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"mmmm-0012-0200\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"USGS Demo\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.thirdpartyselfpublish\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.thirdpartyselfpublish\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1535060237000,\n                \"lastModified\": 1535060263000,\n                \"lastIndexed\": 1649953233501,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"ThirdPartySelfPublish\",\n                \"title\": \"ThirdPartySelfPublish\",\n                \"subTitle\": \"Third Party Connector\",\n                \"tags\": [\n                    \"Cloud Connector\"\n                ],\n                \"connectorTags\": [\n                    \"Cloud Connector\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"ThirdPartySelfPublish\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"ThirdPartySelfPublish\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.kochava\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.kochava\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1621433023000,\n                \"lastModified\": 1621433037000,\n                \"lastIndexed\": 1649953243076,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Kochava Connector\",\n                \"title\": \"Kochava Connector\",\n                \"subTitle\": \"Visualize your Kochava data in minutes.\",\n                \"description\": \"Kochava is a tool for keeping track of user installs of mobile applications and the actions precipitating those installs. This helps app developers optimize their ad campaigns and use the methods that will produce the most installs at the best price. Use this connector to get data about detail report, summary report, scheduled query report, and so on.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Developer Tools\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Developer Tools\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Kochava Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Kochava API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1.4 of the Kochava API (https://reporting.api.kochava.com/v1.4/).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Create Detail Report</td> <td>/detail</td> </tr>\\n<tr> <td>Create Summary Report</td> <td>/summary</td> </tr>\\n<tr> <td>List All Apps</td> <td>/getapps</td> </tr>\\n<tr> <td>Scheduled Query Report</td> <td>/schedule/progress</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need an API key associated with your Kochava account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my API key?\",\n                        \"connectorAnswer\": \"Visit <a href=\\\"https://support.kochava.com/analytics-reports-api/create-and-manage-application-programming-interface-key/\\\" target=\\\"_blank\\\">Create and Manage API Key</a> to learn how to obtain the API key.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Kochava Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.awsiotcoretile\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.awsiotcoretile\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1580922676000,\n                \"lastModified\": 1580922696000,\n                \"lastIndexed\": 1649953243077,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"AWS IoT Core Connector\",\n                \"title\": \"AWS IoT Core Connector\",\n                \"subTitle\": \"Track and manage your IoT devices with your AWS IoT Core data in Domo.\",\n                \"description\": \"AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely. With AWS IoT Core, your applications can keep track of and communicate with all your devices, all the time, even when they aren’t connected.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"AWS IoT Core Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"AWS IoT Core Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.saleshood\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.saleshood\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644668507000,\n                \"lastModified\": 1648482750000,\n                \"lastIndexed\": 1649953243077,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Saleshood Connector\",\n                \"title\": \"Saleshood Connector\",\n                \"subTitle\": \"Boost sales by knowledge sharing and measuring competition.\",\n                \"description\": \"SalesHood is the prescriptive, just in time, sales learning platform to elevate sales results. It uses mobile, video, crowdsourcing, and content creation to increase team productivity and revenue. Use Domo's Saleshood connector to track your Saleshood metrics in real time and combine them with other key metrics.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Sales Leaders\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Sales Leaders\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Saleshood Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Saleshood is https://{domain}.saleshood.com/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>User Activities</td> <td>/reports/user/activities.json</td> </tr>\\n<tr> <td>User Participation In Certifications</td> <td>/reports/user/certifications.json</td> </tr>\\n<tr> <td>User Participation In Contents</td> <td>/reports/user/contents.json</td> </tr>\\n<tr> <td>User Participation In External Events</td> <td>/reports/user/external_events.json</td> </tr>\\n<tr> <td>User Participation In Learning Path</td> <td>/reports/user/learning_paths.json</td> </tr>\\n<tr> <td>User Personnel Data</td> <td>/reports/user/personnel_data.json</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the client id, client secret, and subdomain associated with your SalesHood account. You also need your Salesforce username and password.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my client id and client secret?\",\n                        \"connectorAnswer\": \"You can find your client id and client secret in your SalesHood API configuration page. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my Salesforce credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your Salesforce credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Saleshood Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.coupa\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.coupa\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1620068115000,\n                \"lastModified\": 1620068134000,\n                \"lastIndexed\": 1649953243078,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Coupa Connector\",\n                \"title\": \"Coupa Connector\",\n                \"subTitle\": \"Get better visibility to your financial picture and better forecast expenses and accruals with your Coupa data combined with data in Domo.\",\n                \"description\": \"Coupa allows you to manage all of your business spend, including procurement, invoicing expenses, and payment. With the Domo Coupa connector, you can bring all of your Coupa data into Domo and combine it with data from any other source, including Marketing, Production, CRM, and more. Get a quick, interactive view of all your data, fully integrated, to help you spend less time gathering data and make faster, better business decisions.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"CEO\",\n                    \"CFO\",\n                    \"Sales Operations\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"CEO\",\n                    \"CFO\",\n                    \"Sales Operations\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Analytics\",\n                    \"Operations\",\n                    \"Finance\",\n                    \"Sales Operations\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Coupa Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Coupa is https://{instance}.coupahost.com/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Invoices</td> <td>/api/invoices </td> </tr>\\n<tr> <td>Invoice Lines</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Payments</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Tax Lines</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Approvals</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Purchase Order Changes</td> <td>/api/purchase_order_changes</td> </tr>\\n<tr> <td>Purchase Order Changes Approvals</td> <td>/api/purchase_order_changes/approvals</td> </tr>\\n<tr> <td>Purchase Order Changes Order Lines</td> <td>/api/purchase_order_changes/order-line-changes</td> </tr>\\n<tr> <td>Purchase Orders</td> <td>/api/purchase_orders</td> </tr>\\n<tr> <td>Purchase Order Lines</td> <td>/api/purchase_orders</td> </tr>\\n<tr> <td>Requisitions</td> <td>/api/requisitions</td> </tr>\\n<tr> <td>Requisition Approvals</td> <td>/api/requisitions/approvals</td> </tr>\\n<tr> <td>Requisition Lines</td> <td>/api/requisitions</td> </tr>\\n<tr> <td>Accounts</td> <td>/api/accounts</td> </tr>\\n<tr> <td>Addresses</td> <td>/api/addresses</td> </tr>\\n<tr> <td>Content Groups</td> <td>/api/business_groups</td> </tr>\\n<tr> <td>Currencies</td> <td>/api/currencies</td> </tr>\\n<tr> <td>Contracts</td> <td>/api/contracts</td> </tr>\\n<tr> <td>Departments</td> <td>/api/departments</td> </tr>\\n<tr> <td>Exchange Rates</td> <td>/api/exchange_rates</td> </tr>\\n<tr> <td>Suppliers</td> <td>/api/suppliers</td> </tr>\\n<tr> <td>Users</td> <td>/api/users</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the API key and instance of your Coupa account. The instance is the subdomain of your hostname. For example, if your instance URL is \\\"https://domo.coupahost.com\\\", your instance would be \\\"domo\\\".\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find the API key?\",\n                        \"connectorAnswer\": \"You must be an admin user to create an API key. You can create an API key in the <b>API Keys</b> section of the <b>Adminstration</b> tab in <b>Coupa</b>. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Coupa does not document any limits in their API.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Coupa Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.buzzstream-non-oauth\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.buzzstream-non-oauth\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644643920000,\n                \"lastModified\": 1648482253000,\n                \"lastIndexed\": 1649953243078,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"BuzzStream Connector\",\n                \"title\": \"BuzzStream Connector\",\n                \"subTitle\": \"Integrate your BuzzStream data in minutes.\",\n                \"description\": \"The BuzzStream Connector integrates Domo with BuzzStream to extract data from the BuzzStream API. Use the Domo BuzzStream Connector to retrieve data on articles, payments, people websites, and many other BuzzStream entities.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"News/Media\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"News/Media\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"BuzzStream Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the BuzzStream API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1 of the BuzzStream API (https://api.buzzstream.com/v1).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Articles</td> <td>/articles</td> </tr>\\n<tr> <td>History</td> <td>/history</td> </tr>\\n<tr> <td>Links</td> <td>/links</td> </tr>\\n<tr> <td>Links Custom Fields</td> <td>/links/custom_fields</td> </tr>\\n<tr> <td>Links Custom Fields Custom Options</td> <td>/links/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Payments</td> <td>/payments</td> </tr>\\n<tr> <td>People</td> <td>/people</td> </tr>\\n<tr> <td>People Custom Fields</td> <td>/people/custom_fields</td> </tr>\\n<tr> <td>People Custom Fields Custom Options</td> <td>/people/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Projects</td> <td>/projects</td> </tr>\\n<tr> <td>Tags</td> <td>/tags</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Websites</td> <td>/websites</td> </tr>\\n<tr> <td>Websites Custom Fields</td> <td>/websites/custom_fields</td> </tr>\\n<tr> <td>Websites Custom Fields Custom Options</td> <td>/websites/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Websites Project States</td> <td>/websites/{website_id}/project_states</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your BuzzStream client id and client secret.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"BuzzStream Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.brightroll\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.brightroll\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644744477000,\n                \"lastModified\": 1648482251000,\n                \"lastIndexed\": 1649953243078,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Brightroll Connector\",\n                \"title\": \"Brightroll Connector\",\n                \"subTitle\": \"Let Domo manage and maintain your API connection to Brightroll.\",\n                \"description\": \"The BrightRoll DSP API provides you access to BrightRoll DSP advertising and reporting features. These services enable you to monitor, create, and manage advertising campaigns. Use this connector to get data about ads, advertisers, and campaigns.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Brightroll Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for BrightRoll is https://dspapi.admanagerplus.yahoo.com/traffic.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Ads</td> <td>/ads?lineId={line_id}</td> </tr>\\n<tr> <td>Advertisers</td> <td>/advertisers</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns?accountId={advertiser_id}</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the authorization code, client id, and client secret associated with your Brightroll account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Brightroll Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.github\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.github\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644633966000,\n                \"lastModified\": 1648482981000,\n                \"lastIndexed\": 1649953243079,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Github Connector\",\n                \"title\": \"Github Connector\",\n                \"subTitle\": \"Get the most out of your Github data.\",\n                \"description\": \"GitHub is a web-based Git repository hosting service that has revolutionized how developers work by making better code more accessible. Domo's Github connector brings all your data together in one place for real-time business insights. Enjoy one place for your team to collaborate and share insights, eliminating scattered email threads and status update meetings. Create powerful, dynamic visualizations with real-time data, so you can share metrics with confidence.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Project Management\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Developer Tools\",\n                    \"Collaboration\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Project Management\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"Developer Tools\",\n                    \"Collaboration\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Project Management\",\n                    \"BI\",\n                    \"Collaboration\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Github Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Github is https://api.github.com.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr> \\n<tr> <td>All Public Events</td> <td>/events</td> </tr>\\n<tr> <td>All Public Gists</td> <td>/gists/public</td> </tr>\\n<tr> <td>Assignees</td> <td>/repos/{owner}/{repo}/assignees</td> </tr>\\n<tr> <td>Logged In User Followers</td> <td>/user/followers</td> </tr>\\n<tr> <td>Logged In User Following</td> <td>/user/following</td> </tr>\\n<tr> <td>Logged In User Gist</td> <td>/gists</td> </tr>\\n<tr> <td>Logged In User Organizations</td> <td>/user/orgs</td> </tr>\\n<tr> <td>Logged In User Repositories</td> <td>/user/repos</td> </tr>\\n<tr> <td>Logged In User Starred Repositories</td> <td>/user/starred</td> </tr>\\n<tr> <td>Logged In User Team Members</td> <td>/teams/{id}/members</td> </tr>\\n<tr> <td>Logged In User Team Repositories</td> <td>/teams/{id}/repos</td> </tr>\\n<tr> <td>Logged In User Watched Repositories</td> <td>/user/subscriptions</td> </tr>\\n<tr> <td>Organization Issues</td> <td>/orgs/{org}/issues</td> </tr>\\n<tr> <td>Organization Members</td> <td>/orgs/{orgname}/members</td> </tr>\\n<tr> <td>Organization Public Events</td> <td>/orgs/{orgname}/events</td> </tr>\\n<tr> <td>Organization Public Members</td> <td>/orgs/{orgname}/public_members</td> </tr>\\n<tr> <td>Organization Repositories</td> <td>/orgs/{orgname}/repos</td> </tr>\\n<tr> <td>Organization Teams</td> <td>/orgs/{orgname}/teams</td> </tr>\\n<tr> <td>Public Events for a network of Repositories</td> <td>/networks/{owner}/{repo}/events</td> </tr>\\n<tr> <td>Repositories Issue Events</td> <td>/repos/{ownername}/{repositoryName}/issues/events</td> </tr>\\n<tr> <td>Repository Branches</td> <td>/repos/{ownername}/{repositoryName}/branches</td> </tr>\\n<tr> <td>Repository Code Frequency</td> <td>/repos/{ownername}/{repositoryName}/stats/code_frequency</td> </tr>\\n<tr> <td>Repository Collaborators</td> <td>/repos/{ownername}/{repositoryName}/collaborators</td> </tr>\\n<tr> <td>Repository Comments</td> <td>/repos/{ownername}/{repositoryName}/issues/comments</td> </tr>\\n<tr> <td>Repository Commit Activity</td> <td>/repos/{ownername}/{repositoryName}/stats/commit_activity</td> </tr>\\n<tr> <td>Repository Commits</td> <td>/repos/{ownername}/{repositoryName}/commits</td> </tr>\\n<tr> <td>Repository Contributor Activity</td> <td>/repos/{ownername}/{repositoryName}/stats/contributors</td> </tr>\\n<tr> <td>Repository Contributors</td> <td>/repos/{ownername}/{repositoryName}/contributors</td> </tr>\\n<tr> <td>Repository Deployments</td> <td>/repos/{ownername}/{repositoryName}/deployments</td> </tr>\\n<tr> <td>Repository Downloads</td> <td>/repos/{ownername}/{repositoryName}/downloads</td> </tr>\\n<tr> <td>Repository Events</td> <td>/repos/{ownername}/{repositoryName}/events</td> </tr>\\n<tr> <td>Repository Forks</td> <td>/repos/{ownername}/{repositoryName}/forks</td> </tr>\\n<tr> <td>Repository Hooks</td> <td>/repos/{ownername}/{repositoryName}/hooks</td> </tr>\\n<tr> <td>Repository Issues</td> <td>/repos/{ownername}/{repositoryName}/issues</td> </tr>\\n<tr> <td>Repository Issues Comments</td> <td>/repos/{ownername}/{repositoryName}/issues/{id}/comments</td> </tr>\\n<tr> <td>Repository Labels</td> <td>/repos/{ownername}/{repositoryName}/labels</td> </tr>\\n<tr> <td>Repository Languages</td> <td>/repos/{ownername}/{repositoryName}/languages</td> </tr>\\n<tr> <td>Repository Milestones</td> <td>/repos/{ownername}/{repositoryName}/milestones</td> </tr>\\n<tr> <td>Repository Notifications</td> <td>/repos/{ownername}/{repositoryName}/notifications</td> </tr>\\n<tr> <td>Repository Participation</td> <td>/repos/{ownername}/{repositoryName}/stats/participation</td> </tr>\\n<tr> <td>Repository Pulls</td> <td>/repos/{ownername}/{repositoryName}/pulls</td> </tr>\\n<tr> <td>Repository Readme</td> <td>/repos/{ownername}/{repositoryName}/readme</td> </tr>\\n<tr> <td>Repository Releases</td> <td>/repos/{ownername}/{repositoryName}/releases</td> </tr>\\n<tr> <td>Repository Subscribers</td> <td>/repos/{ownername}/{repositoryName}/subscribers</td> </tr>\\n<tr> <td>Repository Tags</td> <td>/repos/{ownername}/{repositoryName}/tags</td> </tr>\\n<tr> <td>Search Code</td> <td>/search/code</td> </tr>\\n<tr> <td>Search Issues</td> <td>/search/issues</td> </tr>\\n<tr> <td>Search Repositories</td> <td>/search/repositories</td> </tr>\\n<tr> <td>Search Users</td> <td>/search/users</td> </tr>\\n<tr> <td>Stargazers</td> <td>/repos/{ownername}/{repositoryName}/stargazers</td> </tr>\\n<tr> <td>Templates</td> <td>/gitignore/templates</td> </tr>\\n<tr> <td>User</td> <td>/user</td> </tr>\\n<tr> <td>User Emails</td> <td>/user/emails</td> </tr>\\n<tr> <td>User Followers</td> <td>/users/{usernamenew}/followers</td> </tr>\\n<tr> <td>User Following</td> <td>/users/{usernamenew}/following</td> </tr>\\n<tr> <td>User Gist</td> <td>/users/{usernamenew}/gists</td> </tr>\\n<tr> <td>User Gist Comments</td> <td>/gists/{id}/comments</td> </tr>\\n<tr> <td>User Issues</td> <td>/user/issues</td> </tr>\\n<tr> <td>User Keys</td> <td>/users/{usernamenew}/keys</td> </tr>\\n<tr> <td>User Limit Rate</td> <td>/rate_limit</td> </tr>\\n<tr> <td>User Notifications</td> <td>/notifications</td> </tr>\\n<tr> <td>User Organization Events</td> <td>/users/{id}/events/orgs/{orgname}</td> </tr>\\n<tr> <td>User Organizations</td> <td>/users/{usernamenew}/orgs</td> </tr>\\n<tr> <td>User Performed Events</td> <td>/users/{usernamenew}/events</td> </tr>\\n<tr> <td>User Public Repositories</td> <td>/users/{usernamenew}/repos</td> </tr>\\n<tr> <td>User Recieved Events</td> <td>/users/{usernamenew}/received_events</td> </tr>\\n<tr> <td>User Starred gists</td> <td>/gists/starred</td> </tr>\\n<tr> <td>User Starred Repositories</td> <td>/users/{usernamenew}/starred</td> </tr>\\n<tr> <td>User Teams</td> <td>/user/teams</td> </tr>\\n<tr> <td>User Watched Repositories</td> <td>/users/{usernamenew}/subscriptions</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username or email address and the password of your GitHub account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my GitHub credentials are secure?\",\n                        \"connectorAnswer\": \"The login process uses the OAuth process, so your GitHub credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour. For unauthenticated requests, the rate limit allows for up to 60 requests per hour. \"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Github Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.domos3writebackthirdpartyconnectortile\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.domos3writebackthirdpartyconnectortile\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1581026652000,\n                \"lastModified\": 1581459367000,\n                \"lastIndexed\": 1649953243079,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"S3 Writeback Tile\",\n                \"title\": \"S3 Writeback Tile\",\n                \"subTitle\": \"Export data from a Domo DataSet to an Amazon S3 Bucket.\",\n                \"description\": \"Amazon S3 is an online file storage web service offered by Amazon Web Services that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. Use this connector to export your data from a Domo DataSet to an Amazon S3 Bucket.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"BI\",\n                    \"AWS\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"S3 Writeback Tile\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"S3 Writeback Tile\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.yammer\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.yammer\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1614277569000,\n                \"lastModified\": 1614277583000,\n                \"lastIndexed\": 1649953243079,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Yammer Connector\",\n                \"title\": \"Yammer Connector\",\n                \"subTitle\": \"Instantly connect, visualize, and get insights from your Yammer data.\",\n                \"description\": \"Yammer is a freemium enterprise social networking service used for private communication within organizations. Use Domo's Yammer connector to retrieve data about networks, suggestions, users, messages, and notifications.\",\n                \"tags\": [\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Dashboards\",\n                    \"Collaboration\"\n                ],\n                \"connectorTags\": [\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Dashboards\",\n                    \"Collaboration\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Social Media\",\n                    \"Analytics\",\n                    \"Collaboration\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Yammer Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your Yammer login username and password. \"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                        \"connectorAnswer\": \"Domo uses the OAuth process for authentication, so your Yammer credentials are never seen or stored by Domo. You can revoke Domo's access to your Yammer account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While Yammer may enforce call rate limits, you should not have to worry about them.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Yammer Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.jiraREST.cloud\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.jiraREST.cloud\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1632156922000,\n                \"lastModified\": 1632240350000,\n                \"lastIndexed\": 1649953243079,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"JIRA Cloud Connector\",\n                \"title\": \"JIRA Cloud Connector\",\n                \"subTitle\": \"Connect your JIRA data to Domo so you can better understand your development process and ship faster.\",\n                \"description\": \"JIRA is a tool used for bug tracking, issue tracking, and project management. Use Domo's JIRA connector to import and extract data from JIRA, including issue tracking, completed tickets per team, ticket resolution time, and project management metrics, using either custom or predefined queries. Get stunning, dynamic JIRA visualizations with real-time data, on any device.\",\n                \"tags\": [\n                    \"BI\",\n                    \" Operations\",\n                    \" IT\",\n                    \" Project Management\",\n                    \" Ticket\",\n                    \" Jira\"\n                ],\n                \"connectorTags\": [\n                    \"BI\",\n                    \" Operations\",\n                    \" IT\",\n                    \" Project Management\",\n                    \" Ticket\",\n                    \" Jira\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"JIRA Cloud Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Issue Query</td> <td>/rest/api/2/search</td> </tr>\\n<tr> <td>Fields</td> <td>/rest/api/2/field</td> </tr>\\n<tr> <td>Group Members</td> <td>/rest/api/2/group/member/{groupname}</td> </tr>\\n<tr> <td>Projects</td> <td>/rest/api/2/project</td> </tr>\\n<tr> <td>Project Versions</td> <td>/rest/api/2/project/{projectId}/versions</td> </tr>\\n<tr> <td>Users Groups</td> <td>/rest/api/2/user/groups</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the domain of your JIRA Cloud account. The Jira Cloud connector supports OAuth2 authentication. You can authenticate to this connector with the same credentials you use to log into your Jira account online.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Data from Jira's servers is usually made available to the API immediately.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How do I know if my query is right?\",\n                        \"connectorAnswer\": \"Jira's platform provides a handy tool to verify if your query is valid. An easy way to access this tool is simply to do a search in Jira's search bar. Once on the search screen, you will see a green check box next to the query string for your search to indicate that it is valid. Otherwise you will see a red X. You can switch back to the basic search functionality to build a query from the available selectors, and then switch again to advanced to see the resulting query.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can this connector pull custom fields?\",\n                        \"connectorAnswer\": \"Because Jira returns so much data, the connector enables you to specify fields either as inclusive or exclusive. If you choose inclusive, only the fields you specify will be returned. If you choose exclusive, all fields will be returned except for those that you specify.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"JIRA Cloud Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.s3nhtsasafetyratings\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.s3nhtsasafetyratings\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1626715432000,\n                \"lastModified\": 1626715448000,\n                \"lastIndexed\": 1649953243080,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"NHTSA Safety Ratings Connector\",\n                \"title\": \"NHTSA Safety Ratings Connector\",\n                \"subTitle\": \"Instantly connect, visualize, and get insights from your NHTSA Safety Ratings data.\",\n                \"description\": \"NHTSA Safety Ratings allows you to find the highest-rated safety vehicles with the National Highway Traffic Safety Administration safety ratings DataSet. Also, you can see the vehicle make and model along with crash ratings and picture and video links.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Travel\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Travel\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\",\n                    \"Travel\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"NHTSA Safety Ratings Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for NHTSA Safety Ratings is https://one.nhtsa.gov/webapi/api/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                        \"connectorAnswer\": \"None\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"DataSet\",\n                \"popularity\": 0,\n                \"winnerText\": \"NHTSA Safety Ratings Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.simplifi\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.simplifi\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644746614000,\n                \"lastModified\": 1648482769000,\n                \"lastIndexed\": 1649953243080,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"SimpliFi Connector\",\n                \"title\": \"SimpliFi Connector\",\n                \"subTitle\": \"Get the most out of your Simplifi data.\",\n                \"description\": \"Simpli.fi is a comprehensive RTB platform built for localized campaigns. It is the leader in localized programmatic solutions. Trade desks, networks, local media groups, and multi-location brands leverage Simpli.fi’s superior performance, customizable audiences, and efficient delivery models to drive higher ROI in their digital businesses. Use this connector to get data about companies, clients, campaigns, campaign ads, and so on.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Digital Marketing\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"SimpliFi Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Simpli.fi is https://app.simpli.fi/api/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>All Campaigns</td> <td>/organizations/{organizationId}/campaigns</td> </tr>\\n<tr> <td>All Campaign-Ads</td> <td>/organizations/{organizationId}/campaigns/{campaignId}/ads</td> </tr>\\n<tr> <td>All Campaign-Stats</td> <td>/organizations/{organizationId}/campaign_stats</td> </tr>\\n<tr> <td>Campign List</td> <td>/organizations/{organizationId}/campaigns</td> </tr>\\n<tr> <td>Campaign-Ads</td> <td>/organizations/{organizationId}/campaigns/{campaignId}/ads</td> </tr>\\n<tr> <td>Campaign Ads By Organization</td> <td>/organizations/{organizationId}/campaigns/{campaignArray[]}/ads</td> </tr>\\n<tr> <td>Campaign-Stats</td> <td>/organizations/{organizationId}/campaign_stats</td> </tr>\\n<tr> <td>Organizations</td> <td>/organizations</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the application key and user key associated with your Simpli.Fi account. These credentials can be found in the Simpli.Fi UI.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While Simpli.Fi may enforce call rate limits, you should not need to worry about them.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"SimpliFi Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.criteoadvertising\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.criteoadvertising\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644740947000,\n                \"lastModified\": 1648482618000,\n                \"lastIndexed\": 1649953243081,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Criteo Advertising Connector\",\n                \"title\": \"Criteo Advertising Connector\",\n                \"subTitle\": \"Get the most out of your Criteo data.\",\n                \"description\": \"Criteo's state-of-the-art technology transforms digital advertising into a personal experience that drives better results. The Criteo Advertising connector allows you to pull data from your Criteo Advertising system into Domo.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Criteo Advertising Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Criteo Advertising is https://advertising.criteo.com/API/v201305/AdvertiserService.asmx.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which method does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Method Name</th></tr> \\n<tr> <td>Advertising Reports</td> <td>getReportDownloadUrl</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the user name, password and app token of your Criteo Advertising account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Criteo Advertising Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.runkeeper\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.runkeeper\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1614277350000,\n                \"lastModified\": 1614277364000,\n                \"lastIndexed\": 1649953243081,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"RunKeeper Connector\",\n                \"title\": \"RunKeeper Connector\",\n                \"subTitle\": \"Get the most out of your RunKeeper data.\",\n                \"description\": \"RunKeeper is a GPS fitness-tracking app for iOS and Android. It allows users to track fitness activities using GPS and to see detailed statistics around their pace, distance, and time. Use Domo's RunKeeper connector to compile reports about physical activity, health, and nutrition.\",\n                \"tags\": [\n                    \"Cloud Connector\",\n                    \"Sports & Recreation\"\n                ],\n                \"connectorTags\": [\n                    \"Cloud Connector\",\n                    \"Sports & Recreation\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"RunKeeper Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for RunKeeper is https://api.runkeeper.com.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Fitness Activities</td> <td>/fitnessActivities</td> </tr>\\n<tr> <td>Friends</td> <td>/team</td> </tr>\\n<tr> <td>Personal Records</td> <td>/records</td> </tr>\\n<tr> <td>Profile</td> <td>/profile</td> </tr>\\n<tr> <td>Settings</td> <td>/settings</td> </tr>\\n<tr> <td>Sleep</td> <td>/sleep</td> </tr>\\n<tr> <td>Strength Training Activities</td> <td>/strengthTrainingActivities</td> </tr>\\n<tr> <td>Weight</td> <td>/weight</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You will need your RunKeeper username and password. Domo connects to RunKeeper using the OAuth authentication system. This means that your password is totally secure and is never stored. You can revoke Domo's access to your RunKeeper account at any time.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"While RunKeeper may enforce call rate limits, the user should not need to worry about it.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"RunKeeper Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.percolate\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.percolate\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644649884000,\n                \"lastModified\": 1648482473000,\n                \"lastIndexed\": 1649953243082,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Percolate Connector\",\n                \"title\": \"Percolate Connector\",\n                \"subTitle\": \"Get the most out of your Percolate data.\",\n                \"description\": \"Percolate is a complete web and mobile software platform to manage all your marketing in one place. Use Domo's Percolate connector to track your marketing efforts and get data about analytics, export, post analytics, and so on.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Percolate Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for Percolate is https://percolate.com/api/.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Analytics</td> <td>/v4/analytics/</td> </tr>\\n<tr> <td>Export</td> <td>/v5/export/</td> </tr>\\n<tr> <td>Post Analytics</td> <td>/v4/analytics/post/</td> </tr>\\n<tr> <td>Post By Brand</td> <td>/v5/post_set/</td> </tr>\\n<tr> <td>Post By License</td> <td>/v5/post_set/</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the API key of your Percolate account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Trying to pull today's data might result in duplicate rows. Ideally, set up the dataset to pull in yesterday's data once a day with the dataset set to APPEND mode.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Percolate Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.districtm\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.districtm\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1614277874000,\n                \"lastModified\": 1614277889000,\n                \"lastIndexed\": 1649953243082,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"District M Connector\",\n                \"title\": \"District M Connector\",\n                \"subTitle\": \"Get the most out of your District M data.\",\n                \"description\": \"District M is a digital media company that offers programmatic solutions to advertisers and publishers. Use Domo's District M connector to generate reports about ads, products, earnings and so on.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Ads\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"District M Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for District M is https://api.districtm.ca.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Query</td> <td>/queries/json</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need your District M client id and client secret.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"District M Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.postgresql.advanced\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.postgresql.advanced\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645340309000,\n                \"lastModified\": 1648483219000,\n                \"lastIndexed\": 1649953243084,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"PostgreSQL Advanced Connector\",\n                \"title\": \"PostgreSQL Advanced Connector\",\n                \"subTitle\": \"Get the big picture. See your PostgreSQL data together with data from other systems, all in Domo.\",\n                \"description\": \"Domo works seamlessly with PostgreSQL's open source object-relational database system. You can use Domo's PostgreSQL Advanced Connector to pull data from your PostgreSQL database and compile custom reports. With an intuitive platform that brings all your data and all your people together in one place, it's easy to collaborate around real-time business insights and move forward with a single version of the truth. <br /> <br />You can easily combine your PostgreSQL data with data from numerous other systems, allowing you to transform your data and make it all available for user self-service. See the metrics you need on any device, automate your reporting, and get alerts when there are important changes to your business.\",\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"PostgreSQL Advanced Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port and database name of your PostgreSQL database. You also need your CA certificate, SSL certificate, and SSL key.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                        \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my PostgreSQL database? Do I need to whitelist any IP  addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to a PostgreSQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://domohelp.domo.com/hc/en-us/articles/360043630093\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What's the Fetch Size?\",\n                        \"connectorAnswer\": \"The fetch size is for memory performance. The connector will use the default value 400, if no value is provided in this field. If an \\\"out of memory\\\" error occurs, retry decreasing the fetch size.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"PostgreSQL Advanced Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.amazons3-assumerole\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.amazons3-assumerole\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644735324000,\n                \"lastModified\": 1648482839000,\n                \"lastIndexed\": 1649953243084,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Amazon S3 AssumeRole Connector\",\n                \"title\": \"Amazon S3 AssumeRole Connector\",\n                \"subTitle\": \"Understand your S3 bucket data with the Amazon S3 AssumeRole integration.\",\n                \"description\": \"Amazon S3 is an online file storage service offered by Amazon Web Services. Domo's Amazon S3 AssumeRole Connector allows you to pull data from an S3 bucket using AssumeRole authentication.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"AWS\",\n                    \"Documents\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Cloud Connector\",\n                    \"AWS\",\n                    \"Documents\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"AWS\",\n                    \"Documents\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Amazon S3 AssumeRole Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the Amazon resource name of the role to assume, identifier for the assumed role session, unique identifier used by third parties when assuming roles in their customers' accounts, name of the Amazon S3 bucket you want to pull data from, and Amazon S3 region.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What precautions do I need to take before pulling the data?\",\n                        \"connectorAnswer\": \"Ensure that the file is present in the S3 bucket and correct file type is specified in the connector settings. Also, remove the null columns from the file before the connector can successfully retrieve data.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Amazon S3 AssumeRole Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.usgswelldata\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.usgswelldata\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1614721852000,\n                \"lastModified\": 1614734679000,\n                \"lastIndexed\": 1649953243084,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"USGS Well Data\",\n                \"title\": \"USGS Well Data\",\n                \"subTitle\": \"USGS Well Data Third Party Connector\",\n                \"description\": \"Use Domo USGS Well Data connector to retrieve historical manually-recorded groundwater levels from hydrologic sites served by the USGS.\",\n                \"tags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Environmental Svcs\",\n                    \"News & Events\"\n                ],\n                \"connectorTags\": [\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Environmental Svcs\",\n                    \"News & Events\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"USGS Well Data\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [],\n                \"producer\": \"Domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"Domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"USGS Well Data\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.zendesksunshine\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.zendesksunshine\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1614278685000,\n                \"lastModified\": 1614278699000,\n                \"lastIndexed\": 1649953243085,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Zendesk Sunshine Connector\",\n                \"title\": \"Zendesk Sunshine Connector\",\n                \"subTitle\": \"Visualize your Zendesk Sunshine data in minutes.\",\n                \"description\": \"Zendesk Sunshine is an open, flexible CRM platform. Sunshine lets you seamlessly connect and understand all of your customer data wherever it lives. Use Domo's Zendesk Sunshine connector to receive details about profiles, events and custom objects.\",\n                \"tags\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\"\n                ],\n                \"connectorTags\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"CRM\",\n                    \"Marketing\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Zendesk Sunshine Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for the Zendesk Sunshine connector is https://{subdomain}.zendesk.com.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>List Custom Object Types</td> <td>/api/sunshine/objects/types</td> </tr>\\n<tr> <td>List Objects Records By Type</td> <td>/api/sunshine/objects/records</td> </tr>\\n<tr> <td>List Persons</td> <td>/api/sunshine/people</td> </tr>\\n<tr> <td>List Relationship Records By Type</td> <td>/api/sunshine/relationships/records</td> </tr>\\n<tr> <td>List Relationship Types</td> <td>/api/sunshine/relationships/types</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up the Zendesk connector? \",\n                        \"connectorAnswer\": \"You need the Zendesk username, password or API token, and the Zendesk instance URL.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"The rate limit is 1,000 requests per minute for Custom Objects API.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Zendesk Sunshine Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.ae72076c-3119-490c-b0df-74e7b2c97ebf\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.ae72076c-3119-490c-b0df-74e7b2c97ebf\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1583343056000,\n                \"lastModified\": 1583734385000,\n                \"lastIndexed\": 1649953243085,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Fulcrum\",\n                \"title\": \"Fulcrum\",\n                \"subTitle\": \"Fulcrum Third Party Connector\",\n                \"description\": \"Integrate your fulcrum data in minutes using Query API only with an API Key and standard SQL statements.\",\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Fulcrum\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You must provide an API token, you can do it at https://web.fulcrumapp.com/settings/api/new\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                        \"connectorAnswer\": \"Query Report    /api/v2/query\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I get information about forms that I am not an administrator for?\",\n                        \"connectorAnswer\": \"Not with this connector. You only get information about the forms and data allowed by your API key.\"\n                    }\n                ],\n                \"producer\": \"mmmm-0012-1096\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"mmmm-0012-1096\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Fulcrum\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.informix\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.informix\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644733659000,\n                \"lastModified\": 1648482366000,\n                \"lastIndexed\": 1649953243085,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"IBM Informix Connector\",\n                \"title\": \"IBM Informix Connector\",\n                \"subTitle\": \"Understand your relational, object-relational, and dimensional data with IBM Informix.\",\n                \"description\": \"IBM Informix is a fast and scalable database server that manages traditional relational, object-relational, and dimensional databases. Use this connector to get your IBM Informix data into Domo.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"BI\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Analytics\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"IBM Informix Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username, password, host, port, server and database name of your Informix database.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequently will my data update?\",\n                        \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Why can't I connect to my Informix database? Do I need to whitelist any IP addresses?\",\n                        \"connectorAnswer\": \"Before you can connect to an Informix database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"IBM Informix Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.anaplan\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.anaplan\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644660219000,\n                \"lastModified\": 1648482851000,\n                \"lastIndexed\": 1649953243085,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Anaplan Connector\",\n                \"title\": \"Anaplan Connector\",\n                \"subTitle\": \"Make faster, better decisions by integrating your Anaplan data with data from other key systems.\",\n                \"description\": \"By integrating your Anaplan data into Domo, you can get the bigger picture of your finance, sales, and workforce planning data. Combine your Adaptive Insights data with data from other data sources throughout your company for a comprehensive view of your business. Set up custom alerts to be notified in real-time when your key metrics change, so you can make faster, better business decisions.\",\n                \"tags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Sales Leaders\"\n                ],\n                \"connectorTags\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Cloud Connector\",\n                    \"Sales Leaders\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Sales\",\n                    \"Marketing\",\n                    \"Analytics\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Anaplan Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Anaplan does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses major version 1 and minor version 3 of the Anaplan. (https://api.anaplan.com/{major}/{minor})\\nMajor Version = 1\\nMinor Version = 3 \"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoints does each discovery call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Discovery Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr>\\n<tr> <td>Workspaces</td> <td>/workspaces</td> </tr>\\n<tr> <td>Models</td> <td>/workspaces/{workspaceID}/models</td> </tr>\\n<tr> <td>Files</td> <td>/workspaces/{workspaceID}/models/{modelID}/files</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What endpoint is called to process the data?\",\n                        \"connectorAnswer\": \"<ul> <li>/workspaces/{workspaceID}/models/{modelID}/files/{fileID}/chunks</li> <li>/workspaces/{workspaceID}/models/{modelID}/exports/{fileID}/tasks</li> <li>/workspaces/{workspaceID}/models/{modelID}/exports/{fileID}/tasks/{taskID}</li> </ul>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username and password associated with your Anaplan account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Anaplan Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.tealiumdataaccess\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.tealiumdataaccess\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1645238927000,\n                \"lastModified\": 1648483337000,\n                \"lastIndexed\": 1649953243085,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Tealium DataAccess\",\n                \"title\": \"Tealium DataAccess\",\n                \"subTitle\": \"Use Domo's prebuilt Amazon S3 User Specific Permissions connector to connect to Tealium DataAccess.\",\n                \"description\": \"Tealium DataAccess is the most flexible way to access and own your data in real-time, extending the power of Tealium iQ Tag Management, AudienceStream, and other integrations across an entire organization. Use Amazon S3 User Specific Permissions connector to connect to Tealium DataAccess.\",\n                \"tags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"BI\"\n                ],\n                \"connectorTags\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"Cloud Connector\",\n                    \"BI\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"IT\",\n                    \"Database\",\n                    \"Marketing\",\n                    \"BI\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Tealium DataAccess\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Tealium DataAccess\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.610b2ff6-1e44-4c90-96a9-de9ff2b6a398\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.610b2ff6-1e44-4c90-96a9-de9ff2b6a398\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1622207222000,\n                \"lastModified\": 1622209083000,\n                \"lastIndexed\": 1649953243086,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"GuideCX Connector\",\n                \"title\": \"GuideCX Connector\",\n                \"subTitle\": \"GuideCX Third Party Connector\",\n                \"description\": \"GuideCX is a client onboarding and project management platform that keeps your clients at the center of every project by providing complete visibility into the work. Invite everyone to the project--internal resources, customer teams, and third-party vendors. Guide each step and stay on track with automated tasks, reminders, and updates.</br></br>To get at the full scope of project status, you need context. Domo's cloud-based platform brings all your GuideCX project reports together through one connector. See overall project data side-by-side with data from individual tasks, projected timelines, revenue calculations, or any other relevant information to satisfy your project management reporting needs.</br></br>Use Domo's GuideCX connector to pull data about projects, in your account. Get visualizations and reports on your projects made to your exact specifications-what you want to see, how you want to see it.\",\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"GuideCX Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What kind of data can I get from the GuideCX Connector?\",\n                        \"connectorAnswer\": \"Project Data from any active or completed project in GuideCX.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What credentials do I need to access the GuideCX Connector?\",\n                        \"connectorAnswer\": \"You need a paid GuideCX account and your API key.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often is the GuideCX data updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API Limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What if I need more help?\",\n                        \"connectorAnswer\": \"Contact GuideCX support.\"\n                    }\n                ],\n                \"producer\": \"trustvesta\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"trustvesta\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"GuideCX Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.moat\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.moat\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644655800000,\n                \"lastModified\": 1648482713000,\n                \"lastIndexed\": 1649953243087,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Moat Connector\",\n                \"title\": \"Moat Connector\",\n                \"subTitle\": \"Get the big picture. See your Moat data together with data from other systems, all in Domo.\",\n                \"description\": \"Moat is a powerhouse in the search engine world when it comes to digital advertising, enabling you to search for campaigns by advertiser, see where creatives are running and perform competitive analysis. Use this connector to bring in data about your ad effectiveness to help improve your advertising decisions.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"SEO\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Ads\",\n                    \"SEO\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Digital Marketing\",\n                    \"Ads\",\n                    \"SEO\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Moat Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What version of the Moat API does this connector use?\",\n                        \"connectorAnswer\": \"This connector uses version 1 of the Moat API (https://api2.moat.com/1).\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Stats</td> <td>/stats.json</td></tr> </table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the username and password of your Moat acocunt.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"As often as needed.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"No\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Moat Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.thirdparty.connector.e0f56554-9838-4133-a00f-3786ec22ab1c\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.thirdparty.connector.e0f56554-9838-4133-a00f-3786ec22ab1c\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1649746434000,\n                \"lastModified\": 1649859475000,\n                \"lastIndexed\": 1649953243087,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Service Desk Plus Cloud Connector\",\n                \"title\": \"Service Desk Plus Cloud Connector\",\n                \"subTitle\": \"Visualize your Service Desk Plus Cloud data in DOMO.\",\n                \"description\": \"ManageEngine ServiceDesk Plus Cloud is a game changer in turning IT teams from daily fire-fighting to delivering awesome customer service. This connector lets you fetch request and change dataset from ServiceDesk Plus Cloud and project it to DOMO, where you can visualize datasets as per your requirements. You can also set a schedule to fetch data.\",\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Service Desk Plus Cloud Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"Which version of the ServiceDesk Plus Cloud API is used by the connector?\",\n                        \"connectorAnswer\": \"ServiceDesk Plus Cloud V3 API.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What are the credentials required to run the connector?\",\n                        \"connectorAnswer\": \"You will need the ServiceDesk Plus Cloud login username and password for authenticating via oAuth 2.0.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Is it required to have multiple accounts to add multiple datasets?\",\n                        \"connectorAnswer\": \"No, you can add multiple datasets using a single account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any limits to the API calls?\",\n                        \"connectorAnswer\": \"There are no limits but larger data set might take longer time to sync.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What are the available update methods for scheduling data fetch operation?\",\n                        \"connectorAnswer\": \"There are two update methods. Replace and append.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How frequent can the data be updated?\",\n                        \"connectorAnswer\": \"In the basic mode, data fetch can be scheduled with the following options: <br>Every month, Every day, Every weekday, Every week, Specific days of the week/month, and Manually (with a custom timing option). <br>In the advance mode, the above scheduling option can be grouped for a fine-grained schedule with a specific time or update frequency.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can we use a custom name and description for the datasets fetched?\",\n                        \"connectorAnswer\": \"Yes, a custom name and a description can be used in DOMO.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table><tbody><tr><th>Report Name</th><th>Endpoint URL(s)</th></tr><tr><td>Request</td><td>/requests</td></tr><tr><td>Change</td><td>/changes</td></tr></tbody></table>\"\n                    }\n                ],\n                \"producer\": \"mmmm-0020-8372\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"mmmm-0020-8372\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Service Desk Plus Cloud Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            },\n            {\n                \"entityType\": \"connector\",\n                \"databaseId\": \"com.domo.connector.adobeTarget\",\n                \"searchId\": {\n                    \"indexName\": null,\n                    \"databaseId\": \"com.domo.connector.adobeTarget\",\n                    \"customer\": \"GlobalSearchCustomer\",\n                    \"entityType\": \"connector\"\n                },\n                \"createDate\": 1644644165000,\n                \"lastModified\": 1648482562000,\n                \"lastIndexed\": 1649953243087,\n                \"highlightedFields\": {},\n                \"language\": \"English\",\n                \"requestAccess\": false,\n                \"score\": 5.694026,\n                \"label\": \"Adobe Target Connector\",\n                \"title\": \"Adobe Target Connector\",\n                \"subTitle\": \"Get the big picture. See your Adobe Target data together with data from other systems, all in Domo.\",\n                \"description\": \"Adobe Target allows you to create A/B tests and embed personalized experiences into your apps. With Domo's Adobe Target Connector you'll see data about campaigns, content and performance. This will give you confidence in your initiatives as you learn how to package them for your target market.\",\n                \"tags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Adobe\"\n                ],\n                \"connectorTags\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\",\n                    \"Cloud Connector\",\n                    \"Adobe\"\n                ],\n                \"capabilities\": [\n                    \"Connector\"\n                ],\n                \"categories\": [\n                    \"Marketing\",\n                    \"Analytics\",\n                    \"Digital Marketing\"\n                ],\n                \"roles\": [],\n                \"dataSources\": [\n                    \"Adobe Target Connector\"\n                ],\n                \"isPublic\": true,\n                \"connectorFAQS\": [\n                    {\n                        \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                        \"connectorAnswer\": \"The base URL for the Adobe Target connector is https://mc.adobe.io.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                        \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"570%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Activities Report</td> <td>/{tenant}/target/activities/</td> </tr>\\n<tr> <td>AP Performance Report</td> <td>/{tenant}/target/activities/abt/{activityId}/report/performance</td> </tr>\\n<tr> <td>Audiences Report</td> <td>/{tenant}/target/audiences</td> </tr>\\n<tr> <td>Audit Report</td> <td>/{tenant}/target/activities/ab/{activityId}/report/orders</td> </tr>\\n<tr> <td>Environments Report</td> <td>/{tenant}/target/environments/</td> </tr>\\n<tr> <td>Mboxes Report</td> <td>/{tenant}/target/mboxes/</td> </tr>\\n<tr> <td>New AB Performance Report</td> <td>/{tenant}/target/activities/ab/{activityId}/report/performance</td> </tr>\\n<tr> <td>New XT Performance Report</td> <td>/{tenant}/target/activities/xt/{activityId}/report/performance</td> </tr>\\n<tr> <td>Offers Report</td> <td>/{tenant}/target/offers/</td> </tr>\\n<tr> <td>Properties Report</td> <td>/{tenant}/target/properties/</td> </tr>\\n</table>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                        \"connectorAnswer\": \"You need the client id (API key), client secret, technical account id, organization id, tenant, and private key associated with your Adobe Target account.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my client id (API key), client secret, technical account id, and organization id?\",\n                        \"connectorAnswer\": \"<ul style=\\\"margin-left: 23px; line-height: 16px;\\\">\\n<li>Create a new integration in <a href=\\\"https://console.adobe.io/integrations\\\" target=\\\"_blank\\\">Adobe I/O Console</a>, by following the <a href=\\\"https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md\\\" target=\\\"_blank\\\">Adobe's instructions</a>.</li>\\n<li>You will need to create a public/private key pair, upload the public key to Adobe, and provide the private key to Domo.</li>\\n<li>From the <strong>Adobe Integration Overview</strong> page, you can find your <strong>API Key (Client ID), Technical Account ID, Organization ID</strong> and <strong>Client Secret</strong>.</li>\\n<li>Domo will use your credentials to create a JSON web token. Domo will sign in with your private key, and exchange that JWT token for an access token to access the Adobe Analytics API. </li>\\n<li>For more information see <a href=\\\"https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md\\\" target=\\\"_blank\\\">Adobe’s documentation</a>. </li> </ul>\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my tenant?\",\n                        \"connectorAnswer\": \"Your Adobe tenant name is the first part of the URL when you log into Adobe Experience Cloud. Example: https://tenant-name.marketing.adobe.com\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Where can I find my private key?\",\n                        \"connectorAnswer\": \"You create your private key along with the public key as you create a a new integration in <a href=\\\"https://console.adobe.io/integrations\\\" target=\\\"_blank\\\">Adobe I/O Console</a>.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Can I use the same account for multiple datasets?\",\n                        \"connectorAnswer\": \"Yes\"\n                    },\n                    {\n                        \"connectorQuestion\": \"How often can the data be updated?\",\n                        \"connectorAnswer\": \"Try to limit the updates to once a day.\"\n                    },\n                    {\n                        \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                        \"connectorAnswer\": \"None\"\n                    }\n                ],\n                \"producer\": \"domo\",\n                \"writebackEnabled\": false,\n                \"publisherName\": \"domo\",\n                \"entitySubType\": \"Connector\",\n                \"popularity\": 0,\n                \"winnerText\": \"Adobe Target Connector\",\n                \"customer\": \"GlobalSearchCustomer\"\n            }\n        ],\n        \"beast_mode\": [],\n        \"ml_project\": [],\n        \"page\": [],\n        \"combined\": [],\n        \"app_card\": [],\n        \"buzz\": [],\n        \"dataset\": [],\n        \"user\": [],\n        \"account\": [],\n        \"card\": []\n    },\n    \"searchObjects\": [\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.salesforcewriteback\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.salesforcewriteback\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1652201945000,\n            \"lastModified\": 1652373872000,\n            \"lastIndexed\": 1652373970980,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 106.53342,\n            \"label\": \"Salesforce Writeback Connector\",\n            \"title\": \"Salesforce Writeback Connector\",\n            \"subTitle\": \"Use this connector to export your data from a Domo dataset to your Salesforce account.\",\n            \"description\": \"Salesforce is a cloud-based platform for customer relationship management. Use Domo's Salesforce Writeback connector to export your data from a Domo DataSet to your Salesforce account.\",\n            \"tags\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Salesforce\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Salesforce\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\",\n                \"Writeback\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Finance\",\n                \"Salesforce\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Salesforce Writeback Connector\"\n            ],\n            \"isPublic\": false,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need Domo developer account credentials (client id and client secret), and your Salesforce username and password.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my Domo client id and client secret?\",\n                    \"connectorAnswer\": \"To create a new client: <ul style=\\\"margin-left: 23px; line-height: 15px\\\"> <li>Login to <a href=\\\"https://developer.domo.com/login\\\" target=\\\"_blank\\\">Domo developer account</a>.</li>\\n<li>In the top right corner under <b>My Account</b> click <b>New Client</b>.</li> \\n<li>Enter the application name and description.</li> \\n<li>Provide the application scope by selecting the checkboxes for <b>Data</b> and <b>User</b>.</li> <li>Click <b>Create</b>.</li> </ul>Once you have created a client, you can manage the client by clicking on <b>Manage Client</b>.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create a new Salesforce Writeback connection?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": true,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Salesforce Writeback Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.boxfileservice\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.boxfileservice\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1646678746000,\n            \"lastModified\": 1648482895000,\n            \"lastIndexed\": 1649953243193,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Box Advanced Connector\",\n            \"title\": \"Box Advanced Connector\",\n            \"subTitle\": \"Connect the data you store in Box and make it available to everyone with Domo's easy-to-use charts and reports, available on any device.\",\n            \"description\": \"Box Inc. is an online file sharing and personal cloud content management service for businesses. Use this connector to pull data files from your Box account into Domo. You can retrieve data files in any of the following file types: CSV, XLS, XLSX, XML, ZIP, and GZIP. This connector pulls data by file name and type.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Financial Planning\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Financial Planning\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Box Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up the Box connector? \",\n                    \"connectorAnswer\": \"You need your Box username and password.\"\n                },\n                {\n                    \"connectorQuestion\": \" How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as required.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same Box account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I do if I just uploaded a file to box.com, but the Box connector says, \\\"File does not exist\\\" when I try to pull in the file?\",\n                    \"connectorAnswer\": \"Make sure all your connector settings match your file and are free of typos. Files may not be available via the Box API up to 30 minutes after the file was uploaded. Ensure the file has been in Box for at least 30 minutes, then attempt to run the dataset again.\"\n                },\n                {\n                    \"connectorQuestion\": \" Why can't I connect to box.com with valid credentials? How do I resolve this issue?\",\n                    \"connectorAnswer\": \"This problem may arise from an issue with your option settings in Box. Domo is an unpublished application in box.com terminology and Box offers an option to disable the unpublished applications by default. If a customer is using this option, Domo users may not be able to authenticate or connect to Box to import data from Box to Domo. <br>The public API key for Domo at Box is: wmiawbgvombfafa0jj4dgvmvq5ivq83m.\"\n                },\n                {\n                    \"connectorQuestion\": \"What is the difference between the Box connector and the Box Advanced Connector?\",\n                    \"connectorAnswer\": \"Box connector allows you to specify the name and type of the file to pull the data from. Box Advanced connector offers an additional Advanced section to specify the data formatting details, along with the name and type of the file. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Box Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.boxservice\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.boxservice\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1607537119000,\n            \"lastModified\": 1607537144000,\n            \"lastIndexed\": 1649953243195,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Box Analytics Advanced Connector\",\n            \"title\": \"Box Analytics Advanced Connector\",\n            \"subTitle\": \"Get the most out of your Box Analytics data.\",\n            \"description\": \"Box is an online file sharing and personal content cloud management service for businesses. Use Domo's Box Analytics connector to pull data about files and folders, users, enterprise events, and single user events from Box. Box Analytics Advanced connector allows more filtering options for 'File and Folder' and 'Enterprise Events' reports.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Financial Planning\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Financial Planning\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Box Analytics Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Box Analytics API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 2 of the Box Analytics API (https://api.box.com/2.0/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Enterprise Event Report</td> <td>/events</td> </tr>\\n<tr> <td>File and Folder Report</td> <td>/folders/{folder-id}/items</td> </tr>\\n<tr> <td>Single User Event Report</td> <td>/events</td> </tr>\\n<tr> <td>User Report</td> <td>/users</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the email address and password associated with your Box account. \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Box credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your Box credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Box allows roughly 10 queries per second for each user. Note that a single dataset run may require multiple queries.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Box Analytics Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.wordpress\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.wordpress\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1592497200000,\n            \"lastModified\": 1592497219000,\n            \"lastIndexed\": 1649953243285,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"WordPress Connector\",\n            \"title\": \"WordPress Connector\",\n            \"subTitle\": \"Integrate your WordPress data in minutes.\",\n            \"description\": \"WordPress is one of the most popular blogging services in the world. Use Domo's WordPress Self-Hosted connector for any blogs that you have built using WordPress software. This connector gives you information about people interacting with your blog and what they are saying. With this information at fingertips, you can create the best content and post it on a schedule that will maximize reach with your readers. Use this connector to get data about categories, comments, media, posts, and so on.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Web Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"WordPress Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username or email address, and password associated with your WordPress account. Alternatively, you can use your Google credentials to login.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While WordPress may enforce call rate limits, you should not need to worry about them.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"WordPress Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.oracledb\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.oracledb\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644667238000,\n            \"lastModified\": 1648483204000,\n            \"lastIndexed\": 1649953243388,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Oracle Database Connector\",\n            \"title\": \"Oracle Database Connector\",\n            \"subTitle\": \"Provide a comprehensive view of your business by combining your Oracle data with other data sources in Domo.\",\n            \"description\": \"Oracle provides the world's most complete, open, and integrated business software and hardware systems. Domo delivers relevant metrics to the right people so that faster, better-informed decisions become the norm. And you can easily combine your Oracle data with data from numerous other systems, allowing you to combine and transform your data and make it all available for user self-service.<br><br>You can use Domo's Oracle Database Connector to pull data from your Oracle database and compile custom reports. You indicate the data you want by inputting an SQL query. Once your data is in Domo, you have access to real-time data, so it's easy to move and pivot. Connect easily to your data and create powerful visualizations that help you make better decisions, with one place for your team to collaborate and share insights.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Oracle\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Oracle\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Oracle Database Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port and SID of your Oracle database.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help. \"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my Oracle database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to an Oracle database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Oracle Database Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.cloudhealthservice.cloudhealth\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.cloudhealthservice.cloudhealth\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644650263000,\n            \"lastModified\": 1648482274000,\n            \"lastIndexed\": 1649953245953,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"CloudHealth Advanced Connector\",\n            \"title\": \"CloudHealth Advanced Connector\",\n            \"subTitle\": \"Use Domo's CloudHealth connector to get data from prebuilt or customized reports.\",\n            \"description\": \"CloudHealth is IT service management for the cloud, enabling policy-driven cost, utilization, performance, and security optimization and governance. Domo's CloudHealth connector allows you to retrieve data through prebuilt or customized reports. CloudHealth Advanced connector supports additional reports.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Financial Planning\",\n                \"CFO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Financial Planning\",\n                \"CFO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\",\n                \"Finance\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"CloudHealth Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the API key of your CloudHealth account. \"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my API key?\",\n                    \"connectorAnswer\": \"To obtain an API key:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px;\\nline-height: 13px;\\\"> <li>Log into CloudHealth using your username and password.</li> <li>Click <b>My Profile</b>.</li> <li>In the <b>API Key</b> section, click <b>Generate API Key</b>.</li></ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"CloudHealth may limit API calls. Reduce the number of datasets scheduled to run at the same time to prevent rate limiting.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between this connector and the CloudHealth connector?\",\n                    \"connectorAnswer\": \"CloudHealth Advanced connector supports additional reports.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"CloudHealth Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.microsoftsqlserver\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.microsoftsqlserver\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1649699358000,\n            \"lastModified\": 1649707198000,\n            \"lastIndexed\": 1649953245955,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Microsoft SQL Server\",\n            \"title\": \"Microsoft SQL Server\",\n            \"subTitle\": \"Microsoft SQL Server Domo Connector\",\n            \"description\": \"Microsoft SQL Server is a scalable, hybrid database platform. Using the Domo Microsoft SQL Server connector, you can query data from your SQL Server using standard SQL queries.\",\n            \"tags\": [\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Microsoft SQL Server\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port, and database name of your Microsoft SQL Server.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same Microsoft SQL Server account to create multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to the Microsoft SQL Server database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                },\n                {\n                    \"connectorQuestion\": \"What SQL Server versions are supported with this connector?\",\n                    \"connectorAnswer\": \"​This connector supports SQL Server versions from 2005 to 2017.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Microsoft SQL Server\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.dropboxdfb\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.dropboxdfb\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644644970000,\n            \"lastModified\": 1648482962000,\n            \"lastIndexed\": 1649953245962,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Dropbox For Business Advanced Connector\",\n            \"title\": \"Dropbox For Business Advanced Connector\",\n            \"subTitle\": \"Get the big picture. See your Dropbox Business data together with data from other systems, all in Domo.\",\n            \"description\": \"Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software. This connector offers an additional report for 'Groups Information', and provides additional filtering options for the 'Audit Log' report.\",\n            \"tags\": [\n                \"IT\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Spreadsheets\",\n                \"Employee Management\",\n                \"Productivity\",\n                \"Time Tracking\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Spreadsheets\",\n                \"Employee Management\",\n                \"Productivity\",\n                \"Time Tracking\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Operations\",\n                \"Spreadsheets\",\n                \"Productivity\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Dropbox For Business Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Dropbox API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 2 of the Dropbox API (https://api.dropboxapi.com/2/team).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Audit Log</td> <td>/log/get_events</td> </tr>\\n<tr> <td>Groups Information</td> <td>/groups/list</td> </tr>\\n<tr> <td>Linked Devices</td> <td>/reports/get_devices</td> </tr>\\n<tr> <td>Members</td> <td>/members/list</td> </tr>\\n<tr> <td>Membership Data</td> <td>/reports/get_membership</td> </tr>\\n<tr> <td>Storage Usage</td> <td>/reports/get_storage</td> </tr>\\n<tr> <td>Team Information</td> <td>/get_info</td> </tr>\\n<tr> <td>User Activity</td> <td>/reports/get_activity</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your Dropbox username and password, or your Google credentials.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Dropbox credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your Dropbox credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While Dropbox may enforce call rate limits, you should not have to worry about them.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Dropbox For Business Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.pagerdutyv2\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.pagerdutyv2\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645236202000,\n            \"lastModified\": 1648483215000,\n            \"lastIndexed\": 1649953246730,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"PagerDuty\",\n            \"title\": \"PagerDuty\",\n            \"subTitle\": \"PagerDuty Domo Connector\",\n            \"description\": \"PagerDuty is a SaaS solution providing IT department's on-call schedule management, alerting, and incident tracking. It allows facilities to add scheduling to existing monitoring solutions, alerts (via SMS, phone, email, iOS or Android push), and respond or escalate issues via your mobile device. Use Domo's PagerDuty connector to get reports about schedule management, alerting, and incident tracking.\",\n            \"tags\": [\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"PagerDuty\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Pagerduty V2 is https://api.pagerduty.com/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Abilities</td> <td>/abilities</td> </tr>\\n<tr> <td>Addons</td> <td>/addons</td> </tr>\\n<tr> <td>Escalation Policies</td> <td>/escalation_policies</td> </tr>\\n<tr> <td>Extension Schemas</td> <td>/extension_schemas</td> </tr>\\n<tr> <td>Extensions</td> <td>/extensions</td> </tr>\\n<tr> <td>Incidents</td> <td>/incidents</td> </tr>\\n<tr> <td>Incident Alerts</td> <td>/incidents/{incident_id}/alerts</td> </tr>\\n<tr> <td>Incident Log Entries</td> <td>/incidents/{incident_id}/log_entries</td> </tr>\\n<tr> <td>Incident Notes</td> <td>/incidents/{incident_id}/notes</td> </tr>\\n<tr> <td>Priorities</td> <td>/priorities</td> </tr>\\n<tr> <td>Log Entries</td> <td>/log_entries</td> </tr>\\n<tr> <td>Maintenance Windows</td> <td>/maintenance_windows</td> </tr>\\n<tr> <td>Notifications</td> <td>/notifications</td> </tr>\\n<tr> <td>On-Calls</td> <td>/oncalls</td> </tr>\\n<tr> <td>Schedules</td> <td>/schedules</td> </tr>\\n<tr> <td>Schedules Overrides</td> <td>/schedules/{schedule_id}/overrides</td> </tr>\\n<tr> <td>Schedules Users</td> <td>/schedules/{schedule_id}/users</td> </tr>\\n<tr> <td>Services</td> <td>/services</td> </tr>\\n<tr> <td>Teams</td> <td>/teams</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Vendors</td> <td>/vendors</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your PagerDuty token.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"PagerDuty\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.wrike4\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.wrike4\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1628098997000,\n            \"lastModified\": 1628099010000,\n            \"lastIndexed\": 1649953246731,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Wrike Connector\",\n            \"title\": \"Wrike Connector\",\n            \"subTitle\": \"Get the most out of your Wrike data.\",\n            \"description\": \"Wrike is a cloud based project management and planning system. Use Domo's Wrike connector to retrieve data about your accounts, attachments, folders, tasks, workflows and more.\",\n            \"tags\": [\n                \"Project Management\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Project Management\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Project Management\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Wrike Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Wrike API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 4 of the Wrike API (https://www.wrike.com/api/v4/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report in this connector call?\",\n                    \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Accounts</td> <td>/account/</td> </tr>\\n<tr> <td>Attachments</td> <td>/attachments/</td> </tr>\\n<tr> <td>Comments</td> <td>/comments/</td> </tr>\\n<tr> <td>Contacts</td> <td>/contacts/</td> </tr>\\n<tr> <td>Custom Fields</td> <td>/accounts/{accountId}/customfields</td> </tr>\\n<tr> <td>Dependencies</td> <td>/dependencies/{dependencyId}</td> </tr>\\n<tr> <td>Folder</td> <td>/folders/{folderId)</td> </tr>\\n<tr> <td>Folder Tree</td> <td>/folders/</td> </tr>\\n<tr> <td>Groups</td> <td>/accounts/{accountId}/groups</td> </tr>\\n<tr> <td>Invitations</td> <td>/accounts/{accountId}/invitations</td> </tr>\\n<tr> <td>Task</td> <td>/tasks/</td> </tr>\\n<tr> <td>Timelogs</td> <td>/timelogs/</td> </tr>\\n<tr> <td>Workflows</td> <td>/accounts/{accountId}/workflows</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the email address and password associated with your Wrike account. Alternatively, you can connect using your Google or Microsoft Office 365 credentials, or SSO credentials if these have been set up for your company.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"The API does not list any limitations.\"\n                },\n                {\n                    \"connectorQuestion\": \"When I click 'Add Account', why am I getting automatically validated without needing to enter credentials?\",\n                    \"connectorAnswer\": \"If you are already logged into Wrike when you connect to Domo, you are authenticated automatically as you click Add Account. If you want to connect to an account that is different from the one you are logged into, you must first log out of Wrike.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Wrike Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.googlesheets\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.googlesheets\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1649708796000,\n            \"lastModified\": 1653497288000,\n            \"lastIndexed\": 1653497499867,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google Sheets Connector\",\n            \"title\": \"Google Sheets Connector\",\n            \"subTitle\": \"Leverage the power Google Sheets has to collaboratively gather data from anyone in your company by bringing it into Domo.\",\n            \"description\": \"Google Sheets makes cloud-based spreadsheet calculations a cinch, but you also need to regularly communicate what's going on in your business. Use Google Sheets with Domo to blend your Google Sheets data with other data sources to help measure ROI and business impact, visualize data how you want it, and share insights from Google Sheets data with others.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Google\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Google\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google Sheets Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up the Google Sheets connector? \",\n                    \"connectorAnswer\": \"You need Google username and password.  \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Google account credentials are secure?\",\n                    \"connectorAnswer\": \"Domo's Google Sheets connector uses OAuth, which authenticates the account with Google without Domo ever having access to your Google account credentials.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of? \",\n                    \"connectorAnswer\": \"Google enforces total and concurrent call rate limits. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why does the connector seem to be pulling in unwanted data? \",\n                    \"connectorAnswer\": \"Confirm if you have selected the correct Google Sheet worksheet. If you are using advanced options, make sure you have selected the correct range of data.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google Sheets Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.facebookads\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.facebookads\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1654206724000,\n            \"lastModified\": 1655131352000,\n            \"lastIndexed\": 1655131601102,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Facebook Ads Advanced Connector\",\n            \"title\": \"Facebook Ads Advanced Connector\",\n            \"subTitle\": \"Get advanced insights into your Facebook advertising, including ad accounts, ad campaigns, keyword statistics, page actions, placement metrics, and responder demographics.\",\n            \"description\": \"Marketing experts use Facebook Ads to create targeted ads designed to reach different audiences and help them meet their business goals. Domo removes the guesswork from Facebook advertising by providing crucial insights into all of your Facebook campaigns. Create a customized Facebook dashboard with your most important KPIs, schedule automatic reports, or set up alerts for specific metrics. You can easily combine Facebook data with other social networks like Twitter, Linkedin, Pinterest, and more. Once your data is in Domo, you can give managers and decisions makers full visibility into critical Facebook metrics with a variety of collaboration and reporting features.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Facebook Ads Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Facebook API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 9.0 of the Facebook Marketing API (https://graph.facebook.com/v9.0).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"20%\\\">Report Name</th> <th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> <tr> <td colspan=\\\"2\\\">Ad Accounts</td> <td>/{AD_ACCOUNT_ID}/info</td< </tr> <tr> <td colspan=\\\"2\\\">Ad Campaigns</td> <td>/{AD_ACCOUNT_ID}/adcampaign_groups</td> </tr> <tr> <td colspan=\\\"2\\\">Ad Keyword Statistics (Deprecated)</td> <td>/keywordstats</td> </tr> <tr> <td colspan=\\\"2\\\">Ad Sets</td> <td>/{AD_ACCOUNT_ID}/adcampaigns</td> </tr> <tr> <td colspan=\\\"2\\\">Ads</td> <td>/{AD_ACCOUNT_ID}/adgroups</td> </tr> <tr> <td colspan=\\\"2\\\">Custom Insights</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">General Metrics</td> <td>/{CAMPAIGN_GROUP_ID}/insights</td> </tr> <tr> <td rowspan=\\\"4\\\">Object Informaion-NEW</td> <td>Account Object</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td>Campaign Object</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td>Ad Sets Object</td> <td>{AD_ACCOUNT_ID}/adsets</td> </tr> <tr> <td>Ads Object</td> <td>/{AD_ACCOUNT_ID}/ads</td> </tr> <tr> <td colspan=\\\"2\\\">Object Insights-NEW</td> <td>/{AD_ACCOUNT_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Page Actions (Ad sets)</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Page Actions (Ads)</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Placement Metrics</td> <td>/{CAMPAIGN_GROUP_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">Responder Demographics</td> <td>/{AD_SET_ID}/insights</td> </tr> <tr> <td colspan=\\\"2\\\">User</td> <td>/{USER_ID}</td> </tr> </table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You will need the email address that is associated with your Facebook account, and your Facebook password. The login process uses the OAuth process, so your password is never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Do I need a certain kind of account to set up the connector?\",\n                    \"connectorAnswer\": \"You will need a Facebook account that has access to the Facebook Ad account(s) that you are interested in. There are three levels of access available: Analyst, Advertiser and Administrator. Analyst-level access is enough for the reports available in the connector.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I choose the columns I need in a Custom Insights report?\",\n                    \"connectorAnswer\": \"The Custom Insights report is very flexible and will allow you to create nearly any report that can be created in the Facebook Ads UI. However, figuring out how to map between the column names shown in the Facebook Ads UI and the list of available columns/categories can be tricky. The following steps can help:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 18px;\\\">\\n<li>In the Facebook Ads UI, open the report that you want to duplicate in Domo.</li> <li>On the right-hand side of the screen, click the button labeled <b>Columns</b> and select <b>Customize Columns</b>.</li> <li>You should now see a dialog box that lets you choose and reorder columns that will be in the report.</li> <li>Pick a column to add to the report and click <b>Apply</b>.</li> <li>If you look at the URL, you'll see a URL parameter called 'columns'. This will look something like this: columns=[\\\"name\\\"%2C\\\"date_start\\\"%2C\\\"date_stop\\\"%2C\\\"reach\\\"%2C\\\"frequency\\\"%2C\\\"impressions\\\"%2C\\\"cpm\\\"%2C\\\"cpp\\\"%2C\\\"spend\\\"%2C\\\"clicks\\\"%2C\\\"unique_clicks\\\"%2C\\\"ctr\\\"%2C\\\"unique_ctr\\\"%2C\\\"cpc\\\"%2C\\\"actions%3Aoffsite_conversion.lead\\\"%2C\\\"social_reach\\\"].</li> <li>Each of the items between quotes is a column, and this is the API name for it. The names that are shown in the Columns field are typically very close (or identical) to these names.</li> <li>The tricky columns are ones that are actually part of a bigger category in the Domo UI. This includes things like 'actions' which expands into several smaller fields, including \\\"actions%3Aoffsite_conversion.lead\\\" shown above (which is 'Leads (Conversion)' in the UI).</li> </ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I get statistics about Instagram Views?\",\n                    \"connectorAnswer\": \"Instagram ads are included as a special placement option for ads. The following steps will get statistics about them:\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:18px;\\\">\\n<li>Create a Custom Insights report.</li> <li>Select interesting metrics. \\\"Actions\\\" should bring back a column about Video Views.</li> <li>Select \\\"Placement\\\" as the breakdown option.</li> <li>Choose the level to report (Account, Campaign, AdSet, Ad).</li> <li>Select the date range and time increment.</li> </ol>\\nThis will return information for a lot of different placement options. The interesting one is called \\\"instagramstream\\\". There should also be a column called \\\"ActionsVideoView\\\" that lists the number of video views.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I get information or insights for all my campaigns, ad sets, or ads, including new campaigns, ad sets, or ads I create in the future?\",\n                    \"connectorAnswer\": \"To get information on all campaigns, ad sets, or ads associated with specific accounts (even if you create those campaigns, ad sets, or ads after the creation of the report):\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:13px;\\\">\\n<li>Select the new <b>Object Information</b> report and the account(s) you wish to report on.</li> <li>Select the Object Type (Account, Campaign, Ad Set, or Ad).</li> </ol>OR\\n<ol style=\\\"margin-left:23px; line-height:13px;\\\">\\n<li>1. Select the <b>Ad Accounts</b> report and the account(s) you wish to report on.</li> <li>2. Select the appropriate Ad Account Edge. <ul style=\\\"margin-left:40px;\\\"> <li>To get information on all campaigns, select <b>Ad Campaigns</b>.</li> <li>To get information on all ad sets, select <b>Ad Sets</b>.</li> <li>To get information on all ads, select <b>Ads</b>.</li> </ul> </li> </ol>To get insights on all campaigns, ad sets, or ads associated with specific accounts (even if you create those campaigns, ad sets, or ads after the creation of the report):\\n<ol style=\\\"list-style:decimal inside none !important; margin-left:23px; line-height:13px;\\\">\\n<li>Select the new <b>Object Insights</b> report and the account(s) you wish to report on.</li> <li>Select the Object Type (Account, Campaign, Ad Set, or Ad).</li> <li>Select the desired parameters in all the other fields.</li> </ol>OR\\n<ol style=\\\"margin-left:23px; line-height:13px;\\\">\\n<li>1. Select the <b>Ad Accounts</b> report and the account(s) you wish to report on.</li> <li>2. Select the Insights Ad Account Edge.</li> <li>3. Select the appropriate Level. <ul style=\\\"margin-left:40px;\\\"> <li>To get insights on all campaigns, select <b>Ad Campaign</b>.</li> <li>To get insights on all ad sets, select <b>Ad Set</b>.</li> <li>To get insights on all ads, select <b>Ad</b>.</li> </ul> </li><li>4. Select the desired parameters in all the other fields.</li></ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"What are the differences between the Facebook Ads and Facebook Advanced connectors?\",\n                    \"connectorAnswer\": \"The Facebook Ads Advanced connector provides far more reports and options than the Facebook Ads connector. The Custom Insights report is only available in the Advanced connector.\\nThe Facebook Ads connector is a predefined set of easy-to-use reports. For more options and flexibility with report configuration, you should use the Facebook Ads Advanced connector.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"The data in this connector is roughly real-time. However, many statistics are subject to change for up to 3 days as Facebook determines the exact number of views, etc.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Facebook may enforce rate limits on calls to their API, but the user should not have to worry about this.\"\n                },\n                {\n                    \"connectorQuestion\": \"My Facebook Ads DataSets take a long time to run. What can I do to make them run faster?\",\n                    \"connectorAnswer\": \"Facebook Ads is known to take a long time because Facebook has to calculate the results of a query before we can start pulling the data. Depending on the load on their servers, this can take a LONG time. It seems that scheduling queries for off-peak times helps DataSets run faster. For example, one team in India was able to run a Facebook Ads DataSet in 15 minutes, but when another user tried the same DataSet 6-8 hours later, it took about 2 hours.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Facebook Ads Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.mysql\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.mysql\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644642821000,\n            \"lastModified\": 1655131759000,\n            \"lastIndexed\": 1655131902626,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"MySQL Connector\",\n            \"title\": \"MySQL Connector\",\n            \"subTitle\": \"Maximize the robust flexibility of MySQL by using Domo to make the data instantly available to anyone in your company.\",\n            \"description\": \"MySQL is one of the most widely used open-source database systems in the world. With Domo's MySQL integration, you can easily connect your MySQL data to create beautiful, intuitive visualizations and make faster, better-informed decisions.<br><br>You can use Domo's MySQL Connector to pull data from your MySQL database and compile custom reports. You indicate the data you want by inputting an SQL query. Domo delivers relevant metrics to the right people so that faster, better-informed decisions become the norm. And you can easily combine your MySQL data with data from numerous other systems, allowing you to combine and transform your data and make it all available for user self-service.Once your data is in Domo, you can collaborate with your team where your data lives so nothing gets lost in translation. With real-time MySQL data, you can have confidence in the metrics you share with stakeholders.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Product Management\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Product Management\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"MySQL Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up the MySQL connector? \",\n                    \"connectorAnswer\": \"You need the username, password, host, port and database name of your MySQL database.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same MySQL account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help. \"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my MySQL database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to a MySQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"MySQL Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.sumologic.advanced\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.sumologic.advanced\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644739337000,\n            \"lastModified\": 1648483326000,\n            \"lastIndexed\": 1649953243077,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Sumo Logic Advanced Connector\",\n            \"title\": \"Sumo Logic Advanced Connector\",\n            \"subTitle\": \"Instantly connect, visualize, and get insights from your Sumo Logic data.\",\n            \"description\": \"Sumo Logic is a cloud-based log management and analytics service that leverages machine-generated big data to deliver real-time IT insights. Use Domo's Sumo Logic connector to pull your IT insight data into Domo. The Sumo Logic Advanced connector uses the latest version of the Sumo Logic API.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Sumo Logic Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Sumo Logic API does this Connector use?\",\n                    \"connectorAnswer\": \" This Connector uses version 2 of the Sumo Logic API (https://api.sumologic.com/api/v2).\"\n                },\n                {\n                    \"connectorQuestion\": \"What endpoint does each report call in this Connector?\",\n                    \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Collector</td> <td>/collectors</td> </tr>\\n<tr> <td>Dashboard</td> <td>/dashboards/{id}</td> </tr>\\n<tr> <td>Search</td> <td>/search/jobs</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the access id and access key associated with your Sumo Logic account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my access key and access id?\",\n                    \"connectorAnswer\": \"Visit <a href=\\\"https://help.sumologic.com/Manage/Security/Access-Keys\\\" target=\\\"_blank\\\">Access Keys</a> to learn how to obtain the access key and access id.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Sumo Logic may limit API calls. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between the Sumo Logic connector and Sumo Logic Advanced connector?\",\n                    \"connectorAnswer\": \"The Sumo Logic Advanced connector uses the latest version of the SumoLogic API. Only the access id and access key are used for authentication; username and password are deprecated in this version of the API.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Sumo Logic Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.livechatv3\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.livechatv3\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1593451063000,\n            \"lastModified\": 1614277167000,\n            \"lastIndexed\": 1649953243077,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"LiveChat Domo Connector\",\n            \"title\": \"LiveChat Domo Connector\",\n            \"subTitle\": \"Use Domo's LiveChat connector to delight your customers and fuel your sales.\",\n            \"description\": \"LiveChat is an online customer service software with online chat, help desk software, and web analytics capabilities. With Domo's LiveChat connector, connect your LiveChat data to Domo to better understand your customer interactions.\",\n            \"tags\": [\n                \" Cloud Connector\",\n                \" BI\",\n                \" IT\",\n                \" Project Management\",\n                \"preferred\",\n                \" Ticket\",\n                \" Customer Relations\",\n                \" Chats\",\n                \" Goals\"\n            ],\n            \"connectorTags\": [\n                \" Cloud Connector\",\n                \" BI\",\n                \" IT\",\n                \" Project Management\",\n                \"preferred\",\n                \" Ticket\",\n                \" Customer Relations\",\n                \" Chats\",\n                \" Goals\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"LiveChat Domo Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for LiveChat is https://api.livechatinc.com.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td colspan=\\\"2\\\"><b>Reports API</b></td> </tr> \\n<tr> <td>Availability</td> <td>/reports/availability</td> </tr>\\n<tr> <td>Chats - Chatting Time</td> <td>/reports/chats/chatting_time</td> </tr>\\n<tr> <td>Chats - Engagement</td> <td>/reports/chats/engagement</td> </tr>\\n<tr> <td>Chats - First Response Time</td> <td>/reports/chats/first_response_time</td> </tr>\\n<tr> <td>Chats - Goals</td> <td>/reports/chats/goals</td> </tr>\\n<tr> <td>Chats - Greetings</td> <td>/reports/chats/greetings</td> </tr>\\n<tr> <td>Chats - Not Replied Chats</td> <td>/reports/chats/not_replied_chats</td> </tr>\\n<tr> <td>Chats - Queued Visitors</td> <td>/reports/chats/queued_visitors</td> </tr>\\n<tr> <td>Chats - Queued Visitors Waiting Times</td> <td>/reports/chats/queued_visitors/waiting_times</td> </tr>\\n<tr> <td>Chats - Rankings</td> <td>reports/chats/ratings/ranking</td> </tr>\\n<tr> <td>Chats - Ratings</td> <td>/reports/chats/ratings</td> </tr>\\n<tr> <td>Chats - Response Time</td> <td>/reports/chats/response_time</td> </tr>\\n<tr> <td>Chats - Total Chats</td> <td>/reports/chats/total_chats</td> </tr>\\n<tr> <td>Tickets - First Response Time</td> <td>/reports/tickets/first_response_time</td> </tr>\\n<tr> <td>Tickets - New Tickets</td> <td>/reports/tickets/new_tickets</td> </tr>\\n<tr> <td>Tickets - Rankings</td> <td>/reports/tickets/ratings/ranking</td> </tr>\\n<tr> <td>Tickets - Ratings</td> <td>/reports/tickets/ratings</td> </tr>\\n<tr> <td>Tickets - Resolution Time</td> <td>/reports/tickets/resolution_time</td> </tr>\\n<tr> <td>Tickets - Solved Tickets</td> <td>/reports/tickets/solved_tickets</td> </tr>\\n<tr> <td>Tickets - Ticket Sources</td> <td>/reports/tickets/ticket_sources</td> </tr>\\n<tr> <td colspan=\\\"2\\\"><b>Management API</b></td> </tr>\\n<tr> <td>Agents</td> <td>/v3.2/configuration/action/list_agents</td> </tr>\\n<tr> <td>Bot Agents</td> <td>/v3.2/configuration/action/list_bots</td> </tr>\\n<tr> <td>Groups</td> <td>/v3.2/configuration/action/list_groups</td> </tr>\\n<tr> <td>License Properties</td> <td>/v3.2/configuration/action/list_license_properties</td> </tr>\\n<tr> <td>Registered Properties</td> <td>/v3.2/configuration/action/list_registered_properties</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the account id and personal access token associated with your LiveChat account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between the LiveChat and LiveChat API V3 connectors?\",\n                    \"connectorAnswer\": \"The LiveChat API V3 connector uses the API version 3.2 for the Management API reports.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"LiveChat Domo Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.freshservicev2\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.freshservicev2\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1631120312000,\n            \"lastModified\": 1631546006000,\n            \"lastIndexed\": 1649953243200,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Freshservice V2 Connector\",\n            \"title\": \"Freshservice V2 Connector\",\n            \"subTitle\": \"Integrate your Freshservice data in minutes.\",\n            \"description\": \"Freshservice is a cloud-based service desk and IT service management (ITSM) solution. It helps IT organizations streamline their service delivery processes with a strong focus on user experience and employee happiness. Use Domo's Freshservice connector to receive data about agents, agent groups, all tickets, conversions on tickets, and so on.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Developer Tools\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Developer Tools\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Freshservice V2 Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the FreshService API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 2 of the FreshService API (https://{domain}. freshservice.com/api/v2/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Agents</td> <td>/agents/</td> </tr>\\n<tr> <td>AgentGroups</td> <td>/groups/</td> </tr>\\n<tr> <td>All Conversations of Ticket</td> <td>/tickets/{ticketId}/conversations</td> </tr>\\n<tr> <td>All Tickets</td> <td>/tickets/{ticketId}?include={embedDetails}</td> </tr>\\n<tr> <td>List All Ticket Fields</td> <td>/ticket_fields</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"Freshservice requires your domain, username and password to authenticate.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be updated once per day only, due to FreshService's API call limits.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Freshservice allows 1000 API calls per hour.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between this connector and FreshService connector?\",\n                    \"connectorAnswer\": \"With FreshService V2, you can pay for a higher access level that increases your API limit.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Freshservice V2 Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.msexchange.rest\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.msexchange.rest\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1599775331000,\n            \"lastModified\": 1614280245000,\n            \"lastIndexed\": 1649953243290,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Microsoft Exchange Mailbox Connector\",\n            \"title\": \"Microsoft Exchange Mailbox Connector\",\n            \"subTitle\": \"Get the most out of your Microsoft Exchange Mailbox data.\",\n            \"description\": \"Microsoft Exchange Server is a mail server and calendaring server. Use this Domo connector to retrieve attachments, messages, appointments, and tasks from your Microsoft Exchange mailbox.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Microsoft\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Microsoft\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\",\n                \"Microsoft\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Microsoft Exchange Mailbox Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Microsoft Exchange Mailbox is https://graph.microsoft.com/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"15%\\\">Report Name</th> <th width=\\\"25%\\\"> </th> <th width=\\\"60%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Attachments</td> <td> </td> <td>/v1.0/me/messages/{messageId}/attachments</td> </tr>\\n<tr> <td>Messages</td> <td> </td> <td>/beta/me/messages</td> </tr>\\n<tr> <td rowspan=\\\"3\\\">Calendar</td> <td>Own</td> <td>/v1.0/me/calendar/calendarview</td> </tr>\\n<tr> <td>Shared-Search By Email</td> <td>/v1.0/me/calendars/{userEmailAddress}/calendarview</td> </tr>\\n<tr> <td>Shared-Search By Name</td> <td>/v1.0/users/{shared_calendars}/calendarview</td> </tr>\\n<tr> <td>Tasks</td> <td> </td> <td>/v1.0/me/planner/tasks</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the client id and client secret associated with your Microsoft Exchange Mailbox account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find the client id and client secret?\",\n                    \"connectorAnswer\": \"Visit <a href=\\\"https://docs.microsoft.com/en-us/outlook/rest/get-started#getting-an-access-token\\\" target=\\\"_blank\\\">Using the Outlook REST APIs</a> to learn how to obtain the client id and client secret.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Microsoft Exchange Mailbox Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.microsoftsharepointonlinerest\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.microsoftsharepointonlinerest\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645151711000,\n            \"lastModified\": 1648483098000,\n            \"lastIndexed\": 1649953243296,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Microsoft SharePoint Online Rest Connector\",\n            \"title\": \"Microsoft SharePoint Online Rest Connector\",\n            \"subTitle\": \"Integrate your Microsoft SharePoint Online data in minutes.\",\n            \"description\": \"Microsoft SharePoint Online enables an organization to easily create and manage custom team-focused and project-focused sites for collaboration. Use Domo's Microsoft SharePoint Online Rest Connector to get data from an organization-wide intranet portal in different aspects based on their sites within Domo.\",\n            \"tags\": [\n                \"Cloud Connector\",\n                \"Microsoft\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Cloud Connector\",\n                \"Microsoft\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Microsoft\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Microsoft SharePoint Online Rest Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Microsoft API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1.0 of the Microsoft API (https://graph.microsoft.com/v1.0).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Download Item Contents</td> <td>/sites/{siteId}/drive/items/{fileId}/content</td> </tr>\\n<tr> <td>Files</td> <td>/sites/{siteId}/drives/{driveId}/{path}/children</td> </tr>\\n<tr> <td>Get Items</td> <td>/sites/{siteId}/drive/root/children</td> </tr>\\n<tr> <td>Groups</td> <td>/groups</td> </tr>\\n<tr> <td>Group Sites</td> <td>/groups/{groupId}/sites/root</td> </tr>\\n<tr> <td>List</td> <td>/sites/{siteId}/lists/listId?expand=columns,items(expand=fields)</td> </tr>\\n<tr> <td>List Item Column Values</td> <td>/sites/{siteId}/lists/{listId}/items/itemId?expand=fields</td> </tr>\\n<tr> <td>List Item Detailed</td> <td>/sites/{siteId}/lists/{listId}/items/{itemId}</td> </tr>\\n<tr> <td>List Items</td> <td>/sites/{siteId}/lists/{listId}/items?expand=fields</td> </tr>\\n<tr> <td>List Notebooks</td> <td>/users/{userId}/onenote/notebooks</td> </tr>\\n<tr> <td>List Onenote Sections</td> <td>/users/{userId}/onenote/sections</td> </tr>\\n<tr> <td>Root Sites</td> <td>/sites/root</td> </tr>\\n<tr> <td>Sharepoint Activity User Detail</td> <td>/reports/getSharePointActivityUserDetail(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Activity File Counts</td> <td>/reports/getSharePointActivityFileCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Activity User Counts</td> <td>/reports/getSharePointActivityUserCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Detail</td> <td>/reports/getSharePointSiteUsageDetail(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage File Counts</td> <td>/reports/getSharePointSiteUsageFileCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Site Counts</td> <td>/reports/getSharePointSiteUsageSiteCounts(period='period_value')</td> </tr>\\n<tr> <td>Sharepoint Site Usage Storage\\t</td> <td>/reports/getSharePointSiteUsageStorage(period='period_value')</td> </tr>\\n<tr> <td>Sites Lists</td> <td>/sites/{siteId}/lists</td> </tr>\\n<tr> <td>Sites Subsites</td> <td>/sites/{siteId}/sites</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Users Drive</td> <td>/users/{userId}/drive</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the client id and client secret associated with your Microsoft account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find the client id and client secret?\",\n                    \"connectorAnswer\": \"You need  an installed Microsoft Azure app to get the client id and client secret. <br />\\nTo obtain the client id:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 15px;\\\"> <li>Visit <a href=\\\"https://portal.azure.com\\\" target=\\\"_blank\\\">Microsoft Azure Portal</a> and sign in using your Microsoft credentials.</li> <li>Select <b>Azure Active Directory > App registrations</b>.</li> <li>Find your app and click on it.</li> <li>Locate the \\\"Application ID\\\" from the web app. The Application ID is the client id.</li> </ol> \\nTo obtain the client secret: <br />\\nThe client secret is generated when you create your Azure app. To generate a new client secret:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 15px;\\\"> <li>Visit <a href=\\\"https://portal.azure.com\\\" target=\\\"_blank\\\">Microsoft Azure Portal</a> and sign in using your Microsoft credentials.</li> <li>Select <b>Azure Active Directory > App registrations</b>.</li> <li>Find your app and click on it.</li> <li>Open <b>Settings > Keys</b>. </li> <li>Create the client secret.</li> </ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Microsoft SharePoint Online Rest Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.taleo\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.taleo\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644666282000,\n            \"lastModified\": 1648482520000,\n            \"lastIndexed\": 1649953243296,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Taleo Connector\",\n            \"title\": \"Taleo Connector\",\n            \"subTitle\": \"Combine your Taleo data with data from other systems for more valuable insights\",\n            \"description\": \"Taleo is a cloud-based HR talent management platform to help you land the right talent to propel your business forward. With this connector, you can bring in Taleo data about about candidates, departments, interviews, job requisitions, and users. Once your data is in Domo, you can couple recruiting and employee data with data from any other source. With all your business insights in one real-time platform, you can find the right people to boost your bottom line and increase productivity.<br><br>With Domo and Taleo, get Taleo visualizations and reports made to your exact specifications, disseminate the right Taleo information to the right people at any level of your organization, and spend less time creating visualizations.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Employee Management\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Employee Management\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\",\n                \"Human Resources\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Taleo Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the company code, username, and password associated with your Taleo account. \"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Taleo does not document any limits in their API.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Taleo Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.qubole\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.qubole\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644710877000,\n            \"lastModified\": 1648483231000,\n            \"lastIndexed\": 1649953243303,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Qubole Connector\",\n            \"title\": \"Qubole Connector\",\n            \"subTitle\": \"Combine your Qubole data with data from other systems for more insights than ever.\",\n            \"description\": \"Qubole simplifies the provisioning, management, and scaling of big data analytics workloads leveraging data stored on Amazon Web Services, Google Compute, or Microsoft Azure infrastructure. With Qubole connected to your choice of cloud provider, once IT sets policies, any number of data analysts can be set free to collaboratively 'click to query' with the power of Hive, Spark, Presto and many others in a growing list of data processing engines. Use Domo's Qubole connector to retrieve data about account information, all commands, bootstrap, cluster metrics, and more.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Qubole Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Qubole is https://api.qubole.com/api/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Account Information</td> <td>/latest/account/</td> </tr>\\n<tr> <td>All Commands</td> <td>/v1.2/reports/all_commands</td> </tr>\\n<tr> <td>Bootstrap</td> <td>/v1.2/accounts/get_bootstrap</td> </tr>\\n<tr> <td>Cluster Metrics</td> <td>/v1.3/clusters/{cluster-id}/metrics</td> </tr>\\n<tr> <td>Cluster Nodes</td> <td>/v1.2/reports/cluster_nodes</td> </tr>\\n<tr> <td>Cluster Usage</td> <td>/v1.2/reports/cluster_usage_report</td> </tr>\\n<tr> <td>Command Status</td> <td>/v1.2/commands/{command-id}</td> </tr>\\n<tr> <td>Command Status With Results</td> <td>/v1.2/commands/{command-id}/status_with_results</td> </tr>\\n<tr> <td>Groups with Specific Role</td> <td>/v1.2/roles/{role-id/name}/groups</td> </tr>\\n<tr> <td>Hadoop Jobs</td> <td>/v1.2/commands/{command-id}/jobs</td> </tr>\\n<tr> <td>List Actions</td> <td>/v1.2/actions</td> </tr>\\n<tr> <td>List Clusters</td> <td>/v1.3/clusters</td> </tr>\\n<tr> <td>List Command Templates</td> <td>/v1.2/command_templates</td> </tr>\\n<tr> <td>List Data Stores</td> <td>/v1.2/db_taps/</td> </tr>\\n<tr> <td>List Schedule Actions</td> <td>/v1.2/scheduler/{scheduler-id}/actions</td> </tr>\\n<tr> <td>List Schedules</td> <td>/v1.2/scheduler/</td> </tr>\\n<tr> <td>Monthly Usage</td> <td>/v1.2/accounts/monthly_usage</td> </tr>\\n<tr> <td>Object Policy</td> <td>/latest/object_policy/get_object_policy</td> </tr>\\n<tr> <td>Pending Users</td> <td>/latest/accounts/get_pending_users</td> </tr>\\n<tr> <td>Qubole Computer Unit Hour</td> <td>/latest/accounts/qcuh_customer</td> </tr>\\n<tr> <td>Roles Mapped to Group</td> <td>/v1.2/groups/{group-id/name}/roles</td> </tr>\\n<tr> <td>Table Definition</td> <td>/v1.2/hive/{schema_name}/{table_name}</td> </tr>\\n<tr> <td>Table Properties</td> <td>/v1.2/hive/{schema_name}/{table_name}/table_properties</td> </tr>\\n<tr> <td>Tables inData Store</td> <td>/v1.2/db_taps/{db-tap-id}/tables</td> </tr>\\n<tr> <td>Users</td> <td>/latest/accounts/get_users</td> </tr>\\n<tr> <td>Users in Existing Group</td> <td>/v1.2/groups/{group-id}/qbol_users</td> </tr>\\n<tr> <td>View Command History</td> <td>/v1.2/commands/</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the domain and API token associated with your Qubole account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my API key?\",\n                    \"connectorAnswer\": \"Log into your <a href=\\\"https://api.qubole.com/users/sign_in\\\" target=\\\"_blank\\\">Qubole</a> account and click <b>My Accounts</b> tab in the left pane. Click <b>Show</b> for the account and copy the API token that is displayed.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update no more than once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Qubole may limit API calls. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Qubole Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.infusionsoftrest\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.infusionsoftrest\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645153813000,\n            \"lastModified\": 1648482681000,\n            \"lastIndexed\": 1649953243394,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Infusionsoft by Keap Rest Connector\",\n            \"title\": \"Infusionsoft by Keap Rest Connector\",\n            \"subTitle\": \"Understand e-mail marketing and sales platform data with the Domo Infusionsoft REST integration.\",\n            \"description\": \"Infusionsoft by Keap offers an e-mail marketing and sales platform for small businesses, including products to streamline the customer lifecycle, customer relationship management, marketing automation, lead capture, and e-commerce. Use this connector to pull the details for product, orders and various e-commerce related properties.\",\n            \"tags\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Marketing Automation\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Marketing Automation\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Marketing Automation\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Infusionsoft by Keap Rest Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the InfusionSoft API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1 of the InfusionSoft API (https://api.infusionsoft.com/crm/rest/v1/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Appointments</td> <td>/appointments</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns</td> </tr>\\n<tr> <td>Commissions</td> <td>/affiliates/commissions</td> </tr>\\n<tr> <td>Companies</td> <td>/companies</td> </tr>\\n<tr> <td>Contacts</td> <td>/contacts</td> </tr>\\n<tr> <td>Contact Emails</td> <td>/contacts/{contactId}/emails</td> </tr>\\n<tr> <td>Contacts With Applied Tags</td> <td>/contacts/{contactId}/tags</td> </tr>\\n<tr> <td>Emails</td> <td>/emails</td> </tr>\\n<tr> <td>Files</td> <td>/files</td> </tr>\\n<tr> <td>Merchants</td> <td>/merchants</td> </tr>\\n<tr> <td>Notes</td> <td>/notes</td> </tr>\\n<tr> <td>Opportunities</td> <td>/opportunities</td> </tr>\\n<tr> <td>Orders</td> <td>/orders</td> </tr>\\n<tr> <td>Order Trasanction</td> <td>/orders/{orderId}/transactions</td> </tr>\\n<tr> <td>Products</td> <td>/products</td> </tr>\\n<tr> <td>Subscriptions</td> <td>/subscriptions</td> </tr>\\n<tr> <td>Tagged Companies</td> <td>/tags/{tagId}/companies</td> </tr>\\n<tr> <td>Tagged Contacts</td> <td>/tags/{tagId}/contacts</td> </tr>\\n<tr> <td>Tasks</td> <td>/tasks</td> </tr>\\n<tr> <td>Transactions</td> <td>/transactions</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the email address and password associated with your InfusionSoft account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Infusionsoft account credentials are secure?\",\n                    \"connectorAnswer\": \"Domo's Infusionsoft REST connector uses Oauth, which authenticates the account without Domo ever having access to your Infusionsoft account credentials.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Infusionsoft by Keap Rest Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.snowflake.keypair.internalmanagedunload\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.snowflake.keypair.internalmanagedunload\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645309954000,\n            \"lastModified\": 1648483292000,\n            \"lastIndexed\": 1649953243397,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n            \"title\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n            \"subTitle\": \"Use Domo's Snowflake Managed Unload connector to unload data easily and securely from your Snowflake database into Domo via internal Amazon S3.\",\n            \"description\": \"Snowflake is a cloud-based analytic data warehouse system. Use Domo's Snowflake KeyPair Internal Managed Unload connector to unload data from your Snowflake database into internal Amazon S3. The files are then downloaded from internal S3 into Domo. This connector should be preferred over the other Snowflake connectors if you are executing very large queries.\",\n            \"tags\": [\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Snowflake KeyPair Internal Managed Unload Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the account name, username, and private key associated with your Snowflake account. If you create an encrypted private key, then OpenSSL prompts for a passphrase used to encrypt the private key file.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names, and field names are correctly spelled.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my Snowflake database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to a Snowflake database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://domohelp.domo.com/hc/en-us/articles/360043439173\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Snowflake KeyPair Internal Managed Unload Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.googlecloudstorageservice\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.googlecloudstorageservice\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645234096000,\n            \"lastModified\": 1648483019000,\n            \"lastIndexed\": 1649953245958,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google Cloud Storage Service Connector\",\n            \"title\": \"Google Cloud Storage Service Connector\",\n            \"subTitle\": \"Get data about project buckets and objects from Google Cloud Storage.\",\n            \"description\": \"Google Cloud Storage is an Internet service used to store data in Google's cloud. You can use Domo’s Google Cloud Storage Service connector to get data about project buckets and objects from Google Cloud Storage. This connector uses a service key to authenticate.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Google\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Google\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google Cloud Storage Service Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Google Cloud Storage API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1 of the Google Cloud Storage API (https://www.googleapis.com/storage/v1/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>List Buckets</td> <td>/b</td> </tr>\\n<tr> <td>List Objects</td> <td>/b/{bucket}/o</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the service account key JSON of your Google Cloud Storage Service Account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                    \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Google enforces total and concurrent call rate limits. To prevent rate limiting, reduce the number of datasets scheduled to run at the same time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why am I not able to get the bucket data?\",\n                    \"connectorAnswer\": \"Make sure you have the right permissions with the project to get to the bucket you're interested in. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google Cloud Storage Service Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.redshift.l1\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.redshift.l1\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644645217000,\n            \"lastModified\": 1648483241000,\n            \"lastIndexed\": 1649953246728,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Amazon Redshift Connector\",\n            \"title\": \"Amazon Redshift Connector\",\n            \"subTitle\": \"See your Amazon Redshift data together with data from other systems, all in Domo.\",\n            \"description\": \"Amazon Redshift is a fast, scalable data warehouse that makes it simple and cost-effective to analyze all your data across your data warehouse and data lake. Domo can make your Redshift data come to life. Whether it's one Redshift datasource or a thousand different datasources, bring them all into Domo for a centralized experience to view and analyze everything at the same time. Domo connects directly to Redshift and delivers the information you need in real-time visualizations that make analysis easier. Plus, you can see your Redshift data alongside metrics from any other system, all in a single platform, and get instant notifications when your metrics hit thresholds that you determine.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Amazon Redshift Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port and database name of your Redshift database.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my Redshift database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to a Redshift database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Amazon Redshift Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.xml.advanced\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.xml.advanced\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644643195000,\n            \"lastModified\": 1648483372000,\n            \"lastIndexed\": 1649953246734,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"XML Advanced Connector\",\n            \"title\": \"XML Advanced Connector\",\n            \"subTitle\": \"Get more value from your XML data with advanced connections.\",\n            \"description\": \"Extensible Markup Language (XML) is a simple, very flexible text format. The Domo XML Advanced Connector allows you to access XML files that you have uploaded to a SFTP server. You can also import files via HTTP or HTTPS calls.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"File Upload\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"File Upload\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Human Resources\",\n                \"Operations\",\n                \"Finance\",\n                \"Spreadsheets\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"XML Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"If you are retrieving an XML file from an SFTP server, you will need the username, password, and host name. If you are importing an XML file from a URL, you will need the URL, and optionally, a username and password.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update no more than once every hour.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While the data provider may enforce call rate limits, you should not have to worry about them.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"XML Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.dropboxdata\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.dropboxdata\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644648014000,\n            \"lastModified\": 1648482958000,\n            \"lastIndexed\": 1649953247401,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Dropbox File Advanced Connector\",\n            \"title\": \"Dropbox File Advanced Connector\",\n            \"subTitle\": \"Use Domo's Dropbox File Advanced connector to get data into Domo with additional import options.\",\n            \"description\": \"Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software. Use this connector to pull data files from your Dropbox account into Domo. You can retrieve data files in any of the following file types: CSV, JSON, XLS, XLSX, XML and ZIP. This connector also provides some advanced filters to import data from the file.\",\n            \"tags\": [\n                \"Cloud Connector\",\n                \"Spreadsheets\",\n                \"All Departments\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Cloud Connector\",\n                \"Spreadsheets\",\n                \"All Departments\",\n                \"Documents\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Spreadsheets\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Dropbox File Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your Dropbox username and password, or your Google credentials.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Dropbox credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your Dropbox credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Dropbox File Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.surveymonkey\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.surveymonkey\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644638138000,\n            \"lastModified\": 1652198486000,\n            \"lastIndexed\": 1652262379023,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"SurveyMonkey Advanced Connector\",\n            \"title\": \"SurveyMonkey Advanced Connector\",\n            \"subTitle\": \"Understand your survey data with the Domo SurveyMonkey integration.\",\n            \"description\": \"SurveyMonkey helps you gather feedback and suggestions from customers, but you also need to see how those opinions correlate with business decisions you've made. To get at the story behind the surveys, you need context. Domo's cloud-based platform brings all your data sources together in one survey dashboard. See survey results side-by-side with data from marketing, operations, finance, or anywhere else to learn what drove those responses.<br><br>Use Domo's SurveyMonkey connector to pull data about survey collectors, respondents, and responses for all surveys in your account or for a single survey. Get visualizations and reports on your surveys made to your exact specifications-what you want to see, how you want to see it.\",\n            \"tags\": [\n                \"Customer Service\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Sentiment Analysis\",\n                \"Operations\",\n                \"Dashboards\",\n                \"All\",\n                \"Surveys\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Customer Service\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Human Resources\",\n                \"Sentiment Analysis\",\n                \"Operations\",\n                \"Dashboards\",\n                \"All\",\n                \"Surveys\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Customer Service\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Human Resources\",\n                \"Sentiment Analysis\",\n                \"Operations\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"SurveyMonkey Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>All Surveys Details</td> <td>/surveys</td> </tr>\\n<tr> <td>Collector List</td> <td>/collectors/{id}</td> </tr>\\n<tr> <td>Responses</td> <td>/surveys/{id}/responses/bulk</td> </tr>\\n<tr> <td>Survey Details</td> <td>/surveys/{id}/details</td> </tr>\\n<tr> <td>Survey List</td> <td>/surveys/{id}</td> </tr>\\n<tr> <td>User Details</td> <td>/users/me</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need a paid SurveyMonkey account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"Does the SurveyMonkey connector support Backfilling?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"Why do I get the error \\\"Something went wrong getting the data!\\\" in the Survey field? How do I fix that?\",\n                    \"connectorAnswer\": \"This type of error appears if there is some account connection issue. You can fetch the data for all reports with a connected SurveyMonkey account. \\nTo fix this issue, check the SurveyMonkey account connection. The data update takes a moment while you login to the valid SurveyMonkey account.\"\n                },\n                {\n                    \"connectorQuestion\": \"What is the difference between the SurveyMonkey connector and SurveyMonkey Advanced Connector?\",\n                    \"connectorAnswer\": \"The SurveyMonkey connector returns the details of a single survey. The SurveyMonkey Advanced connector gets the details of a single survey or all surveys. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"SurveyMonkey Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.pinterestads\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.pinterestads\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1652354894000,\n            \"lastModified\": 1652711525000,\n            \"lastIndexed\": 1652711772372,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Pinterest Ads Connector\",\n            \"title\": \"Pinterest Ads Connector\",\n            \"subTitle\": \"Reach more buyers with Pinterest Ads and Domo.\",\n            \"description\": \"Pinterest Ads help you reach people while they actively decide what to do or buy next. Use Domo's Pinterest Ads Connector to get data about your campaigns. With your Pinterest Ads data in Domo, you get real-time, interactive dashboards of your data. Access your dashboards from your phone, tablet, or computer, and get alerts when key data changes. You can also combine your Pinterest Ads data with data from other sources throughout your business for a comprehensive picture of your business.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Pinterest Ads Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Pinterest Ads API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 3 of the Pinterest Ads API (https://api.pinterest.com/ads/v3).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Board Details</td> <td>/boards/{boardId}</td> </tr>\\n<tr> <td>Board Pins</td> <td>/boards/{boardId}/pins</td> </tr>\\n<tr> <td>Conversion Quality Health Metrics</td> <td>/measurement/conversion_quality/health</td> </tr>\\n<tr> <td>Delivery Metrics</td> <td>/{objectType}/{objectId}/delivery_metrics</td> </tr>\\n<tr> <td>Delivery Metrics' Definitions</td> <td>/resources/delivery_metrics/</td> </tr>\\n<tr> <td>Most Clicked Pins</td> <td>/domains/{domain}/pins/top/clicks/</td> </tr>\\n<!--<tr> <td>Most Repinned Pins</td> <td>/domains/{domain}/pins/top/repins</td> </tr>-->\\n<tr> <td>Object Information</td> <td>/{objectParent}/{objectId}/{ObjectType}</td> </tr>\\n<tr> <td>Pins</td> <td>/users/{user}/pins</td> </tr>\\n<!--<tr> <td>Promoted Catalog Product Groups</td> <td>/promoted_product_groups</td> </tr>-->\\n<tr> <td>Users</td> <td>/v3/users/me</td> </tr>\\n<tr> <td>User Metrics</td> <td>/partners/analytics/users/{me}/metrics</td> </tr>\\n<tr> <td>User's Boards</td> <td>/users/{user}/boards/feed/</td> </tr>\\n<tr> <td>Users Top Pin Metrics Client</td> <td>/partners/analytics/users/{me}/pins/top/</td> </tr>\\n<tr> <td>Users Top Video Pin Metrics</td> <td>/partners/analytics/users/{me}/pins/top/video</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You will need to sign into your Pinterest account and grant the Domo app permission to access your Pinterest data on your behalf.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                    \"connectorAnswer\": \"Domo uses the OAuth process to connect to Pinterest, so your credentials are never seen or stored by Domo. You can revoke Domo's access to your Pinterest account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Pinterest allows each user to make up to 1000 API calls per hour. Note that a single dataset run may require multiple API calls. The 60-minute window is a sliding window based on when you make your first request. If you hit your rate limit, you'll only have to wait a max of 1 hour to get a few more requests.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Pinterest Ads Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.qboreports\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.qboreports\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1653326774000,\n            \"lastModified\": 1654789217000,\n            \"lastIndexed\": 1654789303784,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"QuickBooks Online Reports Connector\",\n            \"title\": \"QuickBooks Online Reports Connector\",\n            \"subTitle\": \"Connect your QuickBooks online data to Domo for a comprehensive view of your key finance metrics.\",\n            \"description\": \"QuickBooks is an accounting software used to help small businesses accept payments, pay bills, and complete payroll. Use the Domo QuickBooks connector to bring QuickBooks data into Domo, including bills, bill payments, deposits, invoices, journal entries, purchase orders, and more. Using Domo and QuickBooks together gives you customizable dashboards that you can create by integrating your QuickBooks data with essential marketing, sales, or operational data.<br><br> Once your data is in Domo, you can give managers and stakeholders financial transparency with powerful and flexible charts, visualizing things like balance sheets, cash flow, vendor balances, and more. And you can access all your data in real time, from any device.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"CFO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"CFO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\",\n                \"Finance\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"QuickBooks Online Reports Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Quickbooks API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 3 of the Quickbooks API (https://qb.sbfinance.intuit.com/v3/company).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td>Account List</td> <td>/AccountList</td> </tr>\\n<tr> <td>Accounts Payable Aging Detail</td> <td>/AgedPayableDetail</td> </tr>\\n<tr> <td>Accounts Payable Aging Summary</td> <td>/AgedPayables</td> </tr>\\n<tr> <td>Accounts Receivable Aging Detail</td> <td>/AgedReceivableDetail</td> </tr>\\n<tr> <td>Accounts Receivable Aging Summary</td> <td>/AgedReceivables</td> </tr>\\n<tr> <td>Balance Sheet</td> <td>/BalanceSheet</td> </tr>\\n<tr> <td>Customer Balance Detail</td> <td>/CustomerBalanceDetail</td> </tr>\\n<tr> <td>Customer Balance Summary</td> <td>/CustomerBalance</td> </tr>\\n<tr> <td>Expenses by Vendor</td> <td>/VendorExpenses</td> </tr>\\n<tr> <td>General Ledger</td> <td>/GeneralLedger</td> </tr>\\n<tr> <td>Income by Customer Summary</td> <td>/CustomerIncome</td> </tr>\\n<tr> <td>Inventory Valuation Summary</td> <td>/InventoryValuationSummary</td> </tr>\\n<tr> <td>Profit and Loss Summary</td> <td>/ProfitandLoss</td> </tr>\\n<tr> <td>Profit and Loss Detail</td> <td>/ProfitAndLossDetail</td> </tr>\\n<tr> <td>Sales by Class Summary</td> <td>/ClassSales</td> </tr>\\n<tr> <td>Sales by Customer Summary</td> <td>/CustomerSales</td> </tr>\\n<tr> <td>Sales by Department Summary</td> <td>/DepartmentSales</td> </tr>\\n<tr> <td>Sales by Product/Service Summary</td> <td>/ItemSales</td> </tr>\\n<tr> <td>Statement of Cash Flows</td> <td>/CashFlow</td> </tr>\\n<tr> <td>Trial Balance</td> <td>/TrialBalance</td> </tr>\\n<tr> <td>Vendor Balance Detail</td> <td>/VendorBalanceDetail</td> </tr>\\n<tr> <td>Vendor Balance Summary</td> <td>/VendorBalance</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                    \"connectorAnswer\": \"You need the email address or user ID and the password of your QuickBooks Online Reports account or your Google account credentials. \"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Most information about the summary is updated every 24 hours. It is recommended to configure the datasets to run every 24 hours.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can this connector pull custom fields?\",\n                    \"connectorAnswer\": \"No. Reports and columns are predefined by QuickBooks Online Report. However, if you customize or change the report in QuickBooks Online, the connector will receive the report as it appears in QuickBooks Online. You cannot receive the standard report into Domo after it has been customized.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"QuickBooks Online Reports Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.googleads\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.googleads\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1655208655000,\n            \"lastModified\": 1655308862000,\n            \"lastIndexed\": 1655309199005,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google Ads Connector\",\n            \"title\": \"Google Ads Connector\",\n            \"subTitle\": \"Use Domo's Google Ads connector to securely retrieve performance reports about your accounts, ads, campaigns, budgets etc.\",\n            \"description\": \"Google Ads, formerly known as Google Adwords, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, or videos to web users. It can place ads both in the results of search engines like Google Search and on non-search websites, mobile apps, and videos. <br /> </br>The Domo Google Ads connector provides the statistics about your campaigns, budgets, accounts, ads, etc. that helps you to upgrade your business performance.\",\n            \"tags\": [\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google Ads Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"This connector is not working for me. Are there any other ways to bring my AdWords data into Domo?\",\n                    \"connectorAnswer\": \"If this connector does not bring your data into Domo, try using one of the following Domo connectors: <br />Google Ads via Google BigQuery Service Connector, Google BigQuery Service Connector, or Google Sheets connector.<br />\\n<a href=\\\"../connectors/com.domo.connector.adwordsviabigqueryservice\\\" target=\\\"_blank\\\">Google Ads via Google BigQuery Service Connector</a> is the preferred alternative. You need to configure a BigQuery script in Google Ads to use this connector. Once you have configured the script, you should be able to pull in your Google Ads data into Domo. <br />\\nOr use <a href=\\\"../connectors/com.domo.connector.googlebigqueryservice\\\" target=\\\"_blank\\\">Google BigQuery Service Connector</a>. Note that you will need to work with your Google representative to make the necessary connections between Google Ads and BigQuery. <br />\\nOr use <a href=\\\"../connectors/com.domo.connector.googlesheets\\\" target=\\\"_blank\\\">Google Sheets</a> to pull in Google Ads data into Domo by setting up an automated process for importing updated Google Ads data each morning. This process can be time-consuming, but we provide step-by-step instructions. <br />\"\n                },\n                {\n                    \"connectorQuestion\": \"What version of the Google Ads API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 10 of the Google Ads API (https://googleads.googleapis.com/v10/).\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the ID of the manager account you want to retrieve data for and your Goolge credentials.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know that my login credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your Google credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google Ads Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.googlebigqueryservice\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.googlebigqueryservice\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1654807859000,\n            \"lastModified\": 1655745968000,\n            \"lastIndexed\": 1655746083414,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google BigQuery Service Connector\",\n            \"title\": \"Google BigQuery Service Connector\",\n            \"subTitle\": \"Connect data from a specified BigQuery project with other Domo data for broader insights.\",\n            \"description\": \"Google BigQuery is a cloud-based big data analytics web service for processing very large read-only data sets. You can use Domo's Google BigQuery Service connector to pull data from a specified project. Google BigQuery queries are written using a variation of the standard SQL SELECT statement.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Google\",\n                \"BI\",\n                \"CEO\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Google\",\n                \"BI\",\n                \"CEO\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"Analytics\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google BigQuery Service Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the service account key JSON of your Google BigQuery Service Account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                    \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"None\"\n                },\n                {\n                    \"connectorQuestion\": \"How is the page size determined?\",\n                    \"connectorAnswer\": \"The <b>Max Results</b> parameter, set in the <b>Details</b> section of the connector, is the maximum number of rows of data to return per page of results. Setting <b>Max Results</b> to a smaller value, such as 1000, then paging through results, may improve reliability when the query result set is large. <br />\\nIn addition to Domo's Max Results row limit, Google imposes a byte limit of 10 MB per page of results. If your row values contain a lot of data, you may have fewer rows per page returned in order to come under the byte limit.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I get my data from the selected locations?\",\n                    \"connectorAnswer\": \"You can specify the processing location in your Query report for storing your BigQuery data when you create a dataset. After you create the dataset, the location cannot be changed. Queries that run in a specific location may only reference data in that location. There are two types of locations: a regional location and a multi-regional location. For more information, visit <a href=\\\"https://cloud.google.com/bigquery/docs/locations\\\" target= \\\"_blank\\\">Dataset locations</a>.\"\n                },\n                {\n                    \"connectorQuestion\": \"My dataset returns an error \\\"Too large to run.\\\" How can I retrieve large results for my query?\",\n                    \"connectorAnswer\": \"If you are expecting large results for your query, go to the Details section of the dataset. Select ALLOW LARGE RESULTS = Yes, and select the dataset name. <br />\\n\\n<b>Note</b>: Your Google account must have Table creation permissions enabled in order to set ALLOW LARGE RESULTS to Yes.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google BigQuery Service Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.postgre.data\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.postgre.data\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1655401499000,\n            \"lastModified\": 1655832174000,\n            \"lastIndexed\": 1655832484580,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"PostgreSQL Connector\",\n            \"title\": \"PostgreSQL Connector\",\n            \"subTitle\": \"Get the big picture. See your PostgreSQL data together with data from other systems, all in Domo.\",\n            \"description\": \"Domo works seamlessly with PostgreSQL's open source object-relational database system. You can use Domo's PostgreSQL Connector to pull data from your PostgreSQL database and compile custom reports. With an intuitive platform that brings all your data-and all your people-together in one place, it's easy to collaborate around real-time business insights and move forward with a single version of the truth. You can easily combine your PostgreSQL data with data from numerous other systems, allowing you to transform your data and make it all available for user self-service. See the metrics you need on any device, automate your reporting, and get alerts when there are important changes to your business.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Operations\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Operations\",\n                \"CEO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"BI\",\n                \"Operations\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"PostgreSQL Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port and database name of your PostgreSQL database.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same PostgreSQL account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my PostgreSQL database? Do I need to whitelist any IP  addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to a PostgreSQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"PostgreSQL Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.googleAnalytics.partition.adv\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.googleAnalytics.partition.adv\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1655729518000,\n            \"lastModified\": 1655906556000,\n            \"lastIndexed\": 1655906881537,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google Analytics Advanced Connector\",\n            \"title\": \"Google Analytics Advanced Connector\",\n            \"subTitle\": \"Improve sales and conversions by connecting your Google Analytics data and combining it with other key data sources.\",\n            \"description\": \"Google Analytics connector generates detailed website traffic stats to help measure sales and conversions. Use this Connector to efficiently generate reports about campaign, device, location, social network and traffic metrics to make sure the customer behavior you're seeing now translates to sales and revenue down the line.\",\n            \"tags\": [\n                \" Marketing\",\n                \"Analytics\",\n                \" Cloud Connector\",\n                \" Web Analytics\",\n                \" Campaign Performance\",\n                \" Google\",\n                \" CEO\",\n                \" CMO\",\n                \" Partition\",\n                \" Executive\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \" Marketing\",\n                \"Analytics\",\n                \" Cloud Connector\",\n                \" Web Analytics\",\n                \" Campaign Performance\",\n                \" Google\",\n                \" CEO\",\n                \" CMO\",\n                \" Partition\",\n                \" Executive\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google Analytics Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Google Analytics API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 4 of the Google Analytics API (https://developers.google.com/analytics/devguides/reporting/core/v4).\"\n                },\n                {\n                    \"connectorQuestion\": \"What credentials do I need to power up this connector? \",\n                    \"connectorAnswer\": \"You need your Google account to power up this connector.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why does it seem that my data is not accurate?\",\n                    \"connectorAnswer\": \"The data may seem inaccurate for any of the following reasons. <ul style=\\\"margin-left: 20px; line-height: 16px;\\\"> <li>Google's data processing latency is 24-48 hours. If your query is for yesterday's data, some data may not be displayed. Google may not have finished processing the most current data, so incomplete data may appear.</li> <li>Google 360 accounts have a much faster processing time. Enhanced data freshness normally takes 15-20 minutes depending on some factors. Enhanced data freshness is not applied to data that results from integrations with other products (Example: AdWords or any of the DoubleClick products). Visit <a href=\\\"https://support.google.com/analytics/answer/7084038?hl=en&ref_topic=2430414#limits\\\" target=\\\"_blank\\\">restrictions on enhanced data freshness</a> to view some other restrictions.</li> <li>The slowest possible data latency for 360 accounts is 24 hours.</li> <li>The fastest possible data latency for 360 accounts is 15-20 minutes.</li> </ul>The chart on <a  href=\\\"https://support.google.com/analytics/answer/7084038?hl=en&ref_topic=2430414\\\" target=\\\"_blank\\\">this</a> page breaks down all the possible data latency periods based on the account and based on the query. Different queries have different data latency periods.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find some help for building my query?\",\n                    \"connectorAnswer\": \"Utilize Google's <a href=\\\"https://ga-dev-tools.appspot.com/query-explorer/\\\" target=\\\"_blank\\\">Query Explorer</a> to help test and build your queries. The query explorer may also give more insight on why the query isn't working.\"\n                },\n                {\n                    \"connectorQuestion\": \"I keep getting an error \\\"selected dimensions and metrics cannot be queried together.\\\" \",\n                    \"connectorAnswer\": \"Refer to the <a href=\\\"https://developers.google.com/analytics/devguides/reporting/core/dimsmets\\\" target=\\\"_blank\\\">Dimensions and metrics explorer</a> to understand what dimensions/metrics can actually be queried together because not all combinations are valid.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where are my custom metrics and dimensions?\",\n                    \"connectorAnswer\": \"Custom metrics and dimensions are defined at the web property level. We can only display your custom metrics/dimensions if you have one web property selected. Only views within the web property can use its custom metric/dimension. You can have as many views selected as you want as long as they belong to the same web property. The custom metrics and dimensions (if there are any) will be displayed under the \\\"Custom Variables or Columns\\\" section under the custom report.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do segments work? \",\n                    \"connectorAnswer\": \"A segment is a subset of your Analytics data. For example, of your entire set of users  one segment might be users from a particular country or city. Within Domo, when you select multiple segments, we query a report for each segment you have selected. Learn more about segments <a href=\\\"https://support.google.com/analytics/answer/3123951?hl=en#using\\\" target=\\\"_blank\\\">here<a/>.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use my custom segments? \",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How does \\\"include all views\\\" work? \",\n                    \"connectorAnswer\": \"If you select to include all views, the query is run for every view each time the connector runs. That way whenever you add or delete a view you won't have to update the dataset.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why am I limited to 10 metrics and 7 dimensions?\",\n                    \"connectorAnswer\": \"This is a limitation given by the Google Analytics API. There is no way to add more than 10 metrics and 7 dimensions to a report.\"\n                },\n                {\n                    \"connectorQuestion\": \"My data is not aggregated in the way I expect. Why is that?\",\n                    \"connectorAnswer\": \"Google returns sampled data when your data passes the threshold of 500k sessions at the property level for the date range you are using. (For more about sampled data and how Google handles it, see <a href=\\\"https://support.google.com/analytics/answer/2637192\\\" target=\\\"_blank\\\">About Data Sampling</a>.)\\n \\nIf Google returns sampled data, and your connector configuration does not \\\"Allow Sampled Data\\\", then:\\n<ul style=\\\"margin-left: 20px; line-height: 16px;\\\">\\n<li>Domo rejects the sampled data.</li>\\n<li>Domo breaks up the request into smaller date intervals.</li>\\n<li>Google responds to these smaller requests with unsampled data. This data will be aggregated with the time dimension of the smaller date interval, not the time dimension of the overall report.</li> </ul>For example, you might have a custom report aggregated with a time dimension of Month of the year (ga:month). If your data passes the threshold of 500k sessions, Google will return sampled data. Domo will reject the sampled data and instead request data for January 1-15. Google will return unsampled data that is aggregated for January 1-15. The process will repeat for the data for January 16 -31.\\n \\nIt is your responsibility to handle the non-aggregated data with an ETL.\\n \\nTo avoid this, either configure the dataset to Allow Sampled Data, or aggregate the data with a time dimension of Date (ga:date) or smaller.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google Analytics Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.salesforce.advanced\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.salesforce.advanced\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1655123085000,\n            \"lastModified\": 1655993520000,\n            \"lastIndexed\": 1655993590220,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Salesforce Advanced Connector\",\n            \"title\": \"Salesforce Advanced Connector\",\n            \"subTitle\": \"Salesforce data connector\",\n            \"description\": \"Salesforce is one of the most widely-used CRM systems today. The Domo Salesforce connector integrates Domo with Salesforce so you can visualize data on your customers, from prospect to acquisition to retention. With Domo, you can pull Salesforce data—along with data from any other platform—into a single, intuitive dashboard. This enables you to see Salesforce in the context of other business metrics, and leverage its data in ways never before possible.<br><br>Once your Salesforce data is in Domo, you can use Domo's pre-built apps or build your own powerful visualizations on your data to help you optimize your sales and  marketing efforts, detect potential issues with customer acquisition, and understand how customers are using your product.\",\n            \"tags\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Sales Leaders\",\n                \"Salesforce\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"Finance\",\n                \"Dashboards\",\n                \"Sales Leaders\",\n                \"Salesforce\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"CRM\",\n                \"Marketing\",\n                \"Finance\",\n                \"Salesforce\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Salesforce Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Salesforce API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 46.0 of the Salesforce API (https://{customer instance}.salesforce.com/services/data/v46.0.)\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Browse Objects and Fields</td> <td>/query</td> </tr>\\n<tr> <td>Query</td> <td>/query</td> </tr>\\n<tr> <td>Reports</td> <td>/analytics/reports/{reportId}/describe</td> </tr>\\n<tr> <td>Sharing Rules and Settings</td> <td>/knowledgeManagement/settings</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need to select the Salesforce environment you would like to authenticate against, and the email address and password associated with your Salesforce account. \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Salesforce account credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process so your Saleforce credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"I keep getting an \\\"INVALID_QUERY_LOCATOR\\\" error. How do I fix that?\",\n                    \"connectorAnswer\": \"Salesforce allows a user to run a maximum of 10 queries at a time. Make sure your dataset runs are spread out.\"\n                },\n                {\n                    \"connectorQuestion\": \"I keep getting a \\\"QUERY_TIMEOUT\\\" error. How do I fix that?\",\n                    \"connectorAnswer\": \"This error appears if your SOQL query exceeds 20K character limit or contains too many formula fields. To fix this issue you need to simplify your query. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Salesforce Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.domo-csv\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.domo-csv\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1655365119000,\n            \"lastModified\": 1656013390000,\n            \"lastIndexed\": 1656015552429,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"DataSet Copy Connector\",\n            \"title\": \"DataSet Copy Connector\",\n            \"subTitle\": \"Combine your Domo instance data with data from another instance for more insights.\",\n            \"description\": \"Use Domo's DataSet Copy connector to copy data from one Domo instance to another. This connector allows you to connect with your username and password or access token.\",\n            \"tags\": [\n                \"Database\",\n                \"Customer Service\",\n                \"BI\",\n                \"Spreadsheets\",\n                \"File Upload\",\n                \"All Departments\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Database\",\n                \"Customer Service\",\n                \"BI\",\n                \"Spreadsheets\",\n                \"File Upload\",\n                \"All Departments\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Database\",\n                \"Customer Service\",\n                \"BI\",\n                \"Spreadsheets\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"DataSet Copy Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password and the access token of an account that has access to the original dataset.\"\n                },\n                {\n                    \"connectorQuestion\": \"I am not able to connect with my access token. Why?\",\n                    \"connectorAnswer\": \"Access tokens are associated with the specific user accounts and have the same access as the user. If the user's permissions change, the access token reflects that.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why do I need the access token? \",\n                    \"connectorAnswer\": \"Access tokens are used to import data in or export data from Domo. \"\n                },\n                {\n                    \"connectorQuestion\": \"How can I get the access token?\",\n                    \"connectorAnswer\": \"You need to have an \\\"Admin\\\" security role to generate an access token; otherwise, you need to request an access token from your Domo Admin. Visit <a href=\\\"https://knowledge.domo.com/Administer/Specifying_Security_Options/04Managing_Access_Tokens\\\" target=\\\"_blank\\\">Managing Access Tokens</a> for more details. \"\n                },\n                {\n                    \"connectorQuestion\": \"What else do I need to do to power up my connector?\",\n                    \"connectorAnswer\": \"You need to provide the Domo instance containing the dataset and the dataset id of the data you want to copy. \"\n                },\n                {\n                    \"connectorQuestion\": \"How can I find the Domo instance and dataset id?\",\n                    \"connectorAnswer\": \"If your Domo URL is \\\"https://abc123.domo.com\\\", the instance would be \\\"abc123\\\". <br>You can find the dataset id in the Details view for the dataset in the Data Center. The id is the number in the URL following \\\"/datasources/\\\".\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"DataSet Copy Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.adwordsviabigqueryservice\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.adwordsviabigqueryservice\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645234770000,\n            \"lastModified\": 1648482823000,\n            \"lastIndexed\": 1649953243187,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Google Ads BigQuery Service Connector\",\n            \"title\": \"Google Ads BigQuery Service Connector\",\n            \"subTitle\": \"Understand your Google Ads data with the Domo Google Ads via Google BigQuery Service integration.\",\n            \"description\": \"Google Ads, formerly Adwords, is an online advertising service. Use Domo's Google Ads via BigQuery Service Data connector to transfer and pull data from a specific project.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"Google\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"Google\",\n                \"CMO\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Google Ads BigQuery Service Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the service account key JSON of your Google BigQuery Service Account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my service account key JSON?\",\n                    \"connectorAnswer\": \"To find your service account key JSON: \\n<ol  style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 14px;\\\">\\n<li>Open the IAM & Admin page in the GCP Console.</li>\\n<li>In the left navigation, click <b>Service accounts</b>. </li>\\n<li>Select your project and click <b>Open</b>. </li>\\n<li>Click <b>Create Service Account</b>. </li>\\n<li>Enter a service account name and service account description. Click <b>Create</b>. </li>\\n<li>Select a role you wish to grant to the service account (Project Owner). Click <b>Continue</b>. </li>\\n<li>Click <b>Create key</b>. Select JSON key type. Click <b>Create</b>. Private key will be saved to your computer.</li>\\n<li>Close the pop up. Click <b>Done</b>. </li>\\n</ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"Why am I not getting the updated data?\",\n                    \"connectorAnswer\": \"If the data doesn't seem to be updating, make sure your AdWords script runs before the connector runs. Otherwise, the same data will be pulled again.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why does my dataset return zeros?\",\n                    \"connectorAnswer\": \"Your dataset may return zeros if the fields and segments are not compatible with each other. Make sure your fields and segments are compatible. Visit <a href=\\\"https://developers.google.com/adwords/api/docs/appendix/reports\\\" target=\\\"_blank\\\">Report Types</a>, and select which report you are using. Then select the fields or segments you want to use. For the fields or segments that are not compatible with each other, you will see a dropdown that says \\\"Not compatible with the following fields.\\\" \"\n                },\n                {\n                    \"connectorQuestion\": \"Is this a Production Level connector?\",\n                    \"connectorAnswer\": \"This connector is designed for small/medium DataSets and proof of concept work for large DataSets.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Google Ads BigQuery Service Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.amazons3\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.amazons3\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1620859107000,\n            \"lastModified\": 1623104877000,\n            \"lastIndexed\": 1649953243198,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Amazon S3 Connector\",\n            \"title\": \"Amazon S3 Connector\",\n            \"subTitle\": \"Connect your AWS ecosystem to the rest of your company’s data, importing only the latest files.\",\n            \"description\": \"Amazon S3 is built to store and retrieve any amount of data from anywhere. Like Amazon S3, Domo is built to scale with your business. Our customers collectively upload new data into their Domo environments millions of times each week. Have datasets that exceed 50 billion rows? No problem, Domo is built to handle huge amounts of data with speed. Domo's S3 connector will allow you to leverage all of your S3 data anytime, anywhere.</br></br>Domo connects directly to S3 and delivers the information you need in real-time visualizations that make analysis easier. Plus, you can see your S3 data alongside metrics from any other system, all in a single platform, and get instant notifications when your metrics hit thresholds that you determine.<br>If your Amazon S3 bucket contains multiple files that begin with the prefix string you provide in the Details section of the connector, the Amazon S3 connector will only import the latest modified file.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"IoT\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"IoT\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"IoT\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Amazon S3 Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your AWS credentials: Access key, Secret key and the Bucket name. \"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same Amazon S3 account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \" Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"You may encounter a limit of 100 Amazon S3 buckets per account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why the connector is not able to pull the data? \",\n                    \"connectorAnswer\": \"Ensure that the file is present in the S3 bucket and specify the correct file type in the connector settings. Also, remove the Null columns before the connector can successfully retrieve the data.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between the Amazon S3 and Amazon S3 Advanced connectors?\",\n                    \"connectorAnswer\": \"The Amazon S3 connector and the Amazon S3 Advanced connector both use the same SDK. They differ in how they handle multiple files.\\nIf your Amazon S3 bucket contains multiple files that begin with the prefix string you provide in the Details section of the connector, the Amazon S3 connector will only import the latest modified file. The Amazon S3 Advanced connector will import all files with the provided prefix, assuming they all have the same schema.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Amazon S3 Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.amazonathenaV2\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.amazonathenaV2\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1643131626000,\n            \"lastModified\": 1648482831000,\n            \"lastIndexed\": 1649953243198,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Amazon Athena JDBC 2.0 Connector\",\n            \"title\": \"Amazon Athena JDBC 2.0 Connector\",\n            \"subTitle\": \"Visualize your Amazon Athena data using JDBC 2.0.\",\n            \"description\": \"Amazon Athena is a service that makes it easy to query big data from S3. With the Amazon Athena JDBC 2.0 Data Connector you can get constant access to your data right from your Domo instance.\",\n            \"tags\": [\n                \"Database\",\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"AWS\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Database\",\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"AWS\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Database\",\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Web Analytics\",\n                \"AWS\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Amazon Athena JDBC 2.0 Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your AWS access key, AWS secret key, and Amazon S3 location to which the query output is written. From the Athena Web Console, the S3 location can be found by going to Settings. Example: s3://aws-athena-query-results-1234-us-west-2/. \\nYou also need to select your AWS region. Additionally, you can provide the Workgroup. \"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as every 15 mins.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"You may encounter a limit of 100 Amazon S3 buckets per account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the difference between the Amazon Athena and Amazon Athena JDBC 2.0 connectors?\",\n                    \"connectorAnswer\": \"The Amazon Athena connector uses the AthenaJDBC41-1.1.0 driver whereas the Amazon Athena JDBC 2.0 connector uses the AthenaJDBC41_2.0.13 driver.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Amazon Athena JDBC 2.0 Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.instagrambusiness\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.instagrambusiness\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644732579000,\n            \"lastModified\": 1647548821000,\n            \"lastIndexed\": 1649953243288,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Instagram Business Connector\",\n            \"title\": \"Instagram Business Connector\",\n            \"subTitle\": \"Share, collaborate, and export your Instagram Business data in multiple formats.\",\n            \"description\": \"The Instagram Business Connector allows you to access Instagram Business accounts so you can view comments and metadata, and get insights and metrics about them.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Digital Marketing\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Instagram Business Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of Facebook/Instagram does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 12.0 of the Facebook API (https://developers.facebook.com/docs/graph-api/changelog/version12.0).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Hashtag Recent Media</td> <td>{hashtag-id}/recent_media</td> </tr>\\n<tr> <td>Hashtag Top Media</td> <td>/{hashtag-id}/top_media</td> </tr>\\n<tr> <td>Media Comments</td> <td> /{instagram_media_id}/comments</td> </tr>\\n<tr> <td>Media Insights</td> <td>/{instagram_media_id}/insights</td> </tr>\\n<tr> <td>Other Users</td> <td>/{instagram_business_account_id}?fields=business_discovery.username({account_name}){user_fields}</td> </tr>\\n<tr> <td>Other Users' Media</td> <td>/{instagram_business_account_id}?fields=business_discovery.username({account_name}){media{media_fields}}</td> </tr>\\n<tr> <td>Recently Searched Hashtags</td> <td>/{instagram_business_account_id}/recently_searched_hashtags</td> </tr>\\n<tr> <td>User</td> <td>/{instagram_business_account_id}</td> </tr>\\n<tr> <td>User Insights</td> <td>/{instagram_business_account_id}/insights</td> </tr>\\n<tr> <td>User Media</td> <td>/{instagram_business_account_id}/media</td> </tr>\\n<tr> <td>User Stories</td> <td>/{instagram_business_account_id}/stories</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to power up this connector?\",\n                    \"connectorAnswer\": \"To start with, you need a Facebook page, a Facebook account that has a role on that page and an Instagram account. You then need to follow the steps to connect your Instagram account and Facebook page and the steps to enable your Facebook user to have access to the Instagram Business connector. For more information, see the <a href=\\\"https://knowledge.domo.com?cid=instagrambusiness\\\" target=\\\"_blank\\\">Instagram Business Connector Knowledge Base</a> article.\"\n                },\n                {\n                    \"connectorQuestion\": \"What are the steps to connect my Instagram account and my Facebook page?\",\n                    \"connectorAnswer\": \"To connect your page to Instagram, follow these steps:<br /> <ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 13px;\\\"> <li>Log into Facebook and go to the page that you want to connect to Instagram.</li> <li>Open the page’s <b>Settings</b>.</li> <li>On the page’s <b>Settings</b> window, choose the <b>Instagram</b> section and press the <b>Login</b> button.</li> <li>This will prompt you to log into Instagram. Enter the username/password for the Instagram account that you want to connect.</li> <li>If your Instagram account is not currently a Business account, you can convert it to a Business account at this time.</li> <li>When the link is complete, you will see your Instagram profile’s business information in your Facebook page’s settings.</li> </ol><br /> For more detailed instructions, see the <a href=\\\"https://knowledge.domo.com?cid=instagrambusiness\\\" target=\\\"_blank\\\">Instagram Business Connector Knowledge Base</a> article.\"\n                },\n                {\n                    \"connectorQuestion\": \"Now that I've connected my Facebook page and Instagram account, how do I enable my Facebook user to have access to the Instagram Business connector?\",\n                    \"connectorAnswer\": \"Once your Instagram account has been linked to a Facebook Page, you need to ask Domo to enable your Facebook user to have access to the connector. This can be done by contacting your Domo representative or Domo’s Support department and asking for access. You will need to provide the following information:<br /> <ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line-height: 13px;\\\"> <li>Your Domo URL. Example: mycompany.domo.com</li> <li>Your Facebook username. This must be the username of the user that will be using the connector. This is not the name of the Page or Instagram account. </li> </ol>The username can be found in the Facebook URL when you select your Facebook profile.\"\n                },\n                {\n                    \"connectorQuestion\": \"Do I need any specific kind of Instagram account and Facebook page? Do I need the admin role?\",\n                    \"connectorAnswer\": \"You will be connecting the Facebook page to the Instagram account then converting the account to an Instagram Business account. You don't have to be the admin of the page but since you'll be connecting it to an Instagram Business Account, the page and account should be related in some way.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Most information about pages is updated every 24 hours. Selected \\\"insight\\\" metrics are updated roughly every 15 minutes. We recommend that you configure the datasets to run every 24 hours.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \" The Instagram Business connector is limited to 200 calls per user per hour. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Instagram Business Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.snapchatads.oauth\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.snapchatads.oauth\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1646754304000,\n            \"lastModified\": 1646840575000,\n            \"lastIndexed\": 1649953246730,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Snapchat Ads Connector\",\n            \"title\": \"Snapchat Ads Connector\",\n            \"subTitle\": \"Get the most out of your Snapchat Ads data.\",\n            \"description\": \"As one of the most popular social media apps, Snapchat is a popular platform for both Millenials and Gen Z. It is also a critical platform for advertising to reach your company's target market. Ads on the platform are immersive and engaging, providing your business with rich data on users and interactions. With this app, you'll be able to connect the data from your Snapchat ads account with Domo's leading business intelligence platform.<br />By combining your Snapchat ads data with all your data on Domo, you'll be able to develop comprehensive marketing strategies to fully optimize your advertising across all platforms.\",\n            \"tags\": [\n                \" Social Media\",\n                \" Marketing\",\n                \" Analytics\",\n                \" Digital Marketing\",\n                \" Ads\",\n                \"preferred\",\n                \" Sale\"\n            ],\n            \"connectorTags\": [\n                \" Social Media\",\n                \" Marketing\",\n                \" Analytics\",\n                \" Digital Marketing\",\n                \" Ads\",\n                \"preferred\",\n                \" Sale\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Snapchat Ads Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Snapchat API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1 of the Snapchat API (https://adsapi.snapchat.com/v1.)\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Object Info: Organizations</td> <td>/me/organizations</td> </tr>\\n<tr> <td>Object Info: Ad Accounts</td> <td>/organizations/{organization-id}/adaccounts</td> </tr>\\n<tr> <td>Object Info: Campaigns</td> <td>/adaccounts/{ad_account_id}/campaigns</td> </tr>\\n<tr> <td>Object Info: All Campaigns</td> <td>/adaccounts/{ad_account_id}/campaigns</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: Ad Squads</td> <td>adSquadsBy/{campaignId}/adsquads</td> </tr>\\n<tr> <td>/adSquadsBy/{adSquadId}/adsquads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: All Ad Squads</td> <td>/adSquadsBy/{campaignId}/adsquads</td> </tr>\\n<tr> <td> /adSquadsBy/{adAccountId}/adsquads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: Ads</td> <td>/AdsVia/{ad_squad_id}/ads</td> </tr>\\n<tr> <td>/AdsVia/{Id}/ads</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Object Info: All Ads</td> <td> /AdsVia/{ad_squad_id}/ads</td> </tr>\\n<tr> <td>/AdsVia/{adAccountId}/ads</td> </tr>\\n<tr> <td>Statistics: Campaign (deprecated)</td> <td>/campaigns/{campaign-id}/stats</td> </tr> </tr>\\n<tr> <td>Statistics: Campaign (Insights and Dimensions)</td> <td>/campaigns/{campaignId}/stats</td> </tr>\\n<tr> <td>Statistics: All Campaign (Insights and Dimensions)</td> <td>/campaigns/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Statistics: Ad Squad (deprecated)</td> <td>/adsquads/{adsquad-id}/stats</td> </tr>\\n<tr> <td>Statistics: Ad Squad (Insights and Dimensions)</td> <td>/adsquads/{adSquadId}/stats</td> </tr>\\n<tr> <td>Statistics: All Ad Squads (Insights and Dimensions)</td> <td>/adsquads/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Statistics: Ad (deprecated)</td> <td>/ads/{ad-id}/stats</td> </tr>\\n<tr> <td>Statistics: Ad (Insights and Dimensions)</td> <td>/ads/{adId}/stats</td> </tr>\\n<tr> <td>Statistics: All Ads (Insights and Dimensions)</td> <td>/ads/{adAccIdAndTimeZone}/stats</td> </tr>\\n<tr> <td>Campaign Statistics Merge</td> <td>/getAndWriteCampaignStatsData</td> </tr>\\n<tr> <td>Ad Squads Statistics Merge</td> <td>/getAndWriteAdSquadsStatsData</td> </tr>\\n<tr> <td>Ads Statistics Merge</td> <td>/getAndWriteAdsStatsData</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username and password of a Snapchat Ads account that has access to the Ad accounts you are interested in.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know if my data is finalized?\",\n                    \"connectorAnswer\": \"Data for a given day can be changed by Snapchat for up to 48 hours after the end of that day in the Ad Accounts timezone. <br />\\nThe data that is returned has a column called \\\"finalized_data_end_time\\\". This is the time of the most recently finalized data. Any data before that time is finalized. Any data after that time is still subject to change.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I get information about more than one Ad, Ad Squad, or Campaign at once?\",\n                    \"connectorAnswer\": \"The \\\"Statistics: Ad (Insights and Dimensions)\\\" and \\\"Statistics: Ad Squad (Insights and Dimensions)\\\" reports provide the data for a single or objects (ad or ad squad) at once. To get information about multiple objects, you need to use the \\\"Statistics: Campaign (Insights and Dimensions)\\\" report. <br />\\nThis report allows you to select the metrics to report, and how the data should be broken down. Data can be broken down by Ad, Ad Squad, or Campaign. If you select one of these, the data will be reported for all individual Ads, Ad Squads, or Campaigns.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Snapchat Ads Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.dataset.copy.unload\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.dataset.copy.unload\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645310122000,\n            \"lastModified\": 1648482929000,\n            \"lastIndexed\": 1649953246738,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"DataSet Copy Unload Connector\",\n            \"title\": \"DataSet Copy Unload Connector\",\n            \"subTitle\": \"Use Domo's DataSet Copy Unload connector to export data from Domo to your DataSet.\",\n            \"description\": \"By bringing in all your data from across your organization and tech stack, you empower business users to make data-driven decisions at every level of your organization.<br />Just as important as getting data into Domo is ensuring you can share relevant data with key stakeholders. With the Dataset Copy Unload connector, you can export data from Domo to your Dataset located at a specific instance. This connector allows you to connect with your Domo Developer account credentials (client id and client secret) and publish valuable insights across multiple Domo instances.\",\n            \"tags\": [\n                \" BI\",\n                \"preferred\",\n                \"Writeback connectors\",\n                \" DataSet\",\n                \" Unload\",\n                \" Data export\",\n                \" Copy data\"\n            ],\n            \"connectorTags\": [\n                \" BI\",\n                \"preferred\",\n                \"Writeback connectors\",\n                \" DataSet\",\n                \" Unload\",\n                \" Data export\",\n                \" Copy data\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"DataSet Copy Unload Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                    \"connectorAnswer\": \"You need your Domo developer account credentials (client id and client secret).\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my Domo client id and client secret?\",\n                    \"connectorAnswer\": \"To create a new client: <div style=\\\"margin-left: 23px; line-height: 13px\\\"><ul> <li>Log into the <a href=\\\"https://developer.domo.com/login\\\" target=\\\"_blank\\\">Domo developer account</a>.</li>\\n<li>In the top right corner under <b>My Account</b> click <b>New Client</b>.</li> \\n<li>Enter the application name and description.</li> \\n<li>Provide the application scope by selecting the checkboxes for <b>Data</b> and <b>User</b>.</li> <li>Click <b>Create</b>.</li> </ul> </div> Once you have created a client, you can manage the client by clicking on <b>Manage Client</b>.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I find the Input Dataset ID?\",\n                    \"connectorAnswer\": \"Your Domo input dataset id is in the URL of the dataset you are exporting data from.<br />Example: https://customer.domo.com/datasources/<strong>aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee</strong>/details/settings\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I find the Input Source Dataset instance?\",\n                    \"connectorAnswer\": \"Your Domo input dataset instance name is located in the URL of the dataset you are exporting data from.<br />Example: https://<strong>customer</strong>.domo.com/datasources/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/details/settings\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once every 15 minutes.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"DataSet Copy Unload Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.criteo\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.criteo\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1650487005000,\n            \"lastModified\": 1650590258000,\n            \"lastIndexed\": 1650590390458,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Criteo Connector\",\n            \"title\": \"Criteo Connector\",\n            \"subTitle\": \"Get the most out of your Criteo data.\",\n            \"description\": \"Criteo's state-of-the-art technology transforms digital advertising into a personal experience that drives better results. Use this connector to retrieve data about statistics.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Criteo Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for the Criteo connector is https://api.criteo.com/2021-01.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th></tr> \\n<tr> <td>Ad Sets</td> <td>/marketing-solutions/ad-sets/search</td> </tr>\\n<tr> <td>Audiences</td> <td>/audiences</td> </tr>\\n<tr> <td>Campaigns And Categories Bids</td> <td>/campaigns/bids</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns</td> </tr>\\n<tr> <td>Campaigns V2</td> <td>/marketing-solutions/campaigns/search</td> </tr>\\n<tr> <td>Statistics</td> <td>/statistics/report</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the client ID and client secret associated your Criteo account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Criteo Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.eloqua\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.eloqua\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1650903026000,\n            \"lastModified\": 1650983154000,\n            \"lastIndexed\": 1650983389368,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Eloqua Connector\",\n            \"title\": \"Eloqua Connector\",\n            \"subTitle\": \"Get a better return on your email marketing campaigns by validating effectiveness with dashboards in Domo.\",\n            \"description\": \"Eloqua Corp. is a marketing automation SaaS company which develops automated marketing and demand generation software and services for business-to-business marketers. Use Domo's Eloqua connector to compile reports on marketing statistics such as contacts, emails opened, website visits, subscribes and unsubscribes, and so on.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Dashboards\",\n                \"Sales Leaders\",\n                \"Marketing Automation\",\n                \"Sales Operations\",\n                \"Lead & Pipeline\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Dashboards\",\n                \"Sales Leaders\",\n                \"Marketing Automation\",\n                \"Sales Operations\",\n                \"Lead & Pipeline\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Web Analytics\",\n                \"Marketing Automation\",\n                \"Sales Operations\",\n                \"Lead & Pipeline\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Eloqua Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Eloqua is https://login.eloqua.com/id.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"20%\\\">Report Type</th> <th width=\\\"20%\\\" >Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td rowspan=\\\"2\\\">Activities</td> <td>External Activities</td> <td>/api/REST/2.0/data/activity/</td> </tr>\\n<tr> <td>Online Activities</td> <td>/api/bulk/2.0/syncs/{syncId}/data</td> </tr>\\n<tr> <td>Accounts</td> <td>Accounts</td> <td>/accounts/exports</td> </tr>\\n<tr> <td rowspan=\\\"2\\\">Contacts</td> <td>Contacts</td> <td>/contacts/exports</td> </tr>\\n<tr> <td>Contacts with lead scoring model statistics</td> <td>/api/bulk/2.0/syncs/{syncId}/data</td> </tr>\\n<tr> <td>Campaigns</td> <td>Campaigns</td> <td>/API/REST/2.0/assets/campaigns</td> </tr>\\n<tr> <td rowspan=\\\"3\\\">Custom</td> <td>Custom Object</td> <td>/activities/exports</td> </tr>\\n<tr> <td>Retrieve data from custom Eloqua report</td> <td>custom URL provided by user</td> </tr>\\n<tr> <td>Custom URL from 'Data Export'</td> <td>/activities/exports</td> </tr>\\n<tr> <td rowspan=\\\"7\\\">Assets</td> <td>Emails</td> <td>/API/REST/2.0/assets/emails</td> </tr>\\n<tr> <td>External Assets</td> <td>/api/REST/2.0/assets/externals</td> </tr>\\n<tr> <td>External Asset Types</td> <td>/api/REST/2.0/assets/external/types</td> </tr>\\n<tr> <td>Landing Pages</td> <td>/API/REST/2.0/assets/landingPages</td> </tr>\\n<tr> <td>Lead Scoring Models</td> <td>/api/bulk/2.0/contacts/scoring/models</td> </tr>\\n<tr> <td>Microsites</td> <td>/API/REST/2.0/assets/microsites</td> </tr>\\n<tr> <td>Users</td> <td>/API/REST/1.0/system/users</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the company name, username and password associated with the Eloqua account.   \"\n                },\n                {\n                    \"connectorQuestion\": \" Can I use the same Eloqua account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Eloqua Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.adobeanalyticsv2.jwt\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.adobeanalyticsv2.jwt\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1651685003000,\n            \"lastModified\": 1651767178000,\n            \"lastIndexed\": 1651767372527,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Adobe Analytics v2 JWT Partition Connector\",\n            \"title\": \"Adobe Analytics v2 JWT Partition Connector\",\n            \"subTitle\": \"Connect and combine your Adobe Analytics data with key data sources using API v2 and JWT authentication, with partition support.\",\n            \"description\": \"With the Domo Adobe Analytics API v2 connector with JWT authentication and Partition support, you can retrieve data about customers, various metrics, dimensions, and segments to see the big web engagement picture. With Domo, you can easily access Adobe's web analytics metrics and combine them with data from CRM, POS, finance, and any other system to make faster, better-informed decisions. This connector supports partitioning and uses custom reports.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Campaign Performance\",\n                \"Adobe\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Campaign Performance\",\n                \"Adobe\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Web Analytics\",\n                \"Campaign Performance\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Adobe Analytics v2 JWT Partition Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What's the difference between the Adobe Analytics v2 OAuth and Adobe Analytics v2 JWT connectors?\",\n                    \"connectorAnswer\": \"The Adobe Analytics v2 connector uses the OAuth authentication whereas the Adobe Analytics API v2 Connector with JWT authentication uses the JWT authentication. Adobe recommends that you use JWT authentication, as you will have to refresh the OAuth account every two weeks because the OAuth refresh token expires.\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to do to create a new project using JWT in the Adobe Developer Console?\",\n                    \"connectorAnswer\": \"To create a new project using JWT in the Adobe Developer Console:\\n<ol style=\\\"list-style: decimal inside none !important; margin-left: 23px; line height: 14px;\\\">\\n<li>Log into <a href=\\\"https://console.adobe.io/projects\\\" target=\\\"_blank\\\">https://console.adobe.io/projects</a>.</li>\\n<li>Click <b>Create new project</b> button.</li>\\n<li>Click on <b>Add API</b> to start using the Adobe services.</li>\\n<li>The APIs available to you will be listed in the <b>Add an API</b> window. Select <b>Adobe Analytics</b>.</li>\\n<li>Now, you need to select the authentication type. Select <b>Service Account (JWT)</b> here.</li>\\n<li>Select <b>Generate a key pair</b> and click <b>Next</b>.</li>\\n<li>A new key pair will be generated and downloaded to your system. The public key will be uploaded to your JWT project. The private key will be downloaded.</li>\\n<li>Unzip the file \\\"config.zip\\\", open the directory \\\"config\\\", and open the file \\\"private.key\\\" with a basic text editor. This is the <b>Private Key</b> you will paste into Domo, in Credentials section.</li>\\n<li>Now, click <b>Next</b>.</li>\\n<li>Select the desired product profiles, then click <b>Save Configured API</b>.</li>\\n<li>This takes you to the <b>Project APIs and Services</b> page. If you scroll down, you will see the Client ID, Client Secret, Technical Account ID and Organization ID that you will use to create the Adobe Analytics JWT account in Domo.</li>\\n</ol>\"\n                },\n                {\n                    \"connectorQuestion\": \"What version of the Adobe Analytics API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses the version 2 of the Adobe Analytics API (https://analytics.adobe.io/api/2).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"35%\\\">Report Name</th> <th width=\\\"65%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Calculated Metrics</td> <td>/calculatedmetrics</td> </tr>\\n<tr> <td>Collections</td> <td>/collections/suites</td> </tr>\\n<tr> <td>Dimensions</td> <td>/dimensions</td> </tr>\\n<tr> <td>Metrics</td> <td>/metrics</td> </tr>\\n<tr> <td>Report Data</td> <td>/reports</td> </tr>\\n<tr> <td>Segments</td> <td>/segments</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the Client ID (API Key), Client Secret, Technical Account ID, Organization ID, and Private Key associated with your Adobe Analytics v2 JWT project. \"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to know?\",\n                    \"connectorAnswer\": \"In order to run a report with multiple dimensions in Adobe Analytics API 2.0, Domo gets the data in multiple small API calls. If getting data for many dimensions or over a long time period, the dataset might timeout after 24 hours. To prevent this, pull a smaller amount of data or fewer dimensions.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which Adobe Analytics connector should I use?\",\n                    \"connectorAnswer\": \"Adobe recommends that you use Adobe Analytics v2 with JWT authentication. Adobe OAuth refresh tokens expire after two weeks, which requires you to refresh your account.\"\n                },\n                {\n                    \"connectorQuestion\": \"I successfully created an Adobe Analytics JWT account, but later got an alert: \\\"Account Adobe Analytics JWT Account has been Deactivated\\\". Why is this happening and what can I do about it?\",\n                    \"connectorAnswer\": \"Check the expiration date on your public/private key pair uploaded to your Adobe Analytics JWT project in the <a href=\\\"https://console.adobe.io\\\" target=\\\"_blank\\\">Adobe console</a>. You may need to generate a new public/private key pair and upload it to the project, then create a new account in Domo with the new private key.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Adobe Analytics v2 JWT Partition Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.facebook.beta\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.facebook.beta\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1651462156000,\n            \"lastModified\": 1654092160000,\n            \"lastIndexed\": 1654092401345,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 105.69402,\n            \"label\": \"Facebook Advanced Connector\",\n            \"title\": \"Facebook Advanced Connector\",\n            \"subTitle\": \"Get insights to your users, domains, and more with the Facebook Advanced connector. This connector retrieves more than 30 days worth of data.\",\n            \"description\": \"Domo's Facebook connector can combine Facebook insights with data from any other source—finance analytics, CRM software, etc.—to target campaigns with unparalleled precision. Use this connector to retrieve data about posts, page fans, referrals, account information, and more. This connector provides reports about the user, domains, application monitoring and public page information, and also allows you to query data for any date range.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Finance\",\n                \"Digital Markeing\",\n                \"Sales Leaders\",\n                \"Lead & Pipeline\",\n                \"preferred\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Web Analytics\",\n                \"Finance\",\n                \"Digital Markeing\",\n                \"Sales Leaders\",\n                \"Lead & Pipeline\",\n                \"preferred\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Social Media\",\n                \"Analytics\",\n                \"Web Analytics\",\n                \"Finance\",\n                \"Lead & Pipeline\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Facebook Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Facebook API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 7 of the Facebook API (https://graph.facebook.com/v7).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tbody><tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Account Information</td> <td>/me</td> </tr>\\n<tr> <td>Application Insights</td> <td>/<i>{app_id}</i>/app_insights</td> </tr>\\n<tr> <td>Complete Domain Insights</td> <td>/<i>{domain_id}</i>/insights</td> </tr>\\n<tr> <td>Complete Page Insights</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Complete Page Post Insights</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Instant Article Aggregated Insights</td> <td>/instant_articles_insights</td> </tr>\\n<tr> <td>My Posts</td> <td>/me/posts</td> </tr>\\n<tr> <td>My Post Comments</td> <td>/<i>{post_id}</i>/comments</td> </tr>\\n<tr> <td>Page Fans</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Age, Gender</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by City</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Country</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans by Like Source</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Fans Online</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Feed</td> <td>/<i>{page_id}</i>/feed</td> </tr>\\n<tr> <td>Page Impressions Details</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by Age, Gender</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by City</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by Country</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Impressions by View Frequency</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Info</td> <td>/<i>{page_id}</i></td> </tr>\\n<tr> <td>Page Interactions</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Page Posts</td><td>/<i>{page_id}</i>/posts</td> </tr>\\n<tr> <td>Page Post Comments</td> <td>/<i>{post_id}</i>/comments</td> </tr>\\n<tr> <td>Page Post Lifetime Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Page Ratings</td> <td>/<i>{page_id}</i>/ratings</td> </tr>\\n<tr> <td>Page Post Video Daily Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Page Post Video Metrics</td> <td>/<i>{post_id}</i>/insights</td> </tr>\\n<tr> <td>Public Page Info</td> <td>/<i>{page_id}</i></td> </tr>\\n<tr> <td>Public Page Insights (Deprecated)</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Public Page Posts</td> <td>/<i>{page_id}</i>/posts</td> </tr>\\n<tr> <td>Published Posts</td> <td>/<i>{page_id}</i>/published_posts</td> </tr>\\n<tr> <td>Referrals from Page</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Referrals to Page</td> <td>/<i>{page_id}</i>/insights</td> </tr>\\n<tr> <td>Video Crosspost Information</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n<tr> <td>Video Insights</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n<tr> <td>Videos</td> <td>/<i>{page_id}</i>/videos</td> </tr>\\n</tbody>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the email address and password associated with your Facebook account. \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Facebook credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"Do I need a certain kind of account to set up the connector?\",\n                    \"connectorAnswer\": \"Any Facebook account can be used to set up the connector. However, many of the reports are designed to return data and statistics about pages. You must be an administrator of the page(s) that you want to retrieve this data for.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I get information about pages that I am not an administrator for?\",\n                    \"connectorAnswer\": \"Yes. There are reports that allow you to retrieve public information about pages that you are not an administrator for. To use these reports, you will need to know the pages' names. For example, if the URL of a page is www.facebook.com/DomoHQ, then you would enter \\\"DomoHQ\\\" as the page name.\"\n                },\n                {\n                    \"connectorQuestion\": \"What are the differences between the Facebook and Facebook Advanced connectors?\",\n                    \"connectorAnswer\": \"The Facebook Advanced connector provides more reports than the Facebook connector. The Facebook connector's reports are limited to deal directly with pages. Reports about the user, domains, application monitoring and public page information are in the Advanced connector.<br>\\nThe Facebook connector is also limited to return information about the last 30 days, the Advanced connector allows the user to query data for any date range.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Most information about pages is updated every 24 hours. A small number of insight metrics are updated roughly every 15 minutes. It is recommended that, generally, datasets be configured to run every 24 hours.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why are the dates in Facebook's Insights UI and the dates in Domo sometimes different?\",\n                    \"connectorAnswer\": \"Often people validate their datasets by comparing the results of the connector to the statistics they can see in Facebook's Insights UI. When they are doing so, the dates are generally off by 1 day. For example, if the Facebook UI shows 1000 views for a page on March 3, the connector will report 1000 views with a date timestamp of March 4. This is because the API returns data for a time period that ends at the timestamp specified. In this example, there were 1000 views during the day that ended at Midnight on March 4, in other words, March 3. The Insights UI takes this into account and reports the 1000 views as having happened on March 3.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Facebook limits the number of calls that can be made each hour for each user and page. As long as you don't run the dataset too often, the connector manages this for you.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 100,\n            \"winnerText\": \"Facebook Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.temp-0c7ba01c-64f2-4bd5-a1e2-1e32b976d0d4\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.temp-0c7ba01c-64f2-4bd5-a1e2-1e32b976d0d4\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1619191601000,\n            \"lastModified\": 1619191634000,\n            \"lastIndexed\": 1649953247395,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 6.5334167,\n            \"label\": \"USGS Demo\",\n            \"title\": \"USGS Demo\",\n            \"subTitle\": \"This is a beta, temporary version of the connector. It will only be used for review and refinement, and will still require approval from Domo before its official final release. This beta connector will be available for 30 days, after which it will be inactivated. The Domo review team will be in contact with you once the final version of your connector is ready. Only power up this connector if you have been instructed to do so by a trusted developer for the purposes aforementioned.\",\n            \"description\": \"This is a beta, temporary version of the connector. It will only be used for review and refinement, and will still require approval from Domo before its official final release. This beta connector will be available for 30 days, after which it will be inactivated. The Domo review team will be in contact with you once the final version of your connector is ready. Only power up this connector if you have been instructed to do so by a trusted developer for the purposes aforementioned.\",\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"USGS Demo\"\n            ],\n            \"isPublic\": false,\n            \"connectorFAQS\": [],\n            \"producer\": \"mmmm-0012-0200\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"mmmm-0012-0200\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"USGS Demo\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.thirdpartyselfpublish\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.thirdpartyselfpublish\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1535060237000,\n            \"lastModified\": 1535060263000,\n            \"lastIndexed\": 1649953233501,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"ThirdPartySelfPublish\",\n            \"title\": \"ThirdPartySelfPublish\",\n            \"subTitle\": \"Third Party Connector\",\n            \"tags\": [\n                \"Cloud Connector\"\n            ],\n            \"connectorTags\": [\n                \"Cloud Connector\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"ThirdPartySelfPublish\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"ThirdPartySelfPublish\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.kochava\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.kochava\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1621433023000,\n            \"lastModified\": 1621433037000,\n            \"lastIndexed\": 1649953243076,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Kochava Connector\",\n            \"title\": \"Kochava Connector\",\n            \"subTitle\": \"Visualize your Kochava data in minutes.\",\n            \"description\": \"Kochava is a tool for keeping track of user installs of mobile applications and the actions precipitating those installs. This helps app developers optimize their ad campaigns and use the methods that will produce the most installs at the best price. Use this connector to get data about detail report, summary report, scheduled query report, and so on.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Developer Tools\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Developer Tools\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Kochava Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Kochava API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1.4 of the Kochava API (https://reporting.api.kochava.com/v1.4/).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Create Detail Report</td> <td>/detail</td> </tr>\\n<tr> <td>Create Summary Report</td> <td>/summary</td> </tr>\\n<tr> <td>List All Apps</td> <td>/getapps</td> </tr>\\n<tr> <td>Scheduled Query Report</td> <td>/schedule/progress</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need an API key associated with your Kochava account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my API key?\",\n                    \"connectorAnswer\": \"Visit <a href=\\\"https://support.kochava.com/analytics-reports-api/create-and-manage-application-programming-interface-key/\\\" target=\\\"_blank\\\">Create and Manage API Key</a> to learn how to obtain the API key.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Kochava Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.awsiotcoretile\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.awsiotcoretile\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1580922676000,\n            \"lastModified\": 1580922696000,\n            \"lastIndexed\": 1649953243077,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"AWS IoT Core Connector\",\n            \"title\": \"AWS IoT Core Connector\",\n            \"subTitle\": \"Track and manage your IoT devices with your AWS IoT Core data in Domo.\",\n            \"description\": \"AWS IoT Core is a managed cloud service that lets connected devices easily and securely interact with cloud applications and other devices. AWS IoT Core can support billions of devices and trillions of messages, and can process and route those messages to AWS endpoints and to other devices reliably and securely. With AWS IoT Core, your applications can keep track of and communicate with all your devices, all the time, even when they aren’t connected.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"AWS IoT Core Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"AWS IoT Core Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.saleshood\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.saleshood\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644668507000,\n            \"lastModified\": 1648482750000,\n            \"lastIndexed\": 1649953243077,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Saleshood Connector\",\n            \"title\": \"Saleshood Connector\",\n            \"subTitle\": \"Boost sales by knowledge sharing and measuring competition.\",\n            \"description\": \"SalesHood is the prescriptive, just in time, sales learning platform to elevate sales results. It uses mobile, video, crowdsourcing, and content creation to increase team productivity and revenue. Use Domo's Saleshood connector to track your Saleshood metrics in real time and combine them with other key metrics.\",\n            \"tags\": [\n                \"Sales\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Sales Leaders\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Sales Leaders\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Saleshood Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Saleshood is https://{domain}.saleshood.com/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>User Activities</td> <td>/reports/user/activities.json</td> </tr>\\n<tr> <td>User Participation In Certifications</td> <td>/reports/user/certifications.json</td> </tr>\\n<tr> <td>User Participation In Contents</td> <td>/reports/user/contents.json</td> </tr>\\n<tr> <td>User Participation In External Events</td> <td>/reports/user/external_events.json</td> </tr>\\n<tr> <td>User Participation In Learning Path</td> <td>/reports/user/learning_paths.json</td> </tr>\\n<tr> <td>User Personnel Data</td> <td>/reports/user/personnel_data.json</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the client id, client secret, and subdomain associated with your SalesHood account. You also need your Salesforce username and password.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my client id and client secret?\",\n                    \"connectorAnswer\": \"You can find your client id and client secret in your SalesHood API configuration page. \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my Salesforce credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your Salesforce credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Saleshood Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.coupa\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.coupa\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1620068115000,\n            \"lastModified\": 1620068134000,\n            \"lastIndexed\": 1649953243078,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Coupa Connector\",\n            \"title\": \"Coupa Connector\",\n            \"subTitle\": \"Get better visibility to your financial picture and better forecast expenses and accruals with your Coupa data combined with data in Domo.\",\n            \"description\": \"Coupa allows you to manage all of your business spend, including procurement, invoicing expenses, and payment. With the Domo Coupa connector, you can bring all of your Coupa data into Domo and combine it with data from any other source, including Marketing, Production, CRM, and more. Get a quick, interactive view of all your data, fully integrated, to help you spend less time gathering data and make faster, better business decisions.\",\n            \"tags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Finance\",\n                \"CEO\",\n                \"CFO\",\n                \"Sales Operations\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Operations\",\n                \"Finance\",\n                \"CEO\",\n                \"CFO\",\n                \"Sales Operations\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Analytics\",\n                \"Operations\",\n                \"Finance\",\n                \"Sales Operations\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Coupa Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Coupa is https://{instance}.coupahost.com/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Invoices</td> <td>/api/invoices </td> </tr>\\n<tr> <td>Invoice Lines</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Payments</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Tax Lines</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Invoice Approvals</td> <td>/api/invoices</td> </tr>\\n<tr> <td>Purchase Order Changes</td> <td>/api/purchase_order_changes</td> </tr>\\n<tr> <td>Purchase Order Changes Approvals</td> <td>/api/purchase_order_changes/approvals</td> </tr>\\n<tr> <td>Purchase Order Changes Order Lines</td> <td>/api/purchase_order_changes/order-line-changes</td> </tr>\\n<tr> <td>Purchase Orders</td> <td>/api/purchase_orders</td> </tr>\\n<tr> <td>Purchase Order Lines</td> <td>/api/purchase_orders</td> </tr>\\n<tr> <td>Requisitions</td> <td>/api/requisitions</td> </tr>\\n<tr> <td>Requisition Approvals</td> <td>/api/requisitions/approvals</td> </tr>\\n<tr> <td>Requisition Lines</td> <td>/api/requisitions</td> </tr>\\n<tr> <td>Accounts</td> <td>/api/accounts</td> </tr>\\n<tr> <td>Addresses</td> <td>/api/addresses</td> </tr>\\n<tr> <td>Content Groups</td> <td>/api/business_groups</td> </tr>\\n<tr> <td>Currencies</td> <td>/api/currencies</td> </tr>\\n<tr> <td>Contracts</td> <td>/api/contracts</td> </tr>\\n<tr> <td>Departments</td> <td>/api/departments</td> </tr>\\n<tr> <td>Exchange Rates</td> <td>/api/exchange_rates</td> </tr>\\n<tr> <td>Suppliers</td> <td>/api/suppliers</td> </tr>\\n<tr> <td>Users</td> <td>/api/users</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the API key and instance of your Coupa account. The instance is the subdomain of your hostname. For example, if your instance URL is \\\"https://domo.coupahost.com\\\", your instance would be \\\"domo\\\".\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find the API key?\",\n                    \"connectorAnswer\": \"You must be an admin user to create an API key. You can create an API key in the <b>API Keys</b> section of the <b>Adminstration</b> tab in <b>Coupa</b>. \"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets can be updated as often as once an hour.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Coupa does not document any limits in their API.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Coupa Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.buzzstream-non-oauth\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.buzzstream-non-oauth\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644643920000,\n            \"lastModified\": 1648482253000,\n            \"lastIndexed\": 1649953243078,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"BuzzStream Connector\",\n            \"title\": \"BuzzStream Connector\",\n            \"subTitle\": \"Integrate your BuzzStream data in minutes.\",\n            \"description\": \"The BuzzStream Connector integrates Domo with BuzzStream to extract data from the BuzzStream API. Use the Domo BuzzStream Connector to retrieve data on articles, payments, people websites, and many other BuzzStream entities.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"News/Media\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"News/Media\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"BuzzStream Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the BuzzStream API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1 of the BuzzStream API (https://api.buzzstream.com/v1).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Articles</td> <td>/articles</td> </tr>\\n<tr> <td>History</td> <td>/history</td> </tr>\\n<tr> <td>Links</td> <td>/links</td> </tr>\\n<tr> <td>Links Custom Fields</td> <td>/links/custom_fields</td> </tr>\\n<tr> <td>Links Custom Fields Custom Options</td> <td>/links/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Payments</td> <td>/payments</td> </tr>\\n<tr> <td>People</td> <td>/people</td> </tr>\\n<tr> <td>People Custom Fields</td> <td>/people/custom_fields</td> </tr>\\n<tr> <td>People Custom Fields Custom Options</td> <td>/people/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Projects</td> <td>/projects</td> </tr>\\n<tr> <td>Tags</td> <td>/tags</td> </tr>\\n<tr> <td>Users</td> <td>/users</td> </tr>\\n<tr> <td>Websites</td> <td>/websites</td> </tr>\\n<tr> <td>Websites Custom Fields</td> <td>/websites/custom_fields</td> </tr>\\n<tr> <td>Websites Custom Fields Custom Options</td> <td>/websites/custom_fields/{custom_field_id}/custom_field_options</td> </tr>\\n<tr> <td>Websites Project States</td> <td>/websites/{website_id}/project_states</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your BuzzStream client id and client secret.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"BuzzStream Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.brightroll\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.brightroll\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644744477000,\n            \"lastModified\": 1648482251000,\n            \"lastIndexed\": 1649953243078,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Brightroll Connector\",\n            \"title\": \"Brightroll Connector\",\n            \"subTitle\": \"Let Domo manage and maintain your API connection to Brightroll.\",\n            \"description\": \"The BrightRoll DSP API provides you access to BrightRoll DSP advertising and reporting features. These services enable you to monitor, create, and manage advertising campaigns. Use this connector to get data about ads, advertisers, and campaigns.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Brightroll Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for BrightRoll is https://dspapi.admanagerplus.yahoo.com/traffic.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Ads</td> <td>/ads?lineId={line_id}</td> </tr>\\n<tr> <td>Advertisers</td> <td>/advertisers</td> </tr>\\n<tr> <td>Campaigns</td> <td>/campaigns?accountId={advertiser_id}</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the authorization code, client id, and client secret associated with your Brightroll account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Brightroll Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.github\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.github\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644633966000,\n            \"lastModified\": 1648482981000,\n            \"lastIndexed\": 1649953243079,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Github Connector\",\n            \"title\": \"Github Connector\",\n            \"subTitle\": \"Get the most out of your Github data.\",\n            \"description\": \"GitHub is a web-based Git repository hosting service that has revolutionized how developers work by making better code more accessible. Domo's Github connector brings all your data together in one place for real-time business insights. Enjoy one place for your team to collaborate and share insights, eliminating scattered email threads and status update meetings. Create powerful, dynamic visualizations with real-time data, so you can share metrics with confidence.\",\n            \"tags\": [\n                \"IT\",\n                \"Project Management\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Developer Tools\",\n                \"Collaboration\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Project Management\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"Developer Tools\",\n                \"Collaboration\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Project Management\",\n                \"BI\",\n                \"Collaboration\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Github Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Github is https://api.github.com.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr> \\n<tr> <td>All Public Events</td> <td>/events</td> </tr>\\n<tr> <td>All Public Gists</td> <td>/gists/public</td> </tr>\\n<tr> <td>Assignees</td> <td>/repos/{owner}/{repo}/assignees</td> </tr>\\n<tr> <td>Logged In User Followers</td> <td>/user/followers</td> </tr>\\n<tr> <td>Logged In User Following</td> <td>/user/following</td> </tr>\\n<tr> <td>Logged In User Gist</td> <td>/gists</td> </tr>\\n<tr> <td>Logged In User Organizations</td> <td>/user/orgs</td> </tr>\\n<tr> <td>Logged In User Repositories</td> <td>/user/repos</td> </tr>\\n<tr> <td>Logged In User Starred Repositories</td> <td>/user/starred</td> </tr>\\n<tr> <td>Logged In User Team Members</td> <td>/teams/{id}/members</td> </tr>\\n<tr> <td>Logged In User Team Repositories</td> <td>/teams/{id}/repos</td> </tr>\\n<tr> <td>Logged In User Watched Repositories</td> <td>/user/subscriptions</td> </tr>\\n<tr> <td>Organization Issues</td> <td>/orgs/{org}/issues</td> </tr>\\n<tr> <td>Organization Members</td> <td>/orgs/{orgname}/members</td> </tr>\\n<tr> <td>Organization Public Events</td> <td>/orgs/{orgname}/events</td> </tr>\\n<tr> <td>Organization Public Members</td> <td>/orgs/{orgname}/public_members</td> </tr>\\n<tr> <td>Organization Repositories</td> <td>/orgs/{orgname}/repos</td> </tr>\\n<tr> <td>Organization Teams</td> <td>/orgs/{orgname}/teams</td> </tr>\\n<tr> <td>Public Events for a network of Repositories</td> <td>/networks/{owner}/{repo}/events</td> </tr>\\n<tr> <td>Repositories Issue Events</td> <td>/repos/{ownername}/{repositoryName}/issues/events</td> </tr>\\n<tr> <td>Repository Branches</td> <td>/repos/{ownername}/{repositoryName}/branches</td> </tr>\\n<tr> <td>Repository Code Frequency</td> <td>/repos/{ownername}/{repositoryName}/stats/code_frequency</td> </tr>\\n<tr> <td>Repository Collaborators</td> <td>/repos/{ownername}/{repositoryName}/collaborators</td> </tr>\\n<tr> <td>Repository Comments</td> <td>/repos/{ownername}/{repositoryName}/issues/comments</td> </tr>\\n<tr> <td>Repository Commit Activity</td> <td>/repos/{ownername}/{repositoryName}/stats/commit_activity</td> </tr>\\n<tr> <td>Repository Commits</td> <td>/repos/{ownername}/{repositoryName}/commits</td> </tr>\\n<tr> <td>Repository Contributor Activity</td> <td>/repos/{ownername}/{repositoryName}/stats/contributors</td> </tr>\\n<tr> <td>Repository Contributors</td> <td>/repos/{ownername}/{repositoryName}/contributors</td> </tr>\\n<tr> <td>Repository Deployments</td> <td>/repos/{ownername}/{repositoryName}/deployments</td> </tr>\\n<tr> <td>Repository Downloads</td> <td>/repos/{ownername}/{repositoryName}/downloads</td> </tr>\\n<tr> <td>Repository Events</td> <td>/repos/{ownername}/{repositoryName}/events</td> </tr>\\n<tr> <td>Repository Forks</td> <td>/repos/{ownername}/{repositoryName}/forks</td> </tr>\\n<tr> <td>Repository Hooks</td> <td>/repos/{ownername}/{repositoryName}/hooks</td> </tr>\\n<tr> <td>Repository Issues</td> <td>/repos/{ownername}/{repositoryName}/issues</td> </tr>\\n<tr> <td>Repository Issues Comments</td> <td>/repos/{ownername}/{repositoryName}/issues/{id}/comments</td> </tr>\\n<tr> <td>Repository Labels</td> <td>/repos/{ownername}/{repositoryName}/labels</td> </tr>\\n<tr> <td>Repository Languages</td> <td>/repos/{ownername}/{repositoryName}/languages</td> </tr>\\n<tr> <td>Repository Milestones</td> <td>/repos/{ownername}/{repositoryName}/milestones</td> </tr>\\n<tr> <td>Repository Notifications</td> <td>/repos/{ownername}/{repositoryName}/notifications</td> </tr>\\n<tr> <td>Repository Participation</td> <td>/repos/{ownername}/{repositoryName}/stats/participation</td> </tr>\\n<tr> <td>Repository Pulls</td> <td>/repos/{ownername}/{repositoryName}/pulls</td> </tr>\\n<tr> <td>Repository Readme</td> <td>/repos/{ownername}/{repositoryName}/readme</td> </tr>\\n<tr> <td>Repository Releases</td> <td>/repos/{ownername}/{repositoryName}/releases</td> </tr>\\n<tr> <td>Repository Subscribers</td> <td>/repos/{ownername}/{repositoryName}/subscribers</td> </tr>\\n<tr> <td>Repository Tags</td> <td>/repos/{ownername}/{repositoryName}/tags</td> </tr>\\n<tr> <td>Search Code</td> <td>/search/code</td> </tr>\\n<tr> <td>Search Issues</td> <td>/search/issues</td> </tr>\\n<tr> <td>Search Repositories</td> <td>/search/repositories</td> </tr>\\n<tr> <td>Search Users</td> <td>/search/users</td> </tr>\\n<tr> <td>Stargazers</td> <td>/repos/{ownername}/{repositoryName}/stargazers</td> </tr>\\n<tr> <td>Templates</td> <td>/gitignore/templates</td> </tr>\\n<tr> <td>User</td> <td>/user</td> </tr>\\n<tr> <td>User Emails</td> <td>/user/emails</td> </tr>\\n<tr> <td>User Followers</td> <td>/users/{usernamenew}/followers</td> </tr>\\n<tr> <td>User Following</td> <td>/users/{usernamenew}/following</td> </tr>\\n<tr> <td>User Gist</td> <td>/users/{usernamenew}/gists</td> </tr>\\n<tr> <td>User Gist Comments</td> <td>/gists/{id}/comments</td> </tr>\\n<tr> <td>User Issues</td> <td>/user/issues</td> </tr>\\n<tr> <td>User Keys</td> <td>/users/{usernamenew}/keys</td> </tr>\\n<tr> <td>User Limit Rate</td> <td>/rate_limit</td> </tr>\\n<tr> <td>User Notifications</td> <td>/notifications</td> </tr>\\n<tr> <td>User Organization Events</td> <td>/users/{id}/events/orgs/{orgname}</td> </tr>\\n<tr> <td>User Organizations</td> <td>/users/{usernamenew}/orgs</td> </tr>\\n<tr> <td>User Performed Events</td> <td>/users/{usernamenew}/events</td> </tr>\\n<tr> <td>User Public Repositories</td> <td>/users/{usernamenew}/repos</td> </tr>\\n<tr> <td>User Recieved Events</td> <td>/users/{usernamenew}/received_events</td> </tr>\\n<tr> <td>User Starred gists</td> <td>/gists/starred</td> </tr>\\n<tr> <td>User Starred Repositories</td> <td>/users/{usernamenew}/starred</td> </tr>\\n<tr> <td>User Teams</td> <td>/user/teams</td> </tr>\\n<tr> <td>User Watched Repositories</td> <td>/users/{usernamenew}/subscriptions</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username or email address and the password of your GitHub account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my GitHub credentials are secure?\",\n                    \"connectorAnswer\": \"The login process uses the OAuth process, so your GitHub credentials are never seen or stored by Domo. This keeps your login secure. You can revoke Domo's access to your account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour. For unauthenticated requests, the rate limit allows for up to 60 requests per hour. \"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Github Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.domos3writebackthirdpartyconnectortile\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.domos3writebackthirdpartyconnectortile\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1581026652000,\n            \"lastModified\": 1581459367000,\n            \"lastIndexed\": 1649953243079,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"S3 Writeback Tile\",\n            \"title\": \"S3 Writeback Tile\",\n            \"subTitle\": \"Export data from a Domo DataSet to an Amazon S3 Bucket.\",\n            \"description\": \"Amazon S3 is an online file storage web service offered by Amazon Web Services that you can use to store and retrieve any amount of data, at any time, from anywhere on the web. Use this connector to export your data from a Domo DataSet to an Amazon S3 Bucket.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"BI\",\n                \"AWS\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"S3 Writeback Tile\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"S3 Writeback Tile\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.yammer\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.yammer\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1614277569000,\n            \"lastModified\": 1614277583000,\n            \"lastIndexed\": 1649953243079,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Yammer Connector\",\n            \"title\": \"Yammer Connector\",\n            \"subTitle\": \"Instantly connect, visualize, and get insights from your Yammer data.\",\n            \"description\": \"Yammer is a freemium enterprise social networking service used for private communication within organizations. Use Domo's Yammer connector to retrieve data about networks, suggestions, users, messages, and notifications.\",\n            \"tags\": [\n                \"Social Media\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Dashboards\",\n                \"Collaboration\"\n            ],\n            \"connectorTags\": [\n                \"Social Media\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Dashboards\",\n                \"Collaboration\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Social Media\",\n                \"Analytics\",\n                \"Collaboration\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Yammer Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your Yammer login username and password. \"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know my login credentials are secure?\",\n                    \"connectorAnswer\": \"Domo uses the OAuth process for authentication, so your Yammer credentials are never seen or stored by Domo. You can revoke Domo's access to your Yammer account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While Yammer may enforce call rate limits, you should not have to worry about them.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Yammer Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.jiraREST.cloud\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.jiraREST.cloud\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1632156922000,\n            \"lastModified\": 1632240350000,\n            \"lastIndexed\": 1649953243079,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"JIRA Cloud Connector\",\n            \"title\": \"JIRA Cloud Connector\",\n            \"subTitle\": \"Connect your JIRA data to Domo so you can better understand your development process and ship faster.\",\n            \"description\": \"JIRA is a tool used for bug tracking, issue tracking, and project management. Use Domo's JIRA connector to import and extract data from JIRA, including issue tracking, completed tickets per team, ticket resolution time, and project management metrics, using either custom or predefined queries. Get stunning, dynamic JIRA visualizations with real-time data, on any device.\",\n            \"tags\": [\n                \"BI\",\n                \" Operations\",\n                \" IT\",\n                \" Project Management\",\n                \" Ticket\",\n                \" Jira\"\n            ],\n            \"connectorTags\": [\n                \"BI\",\n                \" Operations\",\n                \" IT\",\n                \" Project Management\",\n                \" Ticket\",\n                \" Jira\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"JIRA Cloud Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>Issue Query</td> <td>/rest/api/2/search</td> </tr>\\n<tr> <td>Fields</td> <td>/rest/api/2/field</td> </tr>\\n<tr> <td>Group Members</td> <td>/rest/api/2/group/member/{groupname}</td> </tr>\\n<tr> <td>Projects</td> <td>/rest/api/2/project</td> </tr>\\n<tr> <td>Project Versions</td> <td>/rest/api/2/project/{projectId}/versions</td> </tr>\\n<tr> <td>Users Groups</td> <td>/rest/api/2/user/groups</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the domain of your JIRA Cloud account. The Jira Cloud connector supports OAuth2 authentication. You can authenticate to this connector with the same credentials you use to log into your Jira account online.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Data from Jira's servers is usually made available to the API immediately.\"\n                },\n                {\n                    \"connectorQuestion\": \"How do I know if my query is right?\",\n                    \"connectorAnswer\": \"Jira's platform provides a handy tool to verify if your query is valid. An easy way to access this tool is simply to do a search in Jira's search bar. Once on the search screen, you will see a green check box next to the query string for your search to indicate that it is valid. Otherwise you will see a red X. You can switch back to the basic search functionality to build a query from the available selectors, and then switch again to advanced to see the resulting query.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can this connector pull custom fields?\",\n                    \"connectorAnswer\": \"Because Jira returns so much data, the connector enables you to specify fields either as inclusive or exclusive. If you choose inclusive, only the fields you specify will be returned. If you choose exclusive, all fields will be returned except for those that you specify.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"JIRA Cloud Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.s3nhtsasafetyratings\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.s3nhtsasafetyratings\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1626715432000,\n            \"lastModified\": 1626715448000,\n            \"lastIndexed\": 1649953243080,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"NHTSA Safety Ratings Connector\",\n            \"title\": \"NHTSA Safety Ratings Connector\",\n            \"subTitle\": \"Instantly connect, visualize, and get insights from your NHTSA Safety Ratings data.\",\n            \"description\": \"NHTSA Safety Ratings allows you to find the highest-rated safety vehicles with the National Highway Traffic Safety Administration safety ratings DataSet. Also, you can see the vehicle make and model along with crash ratings and picture and video links.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Travel\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Travel\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\",\n                \"Travel\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"NHTSA Safety Ratings Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for NHTSA Safety Ratings is https://one.nhtsa.gov/webapi/api/.\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector? \",\n                    \"connectorAnswer\": \"None\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"DataSet\",\n            \"popularity\": 0,\n            \"winnerText\": \"NHTSA Safety Ratings Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.simplifi\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.simplifi\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644746614000,\n            \"lastModified\": 1648482769000,\n            \"lastIndexed\": 1649953243080,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"SimpliFi Connector\",\n            \"title\": \"SimpliFi Connector\",\n            \"subTitle\": \"Get the most out of your Simplifi data.\",\n            \"description\": \"Simpli.fi is a comprehensive RTB platform built for localized campaigns. It is the leader in localized programmatic solutions. Trade desks, networks, local media groups, and multi-location brands leverage Simpli.fi’s superior performance, customizable audiences, and efficient delivery models to drive higher ROI in their digital businesses. Use this connector to get data about companies, clients, campaigns, campaign ads, and so on.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Digital Marketing\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"SimpliFi Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Simpli.fi is https://app.simpli.fi/api/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>All Campaigns</td> <td>/organizations/{organizationId}/campaigns</td> </tr>\\n<tr> <td>All Campaign-Ads</td> <td>/organizations/{organizationId}/campaigns/{campaignId}/ads</td> </tr>\\n<tr> <td>All Campaign-Stats</td> <td>/organizations/{organizationId}/campaign_stats</td> </tr>\\n<tr> <td>Campign List</td> <td>/organizations/{organizationId}/campaigns</td> </tr>\\n<tr> <td>Campaign-Ads</td> <td>/organizations/{organizationId}/campaigns/{campaignId}/ads</td> </tr>\\n<tr> <td>Campaign Ads By Organization</td> <td>/organizations/{organizationId}/campaigns/{campaignArray[]}/ads</td> </tr>\\n<tr> <td>Campaign-Stats</td> <td>/organizations/{organizationId}/campaign_stats</td> </tr>\\n<tr> <td>Organizations</td> <td>/organizations</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the application key and user key associated with your Simpli.Fi account. These credentials can be found in the Simpli.Fi UI.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While Simpli.Fi may enforce call rate limits, you should not need to worry about them.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"SimpliFi Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.criteoadvertising\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.criteoadvertising\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644740947000,\n            \"lastModified\": 1648482618000,\n            \"lastIndexed\": 1649953243081,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Criteo Advertising Connector\",\n            \"title\": \"Criteo Advertising Connector\",\n            \"subTitle\": \"Get the most out of your Criteo data.\",\n            \"description\": \"Criteo's state-of-the-art technology transforms digital advertising into a personal experience that drives better results. The Criteo Advertising connector allows you to pull data from your Criteo Advertising system into Domo.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Criteo Advertising Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Criteo Advertising is https://advertising.criteo.com/API/v201305/AdvertiserService.asmx.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which method does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Method Name</th></tr> \\n<tr> <td>Advertising Reports</td> <td>getReportDownloadUrl</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the user name, password and app token of your Criteo Advertising account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Criteo Advertising Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.runkeeper\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.runkeeper\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1614277350000,\n            \"lastModified\": 1614277364000,\n            \"lastIndexed\": 1649953243081,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"RunKeeper Connector\",\n            \"title\": \"RunKeeper Connector\",\n            \"subTitle\": \"Get the most out of your RunKeeper data.\",\n            \"description\": \"RunKeeper is a GPS fitness-tracking app for iOS and Android. It allows users to track fitness activities using GPS and to see detailed statistics around their pace, distance, and time. Use Domo's RunKeeper connector to compile reports about physical activity, health, and nutrition.\",\n            \"tags\": [\n                \"Cloud Connector\",\n                \"Sports & Recreation\"\n            ],\n            \"connectorTags\": [\n                \"Cloud Connector\",\n                \"Sports & Recreation\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"RunKeeper Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for RunKeeper is https://api.runkeeper.com.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Fitness Activities</td> <td>/fitnessActivities</td> </tr>\\n<tr> <td>Friends</td> <td>/team</td> </tr>\\n<tr> <td>Personal Records</td> <td>/records</td> </tr>\\n<tr> <td>Profile</td> <td>/profile</td> </tr>\\n<tr> <td>Settings</td> <td>/settings</td> </tr>\\n<tr> <td>Sleep</td> <td>/sleep</td> </tr>\\n<tr> <td>Strength Training Activities</td> <td>/strengthTrainingActivities</td> </tr>\\n<tr> <td>Weight</td> <td>/weight</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You will need your RunKeeper username and password. Domo connects to RunKeeper using the OAuth authentication system. This means that your password is totally secure and is never stored. You can revoke Domo's access to your RunKeeper account at any time.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Datasets should be set to update once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"While RunKeeper may enforce call rate limits, the user should not need to worry about it.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"RunKeeper Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.percolate\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.percolate\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644649884000,\n            \"lastModified\": 1648482473000,\n            \"lastIndexed\": 1649953243082,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Percolate Connector\",\n            \"title\": \"Percolate Connector\",\n            \"subTitle\": \"Get the most out of your Percolate data.\",\n            \"description\": \"Percolate is a complete web and mobile software platform to manage all your marketing in one place. Use Domo's Percolate connector to track your marketing efforts and get data about analytics, export, post analytics, and so on.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Percolate Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for Percolate is https://percolate.com/api/.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Analytics</td> <td>/v4/analytics/</td> </tr>\\n<tr> <td>Export</td> <td>/v5/export/</td> </tr>\\n<tr> <td>Post Analytics</td> <td>/v4/analytics/post/</td> </tr>\\n<tr> <td>Post By Brand</td> <td>/v5/post_set/</td> </tr>\\n<tr> <td>Post By License</td> <td>/v5/post_set/</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the API key of your Percolate account.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Trying to pull today's data might result in duplicate rows. Ideally, set up the dataset to pull in yesterday's data once a day with the dataset set to APPEND mode.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Percolate Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.districtm\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.districtm\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1614277874000,\n            \"lastModified\": 1614277889000,\n            \"lastIndexed\": 1649953243082,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"District M Connector\",\n            \"title\": \"District M Connector\",\n            \"subTitle\": \"Get the most out of your District M data.\",\n            \"description\": \"District M is a digital media company that offers programmatic solutions to advertisers and publishers. Use Domo's District M connector to generate reports about ads, products, earnings and so on.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Ads\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"District M Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for District M is https://api.districtm.ca.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Query</td> <td>/queries/json</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need your District M client id and client secret.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"District M Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.postgresql.advanced\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.postgresql.advanced\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645340309000,\n            \"lastModified\": 1648483219000,\n            \"lastIndexed\": 1649953243084,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"PostgreSQL Advanced Connector\",\n            \"title\": \"PostgreSQL Advanced Connector\",\n            \"subTitle\": \"Get the big picture. See your PostgreSQL data together with data from other systems, all in Domo.\",\n            \"description\": \"Domo works seamlessly with PostgreSQL's open source object-relational database system. You can use Domo's PostgreSQL Advanced Connector to pull data from your PostgreSQL database and compile custom reports. With an intuitive platform that brings all your data and all your people together in one place, it's easy to collaborate around real-time business insights and move forward with a single version of the truth. <br /> <br />You can easily combine your PostgreSQL data with data from numerous other systems, allowing you to transform your data and make it all available for user self-service. See the metrics you need on any device, automate your reporting, and get alerts when there are important changes to your business.\",\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"PostgreSQL Advanced Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port and database name of your PostgreSQL database. You also need your CA certificate, SSL certificate, and SSL key.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"Limits depend on your server configuration.\"\n                },\n                {\n                    \"connectorQuestion\": \"What do I need to be aware of while writing a query?\",\n                    \"connectorAnswer\": \"Make sure that all the words, table names and field names are correctly spelled. Refer to the Query Helper field for query help.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my PostgreSQL database? Do I need to whitelist any IP  addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to a PostgreSQL database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://domohelp.domo.com/hc/en-us/articles/360043630093\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                },\n                {\n                    \"connectorQuestion\": \"What's the Fetch Size?\",\n                    \"connectorAnswer\": \"The fetch size is for memory performance. The connector will use the default value 400, if no value is provided in this field. If an \\\"out of memory\\\" error occurs, retry decreasing the fetch size.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"PostgreSQL Advanced Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.amazons3-assumerole\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.amazons3-assumerole\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644735324000,\n            \"lastModified\": 1648482839000,\n            \"lastIndexed\": 1649953243084,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Amazon S3 AssumeRole Connector\",\n            \"title\": \"Amazon S3 AssumeRole Connector\",\n            \"subTitle\": \"Understand your S3 bucket data with the Amazon S3 AssumeRole integration.\",\n            \"description\": \"Amazon S3 is an online file storage service offered by Amazon Web Services. Domo's Amazon S3 AssumeRole Connector allows you to pull data from an S3 bucket using AssumeRole authentication.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"AWS\",\n                \"Documents\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Cloud Connector\",\n                \"AWS\",\n                \"Documents\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"AWS\",\n                \"Documents\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Amazon S3 AssumeRole Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the Amazon resource name of the role to assume, identifier for the assumed role session, unique identifier used by third parties when assuming roles in their customers' accounts, name of the Amazon S3 bucket you want to pull data from, and Amazon S3 region.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"What precautions do I need to take before pulling the data?\",\n                    \"connectorAnswer\": \"Ensure that the file is present in the S3 bucket and correct file type is specified in the connector settings. Also, remove the null columns from the file before the connector can successfully retrieve data.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Amazon S3 AssumeRole Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.usgswelldata\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.usgswelldata\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1614721852000,\n            \"lastModified\": 1614734679000,\n            \"lastIndexed\": 1649953243084,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"USGS Well Data\",\n            \"title\": \"USGS Well Data\",\n            \"subTitle\": \"USGS Well Data Third Party Connector\",\n            \"description\": \"Use Domo USGS Well Data connector to retrieve historical manually-recorded groundwater levels from hydrologic sites served by the USGS.\",\n            \"tags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Environmental Svcs\",\n                \"News & Events\"\n            ],\n            \"connectorTags\": [\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Environmental Svcs\",\n                \"News & Events\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"USGS Well Data\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [],\n            \"producer\": \"Domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"Domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"USGS Well Data\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.zendesksunshine\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.zendesksunshine\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1614278685000,\n            \"lastModified\": 1614278699000,\n            \"lastIndexed\": 1649953243085,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Zendesk Sunshine Connector\",\n            \"title\": \"Zendesk Sunshine Connector\",\n            \"subTitle\": \"Visualize your Zendesk Sunshine data in minutes.\",\n            \"description\": \"Zendesk Sunshine is an open, flexible CRM platform. Sunshine lets you seamlessly connect and understand all of your customer data wherever it lives. Use Domo's Zendesk Sunshine connector to receive details about profiles, events and custom objects.\",\n            \"tags\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\"\n            ],\n            \"connectorTags\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"CRM\",\n                \"Marketing\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Zendesk Sunshine Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for the Zendesk Sunshine connector is https://{subdomain}.zendesk.com.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table>\\n<tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"70%\\\">Endpoint URL</th> </tr>\\n<tr> <td>List Custom Object Types</td> <td>/api/sunshine/objects/types</td> </tr>\\n<tr> <td>List Objects Records By Type</td> <td>/api/sunshine/objects/records</td> </tr>\\n<tr> <td>List Persons</td> <td>/api/sunshine/people</td> </tr>\\n<tr> <td>List Relationship Records By Type</td> <td>/api/sunshine/relationships/records</td> </tr>\\n<tr> <td>List Relationship Types</td> <td>/api/sunshine/relationships/types</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up the Zendesk connector? \",\n                    \"connectorAnswer\": \"You need the Zendesk username, password or API token, and the Zendesk instance URL.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"The rate limit is 1,000 requests per minute for Custom Objects API.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Zendesk Sunshine Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.ae72076c-3119-490c-b0df-74e7b2c97ebf\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.ae72076c-3119-490c-b0df-74e7b2c97ebf\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1583343056000,\n            \"lastModified\": 1583734385000,\n            \"lastIndexed\": 1649953243085,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Fulcrum\",\n            \"title\": \"Fulcrum\",\n            \"subTitle\": \"Fulcrum Third Party Connector\",\n            \"description\": \"Integrate your fulcrum data in minutes using Query API only with an API Key and standard SQL statements.\",\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Fulcrum\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You must provide an API token, you can do it at https://web.fulcrumapp.com/settings/api/new\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint does each report call in this connector?\",\n                    \"connectorAnswer\": \"Query Report    /api/v2/query\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I get information about forms that I am not an administrator for?\",\n                    \"connectorAnswer\": \"Not with this connector. You only get information about the forms and data allowed by your API key.\"\n                }\n            ],\n            \"producer\": \"mmmm-0012-1096\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"mmmm-0012-1096\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Fulcrum\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.informix\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.informix\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644733659000,\n            \"lastModified\": 1648482366000,\n            \"lastIndexed\": 1649953243085,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"IBM Informix Connector\",\n            \"title\": \"IBM Informix Connector\",\n            \"subTitle\": \"Understand your relational, object-relational, and dimensional data with IBM Informix.\",\n            \"description\": \"IBM Informix is a fast and scalable database server that manages traditional relational, object-relational, and dimensional databases. Use this connector to get your IBM Informix data into Domo.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"BI\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"Analytics\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"IBM Informix Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username, password, host, port, server and database name of your Informix database.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequently will my data update?\",\n                    \"connectorAnswer\": \"Datasets can run as often as every 15 minutes. However, depending on the runtime of the query, datasets may need to run less frequently.\"\n                },\n                {\n                    \"connectorQuestion\": \"Why can't I connect to my Informix database? Do I need to whitelist any IP addresses?\",\n                    \"connectorAnswer\": \"Before you can connect to an Informix database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see <a href=\\\"https://knowledge.domo.com?cid=connectorips\\\" target=\\\"_blank\\\">Whitelisting IP Addresses</a>.\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"IBM Informix Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.anaplan\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.anaplan\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644660219000,\n            \"lastModified\": 1648482851000,\n            \"lastIndexed\": 1649953243085,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Anaplan Connector\",\n            \"title\": \"Anaplan Connector\",\n            \"subTitle\": \"Make faster, better decisions by integrating your Anaplan data with data from other key systems.\",\n            \"description\": \"By integrating your Anaplan data into Domo, you can get the bigger picture of your finance, sales, and workforce planning data. Combine your Adaptive Insights data with data from other data sources throughout your company for a comprehensive view of your business. Set up custom alerts to be notified in real-time when your key metrics change, so you can make faster, better business decisions.\",\n            \"tags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Sales Leaders\"\n            ],\n            \"connectorTags\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\",\n                \"Cloud Connector\",\n                \"Sales Leaders\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Sales\",\n                \"Marketing\",\n                \"Analytics\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Anaplan Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Anaplan does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses major version 1 and minor version 3 of the Anaplan. (https://api.anaplan.com/{major}/{minor})\\nMajor Version = 1\\nMinor Version = 3 \"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoints does each discovery call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Discovery Name</th> <th width=\\\"70%\\\">Endpoint URL(s)</th></tr>\\n<tr> <td>Workspaces</td> <td>/workspaces</td> </tr>\\n<tr> <td>Models</td> <td>/workspaces/{workspaceID}/models</td> </tr>\\n<tr> <td>Files</td> <td>/workspaces/{workspaceID}/models/{modelID}/files</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What endpoint is called to process the data?\",\n                    \"connectorAnswer\": \"<ul> <li>/workspaces/{workspaceID}/models/{modelID}/files/{fileID}/chunks</li> <li>/workspaces/{workspaceID}/models/{modelID}/exports/{fileID}/tasks</li> <li>/workspaces/{workspaceID}/models/{modelID}/exports/{fileID}/tasks/{taskID}</li> </ul>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username and password associated with your Anaplan account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account multiple times to create datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Anaplan Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.tealiumdataaccess\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.tealiumdataaccess\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1645238927000,\n            \"lastModified\": 1648483337000,\n            \"lastIndexed\": 1649953243085,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Tealium DataAccess\",\n            \"title\": \"Tealium DataAccess\",\n            \"subTitle\": \"Use Domo's prebuilt Amazon S3 User Specific Permissions connector to connect to Tealium DataAccess.\",\n            \"description\": \"Tealium DataAccess is the most flexible way to access and own your data in real-time, extending the power of Tealium iQ Tag Management, AudienceStream, and other integrations across an entire organization. Use Amazon S3 User Specific Permissions connector to connect to Tealium DataAccess.\",\n            \"tags\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"BI\"\n            ],\n            \"connectorTags\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"Cloud Connector\",\n                \"BI\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"IT\",\n                \"Database\",\n                \"Marketing\",\n                \"BI\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Tealium DataAccess\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Tealium DataAccess\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.610b2ff6-1e44-4c90-96a9-de9ff2b6a398\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.610b2ff6-1e44-4c90-96a9-de9ff2b6a398\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1622207222000,\n            \"lastModified\": 1622209083000,\n            \"lastIndexed\": 1649953243086,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"GuideCX Connector\",\n            \"title\": \"GuideCX Connector\",\n            \"subTitle\": \"GuideCX Third Party Connector\",\n            \"description\": \"GuideCX is a client onboarding and project management platform that keeps your clients at the center of every project by providing complete visibility into the work. Invite everyone to the project--internal resources, customer teams, and third-party vendors. Guide each step and stay on track with automated tasks, reminders, and updates.</br></br>To get at the full scope of project status, you need context. Domo's cloud-based platform brings all your GuideCX project reports together through one connector. See overall project data side-by-side with data from individual tasks, projected timelines, revenue calculations, or any other relevant information to satisfy your project management reporting needs.</br></br>Use Domo's GuideCX connector to pull data about projects, in your account. Get visualizations and reports on your projects made to your exact specifications-what you want to see, how you want to see it.\",\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"GuideCX Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What kind of data can I get from the GuideCX Connector?\",\n                    \"connectorAnswer\": \"Project Data from any active or completed project in GuideCX.\"\n                },\n                {\n                    \"connectorQuestion\": \"What credentials do I need to access the GuideCX Connector?\",\n                    \"connectorAnswer\": \"You need a paid GuideCX account and your API key.\"\n                },\n                {\n                    \"connectorQuestion\": \"How often is the GuideCX data updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API Limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No.\"\n                },\n                {\n                    \"connectorQuestion\": \"What if I need more help?\",\n                    \"connectorAnswer\": \"Contact GuideCX support.\"\n                }\n            ],\n            \"producer\": \"trustvesta\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"trustvesta\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"GuideCX Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.moat\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.moat\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644655800000,\n            \"lastModified\": 1648482713000,\n            \"lastIndexed\": 1649953243087,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Moat Connector\",\n            \"title\": \"Moat Connector\",\n            \"subTitle\": \"Get the big picture. See your Moat data together with data from other systems, all in Domo.\",\n            \"description\": \"Moat is a powerhouse in the search engine world when it comes to digital advertising, enabling you to search for campaigns by advertiser, see where creatives are running and perform competitive analysis. Use this connector to bring in data about your ad effectiveness to help improve your advertising decisions.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"SEO\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Ads\",\n                \"SEO\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Digital Marketing\",\n                \"Ads\",\n                \"SEO\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Moat Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What version of the Moat API does this connector use?\",\n                    \"connectorAnswer\": \"This connector uses version 1 of the Moat API (https://api2.moat.com/1).\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> \\n<tr> <th width=\\\"30%\\\">Report Name</th> </th> <th width=\\\"70%\\\">Endpoint URL(s)</th> </tr>\\n<tr> <td>Stats</td> <td>/stats.json</td></tr> </table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the username and password of your Moat acocunt.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account to create multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"As often as needed.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"No\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Moat Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.thirdparty.connector.e0f56554-9838-4133-a00f-3786ec22ab1c\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.thirdparty.connector.e0f56554-9838-4133-a00f-3786ec22ab1c\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1649746434000,\n            \"lastModified\": 1649859475000,\n            \"lastIndexed\": 1649953243087,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Service Desk Plus Cloud Connector\",\n            \"title\": \"Service Desk Plus Cloud Connector\",\n            \"subTitle\": \"Visualize your Service Desk Plus Cloud data in DOMO.\",\n            \"description\": \"ManageEngine ServiceDesk Plus Cloud is a game changer in turning IT teams from daily fire-fighting to delivering awesome customer service. This connector lets you fetch request and change dataset from ServiceDesk Plus Cloud and project it to DOMO, where you can visualize datasets as per your requirements. You can also set a schedule to fetch data.\",\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Service Desk Plus Cloud Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"Which version of the ServiceDesk Plus Cloud API is used by the connector?\",\n                    \"connectorAnswer\": \"ServiceDesk Plus Cloud V3 API.\"\n                },\n                {\n                    \"connectorQuestion\": \"What are the credentials required to run the connector?\",\n                    \"connectorAnswer\": \"You will need the ServiceDesk Plus Cloud login username and password for authenticating via oAuth 2.0.\"\n                },\n                {\n                    \"connectorQuestion\": \"Is it required to have multiple accounts to add multiple datasets?\",\n                    \"connectorAnswer\": \"No, you can add multiple datasets using a single account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any limits to the API calls?\",\n                    \"connectorAnswer\": \"There are no limits but larger data set might take longer time to sync.\"\n                },\n                {\n                    \"connectorQuestion\": \"What are the available update methods for scheduling data fetch operation?\",\n                    \"connectorAnswer\": \"There are two update methods. Replace and append.\"\n                },\n                {\n                    \"connectorQuestion\": \"How frequent can the data be updated?\",\n                    \"connectorAnswer\": \"In the basic mode, data fetch can be scheduled with the following options: <br>Every month, Every day, Every weekday, Every week, Specific days of the week/month, and Manually (with a custom timing option). <br>In the advance mode, the above scheduling option can be grouped for a fine-grained schedule with a specific time or update frequency.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can we use a custom name and description for the datasets fetched?\",\n                    \"connectorAnswer\": \"Yes, a custom name and a description can be used in DOMO.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table><tbody><tr><th>Report Name</th><th>Endpoint URL(s)</th></tr><tr><td>Request</td><td>/requests</td></tr><tr><td>Change</td><td>/changes</td></tr></tbody></table>\"\n                }\n            ],\n            \"producer\": \"mmmm-0020-8372\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"mmmm-0020-8372\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Service Desk Plus Cloud Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        },\n        {\n            \"entityType\": \"connector\",\n            \"databaseId\": \"com.domo.connector.adobeTarget\",\n            \"searchId\": {\n                \"indexName\": null,\n                \"databaseId\": \"com.domo.connector.adobeTarget\",\n                \"customer\": \"GlobalSearchCustomer\",\n                \"entityType\": \"connector\"\n            },\n            \"createDate\": 1644644165000,\n            \"lastModified\": 1648482562000,\n            \"lastIndexed\": 1649953243087,\n            \"highlightedFields\": {},\n            \"language\": \"English\",\n            \"requestAccess\": false,\n            \"score\": 5.694026,\n            \"label\": \"Adobe Target Connector\",\n            \"title\": \"Adobe Target Connector\",\n            \"subTitle\": \"Get the big picture. See your Adobe Target data together with data from other systems, all in Domo.\",\n            \"description\": \"Adobe Target allows you to create A/B tests and embed personalized experiences into your apps. With Domo's Adobe Target Connector you'll see data about campaigns, content and performance. This will give you confidence in your initiatives as you learn how to package them for your target market.\",\n            \"tags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Adobe\"\n            ],\n            \"connectorTags\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\",\n                \"Cloud Connector\",\n                \"Adobe\"\n            ],\n            \"capabilities\": [\n                \"Connector\"\n            ],\n            \"categories\": [\n                \"Marketing\",\n                \"Analytics\",\n                \"Digital Marketing\"\n            ],\n            \"roles\": [],\n            \"dataSources\": [\n                \"Adobe Target Connector\"\n            ],\n            \"isPublic\": true,\n            \"connectorFAQS\": [\n                {\n                    \"connectorQuestion\": \"What endpoint is the base URL for this connector?\",\n                    \"connectorAnswer\": \"The base URL for the Adobe Target connector is https://mc.adobe.io.\"\n                },\n                {\n                    \"connectorQuestion\": \"Which endpoint(s) does each report call in this connector?\",\n                    \"connectorAnswer\": \"<table> <tr> <th width=\\\"30%\\\">Report Name</th> <th width=\\\"570%\\\">Endpoint URL(s)</th></tr> \\n<tr> <td>Activities Report</td> <td>/{tenant}/target/activities/</td> </tr>\\n<tr> <td>AP Performance Report</td> <td>/{tenant}/target/activities/abt/{activityId}/report/performance</td> </tr>\\n<tr> <td>Audiences Report</td> <td>/{tenant}/target/audiences</td> </tr>\\n<tr> <td>Audit Report</td> <td>/{tenant}/target/activities/ab/{activityId}/report/orders</td> </tr>\\n<tr> <td>Environments Report</td> <td>/{tenant}/target/environments/</td> </tr>\\n<tr> <td>Mboxes Report</td> <td>/{tenant}/target/mboxes/</td> </tr>\\n<tr> <td>New AB Performance Report</td> <td>/{tenant}/target/activities/ab/{activityId}/report/performance</td> </tr>\\n<tr> <td>New XT Performance Report</td> <td>/{tenant}/target/activities/xt/{activityId}/report/performance</td> </tr>\\n<tr> <td>Offers Report</td> <td>/{tenant}/target/offers/</td> </tr>\\n<tr> <td>Properties Report</td> <td>/{tenant}/target/properties/</td> </tr>\\n</table>\"\n                },\n                {\n                    \"connectorQuestion\": \"What kind of credentials do I need to power up this connector?\",\n                    \"connectorAnswer\": \"You need the client id (API key), client secret, technical account id, organization id, tenant, and private key associated with your Adobe Target account.\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my client id (API key), client secret, technical account id, and organization id?\",\n                    \"connectorAnswer\": \"<ul style=\\\"margin-left: 23px; line-height: 16px;\\\">\\n<li>Create a new integration in <a href=\\\"https://console.adobe.io/integrations\\\" target=\\\"_blank\\\">Adobe I/O Console</a>, by following the <a href=\\\"https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md\\\" target=\\\"_blank\\\">Adobe's instructions</a>.</li>\\n<li>You will need to create a public/private key pair, upload the public key to Adobe, and provide the private key to Domo.</li>\\n<li>From the <strong>Adobe Integration Overview</strong> page, you can find your <strong>API Key (Client ID), Technical Account ID, Organization ID</strong> and <strong>Client Secret</strong>.</li>\\n<li>Domo will use your credentials to create a JSON web token. Domo will sign in with your private key, and exchange that JWT token for an access token to access the Adobe Analytics API. </li>\\n<li>For more information see <a href=\\\"https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/ServiceAccountIntegration.md\\\" target=\\\"_blank\\\">Adobe’s documentation</a>. </li> </ul>\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my tenant?\",\n                    \"connectorAnswer\": \"Your Adobe tenant name is the first part of the URL when you log into Adobe Experience Cloud. Example: https://tenant-name.marketing.adobe.com\"\n                },\n                {\n                    \"connectorQuestion\": \"Where can I find my private key?\",\n                    \"connectorAnswer\": \"You create your private key along with the public key as you create a a new integration in <a href=\\\"https://console.adobe.io/integrations\\\" target=\\\"_blank\\\">Adobe I/O Console</a>.\"\n                },\n                {\n                    \"connectorQuestion\": \"Can I use the same account for multiple datasets?\",\n                    \"connectorAnswer\": \"Yes\"\n                },\n                {\n                    \"connectorQuestion\": \"How often can the data be updated?\",\n                    \"connectorAnswer\": \"Try to limit the updates to once a day.\"\n                },\n                {\n                    \"connectorQuestion\": \"Are there any API limits that I need to be aware of?\",\n                    \"connectorAnswer\": \"None\"\n                }\n            ],\n            \"producer\": \"domo\",\n            \"writebackEnabled\": false,\n            \"publisherName\": \"domo\",\n            \"entitySubType\": \"Connector\",\n            \"popularity\": 0,\n            \"winnerText\": \"Adobe Target Connector\",\n            \"customer\": \"GlobalSearchCustomer\"\n        }\n    ]\n}"}],"_postman_id":"806c9700-c219-4e41-b5e2-9f9f709907d0"}],"id":"e959a210-64f3-4859-9ef1-01224eac1aa3","_postman_id":"e959a210-64f3-4859-9ef1-01224eac1aa3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Dataflow","item":[{"name":"Get All Dataflows","id":"8069fe49-4476-4847-87a3-a460f39eb11a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of all dataflows from instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Dataflows</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007295494-DataFlow-Management\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of dataflows with dataset inputs and outputs with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","dataflows"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"12986d65-3e8a-443d-8104-d224d39d4cf9","name":"Get All dataflows - example","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/dataprocessing/v1/dataflows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 May 2022 09:11:58 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 46,\n        \"name\": \"AW_delete\",\n        \"dapDataFlowId\": \"26155ae2-1994-4808-ac55-5ec56318a026\",\n        \"responsibleUserId\": 1251168784,\n        \"runState\": \"ENABLED\",\n        \"lastExecution\": {\n            \"id\": 53816,\n            \"onboardFlowId\": 46,\n            \"previewRows\": 0,\n            \"dapDataFlowExecutionId\": \"3bd2c8a2-9ee1-4f8e-9453-9f21f1186933\",\n            \"beginTime\": 1620395314000,\n            \"endTime\": 1620395329000,\n            \"lastUpdated\": 1620395329000,\n            \"failed\": false,\n            \"state\": \"SUCCESS\",\n            \"dataFlowVersion\": 0\n        },\n        \"created\": 1620395295000,\n        \"modified\": 1620395310000,\n        \"engineProperties\": {\n            \"kettle.mode\": \"STRICT\"\n        },\n        \"inputs\": [\n            {\n                \"dataSourceId\": \"c119c8e8-fc43-4b12-b45b-6dac2a704aed\",\n                \"executeFlowWhenUpdated\": false,\n                \"dataSourceName\": \"Crytpo Usecase\"\n            }\n        ],\n        \"outputs\": [\n            {\n                \"onboardFlowId\": null,\n                \"dataSourceId\": \"576efb2f-e72a-4ee9-87f8-52304061217e\",\n                \"dataSourceName\": \"AW_delete\",\n                \"versionChainType\": \"REPLACE\"\n            }\n        ],\n        \"executionCount\": 2,\n        \"executionSuccessCount\": 2,\n        \"hydrationState\": \"DEHYDRATED\",\n        \"useLegacyTriggerBehavior\": false,\n        \"passwordProtected\": false,\n        \"deleted\": false,\n        \"abandoned\": false,\n        \"neverAbandon\": false,\n        \"paused\": false,\n        \"magic\": true,\n        \"restricted\": false,\n        \"editable\": true,\n        \"enabled\": true,\n        \"container\": false,\n        \"databaseType\": \"MAGIC\",\n        \"triggeredByInput\": false,\n        \"draft\": false,\n        \"numInputs\": 1,\n        \"numOutputs\": 1\n    \n    }\n]"}],"_postman_id":"8069fe49-4476-4847-87a3-a460f39eb11a"},{"name":"Get Dataflow by Id","id":"8914498f-3618-4e21-8778-06607ec4328d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataflow full information (inputs, outputs, queries, state) by dataflow id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Dataflows</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007295494-DataFlow-Management\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>DataFlow id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataflow with dataset inputs and outputs with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","dataprocessing","v1","dataflows",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"b7ce70f3-59ce-42ad-a41a-b5ea079d8fa9","description":{"content":"<p>Dataflow id   </p>\n","type":"text/plain"},"type":"any","value":"{{dataflow_id}}","key":"id"}]}},"response":[{"id":"4c5c3ff1-a24e-4dce-895d-d96afe09cb77","name":"Get Dataflow by Id - example","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/dataprocessing/v1/dataflows/:id","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","dataprocessing","v1","dataflows",":id"],"variable":[{"key":"id","value":"{{dataflow_id}}","description":"Dataflow id   "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 May 2022 09:22:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 60,\n    \"name\": \"DomoStats People with Activity Log\",\n    \"dapDataFlowId\": \"33c46931-4f9b-4834-91ec-82359da4e777\",\n    \"responsibleUserId\": 1893952720,\n    \"runState\": \"ENABLED\",\n    \"onboardFlowVersion\": {\n        \"id\": 242,\n        \"timeStamp\": 1624449225000,\n        \"authorId\": 1893952720,\n        \"numInputs\": 2,\n        \"numOutputs\": 1,\n        \"executionCount\": 0,\n        \"executionSuccessCount\": 0,\n        \"versionNumber\": 4\n    },\n    \"lastExecution\": {\n        \"id\": 162077,\n        \"onboardFlowId\": 60,\n        \"previewRows\": 0,\n        \"dapDataFlowExecutionId\": \"19ddcae5-4d1e-45b6-b04c-ac6fe2076006\",\n        \"beginTime\": 1652028913000,\n        \"endTime\": 1652029078000,\n        \"lastUpdated\": 1652029078000,\n        \"failed\": false,\n        \"state\": \"SUCCESS\",\n        \"dataFlowVersion\": 0\n    },\n    \"created\": 1624432428000,\n    \"modified\": 1624449224000,\n    \"actions\": [\n        {\n            \"type\": \"LoadFromVault\",\n            \"id\": \"0\",\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            },\n            \"targetTableName\": \"activity_log\",\n            \"dataSourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\",\n            \"executeFlowWhenUpdated\": true,\n            \"pseudoDataSource\": false,\n            \"truncateTextColumns\": false,\n            \"truncateRows\": false,\n            \"onlyLoadNewVersions\": false\n        },\n        {\n            \"type\": \"LoadFromVault\",\n            \"id\": \"1\",\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            },\n            \"targetTableName\": \"people\",\n            \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n            \"executeFlowWhenUpdated\": true,\n            \"pseudoDataSource\": false,\n            \"truncateTextColumns\": false,\n            \"truncateRows\": false,\n            \"onlyLoadNewVersions\": false\n        },\n        {\n            \"type\": \"SqlAction\",\n            \"id\": \"2\",\n            \"dependsOn\": [\n                \"0\",\n                \"1\"\n            ],\n            \"notes\": [],\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            },\n            \"statements\": [\n                \"CREATE INDEX activity_user_id ON activity_log(`User_ID`)\"\n            ],\n            \"columnSettings\": {}\n        },\n        {\n            \"type\": \"SqlAction\",\n            \"id\": \"3\",\n            \"dependsOn\": [\n                \"2\"\n            ],\n            \"notes\": [],\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            },\n            \"statements\": [\n                \"CREATE INDEX people_user_id ON people(`User ID`)\"\n            ],\n            \"columnSettings\": {}\n        },\n        {\n            \"type\": \"GenerateTableAction\",\n            \"id\": \"4\",\n            \"dependsOn\": [\n                \"3\"\n            ],\n            \"tableName\": \"people_with_activity_log\",\n            \"selectStatement\": \"SELECT \\nb.`Display Name`\\n, b.`Role`\\n, b.`User ID`\\n, b.`Created Date`\\n, b.`Department`\\n, b.`Email`\\n, a.`Type`\\n, a.`Source_ID`\\n, a.`Action`\\n, a.`Object_Type`\\n, a.`Object_ID`\\n, a.`Object_Name`\\n, a.`IP_Address`\\n, a.`Event_Time`\\n, a.`Device`\\n, a.`Browser_Details`\\n, b.`Last Login`\\nFROM activity_log a\\nLEFT JOIN\\npeople b\\nON a.`User_ID` = b.`User ID`\\nWHERE a.`Type` = UPPER('USER')\",\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            }\n        },\n        {\n            \"type\": \"PublishToVault\",\n            \"id\": \"5\",\n            \"dependsOn\": [\n                \"4\"\n            ],\n            \"gui\": {\n                \"x\": null,\n                \"y\": null,\n                \"color\": null,\n                \"colorSource\": null\n            },\n            \"query\": \"SELECT \\n`Display Name`\\n,`Role`\\n,`User ID`\\n,`Created Date`\\n,`Department`\\n,`Email`\\n,`Type`\\n,`Source_ID`\\n,`Action`\\n,`Object_Type`\\n,`Object_ID`\\n,`Object_Name`\\n,`IP_Address`\\n,`Event_Time`\\n,`Device`\\n,`Browser_Details`\\n,`Last Login`\\n, cast(`Event_Time` as Date) `Event_Date`\\nFROM people_with_activity_log\",\n            \"dataSource\": {\n                \"guid\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"type\": \"DataFlow\",\n                \"name\": \"DomoStats People with Activity Log\"\n            },\n            \"versionChainType\": \"REPLACE\",\n            \"schemaSource\": \"DATAFLOW\",\n            \"partitioned\": false\n        }\n    ],\n    \"engineProperties\": {\n        \"mysql.mode\": \"DEFAULT\"\n    },\n    \"inputs\": [\n        {\n            \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n            \"executeFlowWhenUpdated\": true,\n            \"dataSourceName\": \"DomoStats - People\",\n            \"onlyLoadNewVersions\": false\n        },\n        {\n            \"dataSourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\",\n            \"executeFlowWhenUpdated\": true,\n            \"dataSourceName\": \"DomoStats - Activity Log\",\n            \"onlyLoadNewVersions\": false\n        }\n    ],\n    \"outputs\": [\n        {\n            \"onboardFlowId\": null,\n            \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"dataSourceName\": \"DomoStats People with Activity Log\",\n            \"versionChainType\": \"REPLACE\"\n        }\n    ],\n    \"executionCount\": 184,\n    \"executionSuccessCount\": 184,\n    \"hydrationState\": \"DEHYDRATED\",\n    \"useLegacyTriggerBehavior\": false,\n    \"passwordProtected\": false,\n    \"deleted\": false,\n    \"abandoned\": false,\n    \"neverAbandon\": false,\n    \"settings\": {},\n    \"paused\": false,\n    \"magic\": false,\n    \"restricted\": false,\n    \"editable\": true,\n    \"enabled\": true,\n    \"container\": false,\n    \"databaseType\": \"MYSQL\",\n    \"triggeredByInput\": true,\n    \"draft\": false,\n    \"numInputs\": 2,\n    \"numOutputs\": 1\n}"}],"_postman_id":"8914498f-3618-4e21-8778-06607ec4328d"},{"name":"Execute Dataflow","id":"b26be6b6-d103-4d93-a00d-abd05a024936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/{{dataflow_id}}/executions","description":"<h1 id=\"execute-dataflow\">Execute Dataflow</h1>\n<p>This endpoint allows you to trigger the execution of a specific dataflow.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li>Method: POST</li>\n<li>URL: <code>https://{{domo_instance}}.domo.com/api/dataprocessing/v1/dataflows/{{dataflow_id}}/executions</code></li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li>Status: 200</li>\n<li>Content-Type: application/json</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"onboardFlowId\": 0,\n  \"previewRows\": 0,\n  \"dapDataFlowExecutionId\": \"\",\n  \"beginTime\": 0,\n  \"lastUpdated\": 0,\n  \"state\": \"\",\n  \"activationType\": \"\",\n  \"executionEngine\": {\n    \"platform\": \"\",\n    \"engine\": \"\"\n  },\n  \"dataProcessor\": \"\",\n  \"dataFlowVersion\": 0\n}\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","dataflows","{{dataflow_id}}","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b26be6b6-d103-4d93-a00d-abd05a024936"},{"name":"JupyterNotebook - config","id":"b72a4886-0a01-4b03-aff6-cc75467442a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/v1/workspaces/{{jupyter_workspace_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","workspaces","{{jupyter_workspace_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b72a4886-0a01-4b03-aff6-cc75467442a1"},{"name":"Get DataFlow Lineage","id":"afa046bd-bbc6-4eb7-871b-f7ed073a84e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/data/v1/lineage/DATAFLOW/{{dataflow_id}}?traverseDown=false&requestEntities=DATA_SOURCE,DATAFLOW,CARD","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get Data Lineage by Dataset ID.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets -&gt; Lineage</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042926234-Viewing-the-Impact-of-Changes-to-DataSets\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset ID</li>\n<li><strong>traverseDown</strong> = false will retrieve the upstream or ancestor objects for the datasource.</li>\n<li><strong>traverseUp</strong> = false will retrieve the downstream</li>\n<li>maxDepth Number of levels to get</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li><p>Dataset lineage with cards, dataflows,, etc.</p>\n</li>\n<li><p>Note lineage will also include the current object in the response</p>\n</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v1","lineage","DATAFLOW","{{dataflow_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"traverseDown","value":"false"},{"disabled":true,"key":"maxDepth","value":"3"},{"key":"requestEntities","value":"DATA_SOURCE,DATAFLOW,CARD"}],"variable":[]}},"response":[{"id":"f40d4c00-9fb2-4cf0-80c8-5c34f3b79992","name":"traverse down is False","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/data/v1/lineage/DATA_SOURCE/{{dataset_id}}?traverseDown=false","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","data","v1","lineage","DATA_SOURCE","{{dataset_id}}"],"query":[{"key":"traverseDown","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:51:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"DATAFLOW60\": {\n        \"type\": \"DATAFLOW\",\n        \"id\": \"60\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {\n            \"DATA_SOURCE\": 2\n        },\n        \"complete\": true,\n        \"children\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"61c4e63d-0627-41f7-b138-74968ebd7634\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"DATA_SOURCE94a4edfa-5926-4f0c-ad1e-a341f53f6113\": {\n        \"type\": \"DATA_SOURCE\",\n        \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {\n            \"DATA_SOURCE\": 2,\n            \"DATAFLOW\": 1\n        },\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATAFLOW\",\n                \"id\": \"60\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"DATA_SOURCE241025d7-3cca-4369-b7c0-b3264277c0e1\": {\n        \"type\": \"DATA_SOURCE\",\n        \"id\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [\n            {\n                \"type\": \"DATAFLOW\",\n                \"id\": \"60\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ],\n        \"parents\": []\n    },\n    \"DATA_SOURCE61c4e63d-0627-41f7-b138-74968ebd7634\": {\n        \"type\": \"DATA_SOURCE\",\n        \"id\": \"61c4e63d-0627-41f7-b138-74968ebd7634\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [\n            {\n                \"type\": \"DATAFLOW\",\n                \"id\": \"60\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ],\n        \"parents\": []\n    }\n}"},{"id":"5120fa25-3499-46b8-b9a5-8e4505ca6764","name":"traverse up is False","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/data/v1/lineage/DATA_SOURCE/{{dataset_id}}?traverseUp=false&maxDepth=3&requestEntities=DATA_SOURCE,DATAFLOW,CARD","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","data","v1","lineage","DATA_SOURCE","{{dataset_id}}"],"query":[{"key":"traverseUp","value":"false"},{"key":"maxDepth","value":"3"},{"key":"requestEntities","value":"DATA_SOURCE,DATAFLOW,CARD"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:59:29 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"CARD1213683184\": {\n        \"type\": \"CARD\",\n        \"id\": \"1213683184\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD1886527481\": {\n        \"type\": \"CARD\",\n        \"id\": \"1886527481\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"DATA_SOURCE94a4edfa-5926-4f0c-ad1e-a341f53f6113\": {\n        \"type\": \"DATA_SOURCE\",\n        \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n        \"descendantCounts\": {\n            \"ALERT\": 0,\n            \"DATA_SOURCE\": 0,\n            \"DATAFLOW\": 0,\n            \"CARD\": 9\n        },\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [\n            {\n                \"type\": \"CARD\",\n                \"id\": \"719830190\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"1443806171\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"21881038\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"445566049\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"1886527481\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"1213683184\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"1584458802\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"484502275\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            },\n            {\n                \"type\": \"CARD\",\n                \"id\": \"1820287493\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ],\n        \"parents\": []\n    },\n    \"CARD1584458802\": {\n        \"type\": \"CARD\",\n        \"id\": \"1584458802\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD1820287493\": {\n        \"type\": \"CARD\",\n        \"id\": \"1820287493\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD21881038\": {\n        \"type\": \"CARD\",\n        \"id\": \"21881038\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD1443806171\": {\n        \"type\": \"CARD\",\n        \"id\": \"1443806171\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD484502275\": {\n        \"type\": \"CARD\",\n        \"id\": \"484502275\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD719830190\": {\n        \"type\": \"CARD\",\n        \"id\": \"719830190\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    },\n    \"CARD445566049\": {\n        \"type\": \"CARD\",\n        \"id\": \"445566049\",\n        \"descendantCounts\": {},\n        \"ancestorCounts\": {},\n        \"complete\": true,\n        \"children\": [],\n        \"parents\": [\n            {\n                \"type\": \"DATA_SOURCE\",\n                \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"complete\": true,\n                \"children\": [],\n                \"parents\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"afa046bd-bbc6-4eb7-871b-f7ed073a84e2"}],"id":"51981919-d5a5-4a98-8062-2613093dff8f","_postman_id":"51981919-d5a5-4a98-8062-2613093dff8f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Dataset","item":[{"name":"upload CSV - APPEND or REPLACE - 3 requests","item":[{"name":"stage 1 - get uploadId","event":[{"listen":"test","script":{"id":"bd385391-56b1-4d8e-8b02-26df87313318","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"dataset_upload_id\", jsonData.uploadId);\r",""],"type":"text/javascript"}}],"id":"7fa7622d-ba0e-4520-9424-3fc5a2085aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": null,\r\n    \"appendId\": null\r\n}"},"url":"https://https://{{instance}}.domo.com/api/data/v3/datasources/:dataset_id/uploads","description":"<p>the response includes an uploadId, {{dataset_upload_id}} which must be stored and passed to the URL of the subsequent function.</p>\n<p>the body appears to be superfluous</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v3","datasources",":dataset_id","uploads"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"92a2e21f-4b07-4367-ba4d-40fe2825c310","type":"any","value":"{{dataset_id}}","key":"dataset_id"}]}},"response":[{"id":"383cd4a1-23ec-4562-88a7-1775ece52266","name":"stage 1 - get uploadId","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": null,\r\n    \"appendId\": null\r\n}"},"url":{"raw":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/:dataset_id/uploads","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","data","v3","datasources",":dataset_id","uploads"],"variable":[{"key":"dataset_id","value":"{{dataset_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 06 Jun 2022 23:23:58 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataSourceId\": \"0dbe6a6a-5588-4a1e-9db4-989ca98762a5\",\n    \"uploadId\": 10,\n    \"requestedAsOf\": 1654557838137\n}"}],"_postman_id":"7fa7622d-ba0e-4520-9424-3fc5a2085aa5"},{"name":"stage 2 - upload csv","id":"009e113f-59ed-4793-ab21-e70c7a170873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"Jae and Oleksii, why\r\nhello, it is the way"},"url":"https://https://{{instance}}.domo.com/api/data/v3/datasources/:dataset_id/uploads/:upload_id/parts/:part","description":"<p>pass the dataset_upload_id from the previous execution into the URL. the parts could be used to upload multiple streams simultaneously (I believe but haven't tested)</p>\n<p>after all the data arrives execute a commit request.</p>\n<p>NOTE data can be pased in the body or as a stream (upload a csv file).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v3","datasources",":dataset_id","uploads",":upload_id","parts",":part"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"f16b1538-1e7c-4913-aa0d-1dbfec1a936f","type":"any","value":"{{dataset_id}}","key":"dataset_id"},{"id":"dc7db032-4132-4554-bb98-2b8d071fe9a8","type":"any","value":"{{dataset_upload_id}}","key":"upload_id"},{"id":"5ba2dd22-deb1-4b45-9713-d4501d58127b","type":"any","value":"1","key":"part"}]}},"response":[],"_postman_id":"009e113f-59ed-4793-ab21-e70c7a170873"},{"name":"stge 3 - commit and index","id":"f052129d-7876-4378-81be-60b95a185984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"APPEND\",\r\n    \"index\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/data/v3/datasources/:dataset_id/uploads/:upload_id/commit","description":"<p>Acceptable actions in the body can be REPLACE or APPEND.</p>\n<p>Index can be True or False. Indexing will load the data into adrenaline and should only be executed if all the data has been loaded into Domo. (consider examples if you were uploading multiple files into one dataset in Domo).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v3","datasources",":dataset_id","uploads",":upload_id","commit"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"93ab4fcf-93dc-4dea-810d-9bacca141659","type":"any","value":"{{dataset_id}}","key":"dataset_id"},{"id":"f6d2e435-88ba-4885-ae69-6a12d010c7ea","type":"any","value":"{{dataset_upload_id}}","key":"upload_id"}]}},"response":[],"_postman_id":"f052129d-7876-4378-81be-60b95a185984"}],"id":"d1839fd5-c59e-46cc-8a65-3432211da4c0","_postman_id":"d1839fd5-c59e-46cc-8a65-3432211da4c0","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"upload CSV - APPEND with partitioning - 3 requests","item":[{"name":"stage 1 - get partition_tag","event":[{"listen":"test","script":{"id":"bd385391-56b1-4d8e-8b02-26df87313318","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"dataset_upload_id\", jsonData.uploadId);\r",""],"type":"text/javascript"}}],"id":"c1b410dc-e09f-4a5b-bef1-df4bf735323e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": null,\r\n    \"appendId\": null\r\n}"},"url":"https://https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/uploads/?restateDataTag={{dataset_partition_id}}","description":"<p>In the URL, parts refers to the multi-part API and is unrelated to the partitions concept. The multi-part API was designed to allow sending multiple streams of Data into a data_version simultaneously.</p>\n<p>The values passed in the Body will be superseded by values in the COMMIT (stage 3), so best practices is to not populate values here.</p>\n<p>The response includes an uploadId, {{dataset_upload_id}} which must be stored and passed to the URL of the subsequent upload request.</p>\n<p>PARAMS</p>\n<p>dataTag = for UPDATE / REPLACE a partition</p>\n<p>NOTE: restateDataTag is largely deprecated // exists for backward compatibility</p>\n<p>appendId values = latest or None</p>\n<p>latest will APPEND the data version to the dataset</p>\n<p>None will REPLACE the dataset with the new data version.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v3","datasources","{{dataset_id}}","uploads",""],"host":["https://{{instance}}.domo.com"],"query":[{"key":"restateDataTag","value":"{{dataset_partition_id}}"}],"variable":[]}},"response":[],"_postman_id":"c1b410dc-e09f-4a5b-bef1-df4bf735323e"},{"name":"stage 2 - upload csv","id":"5c59a864-deaf-473f-a24e-8aac4f170c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/uploads/{{dataset_upload_id}}/parts/1","description":"<p>pass the dataset_upload_id from the previous execution into the URL. the parts could be used to upload multiple streams simultaneously (I believe but haven't tested)</p>\n<p>after all the data arrives execute a commit request.</p>\n<p>NOTE data can be pased in the body or as a stream (upload a csv file).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","uploads","{{dataset_upload_id}}","parts","1"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c59a864-deaf-473f-a24e-8aac4f170c3b"},{"name":"stge 3 - commit and index","id":"da9c4aae-eedc-4b50-90eb-d8778f547c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"APPEND\",\r\n    \"restateDataTag\": \"{{dataset_partition_id}}\",\r\n    \"index\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/uploads/{{dataset_upload_id}}/commit","description":"<p>Acceptable actions in the body can be REPLACE or APPEND.</p>\n<p>Index can be True or False. Indexing will load the data into adrenaline and should only be executed if all the data has been loaded into Domo. (consider examples if you were uploading multiple files into one dataset in Domo).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","uploads","{{dataset_upload_id}}","commit"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"da9c4aae-eedc-4b50-90eb-d8778f547c3b"}],"id":"f9aaab06-0b40-45e2-9cd9-e86731d58523","_postman_id":"f9aaab06-0b40-45e2-9cd9-e86731d58523","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Partition Tagged Datasets","item":[{"name":"GET Data Versions","id":"f4552efe-e429-4618-933e-feb55caeca3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/dataversions/details","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","dataversions","details"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4552efe-e429-4618-933e-feb55caeca3e"},{"name":"Seach Partition List","id":"797f5b11-e1f9-4ca3-8631-94459d11f97c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paginationFields\": [\r\n        {\r\n            \"fieldName\": \"datecompleted\",\r\n            \"sortOrder\": \"DESC\",\r\n            \"filterValues\": {\r\n                \"MIN\": null,\r\n                \"MAX\": null\r\n            }\r\n        }\r\n    ],\r\n    \"limit\": 100,\r\n    \"offset\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/partition/list","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","{{dataset_id}}","partition","list"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"797f5b11-e1f9-4ca3-8631-94459d11f97c"},{"name":"Data version list from Magic","id":"a67dc170-6ed9-4448-ac97-ea748c3f2562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n      \"id\": \"\",\r\n      \"type\": \"LoadFromVault\",\r\n      \"dataSourceId\": \"{{dataset_id}}\",\r\n      \"versionWindow\": {\r\n            \"type\": \"EXPRESSION\",\r\n            \"expression\": \"1=1\"\r\n      }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/dataprocessing/v2/dataflows/data-version-hydrate?engine=MAGIC&limit=500&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","dataprocessing","v2","dataflows","data-version-hydrate"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"engine","value":"MAGIC"},{"key":"limit","value":"500"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"a67dc170-6ed9-4448-ac97-ea748c3f2562"},{"name":"GET Partition List","id":"332b6505-672c-40b7-a639-fa045953f53b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/partition","description":"<p>https://{{domo_instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/partition<br />retrieves a list of partitions without additional metadata like number of rows uploaded.</p>\n<p>https://{{domo_instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/partition/list<br />allows you to search partitions and includes row count metadata. Presumably, this API is used in the Dataset &gt; Partition UI</p>\n<p>Note this API does not differentiate between partitions tagged to dataset_versions that have been marked to delete versus not.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","{{dataset_id}}","partition"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"332b6505-672c-40b7-a639-fa045953f53b"}],"id":"e524b0f5-74e5-4fef-99c2-26b012138119","_postman_id":"e524b0f5-74e5-4fef-99c2-26b012138119","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Delete a Partition","item":[{"name":"Delete Data Version","id":"4cfff1ed-0486-4bc1-ab58-9298a3a3232a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/tag/{{dataset_partition_id}}/data","description":"<p>This marks the data version associated with the partition tag as deleted.  It does not delete the partition tag or remove the association between the partition tag and data version</p>\n<p>Recall that calling DELETE Partition will only remove the tag (not mark the data version as deleted) and therefore would not remove the data from Adrenaline.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","{{dataset_id}}","tag","{{dataset_partition_id}}","data"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cfff1ed-0486-4bc1-ab58-9298a3a3232a"},{"name":"Delete Partition Tag","id":"2e5bbf6e-d168-40ca-bafe-3875b8308770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/partition/{{dataset_partition_id}}","description":"<p>This will remove the partition association so<br />that it doesn’t show up in the GET list<br />call.</p>\n<p>This is not required as a partition against a deleted data version will not count against<br />the 400 partition limit (re: Magic 2.0), but as the current partitions API doesn’t differentiate between deleted data versions versus not.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","{{dataset_id}}","partition","{{dataset_partition_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e5bbf6e-d168-40ca-bafe-3875b8308770"}],"id":"a19dad1b-d41f-4b31-b29d-8c3fb13c3ae1","_postman_id":"a19dad1b-d41f-4b31-b29d-8c3fb13c3ae1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AI Readiness","item":[{"name":"GET data dictionaries","id":"ba16eee1-98e4-434c-b1db-2e51d900faf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"261341b9-31f1-4069-92bf-9e0406b8c0e2"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"9U79VTQM9T-A990F\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"datacrew-space.domo.com"}],"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}","description":"<p>This endpoint makes an HTTP GET request to retrieve a list of data dictionaries for a specific dataset. The response will be in JSON format and will include the data dictionary details such as id, datasetId, name, description, and a list of columns with their respective details like columnId, name, description, synonyms, subType, agentEnabled, and beastmodeId. The response will also include any data dictionary warnings if present.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"dataDictionary\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\"type\": \"string\"},\n        \"datasetId\": {\"type\": \"string\"},\n        \"name\": {\"type\": \"string\"},\n        \"description\": {\"type\": \"string\"},\n        \"columns\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"columnId\": {\"type\": \"string\"},\n              \"name\": {\"type\": \"string\"},\n              \"description\": {\"type\": \"string\"},\n              \"synonyms\": {\n                \"type\": \"array\",\n                \"items\": {\"type\": \"string\"}\n              },\n              \"subType\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"type\": {\"type\": [\"string\", \"null\"]},\n                  \"defaultAggregation\": {\"type\": [\"string\", \"null\"]}\n                }\n              },\n              \"agentEnabled\": {\"type\": \"boolean\"},\n              \"beastmodeId\": {\"type\": \"integer\"}\n            }\n          }\n        }\n      }\n    },\n    \"dataDictionaryWarnings\": {\n      \"type\": \"array\",\n      \"items\": {\"type\": \"string\"}\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset","{{dataset_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"85071e0e-a36d-4e87-9fea-f3e5410548b8","name":"GET data dictionary","originalRequest":{"method":"GET","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"261341b9-31f1-4069-92bf-9e0406b8c0e2"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"9U79VTQM9T-A990F\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"datacrew-space.domo.com"}],"url":"https://{{domo_instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Mar 2025 14:35:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Content-Security-Policy-Report-Only","value":"media-src blob: https:; script-src 'self' https://cdndomo.com https://dev.cdndomo.com https://app.pendo.io https://cdn.pendo.io https://pendo-static-5171025482350592.storage.googleapis.com https://pendo-io-static.storage.googleapis.com https://unpkg.com https://ajax.googleapis.com https://cdnjs.cloudflare.com https://widget.intercom.io https://www.youtube.com 'unsafe-eval' 'unsafe-inline'; style-src 'self' blob https://cdndomo.com https://dev.cdndomo.com https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdn.pendo.io 'unsafe-inline'; object-src 'none'; worker-src 'self' blob:; report-to csp-endpoint; default-src 'self' blob: https://cdndomo.com https://dev.cdndomo.com; frame-src 'self' blob: https:; frame-ancestors 'self'; img-src http: https: blob: file: data:; report-uri https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw; connect-src 'self' https: wss:; font-src 'self' https:;"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Report-To","value":"{ \"group\": \"csp-endpoint\", \"max_age\": 10886400, \"endpoints\": [{ \"url\": \"https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw\" }] }"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dataDictionary\": {\n            \"id\": \"0644f1b6-7712-4f4f-a376-a509acd6d528\",\n            \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"name\": \"DomoStats_v2\",\n            \"description\": \"\",\n            \"columns\": [\n                {\n                    \"columnId\": \"4c17274e-30c0-4579-9780-c1e4368f71be\",\n                    \"name\": \"Cards Created\",\n                    \"description\": \"Number of cards created by end users\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1088\n                },\n                {\n                    \"columnId\": \"85c4df8e-9599-444b-bf15-c7e6054c4b60\",\n                    \"name\": \"Action\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"ce869b4c-5058-4bd4-a3ed-acc9d5873b99\",\n                    \"name\": \"Browser_Details\",\n                    \"description\": \"which device was used to access the activity logs\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"e63f1bf4-c72c-4b2c-b285-3e805db1763a\",\n                    \"name\": \"Action and Object Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1110\n                }\n            ]\n        },\n        \"dataDictionaryWarnings\": []\n    },\n    {\n        \"dataDictionary\": {\n            \"id\": \"814124cd-c5ad-41b4-b47e-e324be945f0f\",\n            \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"name\": \"DomoStats People with Activity Log dictionary\",\n            \"description\": \"\",\n            \"columns\": [\n                {\n                    \"columnId\": \"06ad9d04-c515-4afb-b3c3-c4571e3c9fe7\",\n                    \"name\": \"Unique Emails\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 4360\n                },\n                {\n                    \"columnId\": \"06e15566-cb9a-41a7-8a07-4c97604d8dc3\",\n                    \"name\": \"Browser_Details\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"092d1ded-f2e9-4b2a-ad55-0c4d065746f2\",\n                    \"name\": \"DataSets and DataFlows Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1087\n                },\n                {\n                    \"columnId\": \"16093dd8-951c-47d3-a006-223b8f462bad\",\n                    \"name\": \"Action\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"17f24b06-bc3b-41fa-b61e-d4077aac88ba\",\n                    \"name\": \"Device\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"2092973b-7a25-478d-9c9b-170d4198418b\",\n                    \"name\": \"Role\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"222274cb-7e83-4aec-9477-6ed484042128\",\n                    \"name\": \"Display Name if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1089\n                },\n                {\n                    \"columnId\": \"239ee03b-7c5e-4c3d-b0d3-9a2e45e4affd\",\n                    \"name\": \"Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1118\n                },\n                {\n                    \"columnId\": \"23dd5fec-0258-45d0-8881-2a4cba2ae6f3\",\n                    \"name\": \"Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"25067b41-cd6c-4bd5-a355-d1f9bab9831b\",\n                    \"name\": \"Weekday Sort\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1121\n                },\n                {\n                    \"columnId\": \"279f34a8-e446-499c-a6a8-764d99e44c95\",\n                    \"name\": \"Event_Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"392e9813-0f45-4ed7-b80a-e4d35002c6d7\",\n                    \"name\": \"Date of Event Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1102\n                },\n                {\n                    \"columnId\": \"3ef27cbe-4fdd-452c-81f4-e23c0967ab8b\",\n                    \"name\": \"Desktop Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1093\n                },\n                {\n                    \"columnId\": \"535b0639-3af3-45dd-80a5-d15f42c9b504\",\n                    \"name\": \"Source_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"5a1b56e2-3544-43d8-be53-ed69a1536e1b\",\n                    \"name\": \"Cards Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1088\n                },\n                {\n                    \"columnId\": \"5b6e54d8-edf1-4505-bf16-62039662ad8e\",\n                    \"name\": \"Object Actions\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1106\n                },\n                {\n                    \"columnId\": \"6068e240-52d9-4a2a-a27b-6f0132c496b6\",\n                    \"name\": \"Created Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"6376336f-8e3a-4d27-afb3-885eb38a3e34\",\n                    \"name\": \"Cards Viewed\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1103\n                },\n                {\n                    \"columnId\": \"6c5abeca-ad46-49a3-b7e6-646ba1b1d72e\",\n                    \"name\": \"Day of Week\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1122\n                },\n                {\n                    \"columnId\": \"7685a715-ddde-4c70-981d-f16d0f1405a1\",\n                    \"name\": \"IP_Address\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"7b235e73-6105-4d0a-82c8-636ee681b505\",\n                    \"name\": \"Email\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"90030e82-f2f9-4150-84e2-a583117ca7ad\",\n                    \"name\": \"Role if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1108\n                },\n                {\n                    \"columnId\": \"903e482a-e2d3-47bd-b994-b274e266ee17\",\n                    \"name\": \"Object_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"98852ad8-4bdb-40dc-ab4e-339edeefaffe\",\n                    \"name\": \"Action and Object Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1110\n                },\n                {\n                    \"columnId\": \"a957c290-6f90-413d-87f6-f225f4dd0abc\",\n                    \"name\": \"User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"affaeab2-5442-4673-b266-104e50396f16\",\n                    \"name\": \"Event_Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"b2a9b8f9-1b27-4ebe-ae2a-f9870100516c\",\n                    \"name\": \"Login Rates\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1105\n                },\n                {\n                    \"columnId\": \"bbb305d3-42a0-4571-86b3-ff773ecb9298\",\n                    \"name\": \"Distinct User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1094\n                },\n                {\n                    \"columnId\": \"bd2a9f00-f326-4719-8df2-dfb7febf1dad\",\n                    \"name\": \"Distinct User IDs\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1104\n                },\n                {\n                    \"columnId\": \"d491fb59-4df5-476a-944e-00869ae2e6f6\",\n                    \"name\": \"Display Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"dab1da6e-47cd-436b-8ea2-b4d9fc90deee\",\n                    \"name\": \"Object_Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"e3e13d7c-2e12-4ed1-84d6-c20b627e2c03\",\n                    \"name\": \"Last Login\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"ee8acfd0-9d01-4689-bb1f-101ab207d5a3\",\n                    \"name\": \"Department\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"f06aceb3-b85b-4f6e-8123-de7dc621a0dd\",\n                    \"name\": \"Object_Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"f55cdcd8-61b2-4b46-9393-1b8c0287ca47\",\n                    \"name\": \"Content Creation Filter\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1109\n                },\n                {\n                    \"columnId\": \"fba0ab91-181d-4728-a821-43fbeca22066\",\n                    \"name\": \"Hour\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1123\n                }\n            ]\n        },\n        \"dataDictionaryWarnings\": []\n    },\n    {\n        \"dataDictionary\": {\n            \"id\": \"bcb0ebe0-a2d7-4a65-ab8e-4b291617559c\",\n            \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"name\": \"DomoStats People with Activity Log_v2\",\n            \"description\": \"\",\n            \"columns\": [\n                {\n                    \"columnId\": \"03add023-4d67-42a3-bd00-11b0b723a562\",\n                    \"name\": \"DataSets and DataFlows Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1087\n                },\n                {\n                    \"columnId\": \"127e97aa-472c-43ea-8f4f-9578e66c1e98\",\n                    \"name\": \"Department\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"13f49cd4-86a0-4534-8f96-15b05e898c04\",\n                    \"name\": \"Created Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"15c22eab-1a51-45d3-9e6f-271fe47b4806\",\n                    \"name\": \"IP_Address\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"22606ced-bacf-44b1-9c1d-1f386467b342\",\n                    \"name\": \"Cards Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1088\n                },\n                {\n                    \"columnId\": \"31eefba7-1b55-4b3f-b940-80d5adf43736\",\n                    \"name\": \"Action and Object Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1110\n                },\n                {\n                    \"columnId\": \"41bfa244-d2b6-4dbf-89a2-ec2420731c5b\",\n                    \"name\": \"Event_Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"427e95fe-2614-42a4-a7ef-c8e9b0518251\",\n                    \"name\": \"Object_Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"44b740d3-fddb-41d7-8ed3-47eb3d8c2fe3\",\n                    \"name\": \"Login Rates\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1105\n                },\n                {\n                    \"columnId\": \"47c5fdd8-8aef-4ca9-9e42-275699eea951\",\n                    \"name\": \"Object Actions\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1106\n                },\n                {\n                    \"columnId\": \"5009b71c-f4ca-40ab-99a3-91746a9d88a9\",\n                    \"name\": \"Email\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"52ffc56f-1246-414f-aff3-939edf1d2dee\",\n                    \"name\": \"Date of Event Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1102\n                },\n                {\n                    \"columnId\": \"5a64992d-eb98-4f7b-8358-324847117f47\",\n                    \"name\": \"Distinct User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1094\n                },\n                {\n                    \"columnId\": \"63cdc9a6-defe-4ef1-9d0d-f219043106fa\",\n                    \"name\": \"Desktop Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1093\n                },\n                {\n                    \"columnId\": \"6a246efa-e609-4799-a127-690c1d89f274\",\n                    \"name\": \"User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"6b458f5a-aad7-44c0-96eb-582ef8ccd3cf\",\n                    \"name\": \"Last Login\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"750632af-2e3e-4da6-8fd5-41beba4cb1c9\",\n                    \"name\": \"Content Creation Filter\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1109\n                },\n                {\n                    \"columnId\": \"80cf9090-581b-49d5-a4a0-63e6a8729847\",\n                    \"name\": \"Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"83617562-e8ed-46ab-a6c5-6f597db322f9\",\n                    \"name\": \"Display Name if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1089\n                },\n                {\n                    \"columnId\": \"8f154b43-70e1-49dd-9ab9-428aba43207e\",\n                    \"name\": \"Role if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1108\n                },\n                {\n                    \"columnId\": \"9560a008-33ce-40b0-aacd-65df4b4dd83a\",\n                    \"name\": \"Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1118\n                },\n                {\n                    \"columnId\": \"9846009d-d463-4e70-a9f7-a80121be2012\",\n                    \"name\": \"Role\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"98a3863e-8c84-4e41-954b-7328cbe01e99\",\n                    \"name\": \"Event_Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"aaf9555c-2459-418b-8c2d-f68830c3b520\",\n                    \"name\": \"Device\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"b5e8732f-f301-4f56-bb3c-635a4c24f261\",\n                    \"name\": \"Display Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"b655690e-0d86-44f9-90d5-f6627ca8b05c\",\n                    \"name\": \"Cards Viewed\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1103\n                },\n                {\n                    \"columnId\": \"c3fe41b8-e1d6-4ad5-a455-92afccdc415c\",\n                    \"name\": \"Hour\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1123\n                },\n                {\n                    \"columnId\": \"c795979b-bf19-44cc-8214-8427e87b421b\",\n                    \"name\": \"Browser_Details\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"d00a30bd-a353-462b-8c94-d99fef5bf63e\",\n                    \"name\": \"Day of Week\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1122\n                },\n                {\n                    \"columnId\": \"d5b72f70-3fad-418e-9923-8a26deba9730\",\n                    \"name\": \"Object_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"d722811d-4ce0-43c0-86c3-5fe33d8ac6f4\",\n                    \"name\": \"Distinct User IDs\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1104\n                },\n                {\n                    \"columnId\": \"dd916563-1d0b-4d4a-b4bb-0acc5c804d25\",\n                    \"name\": \"Weekday Sort\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1121\n                },\n                {\n                    \"columnId\": \"df89f9b4-26b1-4301-97aa-c210012f3b28\",\n                    \"name\": \"Source_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"e10278cf-5e8f-4997-85cb-c35911de8584\",\n                    \"name\": \"Action\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"f12df36b-53fc-4aa8-bee4-e772dce17a92\",\n                    \"name\": \"Object_Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"f8989b82-6252-4f00-8f4a-0f795529a17d\",\n                    \"name\": \"Unique Emails\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 4360\n                }\n            ]\n        },\n        \"dataDictionaryWarnings\": []\n    },\n    {\n        \"dataDictionary\": {\n            \"id\": \"c521b74f-88f8-48f8-bc8f-abed20f84526\",\n            \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"name\": \"DomoStats_v2\",\n            \"description\": \"\",\n            \"columns\": [\n                {\n                    \"columnId\": \"13239ff6-0a78-42b5-86df-6b32e6ffed3a\",\n                    \"name\": \"Last Login\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"1442927c-3955-45cd-9568-ca2bd9e383da\",\n                    \"name\": \"Object_Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"1962e958-a370-4ce6-82c6-e235d817f0bf\",\n                    \"name\": \"Display Name if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1089\n                },\n                {\n                    \"columnId\": \"293c7cbb-6266-4b7b-9d80-1f92da7ed2ac\",\n                    \"name\": \"Action and Object Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1110\n                },\n                {\n                    \"columnId\": \"2b06ba16-36fc-4435-8c34-78756fcca979\",\n                    \"name\": \"Distinct User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1094\n                },\n                {\n                    \"columnId\": \"2bcafc21-baa7-41d2-a89c-aac87cc585af\",\n                    \"name\": \"Browser_Details\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"33bb6fa4-a248-4695-acab-97358ff51b3b\",\n                    \"name\": \"Desktop Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1093\n                },\n                {\n                    \"columnId\": \"34621bdf-6649-4af0-80ca-5f14d8a45d7d\",\n                    \"name\": \"Object_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"3a8ebe2b-759c-4436-8917-9cddb3dfb924\",\n                    \"name\": \"Hour\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1123\n                },\n                {\n                    \"columnId\": \"3c168dc8-5d97-49f1-b4bd-9778a4ce1397\",\n                    \"name\": \"Object_Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"4adfc8da-3b36-49f6-ba3c-b1b2584387c0\",\n                    \"name\": \"Email\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"4b69323d-57ee-4426-bb6d-a5d3eb668611\",\n                    \"name\": \"Object Actions\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1106\n                },\n                {\n                    \"columnId\": \"50d11af0-3f8c-449f-81fb-34aa2722c836\",\n                    \"name\": \"Display Name\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"5152a3c8-cf6f-437b-909e-40f988839dfd\",\n                    \"name\": \"Cards Viewed\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1103\n                },\n                {\n                    \"columnId\": \"525a8b42-f64a-452d-9867-d36176d03cdf\",\n                    \"name\": \"Device\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"550a0740-9a67-4f3f-88ee-99b889fab2b5\",\n                    \"name\": \"Role\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"5e5d31fd-e06f-410b-bfb9-47b76a3f3327\",\n                    \"name\": \"Type\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"615dcabd-bb52-4acc-bf3e-54c62f77d844\",\n                    \"name\": \"Logins\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1118\n                },\n                {\n                    \"columnId\": \"67b9dc50-dc64-430e-9546-14e50e4238b0\",\n                    \"name\": \"Cards Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1088\n                },\n                {\n                    \"columnId\": \"87737881-9589-44e7-94d2-a18efb6d9485\",\n                    \"name\": \"Role if Null\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1108\n                },\n                {\n                    \"columnId\": \"95326d38-be53-4c0f-9d27-ed822b8b8044\",\n                    \"name\": \"Day of Week\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1122\n                },\n                {\n                    \"columnId\": \"9f380917-266b-426d-a1bd-af05909493f6\",\n                    \"name\": \"User ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"9fae5301-cb29-4900-9511-ab9695c3f9e2\",\n                    \"name\": \"Distinct User IDs\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1104\n                },\n                {\n                    \"columnId\": \"a69bf463-91b4-4c74-abd1-93ab3d98091a\",\n                    \"name\": \"Action\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"a9b06bee-f16a-4631-819a-bfd5f5c58069\",\n                    \"name\": \"DataSets and DataFlows Created\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1087\n                },\n                {\n                    \"columnId\": \"ab96565b-9fc0-4a3c-b24a-f979cf58c6e7\",\n                    \"name\": \"Content Creation Filter\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1109\n                },\n                {\n                    \"columnId\": \"b058a9fa-a26e-4fa5-8d45-c6e978006bba\",\n                    \"name\": \"Created Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"b12b336a-007a-4f0e-b36a-fad805c94917\",\n                    \"name\": \"Date of Event Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1102\n                },\n                {\n                    \"columnId\": \"b3173f9d-059a-4170-b93a-f83e8d4171f2\",\n                    \"name\": \"Event_Time\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"b7983358-edff-4122-8b73-c85b8bca70fc\",\n                    \"name\": \"Event_Date\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"c6f2e51f-db3d-4cf6-ba94-1c59bf964182\",\n                    \"name\": \"Source_ID\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"cf9309f8-6a08-4f69-ac56-1566b1b9b7c4\",\n                    \"name\": \"Department\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"d3bd5d74-87f5-4e26-92ec-acb07950b5fb\",\n                    \"name\": \"Login Rates\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1105\n                },\n                {\n                    \"columnId\": \"ec2b7556-cee8-4794-bd4e-8352fe0769e0\",\n                    \"name\": \"IP_Address\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true\n                },\n                {\n                    \"columnId\": \"f72732c5-0d4c-4380-b1f1-ac90969a2015\",\n                    \"name\": \"Weekday Sort\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 1121\n                },\n                {\n                    \"columnId\": \"fa46a758-8fd9-4237-a1d0-1a9b9e1595dd\",\n                    \"name\": \"Unique Emails\",\n                    \"description\": \"\",\n                    \"synonyms\": [],\n                    \"subType\": {\n                        \"type\": null,\n                        \"defaultAggregation\": null\n                    },\n                    \"agentEnabled\": true,\n                    \"beastmodeId\": 4360\n                }\n            ]\n        },\n        \"dataDictionaryWarnings\": []\n    }\n]"}],"_postman_id":"ba16eee1-98e4-434c-b1db-2e51d900faf8"},{"name":"CREATE domo readiness data dictionary","id":"225d86f6-658c-429f-8dde-856ee92885fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"261341b9-31f1-4069-92bf-9e0406b8c0e2"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"9U79VTQM9T-A990F\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"datacrew-space.domo.com"}],"body":{"mode":"raw","raw":"{\r\n    \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"name\": \"DomoStats_v2\",\r\n    \"description\": \"\",\r\n    \"unitOfAnalysis\": \"\",\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"Action\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Action and Object Type\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1110\r\n        },\r\n        {\r\n            \"name\": \"Browser_Details\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Cards Created\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1088\r\n        },\r\n        {\r\n            \"name\": \"Cards Viewed\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1103\r\n        },\r\n        {\r\n            \"name\": \"Content Creation Filter\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1109\r\n        },\r\n        {\r\n            \"name\": \"Created Date\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"DataSets and DataFlows Created\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1087\r\n        },\r\n        {\r\n            \"name\": \"Date of Event Time\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1102\r\n        },\r\n        {\r\n            \"name\": \"Day of Week\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1122\r\n        },\r\n        {\r\n            \"name\": \"Department\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Desktop Logins\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1093\r\n        },\r\n        {\r\n            \"name\": \"Device\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Display Name\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Display Name if Null\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1089\r\n        },\r\n        {\r\n            \"name\": \"Distinct User ID\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1094\r\n        },\r\n        {\r\n            \"name\": \"Distinct User IDs\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1104\r\n        },\r\n        {\r\n            \"name\": \"Email\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Event_Date\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Event_Time\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Hour\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1123\r\n        },\r\n        {\r\n            \"name\": \"IP_Address\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Last Login\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Login Rates\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1105\r\n        },\r\n        {\r\n            \"name\": \"Logins\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1118\r\n        },\r\n        {\r\n            \"name\": \"Object Actions\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1106\r\n        },\r\n        {\r\n            \"name\": \"Object_ID\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Object_Name\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Object_Type\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Role\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Role if Null\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1108\r\n        },\r\n        {\r\n            \"name\": \"Source_ID\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Type\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Unique Emails\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 4360\r\n        },\r\n        {\r\n            \"name\": \"User ID\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Weekday Sort\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": null,\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1121\r\n        }\r\n    ]\r\n}"},"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset","{{dataset_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"225d86f6-658c-429f-8dde-856ee92885fe"},{"name":"Update Data Dictionary","event":[{"listen":"test","script":{"id":"75b10d21-3aad-41e1-bb78-474a848df0e9","exec":["// Updated documentation to reflect that \"id\" is an optional field and assigned by the system\r","pm.test(\"Response status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Response time is less than 500ms\", function () {\r","    pm.expect(pm.response.responseTime).to.be.below(500);\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"ecb5fe00-7212-426f-81af-cd4b72161e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"d7b1de7d-1b33-4340-8991-2fd9a7b876d3"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"CBOSSG9VDU-LENTM\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"0644f1b6-7712-4f4f-a376-a509acd6d528\",\r\n    \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"name\": \"DomoStats_v2\",\r\n    \"description\": \"\",\r\n    \"columns\": [\r\n        {\r\n            \"columnId\": \"85c4df8e-9599-444b-bf15-c7e6054c4b60\",\r\n            \"name\": \"Action\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        },\r\n        {\r\n            \"columnId\": \"e63f1bf4-c72c-4b2c-b285-3e805db1763a\",\r\n            \"name\": \"Action and Object Type\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1110\r\n        },\r\n        {\r\n            \"columnId\": \"ce869b4c-5058-4bd4-a3ed-acc9d5873b99\",\r\n            \"name\": \"Browser_Details\",\r\n            \"description\": \"which device was used to access the activity logs\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        },\r\n        {\r\n            \"columnId\": \"4c17274e-30c0-4579-9780-c1e4368f71be\",\r\n            \"name\": \"Cards Created\",\r\n            \"description\": \"Number of cards created by end users\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1088\r\n        }\r\n    ]\r\n}"},"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}","description":"<p>This endpoint allows you to update the data dictionary for a specific dataset. The HTTP PUT request is made to https://{{domo_instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the data dictionary.</p>\n</li>\n<li><p><code>datasetId</code> (string): The ID of the dataset.</p>\n</li>\n<li><p><code>name</code> (string): The name of the data dictionary.</p>\n</li>\n<li><p><code>description</code> (string): The description of the data dictionary.</p>\n</li>\n<li><p><code>columns</code> (array): An array of objects containing column information, including:</p>\n<ul>\n<li><p><code>columnId</code> (string): The ID of the column.</p>\n</li>\n<li><p><code>name</code> (string): The name of the column.</p>\n</li>\n<li><p><code>description</code> (string): The description of the column.</p>\n</li>\n<li><p><code>synonyms</code> (array): An array of synonyms for the column name.</p>\n</li>\n<li><p><code>subType</code> (object): An object containing type and default aggregation information.</p>\n</li>\n<li><p><code>agentEnabled</code> (boolean): Indicates whether the column is agent enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"dataDictionary\": {\n    \"id\": \"\",\n    \"datasetId\": \"\",\n    \"name\": \"\",\n    \"description\": \"\",\n    \"columns\": [\n      {\n        \"columnId\": \"\",\n        \"name\": \"\",\n        \"description\": \"\",\n        \"synonyms\": [],\n        \"subType\": {\n          \"type\": null,\n          \"defaultAggregation\": null\n        },\n        \"agentEnabled\": true,\n        \"beastmodeId\": 0\n      }\n    ]\n  },\n  \"dataDictionaryWarnings\": []\n}\n\n</code></pre>\n<p>This schema represents the structure of the response returned by the API endpoint.</p>\n","urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset","{{dataset_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"6ff3def1-5559-479a-83e2-1f2790793d16","name":"Update Data Dictionary","originalRequest":{"method":"PUT","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"d7b1de7d-1b33-4340-8991-2fd9a7b876d3"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"CBOSSG9VDU-LENTM\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"0644f1b6-7712-4f4f-a376-a509acd6d528\",\r\n    \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"name\": \"DomoStats_v2\",\r\n    \"description\": \"\",\r\n    \"columns\": [\r\n        {\r\n            \"columnId\": \"85c4df8e-9599-444b-bf15-c7e6054c4b60\",\r\n            \"name\": \"Action\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        },\r\n        {\r\n            \"columnId\": \"e63f1bf4-c72c-4b2c-b285-3e805db1763a\",\r\n            \"name\": \"Action and Object Type\",\r\n            \"description\": \"\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1110\r\n        },\r\n        {\r\n            \"columnId\": \"ce869b4c-5058-4bd4-a3ed-acc9d5873b99\",\r\n            \"name\": \"Browser_Details\",\r\n            \"description\": \"which device was used to access the activity logs\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        },\r\n        {\r\n            \"columnId\": \"4c17274e-30c0-4579-9780-c1e4368f71be\",\r\n            \"name\": \"Cards Created\",\r\n            \"description\": \"Number of cards created by end users\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": 1088\r\n        }\r\n    ]\r\n}"},"url":"https://{{domo_instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Mar 2025 14:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Content-Security-Policy-Report-Only","value":"report-to csp-endpoint; font-src 'self' https:; frame-src 'self' blob: https:; frame-ancestors 'self'; style-src 'self' blob https://cdndomo.com https://dev.cdndomo.com https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdn.pendo.io 'unsafe-inline'; object-src 'none'; worker-src 'self' blob:; default-src 'self' blob: https://cdndomo.com https://dev.cdndomo.com; connect-src 'self' https: wss:; media-src blob: https:; img-src http: https: blob: file: data:; script-src 'self' https://cdndomo.com https://dev.cdndomo.com https://app.pendo.io https://cdn.pendo.io https://pendo-static-5171025482350592.storage.googleapis.com https://pendo-io-static.storage.googleapis.com https://unpkg.com https://ajax.googleapis.com https://cdnjs.cloudflare.com https://widget.intercom.io https://www.youtube.com 'unsafe-eval' 'unsafe-inline'; report-uri https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw;"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Report-To","value":"{ \"group\": \"csp-endpoint\", \"max_age\": 10886400, \"endpoints\": [{ \"url\": \"https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw\" }] }"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataDictionary\": {\n        \"id\": \"0644f1b6-7712-4f4f-a376-a509acd6d528\",\n        \"datasetId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n        \"name\": \"DomoStats_v2\",\n        \"description\": \"\",\n        \"columns\": [\n            {\n                \"columnId\": \"4c17274e-30c0-4579-9780-c1e4368f71be\",\n                \"name\": \"Cards Created\",\n                \"description\": \"Number of cards created by end users\",\n                \"synonyms\": [],\n                \"subType\": {\n                    \"type\": null,\n                    \"defaultAggregation\": null\n                },\n                \"agentEnabled\": true,\n                \"beastmodeId\": 1088\n            },\n            {\n                \"columnId\": \"85c4df8e-9599-444b-bf15-c7e6054c4b60\",\n                \"name\": \"Action\",\n                \"description\": \"\",\n                \"synonyms\": [],\n                \"subType\": {\n                    \"type\": null,\n                    \"defaultAggregation\": null\n                },\n                \"agentEnabled\": true\n            },\n            {\n                \"columnId\": \"ce869b4c-5058-4bd4-a3ed-acc9d5873b99\",\n                \"name\": \"Browser_Details\",\n                \"description\": \"which device was used to access the activity logs\",\n                \"synonyms\": [],\n                \"subType\": {\n                    \"type\": null,\n                    \"defaultAggregation\": null\n                },\n                \"agentEnabled\": true\n            },\n            {\n                \"columnId\": \"e63f1bf4-c72c-4b2c-b285-3e805db1763a\",\n                \"name\": \"Action and Object Type\",\n                \"description\": \"\",\n                \"synonyms\": [],\n                \"subType\": {\n                    \"type\": null,\n                    \"defaultAggregation\": null\n                },\n                \"agentEnabled\": true,\n                \"beastmodeId\": 1110\n            }\n        ]\n    },\n    \"dataDictionaryWarnings\": []\n}"}],"_postman_id":"ecb5fe00-7212-426f-81af-cd4b72161e46"}],"id":"d274cc09-6b0e-45da-b949-e0d78dac9523","_postman_id":"d274cc09-6b0e-45da-b949-e0d78dac9523","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Index Dataset","id":"fca3d911-67ff-4023-ae50-c84b4ce79833","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"dataIds\": []\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/indexes","description":"<p>StartFragment</p>\n<p>URL: <code>POST /api/data/v3/datasources/${dataset_id}/indexes</code> </p>\n<p>BODY:<code>{  \"dataIds\": []}</code>An empty list will index all versions that are complete and haven't benen indexed</p>\n<p>EndFragment</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","indexes"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fca3d911-67ff-4023-ae50-c84b4ce79833"},{"name":"Create Dataset Copy","id":"77e39728-3bb2-4002-9285-b98062587460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userDefinedType\": \"api\",\r\n    \"dataSourceName\": \"hello world\",\r\n    \"schema\": {\r\n        \"columns\": [\r\n            {\r\n                \"type\": \"STRING\",\r\n                \"name\": \"Friend\"\r\n            },\r\n            {\r\n                \"type\": \"STRING\",\r\n                \"name\": \"Attending\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/datasources","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","datasources"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"77e39728-3bb2-4002-9285-b98062587460"},{"name":"Get Dataset by ID","id":"a4f3ce32-d284-4126-9aa6-452670708d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/data/v3/datasources/:id","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataset full information by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li>To tell if a dataset is running check the 'state' and 'pair` values. State = Active indicates the dataset is running.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","data","v3","datasources",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"8406478f-3f65-424e-82bd-69f66d64b47c","type":"any","value":"{{dataset_id}}","key":"id"}]}},"response":[{"id":"1c2a7966-369f-4d40-a793-32d69690111e","name":"Dataflow Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:15:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"displayType\": \"DataFlow\",\n    \"type\": \"DataFlow\",\n    \"name\": \"DomoStats People with Activity Log\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1624432428000,\n    \"lastTouched\": 1651769881000,\n    \"lastUpdated\": 1651769880787,\n    \"rowCount\": 833556,\n    \"columnCount\": 18,\n    \"cardInfo\": {\n        \"cardCount\": 9,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\": {\n                    \"templateId\": 1109,\n                    \"id\": \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\",\n                    \"name\": \"Content Creation Filter\",\n                    \"formula\": \"(CASE WHEN ((`Object_Type` = 'CARD') AND `Action` IN ('CREATED', 'UPDATED’, ‘ADDED’, ‘DUPLICATED’, ‘SHARED')) THEN 1 WHEN ((`Object_Type` = 'DRILL_VIEW') AND (`Action` = 'ADD_DRILL_VIEW')) THEN 1 WHEN (`Object_Type` IN ('PAGE', 'PAGE_COLLECTION') AND `Action` IN ('CREATED', 'DUPLICATED', 'UPDATED', 'REORDERED CARDS ON')) THEN 1 WHEN ((`Object_Type` = 'DATAFLOW_TYPE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'DATA_SOURCE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'ADC_POLICY') AND (`Action` = 'CREATED')) THEN 1 WHEN ((`Object_Type` = 'BEAST_MODE_FORMULA') AND `Action` IN ('CREATED', 'DELETED', 'UPDATED')) THEN 1 ELSE 0 END)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 41\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 124\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 159\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 202\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 251\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 374\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 424\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 459\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 509\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 544\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 581\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 623\n                        }\n                    ]\n                },\n                \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\": {\n                    \"templateId\": 1102,\n                    \"id\": \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\",\n                    \"name\": \"Date of Event Time\",\n                    \"formula\": \"DATE(`Event_Time`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Event_Time`\",\n                            \"columnPosition\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"adc\": true,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_WRITE_DELETE_SHARE_ADMIN\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"domoStats\\\",\\\"domostats\\\",\\\"c_people\\\"]\",\n    \"cryoStatus\": \"ADRENALINE\"\n}"},{"id":"0fc5074d-e6b2-4dd6-8e45-ebffe79801c3","name":"Connector Dataset Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:21:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n    \"displayType\": \"covid-19\",\n    \"dataProviderType\": \"covid-19\",\n    \"type\": \"covid-19\",\n    \"name\": \"DOMO Covid Time Series Tracker Data\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1594224795000,\n    \"lastTouched\": 1651796042000,\n    \"lastUpdated\": 1651796041786,\n    \"nextUpdate\": 1651797779198,\n    \"rowCount\": 280749,\n    \"columnCount\": 22,\n    \"cardInfo\": {\n        \"cardCount\": 30,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                    \"templateId\": 422,\n                    \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                    \"name\": \"Filter out Early Results\",\n                    \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 29\n                        }\n                    ]\n                },\n                \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                    \"templateId\": 429,\n                    \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                    \"name\": \"Recovered (Negative)\",\n                    \"formula\": \"(`recovered_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                    \"templateId\": 424,\n                    \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                    \"name\": \"US Region\",\n                    \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 120\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 178\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 230\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 284\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 396\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 467\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 526\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 584\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 642\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 692\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 746\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 796\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 854\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 911\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 967\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1025\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1084\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1145\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1204\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1257\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1315\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1374\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1493\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1545\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1610\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1672\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1730\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1791\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1853\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1908\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1959\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2019\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2073\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2181\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2245\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2370\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2491\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2546\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2595\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2654\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2709\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2763\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2822\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2886\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2938\n                        }\n                    ]\n                },\n                \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                    \"templateId\": 426,\n                    \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                    \"name\": \"Days Since First Case\",\n                    \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`filename`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`First_Reported_Date`\",\n                            \"columnPosition\": 20\n                        }\n                    ]\n                },\n                \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                    \"templateId\": 425,\n                    \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                    \"name\": \"Days Since 100 Case Reported\",\n                    \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"LONG\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`Over100_First_Reported_Date`\",\n                            \"columnPosition\": 16\n                        }\n                    ]\n                },\n                \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                    \"templateId\": 451,\n                    \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                    \"templateId\": 428,\n                    \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                    \"name\": \"Deaths (Negative)\",\n                    \"formula\": \"(`deaths_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                    \"templateId\": 431,\n                    \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                    \"name\": \"Currently Infected Sum\",\n                    \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 31\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 53\n                        }\n                    ]\n                },\n                \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                    \"templateId\": 421,\n                    \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                    \"name\": \"Country Abbrev.\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 66\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 119\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 171\n                        }\n                    ]\n                },\n                \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                    \"templateId\": 452,\n                    \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                    \"name\": \"Infections per 100k People\",\n                    \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 6\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 26\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 42\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 77\n                        },\n                        {\n                            \"columnName\": \"`pop`\",\n                            \"columnPosition\": 118\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 199\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 224\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 256\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 339\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 377\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 402\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 487\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 520\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 558\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 583\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 616\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 667\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 703\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 742\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 767\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 803\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 855\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 897\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 926\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 951\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 992\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1037\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1071\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1100\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1125\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1158\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1203\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1242\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1271\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1296\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1334\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1377\n                        }\n                    ]\n                },\n                \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                    \"templateId\": 420,\n                    \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                    \"name\": \"Death Rate summed\",\n                    \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 27\n                        }\n                    ]\n                },\n                \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                    \"templateId\": 430,\n                    \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                    \"name\": \"Continent\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 222\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 272\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 322\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 373\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 421\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 471\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 536\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 592\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 639\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 690\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 745\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 800\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 846\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 904\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1014\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1231\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1288\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1336\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1386\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1485\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1535\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1583\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1632\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1682\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1732\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1828\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1873\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1918\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1968\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2109\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2156\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2207\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2253\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2300\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2349\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2397\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2449\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2502\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2599\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2655\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2705\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2755\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2809\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2864\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2922\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2971\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3018\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3067\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3177\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3229\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3278\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3329\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3375\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3425\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3472\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3525\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3578\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3677\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3727\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3829\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3884\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3932\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3982\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4031\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4085\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4134\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4184\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4233\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4283\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4344\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4401\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4458\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4517\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4565\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4684\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4737\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4789\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4838\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4907\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5073\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5179\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5227\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5274\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5331\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5384\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5433\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5484\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5598\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5719\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5830\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5881\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5939\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6000\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6060\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6110\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6161\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6212\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6260\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6308\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6357\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6407\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6523\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6579\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6635\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6691\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6746\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6797\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6855\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6912\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6960\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7011\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7056\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7106\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7154\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7210\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7263\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7312\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7359\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7412\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7513\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7562\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7615\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7668\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7718\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7764\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7823\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7871\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7921\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7981\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8039\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8088\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8159\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8220\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8302\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8355\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8405\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8453\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8511\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8557\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8608\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8707\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8825\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8876\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8925\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8976\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9025\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9084\n                        }\n                    ]\n                },\n                \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                    \"templateId\": 427,\n                    \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                    \"name\": \"Infected Count Today\",\n                    \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 18\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 40\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 85\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 107\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 148\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 170\n                        }\n                    ]\n                },\n                \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                    \"templateId\": 453,\n                    \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                    \"templateId\": 423,\n                    \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                    \"name\": \"Currently Infected\",\n                    \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 1\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 22\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 39\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"state\": \"SUCCESS\",\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"streamId\": 371,\n    \"transportType\": \"CONNECTOR\",\n    \"adc\": false,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_SHARE\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n    \"scheduleActive\": true,\n    \"cryoStatus\": \"ADRENALINE\"\n}"}],"_postman_id":"a4f3ce32-d284-4126-9aa6-452670708d17"},{"name":"Search Data Sources","id":"092e283b-9bb0-4283-aa42-ea35800f6bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATASET\"\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name_sort\",\r\n            \"filterType\": \"wildcard\",\r\n            \"query\": \"*DomoStats*\"\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"tag_facet\",\r\n            \"value\": \"s_webform\",\r\n            \"name\": \"s_webform\",\r\n            \"not\": false\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"dataprovidername_facet\",\r\n            \"value\": \"Domo Webform\",\r\n            \"name\": \"Domo Webform\",\r\n            \"not\": false\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"owned_by_id\",\r\n            \"value\": \"1893952720:USER\",\r\n            \"name\": \"Jae Wilson\",\r\n            \"not\": false\r\n        }\r\n    ],\r\n    \"combineResults\": true,\r\n    \"query\": \"*\",\r\n    \"count\": 30,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"isRelevance\": false,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"card_count\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/ui/v3/datasources/search","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Search for Dataset by body parameter</p>\n<p>Monitor network traffic in the Data Center, https://{{domo_instance}}<a href=\"https://domo-dojo.domo.com/datacenter/datasources\">.</a>domo.com/datacenter/datasources, to see permutations of the filters you can apply to your dataset.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>{\"query\": \"*\" } - appears to be required to return any results</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"additional-notes\">Additional Notes</h4>\n<p>This API appears to be a repackaging of \"https://{{domo_instance}}.domo.com/api/search/v1/query\"</p>\n<ul>\n<li>If you are experiencing odd timeout issues try switching apis.</li>\n</ul>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","ui","v3","datasources","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"de80607e-ce30-497f-96d4-1a510e4bad18","name":"Search Data Sources","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATASET\"\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name_sort\",\r\n            \"filterType\": \"wildcard\",\r\n            \"query\": \"*DomoStats*\"\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"tag_facet\",\r\n            \"value\": \"s_webform\",\r\n            \"name\": \"s_webform\",\r\n            \"not\": false\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"dataprovidername_facet\",\r\n            \"value\": \"Domo Webform\",\r\n            \"name\": \"Domo Webform\",\r\n            \"not\": false\r\n        },\r\n        {\r\n            \"filterType\": \"term\",\r\n            \"field\": \"owned_by_id\",\r\n            \"value\": \"1893952720:USER\",\r\n            \"name\": \"Jae Wilson\",\r\n            \"not\": false\r\n        }\r\n    ],\r\n    \"combineResults\": true,\r\n    \"query\": \"*\",\r\n    \"count\": 30,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"isRelevance\": false,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"card_count\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/data/ui/v3/datasources/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:43:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"dataSources\": [\n        {\n            \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n            \"displayType\": \"DataFlow\",\n            \"dataProviderType\": \"DataFlow\",\n            \"type\": \"DataFlow\",\n            \"name\": \"DomoStats People with Activity Log\",\n            \"owner\": {\n                \"id\": \"1893952720\",\n                \"name\": \"Jae Wilson\",\n                \"type\": \"USER\",\n                \"group\": false\n            },\n            \"status\": \"VALID\",\n            \"created\": 1624432428000,\n            \"lastUpdated\": 1651683472438,\n            \"dataLastUpdated\": 0,\n            \"rowCount\": 832179,\n            \"columnCount\": 18,\n            \"cardInfo\": {\n                \"cardCount\": 9,\n                \"cardViewCount\": 0\n            },\n            \"state\": \"VALID\",\n            \"validConfiguration\": true,\n            \"validAccount\": true,\n            \"adc\": true,\n            \"adcExternal\": false,\n            \"cloudId\": \"domo\",\n            \"cloudName\": \"Domo\",\n            \"hidden\": false,\n            \"tagsList\": [\n                \"s_domostats\",\n                \"domoStats\",\n                \"domostats\",\n                \"c_people\"\n            ],\n            \"schema\": {\n                \"name\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n                \"tables\": [\n                    {\n                        \"columns\": [\n                            {\n                                \"name\": \"Display Name\",\n                                \"id\": \"Display Name\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Role\",\n                                \"id\": \"Role\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"User ID\",\n                                \"id\": \"User ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Created Date\",\n                                \"id\": \"Created Date\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Department\",\n                                \"id\": \"Department\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Email\",\n                                \"id\": \"Email\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Type\",\n                                \"id\": \"Type\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Source_ID\",\n                                \"id\": \"Source_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Action\",\n                                \"id\": \"Action\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_Type\",\n                                \"id\": \"Object_Type\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_ID\",\n                                \"id\": \"Object_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_Name\",\n                                \"id\": \"Object_Name\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"IP_Address\",\n                                \"id\": \"IP_Address\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Event_Time\",\n                                \"id\": \"Event_Time\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Device\",\n                                \"id\": \"Device\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Browser_Details\",\n                                \"id\": \"Browser_Details\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Last Login\",\n                                \"id\": \"Last Login\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Event_Date\",\n                                \"id\": \"Event_Date\",\n                                \"type\": \"DATE\",\n                                \"visible\": true,\n                                \"order\": 0\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"alertCount\": 0,\n            \"dataFlowCount\": 0,\n            \"dataSourceCount\": 0,\n            \"impactCardCount\": 9,\n            \"impactAlertCount\": 0,\n            \"impactDataFlowCount\": 0,\n            \"impactDataSourceCount\": 0\n        },\n        {\n            \"id\": \"9e29c91d-33cb-4c57-a604-7586dc9ddc41\",\n            \"displayType\": \"dataset-view\",\n            \"dataProviderType\": \"dataset-view\",\n            \"type\": \"dataset-view\",\n            \"name\": \"DomoStats - Activity Log_OffsetDate\",\n            \"owner\": {\n                \"id\": \"1893952720\",\n                \"name\": \"Jae Wilson\",\n                \"type\": \"USER\",\n                \"group\": false\n            },\n            \"status\": \"VALID\",\n            \"created\": 1624435969000,\n            \"lastUpdated\": 1651683316182,\n            \"dataLastUpdated\": 0,\n            \"rowCount\": 1996767,\n            \"columnCount\": 17,\n            \"cardInfo\": {\n                \"cardCount\": 1,\n                \"cardViewCount\": 0\n            },\n            \"state\": \"VALID\",\n            \"validConfiguration\": true,\n            \"validAccount\": true,\n            \"adc\": false,\n            \"adcExternal\": false,\n            \"cloudId\": \"domo\",\n            \"cloudName\": \"Domo\",\n            \"hidden\": false,\n            \"tagsList\": [\n                \"s_domostats\",\n                \"um_REPLACE\",\n                \"domostats\"\n            ],\n            \"schema\": {\n                \"name\": \"9e29c91d-33cb-4c57-a604-7586dc9ddc41\",\n                \"tables\": [\n                    {\n                        \"columns\": [\n                            {\n                                \"name\": \"Event_Date\",\n                                \"id\": \"Event_Date\",\n                                \"type\": \"DATE\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"User_ID\",\n                                \"id\": \"User_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Type\",\n                                \"id\": \"Type\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Source_ID\",\n                                \"id\": \"Source_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Name\",\n                                \"id\": \"Name\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Action\",\n                                \"id\": \"Action\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_Type\",\n                                \"id\": \"Object_Type\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_ID\",\n                                \"id\": \"Object_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Object_Name\",\n                                \"id\": \"Object_Name\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"IP_Address\",\n                                \"id\": \"IP_Address\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Event_Time\",\n                                \"id\": \"Event_Time\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Device\",\n                                \"id\": \"Device\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Browser_Details\",\n                                \"id\": \"Browser_Details\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"_BATCH_ID_\",\n                                \"id\": \"_BATCH_ID_\",\n                                \"type\": \"DOUBLE\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"_BATCH_LAST_RUN_\",\n                                \"id\": \"_BATCH_LAST_RUN_\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Report_Date\",\n                                \"id\": \"Report_Date\",\n                                \"type\": \"DATE\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Report_Period\",\n                                \"id\": \"Report_Period\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"alertCount\": 0,\n            \"dataFlowCount\": 0,\n            \"dataSourceCount\": 0,\n            \"impactCardCount\": 1,\n            \"impactAlertCount\": 0,\n            \"impactDataFlowCount\": 0,\n            \"impactDataSourceCount\": 0\n        },\n        {\n            \"id\": \"2c485bb2-43ee-43fb-b5bf-b4c22facd50e\",\n            \"displayType\": \"webform\",\n            \"dataProviderType\": \"webform\",\n            \"type\": \"webform\",\n            \"name\": \"LU_DomoStats_ObjectsOfInterest\",\n            \"owner\": {\n                \"id\": \"1893952720\",\n                \"name\": \"Jae Wilson\",\n                \"type\": \"USER\",\n                \"group\": false\n            },\n            \"status\": \"VALID\",\n            \"created\": 1624434822000,\n            \"lastUpdated\": 1624434826855,\n            \"dataLastUpdated\": 0,\n            \"rowCount\": 25,\n            \"columnCount\": 2,\n            \"cardInfo\": {\n                \"cardCount\": 0,\n                \"cardViewCount\": 0\n            },\n            \"state\": \"VALID\",\n            \"validConfiguration\": true,\n            \"validAccount\": true,\n            \"adc\": false,\n            \"adcExternal\": false,\n            \"cloudId\": \"domo\",\n            \"cloudName\": \"Domo\",\n            \"hidden\": false,\n            \"tagsList\": [\n                \"um_REPLACE\",\n                \"webform\",\n                \"s_webform\"\n            ],\n            \"schema\": {\n                \"name\": \"2c485bb2-43ee-43fb-b5bf-b4c22facd50e\",\n                \"tables\": [\n                    {\n                        \"columns\": [\n                            {\n                                \"name\": \"ObjectID\",\n                                \"id\": \"ObjectID\",\n                                \"type\": \"LONG\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Use Case\",\n                                \"id\": \"Use Case\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"alertCount\": 0,\n            \"dataFlowCount\": 0,\n            \"dataSourceCount\": 0,\n            \"impactCardCount\": 0,\n            \"impactAlertCount\": 0,\n            \"impactDataFlowCount\": 0,\n            \"impactDataSourceCount\": 0\n        },\n        {\n            \"id\": \"d9257748-c181-496e-8f9a-016ee99b4a14\",\n            \"displayType\": \"DataFlow\",\n            \"dataProviderType\": \"DataFlow\",\n            \"type\": \"DataFlow\",\n            \"name\": \"domoStats_people_reports\",\n            \"owner\": {\n                \"id\": \"1893952720\",\n                \"name\": \"Jae Wilson\",\n                \"type\": \"USER\",\n                \"group\": false\n            },\n            \"status\": \"VALID\",\n            \"created\": 1634058177000,\n            \"lastUpdated\": 1634058451773,\n            \"dataLastUpdated\": 0,\n            \"rowCount\": 568,\n            \"columnCount\": 3,\n            \"cardInfo\": {\n                \"cardCount\": 0,\n                \"cardViewCount\": 0\n            },\n            \"state\": \"VALID\",\n            \"validConfiguration\": true,\n            \"validAccount\": true,\n            \"adc\": false,\n            \"adcExternal\": false,\n            \"cloudId\": \"domo\",\n            \"cloudName\": \"Domo\",\n            \"hidden\": false,\n            \"tagsList\": [],\n            \"schema\": {\n                \"name\": \"d9257748-c181-496e-8f9a-016ee99b4a14\",\n                \"tables\": [\n                    {\n                        \"columns\": [\n                            {\n                                \"name\": \"userID\",\n                                \"id\": \"userID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Action\",\n                                \"id\": \"Action\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"bodyID\",\n                                \"id\": \"bodyID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"alertCount\": 0,\n            \"dataFlowCount\": 0,\n            \"dataSourceCount\": 0,\n            \"impactCardCount\": 0,\n            \"impactAlertCount\": 0,\n            \"impactDataFlowCount\": 0,\n            \"impactDataSourceCount\": 0\n        },\n        {\n            \"id\": \"ab5b657c-a959-4e24-ade4-5f001ab49fda\",\n            \"displayType\": \"dataset-view\",\n            \"dataProviderType\": \"dataset-view\",\n            \"type\": \"dataset-view\",\n            \"name\": \"DomoStats - Activity Log_UserStats\",\n            \"description\": \"\",\n            \"owner\": {\n                \"id\": \"1893952720\",\n                \"name\": \"Jae Wilson\",\n                \"type\": \"USER\",\n                \"group\": false\n            },\n            \"status\": \"VALID\",\n            \"created\": 1624438388000,\n            \"lastUpdated\": 1651683316035,\n            \"dataLastUpdated\": 0,\n            \"rowCount\": 293,\n            \"columnCount\": 3,\n            \"cardInfo\": {\n                \"cardCount\": 0,\n                \"cardViewCount\": 0\n            },\n            \"state\": \"VALID\",\n            \"validConfiguration\": true,\n            \"validAccount\": true,\n            \"adc\": false,\n            \"adcExternal\": false,\n            \"cloudId\": \"domo\",\n            \"cloudName\": \"Domo\",\n            \"hidden\": false,\n            \"tagsList\": [\n                \"s_domostats\",\n                \"um_REPLACE\",\n                \"domostats\"\n            ],\n            \"schema\": {\n                \"name\": \"ab5b657c-a959-4e24-ade4-5f001ab49fda\",\n                \"tables\": [\n                    {\n                        \"columns\": [\n                            {\n                                \"name\": \"User_ID\",\n                                \"id\": \"User_ID\",\n                                \"type\": \"STRING\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Event_Time_FIRST_View_CardPage\",\n                                \"id\": \"Event_Time_FIRST_View_CardPage\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            },\n                            {\n                                \"name\": \"Event_Time_FIRST_LoggedIn\",\n                                \"id\": \"Event_Time_FIRST_LoggedIn\",\n                                \"type\": \"DATETIME\",\n                                \"visible\": true,\n                                \"order\": 0\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"alertCount\": 0,\n            \"dataFlowCount\": 0,\n            \"dataSourceCount\": 0,\n            \"impactCardCount\": 0,\n            \"impactAlertCount\": 0,\n            \"impactDataFlowCount\": 0,\n            \"impactDataSourceCount\": 0\n        }\n    ],\n    \"_metaData\": {\n        \"totalCount\": 5,\n        \"limit\": 30,\n        \"offset\": 0,\n        \"augmented\": false,\n        \"executor\": \"SEARCH\"\n    }\n}"},{"id":"686d04a3-1620-4dec-850c-6b37c127d9df","name":"Get Certified Datasets","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"entities\":[\"DATASET\"],\"filters\":[],\"combineResults\":true,\"query\":\"*\",\"count\":30,\"offset\":0,\"sort\":{\"isRelevance\":false,\"fieldSorts\":[{\"field\":\"create_date\",\"sortOrder\":\"DESC\"}]}}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/data/ui/v3/datasources/search"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"092e283b-9bb0-4283-aa42-ea35800f6bc1"},{"name":"Get Dataset Schema","id":"ab21e446-abdc-4c49-91e1-fe37e51ceb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/schema/indexed?includeHidden=false","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get Dataset Schema by Dataset ID.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset ID</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset schema with columns, their types, ids, etc.</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","query","v1","datasources","{{dataset_id}}","schema","indexed"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeHidden","value":"false"}],"variable":[]}},"response":[{"id":"0b7f635a-08bf-44c2-a3e2-c5910649080f","name":"Get Dataset Schema","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}/schema/indexed?includeHidden=true","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","query","v1","datasources","{{dataset_id}}","schema","indexed"],"query":[{"key":"includeHidden","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:00:48 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"schema\",\n    \"tables\": [\n        {\n            \"columns\": [\n                {\n                    \"name\": \"Display Name\",\n                    \"id\": \"Display Name\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Role\",\n                    \"id\": \"Role\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"User ID\",\n                    \"id\": \"User ID\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Created Date\",\n                    \"id\": \"Created Date\",\n                    \"type\": \"DATETIME\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Department\",\n                    \"id\": \"Department\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Email\",\n                    \"id\": \"Email\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Type\",\n                    \"id\": \"Type\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Source_ID\",\n                    \"id\": \"Source_ID\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Action\",\n                    \"id\": \"Action\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Object_Type\",\n                    \"id\": \"Object_Type\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Object_ID\",\n                    \"id\": \"Object_ID\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Object_Name\",\n                    \"id\": \"Object_Name\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"IP_Address\",\n                    \"id\": \"IP_Address\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Event_Time\",\n                    \"id\": \"Event_Time\",\n                    \"type\": \"DATETIME\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Device\",\n                    \"id\": \"Device\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Browser_Details\",\n                    \"id\": \"Browser_Details\",\n                    \"type\": \"STRING\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Last Login\",\n                    \"id\": \"Last Login\",\n                    \"type\": \"DATETIME\",\n                    \"visible\": true,\n                    \"order\": 0\n                },\n                {\n                    \"name\": \"Event_Date\",\n                    \"id\": \"Event_Date\",\n                    \"type\": \"DATE\",\n                    \"visible\": true,\n                    \"order\": 0\n                }\n            ]\n        }\n    ],\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"url\": \"/schemas/C840400DD00FE2CF\",\n    \"queryEndpoint\": \"/query/mmmm-0012-0200/94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"progressEndpoint\": \"/index/mmmm-0012-0200/94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"indexEndpoint\": \"/index/mmmm-0012-0200/94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"deleteEndpoint\": \"/delete/mmmm-0012-0200/94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"versionId\": \"3\"\n}"}],"_postman_id":"ab21e446-abdc-4c49-91e1-fe37e51ceb5f"},{"name":"Alter Dataset Schema","id":"6c85f5a9-5409-46a2-8aa3-956e876d1089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"name\",\r\n            \"id\": \"name\",\r\n            \"type\": \"STRING\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"id\",\r\n            \"id\": \"id\",\r\n            \"type\": \"LONG\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"alertId\",\r\n            \"id\": \"alertId\",\r\n            \"type\": \"LONG\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"message\",\r\n            \"id\": \"message\",\r\n            \"type\": \"STRING\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"timestamp\",\r\n            \"id\": \"timestamp\",\r\n            \"type\": \"LONG\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"_BATCH_ID_\",\r\n            \"id\": \"_BATCH_ID_\",\r\n            \"type\": \"DOUBLE\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"_BATCH_LAST_RUN_\",\r\n            \"id\": \"_BATCH_LAST_RUN_\",\r\n            \"type\": \"DATETIME\",\r\n            \"visible\": true,\r\n            \"order\": 0\r\n        }\r\n    ],\r\n    \"objects\": [],\r\n    \"views\": []\r\n}"},"url":"https://{{instance}}.domo.com/api/data/v2/datasources/{{dataset_id}}/schemas","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get Dataset Schema by Dataset ID.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset ID</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset schema with columns, their types, ids, etc.</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","datasources","{{dataset_id}}","schemas"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c85f5a9-5409-46a2-8aa3-956e876d1089"},{"name":"Get Cards for a Dataset ID","id":"47006fda-f7d7-4198-9a3e-9cfc16a0469d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v1/datasources/{{dataset_id}}/cards?drill=true","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get Cards by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Datasets -&gt; Cards</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of cards</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","datasources","{{dataset_id}}","cards"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"drill","value":"true"}],"variable":[]}},"response":[{"id":"08737886-8e0f-41de-9423-13895d34b17d","name":"Get Cards for a Dataset ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v1/datasources/{{dataset_id}}/cards?drill=true","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v1","datasources","{{dataset_id}}","cards"],"query":[{"key":"drill","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:49:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 93905300,\n        \"urn\": \"93905300\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_xyscatterplot\",\n        \"title\": \"Page Views by User\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 100292082,\n        \"urn\": \"100292082\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"DataFlow Creation\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 142211851,\n        \"urn\": \"142211851\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Time Since Last Update\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 249915592,\n        \"urn\": \"249915592\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_donut\",\n        \"title\": \"Top 10 Card Viewers\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 276106473,\n        \"urn\": \"276106473\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_xyscatterplot\",\n        \"title\": \"Card Detail Views by User\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 366842923,\n        \"urn\": \"366842923\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_xyscatterplot\",\n        \"title\": \"Page Views by User\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 416592750,\n        \"urn\": \"416592750\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_table\",\n        \"title\": \"Datasource Creation Log\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 430240452,\n        \"urn\": \"430240452\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_donut\",\n        \"title\": \"Top 10 Card Viewers\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 504071025,\n        \"urn\": \"504071025\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_curved_symbolline\",\n        \"title\": \"Card Detail Views Trend\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 577544689,\n        \"urn\": \"577544689\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_table\",\n        \"title\": \"Datasource Creation Log\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 687108827,\n        \"urn\": \"687108827\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_treemap\",\n        \"title\": \"Top 10 Favorited Cards\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 713134143,\n        \"urn\": \"713134143\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Password Resets\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 729248035,\n        \"urn\": \"729248035\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top 10 Most Viewed Pages\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 766946088,\n        \"urn\": \"766946088\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top 10 Most Viewed Cards\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 788018855,\n        \"urn\": \"788018855\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top 10 Most Viewed Pages\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 808120245,\n        \"urn\": \"808120245\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"Datasource Edits\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 820546899,\n        \"urn\": \"820546899\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_treemap\",\n        \"title\": \"Top 25 Card Creators\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 843693828,\n        \"urn\": \"843693828\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_stackedbar\",\n        \"title\": \"Activity Log\",\n        \"ownerId\": 2129297797,\n        \"owners\": [\n            {\n                \"id\": \"2129297797\",\n                \"type\": \"USER\",\n                \"displayName\": \"John Stevens\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 855355073,\n        \"urn\": \"855355073\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_heatmap\",\n        \"title\": \"Top Apps Deployed\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 919721869,\n        \"urn\": \"919721869\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_table\",\n        \"title\": \"User Action Log\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 972390449,\n        \"urn\": \"972390449\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Most Active Users\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1019712438,\n        \"urn\": \"1019712438\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"DataFlow Creation\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1029065968,\n        \"urn\": \"1029065968\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top Datasource Creators\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1062244090,\n        \"urn\": \"1062244090\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_symbolline\",\n        \"title\": \"Page Views Trend\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1088433201,\n        \"urn\": \"1088433201\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_trendline\",\n        \"title\": \"Login Trend\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1111843222,\n        \"urn\": \"1111843222\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top Beast Mode Creators\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1128677076,\n        \"urn\": \"1128677076\",\n        \"type\": \"domoapp\",\n        \"title\": \"Filter Tree\",\n        \"ownerId\": 2129297797,\n        \"owners\": [\n            {\n                \"id\": \"2129297797\",\n                \"type\": \"USER\",\n                \"displayName\": \"John Stevens\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1144566523,\n        \"urn\": \"1144566523\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Users\",\n        \"ownerId\": 2129297797,\n        \"owners\": [\n            {\n                \"id\": \"2129297797\",\n                \"type\": \"USER\",\n                \"displayName\": \"John Stevens\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1220216181,\n        \"urn\": \"1220216181\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Most Active Users\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1224129035,\n        \"urn\": \"1224129035\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Failed Logins\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1225900225,\n        \"urn\": \"1225900225\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top DataFlow Creators\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1234148788,\n        \"urn\": \"1234148788\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_curvedline\",\n        \"title\": \"App Deployment Trend\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1241073622,\n        \"urn\": \"1241073622\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Top Page Creators\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1318862440,\n        \"urn\": \"1318862440\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_xyscatterplot\",\n        \"title\": \"Card Detail Views by User\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1453682188,\n        \"urn\": \"1453682188\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top 10 Most Viewed Cards\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1495195957,\n        \"urn\": \"1495195957\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"Datasource Edits\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1523250283,\n        \"urn\": \"1523250283\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top Beast Mode Creators\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1536835520,\n        \"urn\": \"1536835520\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Password Resets\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1582370369,\n        \"urn\": \"1582370369\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pareto\",\n        \"title\": \"Card Views This Month by User - Pareto\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1585445967,\n        \"urn\": \"1585445967\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_heatmap\",\n        \"title\": \"Top Apps Deployed\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1610879450,\n        \"urn\": \"1610879450\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"Top 10 Page Viewers\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1615411439,\n        \"urn\": \"1615411439\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_treemap\",\n        \"title\": \"Top 10 Favorited Cards\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1663051795,\n        \"urn\": \"1663051795\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Datasource Creation\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1665099781,\n        \"urn\": \"1665099781\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"DataFlow Edits\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1676492934,\n        \"urn\": \"1676492934\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"Top 10 Page Viewers\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1689760112,\n        \"urn\": \"1689760112\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_curved_symbolline\",\n        \"title\": \"Card Detail Views Trend\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1747669197,\n        \"urn\": \"1747669197\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Datasource Creation\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1755877624,\n        \"urn\": \"1755877624\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_curvedline\",\n        \"title\": \"App Deployment Trend\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1778382916,\n        \"urn\": \"1778382916\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_table\",\n        \"title\": \"User Action Log\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1779753445,\n        \"urn\": \"1779753445\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Failed Logins\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1837222118,\n        \"urn\": \"1837222118\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_pie\",\n        \"title\": \"DataFlow Edits\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1870726204,\n        \"urn\": \"1870726204\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_trendline\",\n        \"title\": \"Distinct User Logins\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1884068761,\n        \"urn\": \"1884068761\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_word_cloud\",\n        \"title\": \"Top Page Creators\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1922596376,\n        \"urn\": \"1922596376\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_vert_bar\",\n        \"title\": \"Time Since Last Update\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1935570718,\n        \"urn\": \"1935570718\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_trendline\",\n        \"title\": \"Login Trend\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1961117780,\n        \"urn\": \"1961117780\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_symbolline\",\n        \"title\": \"Page Views Trend\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1988542710,\n        \"urn\": \"1988542710\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_calendar\",\n        \"title\": \"Daily User Logins\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 1991922726,\n        \"urn\": \"1991922726\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_treemap\",\n        \"title\": \"Top 25 Card Creators\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 2012371502,\n        \"urn\": \"2012371502\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_calendar\",\n        \"title\": \"Daily User Logins\",\n        \"ownerId\": 1893952720,\n        \"owners\": [\n            {\n                \"id\": \"1893952720\",\n                \"type\": \"USER\",\n                \"displayName\": \"Jae Wilson\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 2028417819,\n        \"urn\": \"2028417819\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top DataFlow Creators\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    },\n    {\n        \"id\": 2124542619,\n        \"urn\": \"2124542619\",\n        \"type\": \"kpi\",\n        \"chartType\": \"badge_horiz_bar\",\n        \"title\": \"Top Datasource Creators\",\n        \"ownerId\": 587894148,\n        \"owners\": [\n            {\n                \"id\": \"587894148\",\n                \"type\": \"USER\",\n                \"displayName\": \"Bryan Van Kampen\"\n            }\n        ],\n        \"access\": true,\n        \"datasourceId\": \"61c4e63d-0627-41f7-b138-74968ebd7634\"\n    }\n]"}],"_postman_id":"47006fda-f7d7-4198-9a3e-9cfc16a0469d"},{"name":"Create Dataset Sharing","id":"50761d25-8111-48ef-8485-c64f84dcfd29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the x-domo-authentication header generated by Postman.","key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        {\n            \"type\": \"GROUP\",\n            \"id\": {{group_id}},\n            \"accessLevel\": \"CAN_SHARE\"\n        }\n    ],\n    \"sendEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/share","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Share the dataset with specified user group with specified access level.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Dataset details -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/4418223667863-Sharing-Access-to-DataSets\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Group id</li>\n<li>Object type</li>\n<li>Access level</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>N/A</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"e06e34da-b75d-41e0-95d9-b4219cce3dc8","name":"Create Dataset Sharing - successful","originalRequest":{"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the x-domo-authentication header generated by Postman.","key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"permissions\": [\n        {\n            \"type\": \"GROUP\",\n            \"id\": {{group_id}},\n            \"accessLevel\": \"CAN_SHARE\"\n        }\n    ],\n    \"sendEmail\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/share"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 16 May 2022 23:21:40 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"50761d25-8111-48ef-8485-c64f84dcfd29"},{"name":"Index Dataset","id":"7f4198bf-87d6-432a-a140-cff271bd432e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/{{dataset_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","{{dataset_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f4198bf-87d6-432a-a140-cff271bd432e"},{"name":"Index Dataset Progress","id":"adaf235d-0127-48db-8d58-276e0f41ea04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/indexes/{{index_id}}/statuses","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","indexes","{{index_id}}","statuses"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"adaf235d-0127-48db-8d58-276e0f41ea04"},{"name":"Stream Execution History","id":"6344b67f-a0c0-4509-8595-6489975a2d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/streams/{{stream_id}}/history/aggregate","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","streams","{{stream_id}}","history","aggregate"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"e23a15bd-f988-484d-977a-4f32a05f0f8f","name":"Stream Execution History","originalRequest":{"method":"GET","header":[],"url":"https://{{domo_instance}}.domo.com/api/data/v1/streams/{{stream_id}}/history/aggregate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 23 Jun 2022 19:10:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"streamId\": 371,\n        \"executionId\": 34320,\n        \"toe\": \"8H1O3J6HBJ-KKM8C-G2NFT\",\n        \"startedAt\": 1656009784,\n        \"endedAt\": 1656009824,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4971c41d-c4f2-403d-ac76-d044d6f90720\",\n        \"uploadId\": 34307,\n        \"indexRequestKey\": 20220623184342.423,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656009784,\n        \"modifiedAt\": 1656009824,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584980,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200819808,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34319,\n        \"toe\": \"UG61DFI1CM-10IHE-PR50Q\",\n        \"startedAt\": 1656007981,\n        \"endedAt\": 1656008009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9ae8af07-e4af-41a5-b899-3ad906db3e18\",\n        \"uploadId\": 34306,\n        \"indexRequestKey\": 20220623181327.688,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656007981,\n        \"modifiedAt\": 1656008009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584980,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206690488,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34318,\n        \"toe\": \"0BN2EQNKHC-KVA10-D6SE7\",\n        \"startedAt\": 1656006182,\n        \"endedAt\": 1656006220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b9d512ad-b96d-470b-9163-e855f59ecf73\",\n        \"uploadId\": 34305,\n        \"indexRequestKey\": 20220623174338.85,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656006182,\n        \"modifiedAt\": 1656006220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584950,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205873440,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34317,\n        \"toe\": \"F4GKQBA98A-JORDD-G2Q46\",\n        \"startedAt\": 1656004383,\n        \"endedAt\": 1656004413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1307e5ee-9608-43e1-9b34-1730ba44ec31\",\n        \"uploadId\": 34304,\n        \"indexRequestKey\": 20220623171331.479,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656004383,\n        \"modifiedAt\": 1656004413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584950,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200749240,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34316,\n        \"toe\": \"N68HQVT3HN-9BK0B-2TRT2\",\n        \"startedAt\": 1656002580,\n        \"endedAt\": 1656002616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-210fb72e-0619-48da-b920-8b352e78b282\",\n        \"uploadId\": 34303,\n        \"indexRequestKey\": 20220623164334.619,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656002580,\n        \"modifiedAt\": 1656002616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584917,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203493480,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34315,\n        \"toe\": \"379S4ERL6H-GDT10-RRKPR\",\n        \"startedAt\": 1656000784,\n        \"endedAt\": 1656000811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2348ce73-05dc-4c5c-9081-74508c0455ae\",\n        \"uploadId\": 34302,\n        \"indexRequestKey\": 20220623161330.347,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1656000784,\n        \"modifiedAt\": 1656000811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584917,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202176016,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34314,\n        \"toe\": \"V0MNJOI8RR-NVASJ-3PKU8\",\n        \"startedAt\": 1655998981,\n        \"endedAt\": 1655999016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-500bd928-f820-4fd6-a81f-59197db39718\",\n        \"uploadId\": 34301,\n        \"indexRequestKey\": 20220623154335.126,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655998981,\n        \"modifiedAt\": 1655999016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584894,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204673632,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34313,\n        \"toe\": \"3RE5MTUOLO-9RT23-QV1S4\",\n        \"startedAt\": 1655997183,\n        \"endedAt\": 1655997230,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5bd26b0e-1a33-4004-8405-defdcaa497bd\",\n        \"uploadId\": 34300,\n        \"indexRequestKey\": 20220623151348.288,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655997183,\n        \"modifiedAt\": 1655997230,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584894,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201417984,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34312,\n        \"toe\": \"ASBMAUNQ6Q-1NQ9M-QQ041\",\n        \"startedAt\": 1655995384,\n        \"endedAt\": 1655995457,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d7db4810-22dc-4907-bbbf-507bae4868ae\",\n        \"uploadId\": 34299,\n        \"indexRequestKey\": 20220623144415.568,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655995384,\n        \"modifiedAt\": 1655995457,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584878,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202526392,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34311,\n        \"toe\": \"I1UBEG1APB-K535T-PB2UE\",\n        \"startedAt\": 1655993580,\n        \"endedAt\": 1655993606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2f1a66b2-2846-43cd-bd03-319e92dd6788\",\n        \"uploadId\": 34298,\n        \"indexRequestKey\": 20220623141325.232,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655993580,\n        \"modifiedAt\": 1655993606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584878,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206429920,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34310,\n        \"toe\": \"HLV7OGUQKU-IQBVD-91D71\",\n        \"startedAt\": 1655991783,\n        \"endedAt\": 1655991812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-51267421-64e8-4a22-9912-34db1148eeef\",\n        \"uploadId\": 34297,\n        \"indexRequestKey\": 20220623134331.48,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655991783,\n        \"modifiedAt\": 1655991813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584845,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205218184,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34309,\n        \"toe\": \"I40QKV197C-TOO4I-GHGMQ\",\n        \"startedAt\": 1655989986,\n        \"endedAt\": 1655990018,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-63b24a0f-315b-4076-8cce-1343b62fd57c\",\n        \"uploadId\": 34296,\n        \"indexRequestKey\": 20220623131337.518,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655989986,\n        \"modifiedAt\": 1655990018,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584845,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200868008,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34308,\n        \"toe\": \"EG7UVU14J8-CJE0U-R0HE2\",\n        \"startedAt\": 1655988186,\n        \"endedAt\": 1655988226,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e3c70cfe-5c75-4eaf-bb55-eb60debfb8d7\",\n        \"uploadId\": 34295,\n        \"indexRequestKey\": 20220623124345.058,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655988186,\n        \"modifiedAt\": 1655988226,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584841,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205587000,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34307,\n        \"toe\": \"UBPNNL999B-HT16B-M2F2B\",\n        \"startedAt\": 1655986380,\n        \"endedAt\": 1655986432,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b81f751b-8ebb-4450-82cd-45609c8165a4\",\n        \"uploadId\": 34294,\n        \"indexRequestKey\": 20220623121351.116,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655986380,\n        \"modifiedAt\": 1655986432,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584841,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204386152,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34306,\n        \"toe\": \"VQTUMFQN2I-2UJTV-827FB\",\n        \"startedAt\": 1655984583,\n        \"endedAt\": 1655984613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-efb5b460-75c0-4cae-9c73-411f2d69b81b\",\n        \"uploadId\": 34293,\n        \"indexRequestKey\": 20220623114331.3,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655984583,\n        \"modifiedAt\": 1655984613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584834,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203661056,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34305,\n        \"toe\": \"DCGPV08VT8-ES4SU-I8VMP\",\n        \"startedAt\": 1655982780,\n        \"endedAt\": 1655982820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b33ad132-ef24-4dae-a897-99b745cb61eb\",\n        \"uploadId\": 34292,\n        \"indexRequestKey\": 20220623111338.96,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655982780,\n        \"modifiedAt\": 1655982820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584834,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205907160,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34304,\n        \"toe\": \"KBC3NVEUFQ-DAD9I-H4RL9\",\n        \"startedAt\": 1655980983,\n        \"endedAt\": 1655981013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2b89975d-1102-4a83-b1c7-6877aa0a7521\",\n        \"uploadId\": 34291,\n        \"indexRequestKey\": 20220623104331.984,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655980983,\n        \"modifiedAt\": 1655981013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584831,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201251592,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34303,\n        \"toe\": \"LCT3JI374I-9K6LF-JMT82\",\n        \"startedAt\": 1655979187,\n        \"endedAt\": 1655979223,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3cccb592-eeae-4672-87fa-fb4fe2ebdfcc\",\n        \"uploadId\": 34290,\n        \"indexRequestKey\": 20220623101341.954,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655979187,\n        \"modifiedAt\": 1655979223,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584831,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205937064,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34302,\n        \"toe\": \"DD2HTJ8F7A-IQGQ0-84DBU\",\n        \"startedAt\": 1655977380,\n        \"endedAt\": 1655977404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8fd704d8-2c4c-4101-ac9d-ad88d6b0a19c\",\n        \"uploadId\": 34289,\n        \"indexRequestKey\": 20220623094323.151,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655977380,\n        \"modifiedAt\": 1655977404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584813,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205470688,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34301,\n        \"toe\": \"9E3INVLH08-TN8N0-CSE75\",\n        \"startedAt\": 1655975584,\n        \"endedAt\": 1655975627,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-92fe7230-0d15-44a6-86dd-f04a02ed1281\",\n        \"uploadId\": 34288,\n        \"indexRequestKey\": 20220623091346.171,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655975584,\n        \"modifiedAt\": 1655975627,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584813,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201596416,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34300,\n        \"toe\": \"P5QJS93EFN-ECLR1-1S7MU\",\n        \"startedAt\": 1655973786,\n        \"endedAt\": 1655973813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-56cf1ee7-f3f4-4dc8-b599-88392476684d\",\n        \"uploadId\": 34287,\n        \"indexRequestKey\": 20220623084331.914,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655973786,\n        \"modifiedAt\": 1655973813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584810,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206166072,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34299,\n        \"toe\": \"IGD5HHC26H-6AJ73-FISUB\",\n        \"startedAt\": 1655971981,\n        \"endedAt\": 1655972010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-004f0f72-6e3b-48fc-b8c4-29d18359ec9c\",\n        \"uploadId\": 34286,\n        \"indexRequestKey\": 20220623081329.277,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655971981,\n        \"modifiedAt\": 1655972010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584810,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205479360,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34298,\n        \"toe\": \"A2NGF8U0NH-7E5P2-38E7F\",\n        \"startedAt\": 1655970181,\n        \"endedAt\": 1655970211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f1bb3331-07eb-47dd-9aed-e5ad4c64fdee\",\n        \"uploadId\": 34285,\n        \"indexRequestKey\": 20220623074330.442,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655970181,\n        \"modifiedAt\": 1655970211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584809,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207225992,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34297,\n        \"toe\": \"J7APFBMKHP-J6K3D-BDBAD\",\n        \"startedAt\": 1655968385,\n        \"endedAt\": 1655968409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c0a80607-15c7-425f-94b3-89d0b48470b1\",\n        \"uploadId\": 34284,\n        \"indexRequestKey\": 20220623071327.456,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655968385,\n        \"modifiedAt\": 1655968409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584809,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202234888,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34296,\n        \"toe\": \"7BLEPLLDOQ-73K3F-0NGDQ\",\n        \"startedAt\": 1655966582,\n        \"endedAt\": 1655966609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d2d232bc-a8b9-4243-9fe4-b275553a1761\",\n        \"uploadId\": 34283,\n        \"indexRequestKey\": 20220623064327.924,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655966582,\n        \"modifiedAt\": 1655966609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584808,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205905272,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34295,\n        \"toe\": \"U4S5GCOG9Q-P3DU5-HFMQ2\",\n        \"startedAt\": 1655964782,\n        \"endedAt\": 1655964815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aca19cb4-9452-4191-8897-1a2ea7619fb2\",\n        \"uploadId\": 34282,\n        \"indexRequestKey\": 20220623061333.832,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655964782,\n        \"modifiedAt\": 1655964815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297164,\n        \"bytesInserted\": 43584808,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200027640,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34294,\n        \"toe\": \"HC08H12EAR-9JSKV-VUA2I\",\n        \"startedAt\": 1655962983,\n        \"endedAt\": 1655963008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-529c16ae-9d13-4a1f-bab7-876045d51962\",\n        \"uploadId\": 34281,\n        \"indexRequestKey\": 20220623054326.89,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655962983,\n        \"modifiedAt\": 1655963008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575714,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207131960,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34293,\n        \"toe\": \"PCSP1CUSO6-J94CN-2TNK3\",\n        \"startedAt\": 1655961184,\n        \"endedAt\": 1655961209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e191610c-bf11-4b30-96c5-787a803f2852\",\n        \"uploadId\": 34280,\n        \"indexRequestKey\": 20220623051327.932,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655961184,\n        \"modifiedAt\": 1655961209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575714,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201934528,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34292,\n        \"toe\": \"9N8G9DHID5-5MM7E-GK71V\",\n        \"startedAt\": 1655959383,\n        \"endedAt\": 1655959408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-20591eca-27ae-4b4b-bb9c-9899fb66ee6b\",\n        \"uploadId\": 34279,\n        \"indexRequestKey\": 20220623044327.148,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655959383,\n        \"modifiedAt\": 1655959408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575703,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201766336,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34291,\n        \"toe\": \"8GB2QUJER3-53VJH-C7ULP\",\n        \"startedAt\": 1655957592,\n        \"endedAt\": 1655957614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fbda292f-7344-4f57-8ed2-f8a7a1116694\",\n        \"uploadId\": 34278,\n        \"indexRequestKey\": 20220623041332.432,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655957592,\n        \"modifiedAt\": 1655957614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575703,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206319880,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34290,\n        \"toe\": \"U1B6KO8G9F-1T72H-KD2B6\",\n        \"startedAt\": 1655955780,\n        \"endedAt\": 1655955810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-db774095-421f-4f40-8015-3c0fd8218757\",\n        \"uploadId\": 34277,\n        \"indexRequestKey\": 20220623034328.601,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655955780,\n        \"modifiedAt\": 1655955810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575685,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203218432,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34289,\n        \"toe\": \"LKA3JF6VML-IH628-VEG7A\",\n        \"startedAt\": 1655953985,\n        \"endedAt\": 1655954008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67f2833e-8f45-41d1-b7db-22c9e1032b48\",\n        \"uploadId\": 34276,\n        \"indexRequestKey\": 20220623031326.825,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655953985,\n        \"modifiedAt\": 1655954008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575685,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205037128,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34288,\n        \"toe\": \"UB0K37NPAU-KHDJO-2IH1R\",\n        \"startedAt\": 1655952180,\n        \"endedAt\": 1655952206,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-298bf058-9538-4ae6-84dc-9b7315f5c216\",\n        \"uploadId\": 34275,\n        \"indexRequestKey\": 20220623024325.465,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655952180,\n        \"modifiedAt\": 1655952206,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575663,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205078880,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34287,\n        \"toe\": \"GP8CVK4U1E-N5VQ4-3O06P\",\n        \"startedAt\": 1655950383,\n        \"endedAt\": 1655950411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-517bd256-4622-4592-a32e-f2de640d9253\",\n        \"uploadId\": 34274,\n        \"indexRequestKey\": 20220623021329.539,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655950383,\n        \"modifiedAt\": 1655950411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575663,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201390032,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34286,\n        \"toe\": \"IT4OM5LHLQ-GBGD3-6DETP\",\n        \"startedAt\": 1655948582,\n        \"endedAt\": 1655948632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-abfd65f0-3895-4d8a-9a05-a27ab44e4a44\",\n        \"uploadId\": 34273,\n        \"indexRequestKey\": 20220623014350.83,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655948582,\n        \"modifiedAt\": 1655948632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575641,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202668272,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34285,\n        \"toe\": \"NVL23I4DN1-UIJ9R-QSU23\",\n        \"startedAt\": 1655946782,\n        \"endedAt\": 1655946820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-66e6cdf7-9865-4132-8ebf-01f5a40d276d\",\n        \"uploadId\": 34272,\n        \"indexRequestKey\": 20220623011338.809,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655946782,\n        \"modifiedAt\": 1655946820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575641,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204658880,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34284,\n        \"toe\": \"PS8CQAMNPE-V1NJT-N8FP6\",\n        \"startedAt\": 1655944985,\n        \"endedAt\": 1655945006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9bad46a2-2bdd-4b83-80bb-90b894e1b71d\",\n        \"uploadId\": 34271,\n        \"indexRequestKey\": 20220623004324.978,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655944985,\n        \"modifiedAt\": 1655945006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 297128,\n        \"bytesInserted\": 43575619,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205689024,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34283,\n        \"toe\": \"L49MHE32ST-5M2R2-1CNJ9\",\n        \"startedAt\": 1655943184,\n        \"endedAt\": 1655943211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1f0b51c1-0785-44e8-ac99-bed3301d5fc4\",\n        \"uploadId\": 34270,\n        \"indexRequestKey\": 20220623001328.691,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655943184,\n        \"modifiedAt\": 1655943211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528804,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206859928,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34282,\n        \"toe\": \"G72J68QE6Q-T8E0O-43CB4\",\n        \"startedAt\": 1655941383,\n        \"endedAt\": 1655941408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bb14a583-9fbf-462c-bc9c-f1393c8db873\",\n        \"uploadId\": 34269,\n        \"indexRequestKey\": 20220622234326.795,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655941383,\n        \"modifiedAt\": 1655941408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528791,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203208304,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34281,\n        \"toe\": \"U7R19CNGCP-OHRQ9-0APPU\",\n        \"startedAt\": 1655939584,\n        \"endedAt\": 1655939606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e0563a4c-d5e2-465e-82a5-6fcdb1e9ffc8\",\n        \"uploadId\": 34268,\n        \"indexRequestKey\": 20220622231324.231,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655939584,\n        \"modifiedAt\": 1655939606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528791,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206277312,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34280,\n        \"toe\": \"D6ODTJL4C8-JVJJI-INEL9\",\n        \"startedAt\": 1655937782,\n        \"endedAt\": 1655937829,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-420273b2-a093-430e-9676-f41673c47712\",\n        \"uploadId\": 34267,\n        \"indexRequestKey\": 20220622224347.678,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655937782,\n        \"modifiedAt\": 1655937829,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528756,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200164824,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34279,\n        \"toe\": \"2FICTK9KD2-K0619-9CDL4\",\n        \"startedAt\": 1655935981,\n        \"endedAt\": 1655936006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1449d180-5fc1-44b7-a4e8-a9f51d6fa4ab\",\n        \"uploadId\": 34266,\n        \"indexRequestKey\": 20220622221325.123,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655935981,\n        \"modifiedAt\": 1655936006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528756,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205174112,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34278,\n        \"toe\": \"O78I8SJJ5E-B1REQ-IA8OS\",\n        \"startedAt\": 1655934185,\n        \"endedAt\": 1655934221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c464799f-dbb3-4a9c-b16c-6cae2dc134f1\",\n        \"uploadId\": 34265,\n        \"indexRequestKey\": 20220622214340.41,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655934185,\n        \"modifiedAt\": 1655934221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528725,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202750040,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34277,\n        \"toe\": \"HJU1AR425R-RGQO9-4NPU7\",\n        \"startedAt\": 1655932387,\n        \"endedAt\": 1655932412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-722ec420-8395-42ad-9852-6b133c02dde7\",\n        \"uploadId\": 34264,\n        \"indexRequestKey\": 20220622211330.287,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655932387,\n        \"modifiedAt\": 1655932412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528725,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206079776,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34276,\n        \"toe\": \"57KP6ABHLM-453GK-IMMD5\",\n        \"startedAt\": 1655930585,\n        \"endedAt\": 1655930610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4b29596e-d3ea-4bd1-9cd6-e98ae3cba482\",\n        \"uploadId\": 34263,\n        \"indexRequestKey\": 20220622204329.413,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655930585,\n        \"modifiedAt\": 1655930610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528683,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200176496,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34275,\n        \"toe\": \"RUDSU4PL65-RCASA-QB0V6\",\n        \"startedAt\": 1655928783,\n        \"endedAt\": 1655928824,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-547a771c-fc56-4346-80f0-565e1b8a839b\",\n        \"uploadId\": 34262,\n        \"indexRequestKey\": 20220622201341.986,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655928783,\n        \"modifiedAt\": 1655928824,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528683,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207185808,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34274,\n        \"toe\": \"GMPF8O16AN-S46N6-TCD85\",\n        \"startedAt\": 1655926985,\n        \"endedAt\": 1655927022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-62a80d58-764b-429c-ade5-e54a6cad03af\",\n        \"uploadId\": 34261,\n        \"indexRequestKey\": 20220622194340.996,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655926985,\n        \"modifiedAt\": 1655927022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528663,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202503912,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34273,\n        \"toe\": \"4CNPOLCSEU-MH9BD-9O8G2\",\n        \"startedAt\": 1655925181,\n        \"endedAt\": 1655925221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-598d972c-58d5-4c0c-8a11-c3e507538e7b\",\n        \"uploadId\": 34260,\n        \"indexRequestKey\": 20220622191339.587,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655925181,\n        \"modifiedAt\": 1655925221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528663,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206327080,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34272,\n        \"toe\": \"ASEOC6TT7I-KT0K7-67MEP\",\n        \"startedAt\": 1655923383,\n        \"endedAt\": 1655923410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-824e09d7-8010-430d-a376-fae087978fc3\",\n        \"uploadId\": 34259,\n        \"indexRequestKey\": 20220622184329.389,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655923383,\n        \"modifiedAt\": 1655923411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528650,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201993248,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34271,\n        \"toe\": \"CUAE6GNMBC-GIK6E-MO308\",\n        \"startedAt\": 1655921580,\n        \"endedAt\": 1655921604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b3552cf5-7f5a-4a2c-8d12-210e47335dfb\",\n        \"uploadId\": 34258,\n        \"indexRequestKey\": 20220622181322.966,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655921580,\n        \"modifiedAt\": 1655921604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528650,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206545080,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34270,\n        \"toe\": \"FD0I5VTTO5-JTDOR-NNBRV\",\n        \"startedAt\": 1655919782,\n        \"endedAt\": 1655919814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6c2d66af-bf6c-4443-9e69-38293362993d\",\n        \"uploadId\": 34257,\n        \"indexRequestKey\": 20220622174333.25,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655919782,\n        \"modifiedAt\": 1655919814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528621,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206091056,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34269,\n        \"toe\": \"SCUHFKHDG0-DPAD8-C0429\",\n        \"startedAt\": 1655917980,\n        \"endedAt\": 1655918023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3bcfcc94-3a46-47ce-9910-53a543b62738\",\n        \"uploadId\": 34256,\n        \"indexRequestKey\": 20220622171341.414,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655917980,\n        \"modifiedAt\": 1655918023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528621,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205888408,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34268,\n        \"toe\": \"D7UOAV5VF5-NDNGV-5C3PL\",\n        \"startedAt\": 1655916180,\n        \"endedAt\": 1655916280,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-30f40dd8-3141-48aa-ac2b-9e072b46f44d\",\n        \"uploadId\": 34255,\n        \"indexRequestKey\": 20220622164438.826,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655916180,\n        \"modifiedAt\": 1655916280,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528593,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206109360,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34267,\n        \"toe\": \"57QTPNR1P7-USMTK-1PTRB\",\n        \"startedAt\": 1655914384,\n        \"endedAt\": 1655914415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b764f21e-faeb-4e4f-9f45-6afb005871f3\",\n        \"uploadId\": 34254,\n        \"indexRequestKey\": 20220622161334.559,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655914384,\n        \"modifiedAt\": 1655914415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528593,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201599352,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34266,\n        \"toe\": \"N1S93H9KVP-G4GQK-DQTM1\",\n        \"startedAt\": 1655912581,\n        \"endedAt\": 1655912638,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ac51ff66-6547-49a5-85a4-2b847f478cca\",\n        \"uploadId\": 34253,\n        \"indexRequestKey\": 20220622154356.774,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655912581,\n        \"modifiedAt\": 1655912638,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528572,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203435816,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34265,\n        \"toe\": \"411J5RQKLP-8BL12-EJNO9\",\n        \"startedAt\": 1655910781,\n        \"endedAt\": 1655910815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5a487bec-fbf9-4064-94e7-73a7d9297665\",\n        \"uploadId\": 34252,\n        \"indexRequestKey\": 20220622151332.871,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655910781,\n        \"modifiedAt\": 1655910815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528572,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203274032,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34264,\n        \"toe\": \"C6FO5I0STH-C42MI-6A3JL\",\n        \"startedAt\": 1655908983,\n        \"endedAt\": 1655909012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dc5162eb-848e-44fc-ac42-3c0be607832c\",\n        \"uploadId\": 34251,\n        \"indexRequestKey\": 20220622144330.894,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655908983,\n        \"modifiedAt\": 1655909012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528559,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203269504,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34263,\n        \"toe\": \"F8058NDDFR-I1M98-CI0QB\",\n        \"startedAt\": 1655907184,\n        \"endedAt\": 1655907217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e850c4fe-3b59-47d9-a855-be0371d37bf5\",\n        \"uploadId\": 34250,\n        \"indexRequestKey\": 20220622141335.115,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655907184,\n        \"modifiedAt\": 1655907217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528559,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200864600,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34262,\n        \"toe\": \"UF2A7H6IJ2-P68ON-VJUVE\",\n        \"startedAt\": 1655905380,\n        \"endedAt\": 1655905417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-46b244f5-3270-42bd-a326-6d00b9c0cf6f\",\n        \"uploadId\": 34249,\n        \"indexRequestKey\": 20220622134335.857,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655905380,\n        \"modifiedAt\": 1655905417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528536,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206179160,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34261,\n        \"toe\": \"RF09H19SBF-JCMP2-UKE32\",\n        \"startedAt\": 1655903583,\n        \"endedAt\": 1655903609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fa9d5ca0-d1af-44bd-87ec-9d967637e207\",\n        \"uploadId\": 34248,\n        \"indexRequestKey\": 20220622131327.653,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655903583,\n        \"modifiedAt\": 1655903609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528536,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202753888,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34260,\n        \"toe\": \"RKR5M5FOR9-FULFI-CL513\",\n        \"startedAt\": 1655901787,\n        \"endedAt\": 1655901833,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a36c0158-ed28-466c-8add-456ed31791e5\",\n        \"uploadId\": 34247,\n        \"indexRequestKey\": 20220622124352.072,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655901787,\n        \"modifiedAt\": 1655901833,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528531,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200339888,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34259,\n        \"toe\": \"71GJO3MI5T-OU7BO-GVE3L\",\n        \"startedAt\": 1655899980,\n        \"endedAt\": 1655900011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b3db2d9f-0fa4-4872-93d3-2fe691a39bb8\",\n        \"uploadId\": 34246,\n        \"indexRequestKey\": 20220622121329.549,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655899980,\n        \"modifiedAt\": 1655900011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528531,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201331080,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34258,\n        \"toe\": \"7F70R9T3GK-RTT69-FBQ8F\",\n        \"startedAt\": 1655898180,\n        \"endedAt\": 1655898230,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-307c8721-809d-48dc-b187-b784e4bbcc77\",\n        \"uploadId\": 34245,\n        \"indexRequestKey\": 20220622114348.639,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655898180,\n        \"modifiedAt\": 1655898230,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528515,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205030216,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34257,\n        \"toe\": \"G7P9957HU1-QPR3O-CEDN9\",\n        \"startedAt\": 1655896384,\n        \"endedAt\": 1655896417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cecf20e8-cd0b-4d67-8ccb-967e261020a2\",\n        \"uploadId\": 34244,\n        \"indexRequestKey\": 20220622111335.394,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655896384,\n        \"modifiedAt\": 1655896417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528515,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200336984,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34256,\n        \"toe\": \"44SBBB0P9C-M2I2C-RHSVG\",\n        \"startedAt\": 1655894583,\n        \"endedAt\": 1655894610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-465e64e2-3a1e-4777-8ce1-1e4210387f64\",\n        \"uploadId\": 34243,\n        \"indexRequestKey\": 20220622104328.549,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655894583,\n        \"modifiedAt\": 1655894610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528511,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206760832,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34255,\n        \"toe\": \"JTINFC5PKF-E9BVF-6IRJI\",\n        \"startedAt\": 1655892782,\n        \"endedAt\": 1655892826,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eaa279bb-a609-4bcb-9efb-67f6d283fe7d\",\n        \"uploadId\": 34242,\n        \"indexRequestKey\": 20220622101344.978,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655892782,\n        \"modifiedAt\": 1655892826,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528511,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201891840,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34254,\n        \"toe\": \"30A95P5E7B-5FKIG-VU3RG\",\n        \"startedAt\": 1655890984,\n        \"endedAt\": 1655891013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b4f0e457-37f6-4c24-b081-aaf836c1a18e\",\n        \"uploadId\": 34241,\n        \"indexRequestKey\": 20220622094332.189,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655890984,\n        \"modifiedAt\": 1655891013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528495,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205855264,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34253,\n        \"toe\": \"3UES2IUMN9-2NH85-SB5CP\",\n        \"startedAt\": 1655889181,\n        \"endedAt\": 1655889214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-33f61839-5aba-4b41-a75e-8b2c86fb56d7\",\n        \"uploadId\": 34240,\n        \"indexRequestKey\": 20220622091332.79,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655889181,\n        \"modifiedAt\": 1655889214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528495,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206331320,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34252,\n        \"toe\": \"NH102KLQC3-45DV6-4CM4Q\",\n        \"startedAt\": 1655887380,\n        \"endedAt\": 1655887415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3854f585-4134-4f52-a8f7-13934aa342b4\",\n        \"uploadId\": 34239,\n        \"indexRequestKey\": 20220622084334.134,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655887380,\n        \"modifiedAt\": 1655887415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528489,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202728344,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34251,\n        \"toe\": \"95TS1U7G71-F53R6-ETHBL\",\n        \"startedAt\": 1655885584,\n        \"endedAt\": 1655885643,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-13c577a3-a570-4e5b-bcf2-750aac476247\",\n        \"uploadId\": 34238,\n        \"indexRequestKey\": 20220622081401.265,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655885584,\n        \"modifiedAt\": 1655885643,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528489,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206678448,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34250,\n        \"toe\": \"7S4RQGPU4T-1TQOG-CDU2N\",\n        \"startedAt\": 1655883780,\n        \"endedAt\": 1655883807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-559bf005-5548-4593-a7e6-7600eabc0244\",\n        \"uploadId\": 34237,\n        \"indexRequestKey\": 20220622074326.166,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655883780,\n        \"modifiedAt\": 1655883807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528484,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205685752,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34249,\n        \"toe\": \"F391NACMAT-O92SM-D96E7\",\n        \"startedAt\": 1655881982,\n        \"endedAt\": 1655882010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a3ea7ec-003e-41d2-bddf-5dbfa99ab090\",\n        \"uploadId\": 34236,\n        \"indexRequestKey\": 20220622071328.194,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655881982,\n        \"modifiedAt\": 1655882010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528484,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201401496,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34248,\n        \"toe\": \"A9FQ5SVIO1-SP7H7-31AS7\",\n        \"startedAt\": 1655880182,\n        \"endedAt\": 1655880212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf41d0c5-8e59-43c3-bc4c-8d03c91dd1fe\",\n        \"uploadId\": 34235,\n        \"indexRequestKey\": 20220622064331.249,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655880182,\n        \"modifiedAt\": 1655880212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528467,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203051080,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34247,\n        \"toe\": \"PRFQ66HCPB-I9SC4-7PD0G\",\n        \"startedAt\": 1655878385,\n        \"endedAt\": 1655878408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-57bf68c3-3379-4e79-8075-d201613c9c80\",\n        \"uploadId\": 34234,\n        \"indexRequestKey\": 20220622061326.467,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655878385,\n        \"modifiedAt\": 1655878408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296829,\n        \"bytesInserted\": 43528467,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205153744,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34246,\n        \"toe\": \"PGDMPTMV5R-H98V4-98ETG\",\n        \"startedAt\": 1655876583,\n        \"endedAt\": 1655876606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ddefa4a1-09e3-4950-97b9-e7105ab87bd1\",\n        \"uploadId\": 34233,\n        \"indexRequestKey\": 20220622054324.489,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655876583,\n        \"modifiedAt\": 1655876606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526448,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204392392,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34245,\n        \"toe\": \"96D0J0SN51-GL920-42EBN\",\n        \"startedAt\": 1655874784,\n        \"endedAt\": 1655874808,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f6fb67ec-39c5-4ec4-8b51-c127978888e8\",\n        \"uploadId\": 34232,\n        \"indexRequestKey\": 20220622051327.067,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655874784,\n        \"modifiedAt\": 1655874808,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526448,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206309344,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34244,\n        \"toe\": \"176HNH6TO5-LLJM4-1JRPG\",\n        \"startedAt\": 1655872982,\n        \"endedAt\": 1655873005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b3c5eef7-e6cd-4606-9356-4ec443661175\",\n        \"uploadId\": 34231,\n        \"indexRequestKey\": 20220622044323.612,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655872982,\n        \"modifiedAt\": 1655873005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526441,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204850616,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34243,\n        \"toe\": \"F47PIP9UMO-52G5O-4V2UJ\",\n        \"startedAt\": 1655871189,\n        \"endedAt\": 1655871214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2c55156c-26c7-4528-9023-28e90d4bea5f\",\n        \"uploadId\": 34230,\n        \"indexRequestKey\": 20220622041332.713,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655871189,\n        \"modifiedAt\": 1655871214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526441,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203758712,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34242,\n        \"toe\": \"ELH7C7B54D-BUE9U-QRSTM\",\n        \"startedAt\": 1655869380,\n        \"endedAt\": 1655869404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d55fccf1-ab41-47af-9726-4e3257e85882\",\n        \"uploadId\": 34229,\n        \"indexRequestKey\": 20220622034322.553,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655869380,\n        \"modifiedAt\": 1655869404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202894832,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34241,\n        \"toe\": \"SFL0SGAILR-45522-D9751\",\n        \"startedAt\": 1655867583,\n        \"endedAt\": 1655867624,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d7eb17df-60dd-4fb3-8bae-dc59579afdc0\",\n        \"uploadId\": 34228,\n        \"indexRequestKey\": 20220622031343.397,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655867583,\n        \"modifiedAt\": 1655867624,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206125280,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34240,\n        \"toe\": \"ATV5LSUE82-L3BJF-7KJC9\",\n        \"startedAt\": 1655865784,\n        \"endedAt\": 1655865815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d6bc3d52-3d87-4e36-9097-7c0d26303802\",\n        \"uploadId\": 34227,\n        \"indexRequestKey\": 20220622024333.58,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655865784,\n        \"modifiedAt\": 1655865815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526390,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201293536,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34239,\n        \"toe\": \"H7URUJJVJV-BBA5K-5HLNR\",\n        \"startedAt\": 1655863981,\n        \"endedAt\": 1655864015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2f01bf04-aa23-4c01-b742-ab09c6bde89c\",\n        \"uploadId\": 34226,\n        \"indexRequestKey\": 20220622021333.863,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655863981,\n        \"modifiedAt\": 1655864015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526390,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205318512,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34238,\n        \"toe\": \"D6C52QEPFG-JMUCB-DO9PC\",\n        \"startedAt\": 1655862182,\n        \"endedAt\": 1655862205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8cb21ab5-978a-416e-8cc1-072de42b3a9c\",\n        \"uploadId\": 34225,\n        \"indexRequestKey\": 20220622014324.194,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655862182,\n        \"modifiedAt\": 1655862205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526377,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206127864,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34237,\n        \"toe\": \"2HK9P5549G-RD3MB-8A6IS\",\n        \"startedAt\": 1655860384,\n        \"endedAt\": 1655860409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2b5bc949-648d-4980-ba5b-4047b28f05fb\",\n        \"uploadId\": 34224,\n        \"indexRequestKey\": 20220622011328.509,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655860384,\n        \"modifiedAt\": 1655860409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526377,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205731264,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34236,\n        \"toe\": \"T6R0M5V5KQ-JU4RT-C3ODN\",\n        \"startedAt\": 1655858580,\n        \"endedAt\": 1655858606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b97fb400-3cda-44d3-aaa3-8cc2e1bcd101\",\n        \"uploadId\": 34223,\n        \"indexRequestKey\": 20220622004324.773,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655858580,\n        \"modifiedAt\": 1655858606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296793,\n        \"bytesInserted\": 43526357,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206088136,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34235,\n        \"toe\": \"9MGPT19RLS-3I2HF-5C9R5\",\n        \"startedAt\": 1655856783,\n        \"endedAt\": 1655856833,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f75f6165-98c4-4297-994d-b9356a1dafe7\",\n        \"uploadId\": 34222,\n        \"indexRequestKey\": 20220622001351.788,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655856783,\n        \"modifiedAt\": 1655856833,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479542,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204697872,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34234,\n        \"toe\": \"0T3NVRTQM8-GRGRC-9MQ51\",\n        \"startedAt\": 1655854982,\n        \"endedAt\": 1655855005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-af19e0e9-9f56-4d90-9c32-c1b108ccd4b4\",\n        \"uploadId\": 34221,\n        \"indexRequestKey\": 20220621234323.6,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655854982,\n        \"modifiedAt\": 1655855005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479522,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206329288,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34233,\n        \"toe\": \"O49LB0LN24-M0H78-1JJM1\",\n        \"startedAt\": 1655853180,\n        \"endedAt\": 1655853209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ab60da7e-60e3-46f7-978f-06c6dd34c7a4\",\n        \"uploadId\": 34220,\n        \"indexRequestKey\": 20220621231327.734,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655853180,\n        \"modifiedAt\": 1655853209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479522,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205337368,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34232,\n        \"toe\": \"M4FMV5I76N-1EBM6-UPDRE\",\n        \"startedAt\": 1655851384,\n        \"endedAt\": 1655851410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a122bbfe-2560-4543-a30b-c936e3689f03\",\n        \"uploadId\": 34219,\n        \"indexRequestKey\": 20220621224329.294,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655851384,\n        \"modifiedAt\": 1655851410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479504,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205311864,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34231,\n        \"toe\": \"QLG95JH9SE-1N4OF-B3RFV\",\n        \"startedAt\": 1655849584,\n        \"endedAt\": 1655849633,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9fcf22a1-16dd-49e9-9c46-fc329f8b6fcf\",\n        \"uploadId\": 34218,\n        \"indexRequestKey\": 20220621221351.882,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655849584,\n        \"modifiedAt\": 1655849633,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479504,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201470288,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34230,\n        \"toe\": \"4N0I3BCBTI-14LF7-GNK5B\",\n        \"startedAt\": 1655847782,\n        \"endedAt\": 1655847809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a541e622-efc4-47e1-b01e-1e6ba33ad764\",\n        \"uploadId\": 34217,\n        \"indexRequestKey\": 20220621214327.992,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655847782,\n        \"modifiedAt\": 1655847809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479488,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202741432,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34229,\n        \"toe\": \"QBLK0QD975-1EPPF-GHR3U\",\n        \"startedAt\": 1655845984,\n        \"endedAt\": 1655846007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-62258718-f277-40bb-be15-e5bf13c1ad4b\",\n        \"uploadId\": 34216,\n        \"indexRequestKey\": 20220621211325.69,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655845984,\n        \"modifiedAt\": 1655846007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479488,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206300616,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34228,\n        \"toe\": \"HU7QT317NK-H4TK3-2TKS3\",\n        \"startedAt\": 1655844182,\n        \"endedAt\": 1655844211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-59876946-7332-40a3-b440-babc3a42d59f\",\n        \"uploadId\": 34215,\n        \"indexRequestKey\": 20220621204330.529,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655844182,\n        \"modifiedAt\": 1655844211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479446,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204938032,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34227,\n        \"toe\": \"PVS5FSUSTQ-BBVPQ-HTQB0\",\n        \"startedAt\": 1655842383,\n        \"endedAt\": 1655842410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1c354a9d-7f96-40de-a642-5ee7a918e4e8\",\n        \"uploadId\": 34214,\n        \"indexRequestKey\": 20220621201328.778,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655842383,\n        \"modifiedAt\": 1655842410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479446,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206302224,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34226,\n        \"toe\": \"GHG6I197UG-OKEUL-JI889\",\n        \"startedAt\": 1655840580,\n        \"endedAt\": 1655840611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f65d8b0e-2e35-474a-9872-855ac1365b78\",\n        \"uploadId\": 34213,\n        \"indexRequestKey\": 20220621194329.546,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655840580,\n        \"modifiedAt\": 1655840611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204929656,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34225,\n        \"toe\": \"JLGN1AA60S-AJP45-D3ESD\",\n        \"startedAt\": 1655838780,\n        \"endedAt\": 1655838837,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0e0907d4-a794-411e-a810-78cd046cf2e2\",\n        \"uploadId\": 34212,\n        \"indexRequestKey\": 20220621191355.655,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655838780,\n        \"modifiedAt\": 1655838837,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206868984,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34224,\n        \"toe\": \"6T4662403I-O20M8-770TP\",\n        \"startedAt\": 1655836980,\n        \"endedAt\": 1655837003,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-561c1f46-150e-4629-9f89-266919fc9395\",\n        \"uploadId\": 34211,\n        \"indexRequestKey\": 20220621184321.596,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655836980,\n        \"modifiedAt\": 1655837003,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206687600,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34223,\n        \"toe\": \"HT144OC4PV-MOBLB-7LAFC\",\n        \"startedAt\": 1655835182,\n        \"endedAt\": 1655835228,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1cfca45e-2ce2-438e-9bfc-633ffacdec1b\",\n        \"uploadId\": 34210,\n        \"indexRequestKey\": 20220621181347.443,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655835182,\n        \"modifiedAt\": 1655835228,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205802512,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34222,\n        \"toe\": \"RN44KPNUNP-60H9G-25BIS\",\n        \"startedAt\": 1655833383,\n        \"endedAt\": 1655833435,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-781f982a-75bf-41b3-831f-4b9dce72b8e1\",\n        \"uploadId\": 34209,\n        \"indexRequestKey\": 20220621174353.523,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655833383,\n        \"modifiedAt\": 1655833435,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479397,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202239688,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34221,\n        \"toe\": \"JBJTV63L8Q-3UBHV-EQV0J\",\n        \"startedAt\": 1655831582,\n        \"endedAt\": 1655831643,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4235fc61-b7a1-4d95-95cd-169a1576857a\",\n        \"uploadId\": 34208,\n        \"indexRequestKey\": 20220621171401.842,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655831582,\n        \"modifiedAt\": 1655831643,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479397,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201179328,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34220,\n        \"toe\": \"ACVF8CSTDM-ID6SN-1DCBH\",\n        \"startedAt\": 1655829785,\n        \"endedAt\": 1655829829,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-662ad245-3b5b-4e10-a553-d96e782e4237\",\n        \"uploadId\": 34207,\n        \"indexRequestKey\": 20220621164348.211,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655829785,\n        \"modifiedAt\": 1655829829,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479380,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207284816,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34219,\n        \"toe\": \"2AHSFEJVF3-78VO7-OM6IL\",\n        \"startedAt\": 1655827984,\n        \"endedAt\": 1655828023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-773bbaeb-2bcd-4d06-9f4b-6d9e5bef8088\",\n        \"uploadId\": 34206,\n        \"indexRequestKey\": 20220621161341.924,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655827984,\n        \"modifiedAt\": 1655828023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479380,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202708752,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34218,\n        \"toe\": \"M5L3SMMHVT-A4TFA-9Q08Q\",\n        \"startedAt\": 1655826184,\n        \"endedAt\": 1655826219,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a67c95eb-aeab-48ff-82c4-f82933b80729\",\n        \"uploadId\": 34205,\n        \"indexRequestKey\": 20220621154338.384,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655826184,\n        \"modifiedAt\": 1655826219,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479352,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206050464,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34217,\n        \"toe\": \"05LCA7ANLE-KO5LR-F2KHC\",\n        \"startedAt\": 1655824381,\n        \"endedAt\": 1655824409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e57ac415-2522-465e-ad50-e7ddb7e10421\",\n        \"uploadId\": 34204,\n        \"indexRequestKey\": 20220621151327.621,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655824381,\n        \"modifiedAt\": 1655824409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479352,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206780320,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34216,\n        \"toe\": \"LG2TVR02RQ-M0G3H-JB43V\",\n        \"startedAt\": 1655822582,\n        \"endedAt\": 1655822621,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6b9ac184-a586-48a8-bf6e-d934cbcd9dc2\",\n        \"uploadId\": 34203,\n        \"indexRequestKey\": 20220621144340.27,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655822582,\n        \"modifiedAt\": 1655822621,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479330,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201040352,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34215,\n        \"toe\": \"3JU82N2RDC-2IN6G-LCC0V\",\n        \"startedAt\": 1655820783,\n        \"endedAt\": 1655820810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a6be7ea9-6c03-4eca-bc9f-4061b82e06c7\",\n        \"uploadId\": 34202,\n        \"indexRequestKey\": 20220621141328.388,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655820783,\n        \"modifiedAt\": 1655820810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479330,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206744416,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34214,\n        \"toe\": \"9OGPGS8MC7-KRAUM-986VK\",\n        \"startedAt\": 1655818982,\n        \"endedAt\": 1655819009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5b731c55-1d22-40b6-bbff-5c8e712b7148\",\n        \"uploadId\": 34201,\n        \"indexRequestKey\": 20220621134328.425,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655818982,\n        \"modifiedAt\": 1655819009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479310,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201070296,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34213,\n        \"toe\": \"F5U19TSA72-6N8A5-4M9F3\",\n        \"startedAt\": 1655817184,\n        \"endedAt\": 1655817210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0698c5f6-f5c9-4859-af99-711487b277cb\",\n        \"uploadId\": 34200,\n        \"indexRequestKey\": 20220621131329.03,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655817184,\n        \"modifiedAt\": 1655817210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479310,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206800184,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34212,\n        \"toe\": \"3HCAMHSOVI-9G72E-1HLQU\",\n        \"startedAt\": 1655815388,\n        \"endedAt\": 1655815443,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-da3d83c5-16b9-442a-8e18-88f74496592b\",\n        \"uploadId\": 34199,\n        \"indexRequestKey\": 20220621124401.582,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655815388,\n        \"modifiedAt\": 1655815443,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479292,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200975408,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34211,\n        \"toe\": \"L9H8I3LB40-J5N7I-46M9S\",\n        \"startedAt\": 1655813583,\n        \"endedAt\": 1655813609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-88ddddca-1e85-42e8-a78b-fdb47cc9a2de\",\n        \"uploadId\": 34198,\n        \"indexRequestKey\": 20220621121327.302,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655813583,\n        \"modifiedAt\": 1655813609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479292,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201881928,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34210,\n        \"toe\": \"KDV7UQCOQ3-V0GLC-R7RND\",\n        \"startedAt\": 1655811783,\n        \"endedAt\": 1655811813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d92d2508-c56e-4ee0-b853-7aa84f60eb88\",\n        \"uploadId\": 34197,\n        \"indexRequestKey\": 20220621114331.804,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655811783,\n        \"modifiedAt\": 1655811813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479292,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205280272,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34209,\n        \"toe\": \"G8GVV6QQJF-S7VN8-H0MLA\",\n        \"startedAt\": 1655809981,\n        \"endedAt\": 1655810011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d465026e-a809-41ae-b66d-1a4d9aef086f\",\n        \"uploadId\": 34196,\n        \"indexRequestKey\": 20220621111329.683,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655809981,\n        \"modifiedAt\": 1655810011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479292,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203464128,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34208,\n        \"toe\": \"2OA37G7Q4T-BS9NI-KM4N3\",\n        \"startedAt\": 1655808183,\n        \"endedAt\": 1655808213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a57b6fbd-54a7-413f-b963-fb077377a0c5\",\n        \"uploadId\": 34195,\n        \"indexRequestKey\": 20220621104331.884,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655808183,\n        \"modifiedAt\": 1655808213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479275,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201929088,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34207,\n        \"toe\": \"87CHERV4LU-P7E93-73ART\",\n        \"startedAt\": 1655806383,\n        \"endedAt\": 1655806432,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e7a1aa31-af57-40a7-bfeb-ddbc170d2f19\",\n        \"uploadId\": 34194,\n        \"indexRequestKey\": 20220621101350.382,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655806383,\n        \"modifiedAt\": 1655806432,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479275,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201340912,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34206,\n        \"toe\": \"GKS4SH2OR5-MGUEQ-7VBM4\",\n        \"startedAt\": 1655804582,\n        \"endedAt\": 1655804613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-beb4df60-d7bc-4ad4-b11c-a51647ec1ea1\",\n        \"uploadId\": 34193,\n        \"indexRequestKey\": 20220621094331.944,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655804582,\n        \"modifiedAt\": 1655804613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479267,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203448520,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34205,\n        \"toe\": \"VQ8VPTVRBR-1H87P-KH1BD\",\n        \"startedAt\": 1655802780,\n        \"endedAt\": 1655802805,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b0fb37df-703d-4458-80d5-ab501072d22d\",\n        \"uploadId\": 34192,\n        \"indexRequestKey\": 20220621091324.135,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655802780,\n        \"modifiedAt\": 1655802805,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479267,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205011096,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34204,\n        \"toe\": \"V0J7D19NAB-PRV36-0LQLH\",\n        \"startedAt\": 1655800985,\n        \"endedAt\": 1655801017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-59f6eda6-4d8f-4988-8cb5-92a699b0073c\",\n        \"uploadId\": 34191,\n        \"indexRequestKey\": 20220621084336.006,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655800985,\n        \"modifiedAt\": 1655801017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479271,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205919280,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34203,\n        \"toe\": \"QHB8QLKBGG-MGF3L-AOC6L\",\n        \"startedAt\": 1655799180,\n        \"endedAt\": 1655799208,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0de6c37e-1ba3-43ec-bc90-af3d3022ee55\",\n        \"uploadId\": 34190,\n        \"indexRequestKey\": 20220621081326.719,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655799180,\n        \"modifiedAt\": 1655799208,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479271,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205552896,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34202,\n        \"toe\": \"G3PDBNRJOF-L53TK-VKBO6\",\n        \"startedAt\": 1655797382,\n        \"endedAt\": 1655797408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7ec539d2-72e2-482b-8168-0ceade65c574\",\n        \"uploadId\": 34189,\n        \"indexRequestKey\": 20220621074326.991,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655797382,\n        \"modifiedAt\": 1655797408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479262,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205122032,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34201,\n        \"toe\": \"6VH7HHDL6E-N6TRE-DDINE\",\n        \"startedAt\": 1655795584,\n        \"endedAt\": 1655795605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-200a393a-b549-40cd-a76f-3e69db83cf0b\",\n        \"uploadId\": 34188,\n        \"indexRequestKey\": 20220621071324.086,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655795584,\n        \"modifiedAt\": 1655795605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479262,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201942400,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34200,\n        \"toe\": \"DGP6LUCSUA-A1RO5-V49QO\",\n        \"startedAt\": 1655793783,\n        \"endedAt\": 1655793807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-12cc9b5c-4333-4164-8e9a-d32ea7b5b0d2\",\n        \"uploadId\": 34187,\n        \"indexRequestKey\": 20220621064325.56,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655793783,\n        \"modifiedAt\": 1655793807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479261,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206660888,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34199,\n        \"toe\": \"1B1OGJER8P-0TN14-9GO1J\",\n        \"startedAt\": 1655791980,\n        \"endedAt\": 1655792011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-84da9c75-9a5c-4f17-a215-a2d23972a7e1\",\n        \"uploadId\": 34186,\n        \"indexRequestKey\": 20220621061329.849,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655791980,\n        \"modifiedAt\": 1655792011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296494,\n        \"bytesInserted\": 43479501,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205542568,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34198,\n        \"toe\": \"2F4EO2IH2T-R8MT2-71440\",\n        \"startedAt\": 1655790180,\n        \"endedAt\": 1655790210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fd805dba-9557-4e44-a097-eb921e616087\",\n        \"uploadId\": 34185,\n        \"indexRequestKey\": 20220621054328.806,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655790180,\n        \"modifiedAt\": 1655790210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468236,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206192368,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34197,\n        \"toe\": \"BJ91DU4U38-5U6BA-SD0SR\",\n        \"startedAt\": 1655788384,\n        \"endedAt\": 1655788417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e4afe92d-90e7-4478-b8ca-168687653a27\",\n        \"uploadId\": 34184,\n        \"indexRequestKey\": 20220621051335.63,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655788384,\n        \"modifiedAt\": 1655788417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468236,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201848464,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34196,\n        \"toe\": \"APDUG5MT8A-PBAF8-FTJ6C\",\n        \"startedAt\": 1655786580,\n        \"endedAt\": 1655786607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-422e7002-ca88-4fa6-8a3d-b94ef1da8294\",\n        \"uploadId\": 34183,\n        \"indexRequestKey\": 20220621044325.826,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655786580,\n        \"modifiedAt\": 1655786607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468222,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206134144,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34195,\n        \"toe\": \"97CRF36AL7-8TEBJ-L5092\",\n        \"startedAt\": 1655784780,\n        \"endedAt\": 1655784806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d5b6ac85-ea02-40d6-a7d6-b6ee382a52b4\",\n        \"uploadId\": 34182,\n        \"indexRequestKey\": 20220621041324.619,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655784780,\n        \"modifiedAt\": 1655784806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468222,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205914456,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34194,\n        \"toe\": \"TKVB2NEDD1-OSECH-6VUNU\",\n        \"startedAt\": 1655782984,\n        \"endedAt\": 1655783013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2d85a996-360b-455b-840a-93d7d5ad49b8\",\n        \"uploadId\": 34181,\n        \"indexRequestKey\": 20220621034332.023,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655782984,\n        \"modifiedAt\": 1655783013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468212,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206478968,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34193,\n        \"toe\": \"8T67C7OGAO-ABDE4-EN2B2\",\n        \"startedAt\": 1655781183,\n        \"endedAt\": 1655781217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c8955464-9eb8-407b-be4e-de2164462280\",\n        \"uploadId\": 34180,\n        \"indexRequestKey\": 20220621031336.402,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655781183,\n        \"modifiedAt\": 1655781217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468212,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206116304,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34192,\n        \"toe\": \"1GSBH7CKET-RH9L9-5BK59\",\n        \"startedAt\": 1655779384,\n        \"endedAt\": 1655779410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-871174e1-64e4-43c6-91ea-f3d4c045c776\",\n        \"uploadId\": 34179,\n        \"indexRequestKey\": 20220621024328.422,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655779384,\n        \"modifiedAt\": 1655779410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468197,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201689640,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34191,\n        \"toe\": \"FMQRQEHNOH-FS99T-3HMCB\",\n        \"startedAt\": 1655777580,\n        \"endedAt\": 1655777619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-50ad854e-5064-4e9e-b265-8748b52ba63d\",\n        \"uploadId\": 34178,\n        \"indexRequestKey\": 20220621021338.564,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655777580,\n        \"modifiedAt\": 1655777619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468197,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205105936,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34190,\n        \"toe\": \"761O2R47VP-EQONL-48E83\",\n        \"startedAt\": 1655775780,\n        \"endedAt\": 1655775808,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-58253f71-99b3-4810-8aee-1d1b19ce625c\",\n        \"uploadId\": 34177,\n        \"indexRequestKey\": 20220621014326.738,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655775780,\n        \"modifiedAt\": 1655775808,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468186,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206513048,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34189,\n        \"toe\": \"6QMH9OM2UV-10C3I-2VVD1\",\n        \"startedAt\": 1655773984,\n        \"endedAt\": 1655774007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a91102b-c795-4122-abfb-e65b9fece20d\",\n        \"uploadId\": 34176,\n        \"indexRequestKey\": 20220621011325.685,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655773984,\n        \"modifiedAt\": 1655774007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468186,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206647968,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34188,\n        \"toe\": \"QTEUEUSMEO-V863I-2QIU9\",\n        \"startedAt\": 1655772183,\n        \"endedAt\": 1655772227,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ecd759c6-cfb5-409c-9b0a-fad645d9b39c\",\n        \"uploadId\": 34175,\n        \"indexRequestKey\": 20220621004345.886,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655772183,\n        \"modifiedAt\": 1655772227,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296417,\n        \"bytesInserted\": 43468170,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201392464,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34187,\n        \"toe\": \"TGVME7VTL7-S7QAQ-N9UIU\",\n        \"startedAt\": 1655770385,\n        \"endedAt\": 1655770421,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bf415a54-5bde-4bf8-ad18-d2454b99da2d\",\n        \"uploadId\": 34174,\n        \"indexRequestKey\": 20220621001339.632,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655770385,\n        \"modifiedAt\": 1655770421,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430349,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206402592,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34186,\n        \"toe\": \"6VVMB6QBT1-8TSSN-1T9SQ\",\n        \"startedAt\": 1655768580,\n        \"endedAt\": 1655768607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7b5b5f19-549d-4fd2-8d5d-8e96cc6a4e66\",\n        \"uploadId\": 34173,\n        \"indexRequestKey\": 20220620234326.518,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655768581,\n        \"modifiedAt\": 1655768607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430344,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200151288,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34185,\n        \"toe\": \"23URR6AGCE-TIQMR-V9QN6\",\n        \"startedAt\": 1655766784,\n        \"endedAt\": 1655766814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-faaeb847-4d1b-47e1-a02e-59232a496a47\",\n        \"uploadId\": 34172,\n        \"indexRequestKey\": 20220620231332.659,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655766784,\n        \"modifiedAt\": 1655766814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430339,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207114536,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34184,\n        \"toe\": \"EJBJB59BQ4-IO2NM-1DN1V\",\n        \"startedAt\": 1655764980,\n        \"endedAt\": 1655765014,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-78306667-5231-4b8b-986b-5b7619f7e33f\",\n        \"uploadId\": 34171,\n        \"indexRequestKey\": 20220620224333.085,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655764980,\n        \"modifiedAt\": 1655765014,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430311,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206300456,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34183,\n        \"toe\": \"PSU540NKAR-F66HP-DSOQA\",\n        \"startedAt\": 1655763183,\n        \"endedAt\": 1655763212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7e0c5e19-4e86-48c1-bffc-d655d2708921\",\n        \"uploadId\": 34170,\n        \"indexRequestKey\": 20220620221330.747,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655763183,\n        \"modifiedAt\": 1655763212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430311,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206949672,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34182,\n        \"toe\": \"U6PDMQQDP7-L03A2-TUPOQ\",\n        \"startedAt\": 1655761387,\n        \"endedAt\": 1655761409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f2f0523c-5467-413e-8e28-0bec646070e0\",\n        \"uploadId\": 34169,\n        \"indexRequestKey\": 20220620214327.704,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655761387,\n        \"modifiedAt\": 1655761409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430304,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204676976,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34181,\n        \"toe\": \"D2DBBAA3NL-1MRMK-QP3T0\",\n        \"startedAt\": 1655759581,\n        \"endedAt\": 1655759610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8042de27-87ec-4464-b09e-62fda2debb35\",\n        \"uploadId\": 34168,\n        \"indexRequestKey\": 20220620211329.224,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655759581,\n        \"modifiedAt\": 1655759610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430304,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205634928,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34180,\n        \"toe\": \"4GHMBT3SU0-80CNU-E36J9\",\n        \"startedAt\": 1655757783,\n        \"endedAt\": 1655757832,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-15300b80-c0b5-48b7-9a5a-da7cbd32fcaa\",\n        \"uploadId\": 34167,\n        \"indexRequestKey\": 20220620204350.214,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655757783,\n        \"modifiedAt\": 1655757832,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430297,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201943408,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34179,\n        \"toe\": \"F3OAD0TD5M-42NLC-J0I72\",\n        \"startedAt\": 1655755984,\n        \"endedAt\": 1655756017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0df64c31-a284-4eb1-b09e-67bd98a7a89a\",\n        \"uploadId\": 34166,\n        \"indexRequestKey\": 20220620201335.682,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655755984,\n        \"modifiedAt\": 1655756017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430297,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206939288,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34178,\n        \"toe\": \"FRT93CJ60V-T0GI3-07VFV\",\n        \"startedAt\": 1655754181,\n        \"endedAt\": 1655754207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9cb5c2d0-3809-4c7e-93bf-228c30e25075\",\n        \"uploadId\": 34165,\n        \"indexRequestKey\": 20220620194325.645,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655754181,\n        \"modifiedAt\": 1655754207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430282,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206057408,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34177,\n        \"toe\": \"6GODBKMOJJ-N2GRS-4IPP8\",\n        \"startedAt\": 1655752381,\n        \"endedAt\": 1655752419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f018094b-bede-44df-b9d1-75fd2718f6a5\",\n        \"uploadId\": 34164,\n        \"indexRequestKey\": 20220620191335.27,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655752381,\n        \"modifiedAt\": 1655752419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430282,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205222088,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34176,\n        \"toe\": \"LQL5BHUEFO-QM7SO-7FP8S\",\n        \"startedAt\": 1655750584,\n        \"endedAt\": 1655750628,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-14029da7-5ada-44e2-9c99-60a4ce5ce162\",\n        \"uploadId\": 34163,\n        \"indexRequestKey\": 20220620184346.938,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655750584,\n        \"modifiedAt\": 1655750628,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430277,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200614000,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34175,\n        \"toe\": \"V7VMDMB8EP-RDFRN-IEM4E\",\n        \"startedAt\": 1655748781,\n        \"endedAt\": 1655748816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-014bbd09-1a6f-4332-9292-8bd6b9a5958a\",\n        \"uploadId\": 34162,\n        \"indexRequestKey\": 20220620181335.288,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655748781,\n        \"modifiedAt\": 1655748816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430277,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205610672,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34174,\n        \"toe\": \"QRS8NOJ402-6ILN2-SQQ13\",\n        \"startedAt\": 1655746983,\n        \"endedAt\": 1655747007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ec111c38-b97a-41ce-ab8d-024e23692182\",\n        \"uploadId\": 34161,\n        \"indexRequestKey\": 20220620174326.096,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655746983,\n        \"modifiedAt\": 1655747007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430243,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206358448,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34173,\n        \"toe\": \"LE5U7ILIPO-VKUES-225OH\",\n        \"startedAt\": 1655745180,\n        \"endedAt\": 1655745215,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f0048761-8b72-4a91-9ff0-e8e95293a7fb\",\n        \"uploadId\": 34160,\n        \"indexRequestKey\": 20220620171333.156,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655745180,\n        \"modifiedAt\": 1655745215,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430243,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205151928,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34172,\n        \"toe\": \"2J1MK42JRJ-K7E17-7MJD2\",\n        \"startedAt\": 1655743382,\n        \"endedAt\": 1655743449,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a394ae9a-06f9-493d-b62f-89b75d595366\",\n        \"uploadId\": 34159,\n        \"indexRequestKey\": 20220620164407.884,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655743382,\n        \"modifiedAt\": 1655743449,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430223,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203442112,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34171,\n        \"toe\": \"7S5E8Q2F8D-TFT85-KFUU5\",\n        \"startedAt\": 1655741581,\n        \"endedAt\": 1655741633,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2de70021-92fb-4521-b571-ce37851884c3\",\n        \"uploadId\": 34158,\n        \"indexRequestKey\": 20220620161351.351,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655741581,\n        \"modifiedAt\": 1655741633,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430223,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202883792,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34170,\n        \"toe\": \"QVETGKCI3Q-2FOTM-JI2D9\",\n        \"startedAt\": 1655739781,\n        \"endedAt\": 1655739854,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-376ef5c5-4669-445a-973f-1c67ee771cc0\",\n        \"uploadId\": 34157,\n        \"indexRequestKey\": 20220620154412.063,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655739781,\n        \"modifiedAt\": 1655739854,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430200,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202818032,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34169,\n        \"toe\": \"P4UNO3Q3F9-6K7LG-MOFJF\",\n        \"startedAt\": 1655737981,\n        \"endedAt\": 1655738008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d313074e-8c0d-401d-80aa-3fe9d96c50a1\",\n        \"uploadId\": 34156,\n        \"indexRequestKey\": 20220620151326.52,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655737981,\n        \"modifiedAt\": 1655738008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430203,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206962856,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34168,\n        \"toe\": \"DOPP1RH21S-I5BBQ-AP6M8\",\n        \"startedAt\": 1655736184,\n        \"endedAt\": 1655736217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7f9933df-6e8d-4a18-9739-96be8f3a1348\",\n        \"uploadId\": 34155,\n        \"indexRequestKey\": 20220620144335.4,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655736184,\n        \"modifiedAt\": 1655736217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430178,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201234480,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34167,\n        \"toe\": \"1ED6C9610H-O62QT-R6O3P\",\n        \"startedAt\": 1655734382,\n        \"endedAt\": 1655734411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f758943c-e68b-4964-8ac1-43983fdc94fb\",\n        \"uploadId\": 34154,\n        \"indexRequestKey\": 20220620141328.814,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655734382,\n        \"modifiedAt\": 1655734411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430178,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206781024,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34166,\n        \"toe\": \"N012ES5BOD-Q34DC-PNN1O\",\n        \"startedAt\": 1655732582,\n        \"endedAt\": 1655732610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a0f3fa58-2bdb-42a3-906f-436498a30384\",\n        \"uploadId\": 34153,\n        \"indexRequestKey\": 20220620134329.227,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655732582,\n        \"modifiedAt\": 1655732610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430161,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200759912,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34165,\n        \"toe\": \"BLK12VGHFH-9OEQ4-PFQI2\",\n        \"startedAt\": 1655730784,\n        \"endedAt\": 1655730817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-550c0277-2c9c-4ee1-8d9c-493c5b65e8fc\",\n        \"uploadId\": 34152,\n        \"indexRequestKey\": 20220620131335.588,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655730784,\n        \"modifiedAt\": 1655730817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430161,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200321792,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34164,\n        \"toe\": \"QKJ21NEQI4-RD5PS-RMJBI\",\n        \"startedAt\": 1655728986,\n        \"endedAt\": 1655729023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c5e9b8b7-eee3-49bc-adc0-8a8729be8f92\",\n        \"uploadId\": 34151,\n        \"indexRequestKey\": 20220620124341.781,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655728986,\n        \"modifiedAt\": 1655729023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430147,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200988952,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34163,\n        \"toe\": \"4LTTBEL2SM-P7AJI-6ARSI\",\n        \"startedAt\": 1655727181,\n        \"endedAt\": 1655727214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b8e47504-0d20-40a2-a178-32da4bc34803\",\n        \"uploadId\": 34150,\n        \"indexRequestKey\": 20220620121332.647,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655727181,\n        \"modifiedAt\": 1655727214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430147,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203031824,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34162,\n        \"toe\": \"7J4J9JCK10-1Q1Q3-NE3UL\",\n        \"startedAt\": 1655725383,\n        \"endedAt\": 1655725410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-88d51358-a663-4311-b84a-ad8ed9e24233\",\n        \"uploadId\": 34149,\n        \"indexRequestKey\": 20220620114329.21,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655725383,\n        \"modifiedAt\": 1655725410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430133,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200891624,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34161,\n        \"toe\": \"475MU7NAR1-H92JN-VJUIA\",\n        \"startedAt\": 1655723582,\n        \"endedAt\": 1655723618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5164d5a8-6bbb-4f07-b079-2f591fe26453\",\n        \"uploadId\": 34148,\n        \"indexRequestKey\": 20220620111336.203,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655723582,\n        \"modifiedAt\": 1655723618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430133,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202234248,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34160,\n        \"toe\": \"8V02C2LI8B-NAGJG-G3TBD\",\n        \"startedAt\": 1655721780,\n        \"endedAt\": 1655721812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f23286cc-cfa4-410c-9fc6-9471f5ff0e71\",\n        \"uploadId\": 34147,\n        \"indexRequestKey\": 20220620104331.181,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655721780,\n        \"modifiedAt\": 1655721812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205791488,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34159,\n        \"toe\": \"7R3ON8258F-8IF16-F4T3L\",\n        \"startedAt\": 1655719984,\n        \"endedAt\": 1655720015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a76bc76c-4677-47cf-a630-991adb453cd7\",\n        \"uploadId\": 34146,\n        \"indexRequestKey\": 20220620101333.601,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655719984,\n        \"modifiedAt\": 1655720015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205227208,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34158,\n        \"toe\": \"7PMJARDDE8-EFVIA-2JPUD\",\n        \"startedAt\": 1655718181,\n        \"endedAt\": 1655718211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-13396351-cf44-4ab3-b22c-c3d172e8bbdc\",\n        \"uploadId\": 34145,\n        \"indexRequestKey\": 20220620094330.203,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655718181,\n        \"modifiedAt\": 1655718211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430114,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205241768,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34157,\n        \"toe\": \"FL6D2DBG2M-TOHDO-ROA1F\",\n        \"startedAt\": 1655716381,\n        \"endedAt\": 1655716424,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8166074a-7e82-4c8f-a8b1-4ff213d7923e\",\n        \"uploadId\": 34144,\n        \"indexRequestKey\": 20220620091343.317,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655716381,\n        \"modifiedAt\": 1655716424,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430114,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206474792,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34156,\n        \"toe\": \"I029SI01NP-MGFM7-9S2E7\",\n        \"startedAt\": 1655714582,\n        \"endedAt\": 1655714618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-574feb6d-a578-41e5-a3b6-086331d025e6\",\n        \"uploadId\": 34143,\n        \"indexRequestKey\": 20220620084336.55,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655714582,\n        \"modifiedAt\": 1655714618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206297624,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34155,\n        \"toe\": \"R43EFNNU59-7COK3-QC9A6\",\n        \"startedAt\": 1655712781,\n        \"endedAt\": 1655712809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8b76dd99-0b15-426c-a0f3-7fa21a0e3f08\",\n        \"uploadId\": 34142,\n        \"indexRequestKey\": 20220620081327.935,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655712781,\n        \"modifiedAt\": 1655712809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206667544,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34154,\n        \"toe\": \"45O19257KQ-MEPBO-0UU1D\",\n        \"startedAt\": 1655710982,\n        \"endedAt\": 1655711006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c65a3435-4cc7-44e3-964c-fecb8e45e4c7\",\n        \"uploadId\": 34141,\n        \"indexRequestKey\": 20220620074324.714,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655710982,\n        \"modifiedAt\": 1655711006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200836504,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34153,\n        \"toe\": \"U4S7IJN5B7-GC8LR-S0OCB\",\n        \"startedAt\": 1655709184,\n        \"endedAt\": 1655709208,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d95a9a87-cfec-4efc-b2ea-d495d9ab0974\",\n        \"uploadId\": 34140,\n        \"indexRequestKey\": 20220620071327.422,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655709184,\n        \"modifiedAt\": 1655709208,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206489208,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34152,\n        \"toe\": \"TMREI7A2FB-N95UA-PU7IF\",\n        \"startedAt\": 1655707383,\n        \"endedAt\": 1655707408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d092469b-30a6-482e-bbfa-f20dbd759dd8\",\n        \"uploadId\": 34139,\n        \"indexRequestKey\": 20220620064327.314,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655707383,\n        \"modifiedAt\": 1655707408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205052408,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34151,\n        \"toe\": \"62OA9CKU8F-ACUMB-FJHLA\",\n        \"startedAt\": 1655705580,\n        \"endedAt\": 1655705608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0c1233ae-e9b9-4f34-b8e8-7fe1fa882e9e\",\n        \"uploadId\": 34138,\n        \"indexRequestKey\": 20220620061326.116,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655705580,\n        \"modifiedAt\": 1655705608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43430103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206248512,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34150,\n        \"toe\": \"NVD7VS3JTK-A90B3-AD9PT\",\n        \"startedAt\": 1655703783,\n        \"endedAt\": 1655703807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e6d1b6da-db42-4b28-bdec-7af20991d90c\",\n        \"uploadId\": 34137,\n        \"indexRequestKey\": 20220620054325.74,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655703783,\n        \"modifiedAt\": 1655703807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296159,\n        \"bytesInserted\": 43431684,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202178504,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34149,\n        \"toe\": \"KKBVL2K06E-BJFV1-95P31\",\n        \"startedAt\": 1655701983,\n        \"endedAt\": 1655702009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b8f32bf7-62e5-4690-8e87-2cd0b7a7682a\",\n        \"uploadId\": 34136,\n        \"indexRequestKey\": 20220620051327.749,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655701983,\n        \"modifiedAt\": 1655702009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428109,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206501240,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34148,\n        \"toe\": \"Q14GR8IALS-BC1KH-VHP0Q\",\n        \"startedAt\": 1655700183,\n        \"endedAt\": 1655700217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-056159fa-6229-47e9-a483-e9c27e5c3f71\",\n        \"uploadId\": 34135,\n        \"indexRequestKey\": 20220620044336.146,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655700183,\n        \"modifiedAt\": 1655700217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428101,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200902864,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34147,\n        \"toe\": \"O9P2I6T2DB-PN0H3-94FM0\",\n        \"startedAt\": 1655698384,\n        \"endedAt\": 1655698403,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-82499b8d-1a5f-4834-8629-a1d48e805990\",\n        \"uploadId\": 34134,\n        \"indexRequestKey\": 20220620041322.129,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655698384,\n        \"modifiedAt\": 1655698403,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428101,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203072352,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34146,\n        \"toe\": \"96H28VODI6-PQ27J-SKAJT\",\n        \"startedAt\": 1655696585,\n        \"endedAt\": 1655696604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-51db3fbd-2f83-46b0-bbe9-370a522376ea\",\n        \"uploadId\": 34133,\n        \"indexRequestKey\": 20220620034322.672,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655696585,\n        \"modifiedAt\": 1655696604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428088,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203546072,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34145,\n        \"toe\": \"UK36FS0N9U-PKHL3-6DP50\",\n        \"startedAt\": 1655694780,\n        \"endedAt\": 1655694812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9358b650-c281-4210-abee-2d02599717be\",\n        \"uploadId\": 34132,\n        \"indexRequestKey\": 20220620031330.677,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655694780,\n        \"modifiedAt\": 1655694812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428088,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203388560,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34144,\n        \"toe\": \"R4F4KFP04Q-KE82V-NTJGP\",\n        \"startedAt\": 1655692983,\n        \"endedAt\": 1655693013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-03cc9b17-24c2-47c8-97f1-4bb84455b2a1\",\n        \"uploadId\": 34131,\n        \"indexRequestKey\": 20220620024332.206,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655692983,\n        \"modifiedAt\": 1655693013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428073,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206538120,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34143,\n        \"toe\": \"0NNII0H4N2-116JQ-SC2QL\",\n        \"startedAt\": 1655691184,\n        \"endedAt\": 1655691207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bc72b9db-27ec-4032-a10c-317b8529d895\",\n        \"uploadId\": 34130,\n        \"indexRequestKey\": 20220620021326.015,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655691184,\n        \"modifiedAt\": 1655691207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428073,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205915624,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34142,\n        \"toe\": \"KAG86SBS1C-AINCJ-85RIV\",\n        \"startedAt\": 1655689382,\n        \"endedAt\": 1655689404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-09985338-76e1-4d93-89f6-20030cad427c\",\n        \"uploadId\": 34129,\n        \"indexRequestKey\": 20220620014322.965,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655689382,\n        \"modifiedAt\": 1655689404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428062,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203356056,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34141,\n        \"toe\": \"4RT1H77B9M-70QFO-KD0A4\",\n        \"startedAt\": 1655687580,\n        \"endedAt\": 1655687602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7afcad55-b1c2-48dc-8a45-7dfb4b7e27c5\",\n        \"uploadId\": 34128,\n        \"indexRequestKey\": 20220620011320.859,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655687580,\n        \"modifiedAt\": 1655687602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428062,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205378168,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34140,\n        \"toe\": \"C9V1MQ4R64-A8P6O-2N8DB\",\n        \"startedAt\": 1655685785,\n        \"endedAt\": 1655685821,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bf394324-9d9e-4e11-bb4e-5ecee695b070\",\n        \"uploadId\": 34127,\n        \"indexRequestKey\": 20220620004339.756,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655685785,\n        \"modifiedAt\": 1655685821,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 296123,\n        \"bytesInserted\": 43428046,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206821824,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34139,\n        \"toe\": \"OQO5R5S9B9-8H1FG-KKIB9\",\n        \"startedAt\": 1655683982,\n        \"endedAt\": 1655684029,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a0a4246-5eda-4d37-874c-e5b33956e2ae\",\n        \"uploadId\": 34126,\n        \"indexRequestKey\": 20220620001347.369,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655683982,\n        \"modifiedAt\": 1655684029,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381236,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202405352,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34138,\n        \"toe\": \"3KNAKJ3DKL-C6620-FNEQK\",\n        \"startedAt\": 1655682183,\n        \"endedAt\": 1655682204,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5d8426d0-9d97-42ed-993b-00d7d70d691d\",\n        \"uploadId\": 34125,\n        \"indexRequestKey\": 20220619234322.838,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655682183,\n        \"modifiedAt\": 1655682204,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381231,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203543720,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34137,\n        \"toe\": \"CH38EDPDHB-0FSEH-7PV4I\",\n        \"startedAt\": 1655680381,\n        \"endedAt\": 1655680402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-47b7bdcb-6085-42e2-af2e-b35cbd96dfc2\",\n        \"uploadId\": 34124,\n        \"indexRequestKey\": 20220619231320.266,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655680381,\n        \"modifiedAt\": 1655680402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381231,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205484856,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34136,\n        \"toe\": \"QJKC5TH98G-51IR9-NFQQM\",\n        \"startedAt\": 1655678583,\n        \"endedAt\": 1655678607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-05c56c02-2667-4138-8f19-23aad13aaace\",\n        \"uploadId\": 34123,\n        \"indexRequestKey\": 20220619224326.608,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655678583,\n        \"modifiedAt\": 1655678607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381220,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201294520,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34135,\n        \"toe\": \"7O2NMF4RM4-L26E0-666KK\",\n        \"startedAt\": 1655676784,\n        \"endedAt\": 1655676808,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-62bd0441-8308-446d-a7b9-75618452c20c\",\n        \"uploadId\": 34122,\n        \"indexRequestKey\": 20220619221326.296,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655676784,\n        \"modifiedAt\": 1655676808,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381220,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201478536,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34134,\n        \"toe\": \"KQOIML379J-7K9BS-O6O4Q\",\n        \"startedAt\": 1655674982,\n        \"endedAt\": 1655675006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fabdd041-b85e-4ac6-9f4e-bf7ff575d0b8\",\n        \"uploadId\": 34121,\n        \"indexRequestKey\": 20220619214325.262,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655674982,\n        \"modifiedAt\": 1655675006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381214,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204293744,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34133,\n        \"toe\": \"6FKMG5OQ2I-FR4UA-FHILP\",\n        \"startedAt\": 1655673184,\n        \"endedAt\": 1655673211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8bd5002a-8d13-4f86-9397-07d9fbbee921\",\n        \"uploadId\": 34120,\n        \"indexRequestKey\": 20220619211329.72,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655673184,\n        \"modifiedAt\": 1655673211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381214,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202934064,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34132,\n        \"toe\": \"34H72AFINR-4MLQ0-V5MFE\",\n        \"startedAt\": 1655671383,\n        \"endedAt\": 1655671416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a60cb6aa-8c3b-486c-b03f-0daa0919bb2b\",\n        \"uploadId\": 34119,\n        \"indexRequestKey\": 20220619204335.079,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655671383,\n        \"modifiedAt\": 1655671416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381209,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204768488,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34131,\n        \"toe\": \"66RJNCQFCS-6I6DK-IV202\",\n        \"startedAt\": 1655669584,\n        \"endedAt\": 1655669624,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dbf22e2c-c4f6-468f-ae22-7475a492c0df\",\n        \"uploadId\": 34118,\n        \"indexRequestKey\": 20220619201342.613,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655669584,\n        \"modifiedAt\": 1655669624,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381209,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205814432,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34130,\n        \"toe\": \"SQCGD4GB4T-F84LS-0426H\",\n        \"startedAt\": 1655667780,\n        \"endedAt\": 1655667806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a13ce273-f976-43ce-961d-e7e8b2af1677\",\n        \"uploadId\": 34117,\n        \"indexRequestKey\": 20220619194325.318,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655667780,\n        \"modifiedAt\": 1655667806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381201,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205464248,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34129,\n        \"toe\": \"6CE9DB852C-DAG9U-AN6QP\",\n        \"startedAt\": 1655665983,\n        \"endedAt\": 1655666011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a9f6572e-59cb-4941-8852-679e3334254e\",\n        \"uploadId\": 34116,\n        \"indexRequestKey\": 20220619191329.239,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655665983,\n        \"modifiedAt\": 1655666011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381201,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206995936,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34128,\n        \"toe\": \"PL0A5K8HUM-N2I0I-U7C6O\",\n        \"startedAt\": 1655664181,\n        \"endedAt\": 1655664217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2e314fc0-fcde-4ec4-9c54-e61ded113df5\",\n        \"uploadId\": 34115,\n        \"indexRequestKey\": 20220619184335.968,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655664181,\n        \"modifiedAt\": 1655664217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381197,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203714320,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34127,\n        \"toe\": \"CLHF66393O-5Q4TH-JHG5J\",\n        \"startedAt\": 1655662383,\n        \"endedAt\": 1655662422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-95ffc503-eb2c-423e-aa75-168daa0f8fcb\",\n        \"uploadId\": 34114,\n        \"indexRequestKey\": 20220619181341.334,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655662383,\n        \"modifiedAt\": 1655662422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381197,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207089088,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34126,\n        \"toe\": \"LFI69AVG8I-75T40-FR4KD\",\n        \"startedAt\": 1655660583,\n        \"endedAt\": 1655660607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9766d3a5-75fc-4713-a01c-df2aed389b25\",\n        \"uploadId\": 34113,\n        \"indexRequestKey\": 20220619174326.95,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655660583,\n        \"modifiedAt\": 1655660607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381191,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205899088,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34125,\n        \"toe\": \"CIJ65L4860-3JBLB-LQK7M\",\n        \"startedAt\": 1655658781,\n        \"endedAt\": 1655658806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0de0a13c-4b1c-4117-871d-f45cc9540b16\",\n        \"uploadId\": 34112,\n        \"indexRequestKey\": 20220619171324.856,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655658781,\n        \"modifiedAt\": 1655658806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381191,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206832864,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34124,\n        \"toe\": \"5N29JOA9HP-U39S8-7BU2U\",\n        \"startedAt\": 1655656980,\n        \"endedAt\": 1655657005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ba4a8ce2-cd0a-47c6-87f8-9a44931a28e1\",\n        \"uploadId\": 34111,\n        \"indexRequestKey\": 20220619164324.18,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655656980,\n        \"modifiedAt\": 1655657005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381175,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203766856,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34123,\n        \"toe\": \"V77UVBM937-CC8DO-I5KDO\",\n        \"startedAt\": 1655655181,\n        \"endedAt\": 1655655221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e442473a-1d65-47e9-ae76-5abf2aea7399\",\n        \"uploadId\": 34110,\n        \"indexRequestKey\": 20220619161339.548,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655655181,\n        \"modifiedAt\": 1655655221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381175,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205630656,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34122,\n        \"toe\": \"6RB2OVHSL3-73GSM-HV54M\",\n        \"startedAt\": 1655653383,\n        \"endedAt\": 1655653424,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5c042d2c-071d-431a-94b4-f9f5c0c6e01a\",\n        \"uploadId\": 34109,\n        \"indexRequestKey\": 20220619154343.038,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655653383,\n        \"modifiedAt\": 1655653424,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381170,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206670552,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34121,\n        \"toe\": \"CTAOFN55J5-LI3UN-8A3UF\",\n        \"startedAt\": 1655651580,\n        \"endedAt\": 1655651603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5cf8bcb6-c2a1-4d61-8e33-adc2074ece8e\",\n        \"uploadId\": 34108,\n        \"indexRequestKey\": 20220619151321.488,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655651580,\n        \"modifiedAt\": 1655651603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381170,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205541592,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34120,\n        \"toe\": \"VE38N6MQSM-C3PCU-G683G\",\n        \"startedAt\": 1655649784,\n        \"endedAt\": 1655649837,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1380626f-d7e3-4fe8-b88d-95b8b05424a6\",\n        \"uploadId\": 34107,\n        \"indexRequestKey\": 20220619144355.899,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655649784,\n        \"modifiedAt\": 1655649837,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381153,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204231120,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34119,\n        \"toe\": \"LIAMPMNPAS-QQPFM-JKBLL\",\n        \"startedAt\": 1655647984,\n        \"endedAt\": 1655648032,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f0d71c46-3225-4194-90b6-b0c7baaa0911\",\n        \"uploadId\": 34106,\n        \"indexRequestKey\": 20220619141350.354,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655647984,\n        \"modifiedAt\": 1655648032,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381153,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200982264,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34118,\n        \"toe\": \"6FJ11LAKPT-8GIGT-OL13A\",\n        \"startedAt\": 1655646184,\n        \"endedAt\": 1655646208,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bf189c5a-f233-477f-a844-a11a05109c0d\",\n        \"uploadId\": 34105,\n        \"indexRequestKey\": 20220619134327.145,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655646184,\n        \"modifiedAt\": 1655646208,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381137,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202423920,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34117,\n        \"toe\": \"U58FJEHVH6-V4FNG-B8ETQ\",\n        \"startedAt\": 1655644383,\n        \"endedAt\": 1655644418,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-39c60d9a-5436-4b34-9c7f-10ff4be264ed\",\n        \"uploadId\": 34104,\n        \"indexRequestKey\": 20220619131337.073,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655644383,\n        \"modifiedAt\": 1655644418,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381137,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206079704,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34116,\n        \"toe\": \"5BR92T8FUQ-F20P1-7PV6K\",\n        \"startedAt\": 1655642587,\n        \"endedAt\": 1655642621,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-074c753f-c728-449d-a531-39bdff3813d8\",\n        \"uploadId\": 34103,\n        \"indexRequestKey\": 20220619124339.57,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655642587,\n        \"modifiedAt\": 1655642621,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381132,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200567568,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34115,\n        \"toe\": \"PQAEHI8LRA-3EGDF-0HJ90\",\n        \"startedAt\": 1655640783,\n        \"endedAt\": 1655640814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3895e8e0-8fa3-42a5-a8de-7d75235971f7\",\n        \"uploadId\": 34102,\n        \"indexRequestKey\": 20220619121333.564,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655640783,\n        \"modifiedAt\": 1655640814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381132,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207226048,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34114,\n        \"toe\": \"VFPITATS0S-GPGD9-I97F2\",\n        \"startedAt\": 1655638983,\n        \"endedAt\": 1655639022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1ff9ec4c-85bb-4031-ab06-e877b0a4c973\",\n        \"uploadId\": 34101,\n        \"indexRequestKey\": 20220619114340.954,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655638983,\n        \"modifiedAt\": 1655639022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207124456,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34113,\n        \"toe\": \"8S1DICEN88-9B9TR-BI79F\",\n        \"startedAt\": 1655637184,\n        \"endedAt\": 1655637209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-568eceaa-0e2b-41c9-bb7d-f97f9b689232\",\n        \"uploadId\": 34100,\n        \"indexRequestKey\": 20220619111327.955,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655637184,\n        \"modifiedAt\": 1655637209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206943704,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34112,\n        \"toe\": \"693REGEBGB-IR92F-VA1G3\",\n        \"startedAt\": 1655635382,\n        \"endedAt\": 1655635419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bc489ced-e568-4b71-b46c-c57d92d3fbc5\",\n        \"uploadId\": 34099,\n        \"indexRequestKey\": 20220619104337.952,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655635382,\n        \"modifiedAt\": 1655635419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202420968,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34111,\n        \"toe\": \"PGRJN68FLK-IV9O8-9BISN\",\n        \"startedAt\": 1655633581,\n        \"endedAt\": 1655633622,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-50d58cb0-e6ae-4c75-8ccd-7ee6f31824a9\",\n        \"uploadId\": 34098,\n        \"indexRequestKey\": 20220619101341.132,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655633581,\n        \"modifiedAt\": 1655633622,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202996712,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34110,\n        \"toe\": \"E3NJ4V94AM-RF8GJ-SHLKA\",\n        \"startedAt\": 1655631781,\n        \"endedAt\": 1655631804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-97d7f515-6319-400b-99c3-93639a8d9021\",\n        \"uploadId\": 34097,\n        \"indexRequestKey\": 20220619094322.929,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655631781,\n        \"modifiedAt\": 1655631804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200690376,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34109,\n        \"toe\": \"OTNHF2FM8F-NJ7UR-S3MV5\",\n        \"startedAt\": 1655629981,\n        \"endedAt\": 1655630025,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bba28d86-0172-4a9f-9561-af7e3a9e2686\",\n        \"uploadId\": 34096,\n        \"indexRequestKey\": 20220619091344.372,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655629981,\n        \"modifiedAt\": 1655630025,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202452064,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34108,\n        \"toe\": \"37S0LLGCGO-M2ILC-OOLO9\",\n        \"startedAt\": 1655628183,\n        \"endedAt\": 1655628213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1de2da16-628a-4966-ac5d-887fe0b5c3fe\",\n        \"uploadId\": 34095,\n        \"indexRequestKey\": 20220619084331.988,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655628183,\n        \"modifiedAt\": 1655628213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205708904,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34107,\n        \"toe\": \"FN3FGO9BUD-QAF31-7GN2E\",\n        \"startedAt\": 1655626384,\n        \"endedAt\": 1655626414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-738117fe-280f-4a19-9a6c-84c8382d6006\",\n        \"uploadId\": 34094,\n        \"indexRequestKey\": 20220619081332.783,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655626384,\n        \"modifiedAt\": 1655626414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201869456,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34106,\n        \"toe\": \"GEKEB4368S-E57LM-0819I\",\n        \"startedAt\": 1655624584,\n        \"endedAt\": 1655624638,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ac50ad7e-456d-4ef8-a322-a5ba67b8629f\",\n        \"uploadId\": 34093,\n        \"indexRequestKey\": 20220619074357.208,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655624584,\n        \"modifiedAt\": 1655624638,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381105,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199863928,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34105,\n        \"toe\": \"OMQ1K4CUPJ-DTIAF-F18LH\",\n        \"startedAt\": 1655622780,\n        \"endedAt\": 1655622814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5ffd9332-b4ea-408d-88b2-85043d243f46\",\n        \"uploadId\": 34092,\n        \"indexRequestKey\": 20220619071332.807,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655622780,\n        \"modifiedAt\": 1655622814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381105,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204827104,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34104,\n        \"toe\": \"2M61NC7M8R-0GN36-8P6TD\",\n        \"startedAt\": 1655620984,\n        \"endedAt\": 1655621031,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9c867d5b-bd37-4b5a-a370-fb2070a31db5\",\n        \"uploadId\": 34091,\n        \"indexRequestKey\": 20220619064350.331,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655620984,\n        \"modifiedAt\": 1655621031,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202965576,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34103,\n        \"toe\": \"G3U94G3NA0-D3CA7-UI0S3\",\n        \"startedAt\": 1655619184,\n        \"endedAt\": 1655619212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-244c6550-7ece-4bf4-8863-32b34cfb0e00\",\n        \"uploadId\": 34090,\n        \"indexRequestKey\": 20220619061330.625,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655619184,\n        \"modifiedAt\": 1655619212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295824,\n        \"bytesInserted\": 43381103,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202951912,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34102,\n        \"toe\": \"HG1EJCLMCQ-62JG8-PEF4S\",\n        \"startedAt\": 1655617382,\n        \"endedAt\": 1655617410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-429834cc-338c-4aa7-bc65-4cf773573f51\",\n        \"uploadId\": 34089,\n        \"indexRequestKey\": 20220619054329.06,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655617382,\n        \"modifiedAt\": 1655617410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370089,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202021408,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34101,\n        \"toe\": \"MAG20OT2M7-58CSD-G4B44\",\n        \"startedAt\": 1655615584,\n        \"endedAt\": 1655615611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-00b4e344-c734-42dc-94d6-cd7ff964f3d4\",\n        \"uploadId\": 34088,\n        \"indexRequestKey\": 20220619051329.386,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655615584,\n        \"modifiedAt\": 1655615611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370089,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201268328,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34100,\n        \"toe\": \"66RQ0F34TC-GRABJ-DMT72\",\n        \"startedAt\": 1655613783,\n        \"endedAt\": 1655613805,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5e2559de-c9fd-4ce4-91f6-f87796409c16\",\n        \"uploadId\": 34087,\n        \"indexRequestKey\": 20220619044324.194,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655613783,\n        \"modifiedAt\": 1655613805,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370077,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204884512,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34099,\n        \"toe\": \"0QN83GEU77-53KFS-3AK5L\",\n        \"startedAt\": 1655611992,\n        \"endedAt\": 1655612014,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e8069f30-1bf5-4f10-8a30-74120f543436\",\n        \"uploadId\": 34086,\n        \"indexRequestKey\": 20220619041332.81,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655611992,\n        \"modifiedAt\": 1655612014,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370077,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202887824,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34098,\n        \"toe\": \"C0HIS7VCVL-I9TN6-9CQ8F\",\n        \"startedAt\": 1655610182,\n        \"endedAt\": 1655610204,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5fc45bcb-f3e3-480b-9d5c-45390747c103\",\n        \"uploadId\": 34085,\n        \"indexRequestKey\": 20220619034323.49,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655610182,\n        \"modifiedAt\": 1655610204,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370077,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204180048,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34097,\n        \"toe\": \"H96Q8FDRUP-QSNLF-G0R2R\",\n        \"startedAt\": 1655608385,\n        \"endedAt\": 1655608417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-da6805ca-94dc-48d7-8a82-15cad33de4c4\",\n        \"uploadId\": 34084,\n        \"indexRequestKey\": 20220619031336.297,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655608385,\n        \"modifiedAt\": 1655608417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370077,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200979544,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34096,\n        \"toe\": \"9TI9TMKGNH-MCEV0-AM13T\",\n        \"startedAt\": 1655606584,\n        \"endedAt\": 1655606657,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-556ebd9c-232c-4cf0-9eab-5c2c55a53593\",\n        \"uploadId\": 34083,\n        \"indexRequestKey\": 20220619024415.416,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655606584,\n        \"modifiedAt\": 1655606657,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370074,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204699920,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34095,\n        \"toe\": \"P4RBV82JJU-OTJNV-N0KFK\",\n        \"startedAt\": 1655604784,\n        \"endedAt\": 1655604816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7dee99c0-74ce-4629-993d-2cd8901d3229\",\n        \"uploadId\": 34082,\n        \"indexRequestKey\": 20220619021335.494,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655604784,\n        \"modifiedAt\": 1655604816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370074,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200704872,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34094,\n        \"toe\": \"QUS0NR2TCA-PACMQ-U0D69\",\n        \"startedAt\": 1655602982,\n        \"endedAt\": 1655603011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-843f10db-cd63-45ce-8f4f-8179fe88b666\",\n        \"uploadId\": 34081,\n        \"indexRequestKey\": 20220619014330.072,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655602982,\n        \"modifiedAt\": 1655603011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370067,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206760472,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34093,\n        \"toe\": \"DLOR0KBRSM-7ONDM-9IP1N\",\n        \"startedAt\": 1655601184,\n        \"endedAt\": 1655601218,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-be4d29ab-b078-45fe-9444-0996bcc49aff\",\n        \"uploadId\": 34080,\n        \"indexRequestKey\": 20220619011337.305,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655601184,\n        \"modifiedAt\": 1655601218,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370067,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202039192,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34092,\n        \"toe\": \"1QU1T4Q1E4-3VHFG-LPI8I\",\n        \"startedAt\": 1655599384,\n        \"endedAt\": 1655599427,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aff62db2-378a-4575-b4eb-37a20b988faf\",\n        \"uploadId\": 34079,\n        \"indexRequestKey\": 20220619004346.324,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655599384,\n        \"modifiedAt\": 1655599427,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295747,\n        \"bytesInserted\": 43370058,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201212816,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34091,\n        \"toe\": \"49TFU4TCDB-2B0C0-NPJ18\",\n        \"startedAt\": 1655597584,\n        \"endedAt\": 1655597618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-daa40e0d-1196-4ec4-8ea9-b7eb57a5fb90\",\n        \"uploadId\": 34078,\n        \"indexRequestKey\": 20220619001336.428,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655597584,\n        \"modifiedAt\": 1655597618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295751,\n        \"bytesInserted\": 43372277,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202308728,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34090,\n        \"toe\": \"OEEV86OT79-4B5UC-S88U3\",\n        \"startedAt\": 1655595782,\n        \"endedAt\": 1655595815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0d359d59-1b4d-42e9-b273-8e1703c06809\",\n        \"uploadId\": 34077,\n        \"indexRequestKey\": 20220618234335.277,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655595782,\n        \"modifiedAt\": 1655595815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332221,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201508880,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34089,\n        \"toe\": \"6OPTA4TGU6-PNMS6-M4OKJ\",\n        \"startedAt\": 1655593983,\n        \"endedAt\": 1655594012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5cf86ef7-1e6a-4161-80c5-40f514ff8d56\",\n        \"uploadId\": 34076,\n        \"indexRequestKey\": 20220618231330.871,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655593983,\n        \"modifiedAt\": 1655594012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332221,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205561904,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34088,\n        \"toe\": \"OEDP8R8VGC-Q8VGR-SR1S6\",\n        \"startedAt\": 1655592180,\n        \"endedAt\": 1655592214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-208f2942-d415-4168-b7a5-a04453fa840f\",\n        \"uploadId\": 34075,\n        \"indexRequestKey\": 20220618224332.677,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655592180,\n        \"modifiedAt\": 1655592214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332218,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205402760,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34087,\n        \"toe\": \"QB1VAL4J7U-KVLIF-SIP20\",\n        \"startedAt\": 1655590384,\n        \"endedAt\": 1655590409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-13e9e34e-bdc9-43b3-9d4b-5ed16b725919\",\n        \"uploadId\": 34074,\n        \"indexRequestKey\": 20220618221327.59,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655590384,\n        \"modifiedAt\": 1655590409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332218,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203562184,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34086,\n        \"toe\": \"1KLSR9RDIR-6K77V-9I9SS\",\n        \"startedAt\": 1655588587,\n        \"endedAt\": 1655588612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4c95b3ff-1c42-4091-b6ec-78b21e469f42\",\n        \"uploadId\": 34073,\n        \"indexRequestKey\": 20220618214330.858,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655588587,\n        \"modifiedAt\": 1655588612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332210,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204863424,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34085,\n        \"toe\": \"8DB62CNI7T-7VNRN-03MMT\",\n        \"startedAt\": 1655586785,\n        \"endedAt\": 1655586814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aea431a8-133e-4aa2-a671-8ab00cbe3a73\",\n        \"uploadId\": 34072,\n        \"indexRequestKey\": 20220618211332.945,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655586785,\n        \"modifiedAt\": 1655586814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332210,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206028632,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34084,\n        \"toe\": \"I7IFS6L64V-CCUCT-RMJ81\",\n        \"startedAt\": 1655584983,\n        \"endedAt\": 1655585026,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1b2fb1a7-73c5-455f-86f7-e7c5d127568e\",\n        \"uploadId\": 34071,\n        \"indexRequestKey\": 20220618204345.317,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655584983,\n        \"modifiedAt\": 1655585026,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332208,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201762864,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34083,\n        \"toe\": \"214QOC6AL4-HI1UU-SV0R6\",\n        \"startedAt\": 1655583185,\n        \"endedAt\": 1655583231,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1aa462d0-b1f4-4ece-9f79-7aa951bfa707\",\n        \"uploadId\": 34070,\n        \"indexRequestKey\": 20220618201349.586,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655583185,\n        \"modifiedAt\": 1655583231,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332208,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205932088,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34082,\n        \"toe\": \"22U4CN1M29-QD10H-N7HP4\",\n        \"startedAt\": 1655581383,\n        \"endedAt\": 1655581404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4825c7ed-3ff5-4988-ac6c-10cad334118f\",\n        \"uploadId\": 34069,\n        \"indexRequestKey\": 20220618194322.973,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655581383,\n        \"modifiedAt\": 1655581404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332201,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203291520,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34081,\n        \"toe\": \"8JS8I8P2AP-ELMSJ-JBTV1\",\n        \"startedAt\": 1655579580,\n        \"endedAt\": 1655579607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1450bbaf-b070-4906-b0e9-f6fd3be9fa31\",\n        \"uploadId\": 34068,\n        \"indexRequestKey\": 20220618191325.859,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655579580,\n        \"modifiedAt\": 1655579607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332201,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204851120,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34080,\n        \"toe\": \"J1RJIJGC7P-NP0CG-2P12S\",\n        \"startedAt\": 1655577783,\n        \"endedAt\": 1655577820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e7da5f9e-7d8e-4bfc-96f6-7a4fbd50c44c\",\n        \"uploadId\": 34067,\n        \"indexRequestKey\": 20220618184338.624,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655577783,\n        \"modifiedAt\": 1655577820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332194,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200811840,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34079,\n        \"toe\": \"R9OK22HPGN-GU3SU-CKDMO\",\n        \"startedAt\": 1655575983,\n        \"endedAt\": 1655576020,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf0607b8-52c1-4ccb-8a56-01a3dbb5780c\",\n        \"uploadId\": 34066,\n        \"indexRequestKey\": 20220618181338.512,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655575983,\n        \"modifiedAt\": 1655576020,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332194,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201215584,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34078,\n        \"toe\": \"7L84BBNIR7-SHFO5-NBDI7\",\n        \"startedAt\": 1655574183,\n        \"endedAt\": 1655574207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-30018ba8-8841-4626-8a0c-5527827e7a11\",\n        \"uploadId\": 34065,\n        \"indexRequestKey\": 20220618174325.672,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655574183,\n        \"modifiedAt\": 1655574207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332190,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203326464,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34077,\n        \"toe\": \"NTKMETK340-ITNS2-FHUJA\",\n        \"startedAt\": 1655572383,\n        \"endedAt\": 1655572432,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e7504dbd-187d-4318-bc6a-23f59378a04b\",\n        \"uploadId\": 34064,\n        \"indexRequestKey\": 20220618171350.586,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655572383,\n        \"modifiedAt\": 1655572432,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332190,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201133880,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34076,\n        \"toe\": \"93NGPM1MD1-3CCED-1EH7V\",\n        \"startedAt\": 1655570584,\n        \"endedAt\": 1655570632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3d565e28-d74f-40e3-894e-ddb8c7b89ea2\",\n        \"uploadId\": 34063,\n        \"indexRequestKey\": 20220618164351.015,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655570584,\n        \"modifiedAt\": 1655570632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332177,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201668888,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34075,\n        \"toe\": \"AOHEAJQ1LL-9BTH0-RL7R3\",\n        \"startedAt\": 1655568783,\n        \"endedAt\": 1655568843,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8c1fe96d-1d69-4956-bdde-bcc80d0c19ef\",\n        \"uploadId\": 34062,\n        \"indexRequestKey\": 20220618161401.531,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655568783,\n        \"modifiedAt\": 1655568843,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332177,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200389360,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34074,\n        \"toe\": \"7ERNQ4TN5S-GNLQE-72D9L\",\n        \"startedAt\": 1655566980,\n        \"endedAt\": 1655567016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e0ddfb2e-aa79-41a7-8a54-67126ca799f3\",\n        \"uploadId\": 34061,\n        \"indexRequestKey\": 20220618154334.478,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655566980,\n        \"modifiedAt\": 1655567016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332161,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204800808,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34073,\n        \"toe\": \"D948AJC4LG-83RUU-GMO4D\",\n        \"startedAt\": 1655565181,\n        \"endedAt\": 1655565223,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-baae0ffd-fbe8-42d1-aa0f-8c6101b18801\",\n        \"uploadId\": 34060,\n        \"indexRequestKey\": 20220618151341.633,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655565181,\n        \"modifiedAt\": 1655565223,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332161,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206044920,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34072,\n        \"toe\": \"GRKLKL3IME-7V6T4-GB5E6\",\n        \"startedAt\": 1655563383,\n        \"endedAt\": 1655563420,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1bb6533a-4ecc-48d8-9ea0-238d7f8df62f\",\n        \"uploadId\": 34059,\n        \"indexRequestKey\": 20220618144339.155,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655563383,\n        \"modifiedAt\": 1655563420,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332157,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201156880,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34071,\n        \"toe\": \"GTSUMPORES-SPD7N-HRACA\",\n        \"startedAt\": 1655561584,\n        \"endedAt\": 1655561629,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4f2528c8-e657-41a8-9242-bcfb166f77c5\",\n        \"uploadId\": 34058,\n        \"indexRequestKey\": 20220618141347.89,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655561584,\n        \"modifiedAt\": 1655561629,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332157,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201156056,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34070,\n        \"toe\": \"IJVHIRA0BA-URKT2-3K2AO\",\n        \"startedAt\": 1655559780,\n        \"endedAt\": 1655559820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3c29a129-8fbf-4064-a066-9d0a4793914e\",\n        \"uploadId\": 34057,\n        \"indexRequestKey\": 20220618134339.052,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655559780,\n        \"modifiedAt\": 1655559820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332140,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204297368,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34069,\n        \"toe\": \"J4MI0OFFJH-E9JTM-UI1B5\",\n        \"startedAt\": 1655557980,\n        \"endedAt\": 1655558018,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e1fbf8a9-7284-40b0-a086-58c2e6089a3d\",\n        \"uploadId\": 34056,\n        \"indexRequestKey\": 20220618131337.121,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655557980,\n        \"modifiedAt\": 1655558018,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332140,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206404128,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34068,\n        \"toe\": \"UI2664GIUL-AEGE1-TTMCJ\",\n        \"startedAt\": 1655556184,\n        \"endedAt\": 1655556221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5c19ea8f-9ac2-4664-953b-900be513eaa0\",\n        \"uploadId\": 34055,\n        \"indexRequestKey\": 20220618124339.605,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655556184,\n        \"modifiedAt\": 1655556221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203364592,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34067,\n        \"toe\": \"8B8191DT5K-7PSOM-QFM5I\",\n        \"startedAt\": 1655554382,\n        \"endedAt\": 1655554418,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c91b5d4f-7f92-4f08-944e-e4894c783ce2\",\n        \"uploadId\": 34054,\n        \"indexRequestKey\": 20220618121336.285,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655554382,\n        \"modifiedAt\": 1655554418,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206708384,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34066,\n        \"toe\": \"6C50FG5M5N-8O18R-B95J5\",\n        \"startedAt\": 1655552580,\n        \"endedAt\": 1655552632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b660498c-037d-4b26-ac6e-a5c3a70e98e8\",\n        \"uploadId\": 34053,\n        \"indexRequestKey\": 20220618114350.918,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655552580,\n        \"modifiedAt\": 1655552632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205056840,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34065,\n        \"toe\": \"RVIS2E8451-L7S9U-FELQM\",\n        \"startedAt\": 1655550783,\n        \"endedAt\": 1655550813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-018bff0f-c74f-44a6-8019-e7152b0b5c4d\",\n        \"uploadId\": 34052,\n        \"indexRequestKey\": 20220618111331.805,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655550783,\n        \"modifiedAt\": 1655550813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332121,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200990616,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34064,\n        \"toe\": \"V7MVACSHCV-LEESD-G65L5\",\n        \"startedAt\": 1655548980,\n        \"endedAt\": 1655549027,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f75ee602-8ae8-4c1a-821c-71bb6caf8dc5\",\n        \"uploadId\": 34051,\n        \"indexRequestKey\": 20220618104345.846,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655548980,\n        \"modifiedAt\": 1655549027,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205961248,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34063,\n        \"toe\": \"5TEVSJROSJ-FMMF4-AIG4I\",\n        \"startedAt\": 1655547182,\n        \"endedAt\": 1655547225,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bf37be1c-ec69-4e10-9ab5-0209beb6e893\",\n        \"uploadId\": 34050,\n        \"indexRequestKey\": 20220618101344.182,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655547182,\n        \"modifiedAt\": 1655547225,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205841544,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34062,\n        \"toe\": \"E0F5OJHVUK-80KLL-R0D99\",\n        \"startedAt\": 1655545383,\n        \"endedAt\": 1655545406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4d285fe3-d995-4224-8033-27c8fe25cc60\",\n        \"uploadId\": 34049,\n        \"indexRequestKey\": 20220618094325.173,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655545383,\n        \"modifiedAt\": 1655545406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207084736,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34061,\n        \"toe\": \"36B6OL60OT-S6F6R-R9IEN\",\n        \"startedAt\": 1655543580,\n        \"endedAt\": 1655543616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a73dbe26-dc64-4b3c-b669-0692a07734e7\",\n        \"uploadId\": 34048,\n        \"indexRequestKey\": 20220618091335.223,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655543580,\n        \"modifiedAt\": 1655543616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206332008,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34060,\n        \"toe\": \"S1MQH51I2S-HA3S5-KE7BT\",\n        \"startedAt\": 1655541784,\n        \"endedAt\": 1655541813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-be15516d-c6df-407d-a844-5c7ef17c3ce3\",\n        \"uploadId\": 34047,\n        \"indexRequestKey\": 20220618084332.066,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655541784,\n        \"modifiedAt\": 1655541813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201323056,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34059,\n        \"toe\": \"A0DPUNG974-U0H5U-QE5OA\",\n        \"startedAt\": 1655539983,\n        \"endedAt\": 1655540008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aeea5cb8-0bfe-45cb-bc04-f3aacb5472c9\",\n        \"uploadId\": 34046,\n        \"indexRequestKey\": 20220618081326.346,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655539983,\n        \"modifiedAt\": 1655540008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201881640,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34058,\n        \"toe\": \"DM7IHH9B65-Q7PM1-OT0EP\",\n        \"startedAt\": 1655538182,\n        \"endedAt\": 1655538227,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3ba08881-5ff1-4765-bd99-07e3c5ee1961\",\n        \"uploadId\": 34045,\n        \"indexRequestKey\": 20220618074345.939,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655538182,\n        \"modifiedAt\": 1655538227,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199985112,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34057,\n        \"toe\": \"HLR637EG22-EQQ69-RJL0A\",\n        \"startedAt\": 1655536385,\n        \"endedAt\": 1655536418,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9b4292c8-fbbe-497a-8927-058ff0c344cd\",\n        \"uploadId\": 34044,\n        \"indexRequestKey\": 20220618071336.339,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655536385,\n        \"modifiedAt\": 1655536418,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200850608,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34056,\n        \"toe\": \"OLA0TLUH9A-EVRJS-76PQ6\",\n        \"startedAt\": 1655534582,\n        \"endedAt\": 1655534612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d196a05a-a983-42a2-bcca-0dd0bf6db47e\",\n        \"uploadId\": 34043,\n        \"indexRequestKey\": 20220618064330.763,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655534582,\n        \"modifiedAt\": 1655534612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332104,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206849288,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34055,\n        \"toe\": \"0BPSV3V5CS-PVCTJ-2PF3J\",\n        \"startedAt\": 1655532781,\n        \"endedAt\": 1655532816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2ada7bc2-c4b0-4193-ab26-1f1a97de32a5\",\n        \"uploadId\": 34042,\n        \"indexRequestKey\": 20220618061335.045,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655532781,\n        \"modifiedAt\": 1655532816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295489,\n        \"bytesInserted\": 43332104,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204723248,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34054,\n        \"toe\": \"OHPOLVHNLB-UPA7G-6J4HN\",\n        \"startedAt\": 1655530984,\n        \"endedAt\": 1655531007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0cee5c5a-7149-486b-b35c-33f6825eb221\",\n        \"uploadId\": 34041,\n        \"indexRequestKey\": 20220618054325.582,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655530984,\n        \"modifiedAt\": 1655531007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321060,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203149096,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34053,\n        \"toe\": \"NLIEM8UJS9-2CVUU-U2ORD\",\n        \"startedAt\": 1655529184,\n        \"endedAt\": 1655529212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c48a64a2-5625-423e-9476-f63145adb0cc\",\n        \"uploadId\": 34040,\n        \"indexRequestKey\": 20220618051331.024,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655529184,\n        \"modifiedAt\": 1655529212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321060,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201767072,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34052,\n        \"toe\": \"OH5CCHF7J3-JQPGB-J8RFN\",\n        \"startedAt\": 1655527383,\n        \"endedAt\": 1655527443,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7f1876b5-f0ee-476c-b0e0-e8f9c06ae98b\",\n        \"uploadId\": 34039,\n        \"indexRequestKey\": 20220618044401.601,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655527383,\n        \"modifiedAt\": 1655527443,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321054,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201654568,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34051,\n        \"toe\": \"UEKQTAA3TQ-PJK9J-NMG98\",\n        \"startedAt\": 1655525586,\n        \"endedAt\": 1655525626,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-58262218-16db-453b-9467-92f186052b38\",\n        \"uploadId\": 34038,\n        \"indexRequestKey\": 20220618041344.545,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655525586,\n        \"modifiedAt\": 1655525626,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321054,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204301848,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34050,\n        \"toe\": \"4UCT5PG7S7-043FL-LE1TR\",\n        \"startedAt\": 1655523780,\n        \"endedAt\": 1655523826,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a2c2e98e-82b0-46fb-a085-aa731a00aa17\",\n        \"uploadId\": 34037,\n        \"indexRequestKey\": 20220618034344.969,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655523780,\n        \"modifiedAt\": 1655523826,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321054,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202743136,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34049,\n        \"toe\": \"S93F0UNLAK-AMB0Q-KK6VV\",\n        \"startedAt\": 1655521983,\n        \"endedAt\": 1655522015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7844d3d2-687c-4272-9ea3-b1179ea69bc5\",\n        \"uploadId\": 34036,\n        \"indexRequestKey\": 20220618031333.92,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655521983,\n        \"modifiedAt\": 1655522015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321054,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203610920,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34048,\n        \"toe\": \"PR1TS74E3U-RJC0Q-9ML70\",\n        \"startedAt\": 1655520184,\n        \"endedAt\": 1655520217,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9a47bc20-de84-4fa1-97b9-e1e682cc4886\",\n        \"uploadId\": 34035,\n        \"indexRequestKey\": 20220618024335.904,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655520184,\n        \"modifiedAt\": 1655520217,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207162520,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34047,\n        \"toe\": \"8CAK8CSGQD-6TS4P-OPMOE\",\n        \"startedAt\": 1655518382,\n        \"endedAt\": 1655518415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2a3141af-f808-412c-9370-f82bea5c0f8a\",\n        \"uploadId\": 34034,\n        \"indexRequestKey\": 20220618021333.738,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655518382,\n        \"modifiedAt\": 1655518415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206063968,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34046,\n        \"toe\": \"G0GA6TVIN6-ITMPN-M4819\",\n        \"startedAt\": 1655516584,\n        \"endedAt\": 1655516625,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e5e4c1de-8dd4-43b0-9f8e-14c6676f7236\",\n        \"uploadId\": 34033,\n        \"indexRequestKey\": 20220618014343.869,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655516584,\n        \"modifiedAt\": 1655516625,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321026,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201886832,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34045,\n        \"toe\": \"9T5BFGDTFF-S2LKK-76P55\",\n        \"startedAt\": 1655514783,\n        \"endedAt\": 1655514807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eae05fbc-605f-4ff1-b2a0-8fd5334f8148\",\n        \"uploadId\": 34032,\n        \"indexRequestKey\": 20220618011325.444,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655514783,\n        \"modifiedAt\": 1655514807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321026,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201438664,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34044,\n        \"toe\": \"BUAUVT63KQ-9TAN6-AIUH5\",\n        \"startedAt\": 1655512983,\n        \"endedAt\": 1655513021,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2a17dd62-64b7-46c3-a491-3fa20cbb4cf0\",\n        \"uploadId\": 34031,\n        \"indexRequestKey\": 20220618004340.438,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655512983,\n        \"modifiedAt\": 1655513021,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295412,\n        \"bytesInserted\": 43321001,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205109000,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34043,\n        \"toe\": \"OO0E3BP48T-04AD9-58ANG\",\n        \"startedAt\": 1655511183,\n        \"endedAt\": 1655511237,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ff38e420-2f74-4cca-ac32-8ef391000b2a\",\n        \"uploadId\": 34030,\n        \"indexRequestKey\": 20220618001355.517,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655511183,\n        \"modifiedAt\": 1655511237,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283182,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201826056,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34042,\n        \"toe\": \"0HPB141NUT-E6DVR-DKFN4\",\n        \"startedAt\": 1655509382,\n        \"endedAt\": 1655509410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-72c9e30f-956e-415c-8ded-279a7ff99e0d\",\n        \"uploadId\": 34029,\n        \"indexRequestKey\": 20220617234329.269,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655509382,\n        \"modifiedAt\": 1655509410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283157,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205202664,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34041,\n        \"toe\": \"SPIL8KUPPC-5JTHC-KN5L5\",\n        \"startedAt\": 1655507585,\n        \"endedAt\": 1655507607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ff1e2cd3-8559-4c8b-85d4-58faa41616a9\",\n        \"uploadId\": 34028,\n        \"indexRequestKey\": 20220617231326.268,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655507585,\n        \"modifiedAt\": 1655507607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283157,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201853024,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34040,\n        \"toe\": \"QQLR1LV5SJ-OCVAU-4ACAA\",\n        \"startedAt\": 1655505781,\n        \"endedAt\": 1655505834,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a17fd579-49e6-49c7-ab72-277b9d1586c0\",\n        \"uploadId\": 34027,\n        \"indexRequestKey\": 20220617224353.128,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655505781,\n        \"modifiedAt\": 1655505834,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283149,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201037856,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34039,\n        \"toe\": \"0D690GQON2-GDLVQ-BH08C\",\n        \"startedAt\": 1655503984,\n        \"endedAt\": 1655504015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8d2c34a5-7b45-4d2a-bc02-543d9e7b0125\",\n        \"uploadId\": 34026,\n        \"indexRequestKey\": 20220617221332.671,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655503984,\n        \"modifiedAt\": 1655504015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283149,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206850752,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34038,\n        \"toe\": \"HRPI49FC3U-HSBOD-0CUJ0\",\n        \"startedAt\": 1655502180,\n        \"endedAt\": 1655502209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-836c724d-4220-419a-8656-d882faf19971\",\n        \"uploadId\": 34025,\n        \"indexRequestKey\": 20220617214328.233,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655502180,\n        \"modifiedAt\": 1655502209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283127,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205381640,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34037,\n        \"toe\": \"9QAICNQV1K-U56RB-16ODE\",\n        \"startedAt\": 1655500382,\n        \"endedAt\": 1655500416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c9584679-a557-4675-a31b-4ab7366009ab\",\n        \"uploadId\": 34024,\n        \"indexRequestKey\": 20220617211335.384,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655500382,\n        \"modifiedAt\": 1655500416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283127,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203991016,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34036,\n        \"toe\": \"TTHHIKC8MT-EOC1G-CPULM\",\n        \"startedAt\": 1655498582,\n        \"endedAt\": 1655498619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dda739f4-7dbc-4600-ab15-704f341e7062\",\n        \"uploadId\": 34023,\n        \"indexRequestKey\": 20220617204338.169,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655498582,\n        \"modifiedAt\": 1655498619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202787872,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34035,\n        \"toe\": \"FSC7P06RKS-BFG73-L307V\",\n        \"startedAt\": 1655496780,\n        \"endedAt\": 1655496830,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-da03e159-ea6a-4ff4-acd1-66600f91236a\",\n        \"uploadId\": 34022,\n        \"indexRequestKey\": 20220617201348.458,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655496780,\n        \"modifiedAt\": 1655496830,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205657824,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34034,\n        \"toe\": \"VFFPSEFLLA-DTKRU-MOAGH\",\n        \"startedAt\": 1655494980,\n        \"endedAt\": 1655495010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-425f7187-615a-41d2-8e84-5389a65e04a7\",\n        \"uploadId\": 34021,\n        \"indexRequestKey\": 20220617194328.775,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655494980,\n        \"modifiedAt\": 1655495010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203787248,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34033,\n        \"toe\": \"R1R7PK5BD0-O1126-SSLC8\",\n        \"startedAt\": 1655493183,\n        \"endedAt\": 1655493215,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8ce5e760-bbf0-47a4-86fa-c9857b381433\",\n        \"uploadId\": 34020,\n        \"indexRequestKey\": 20220617191334.053,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655493183,\n        \"modifiedAt\": 1655493215,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200632592,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34032,\n        \"toe\": \"KQQPNNBKOP-822P5-AAGUQ\",\n        \"startedAt\": 1655491381,\n        \"endedAt\": 1655491408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9f210929-cec5-43cd-b799-df5d8ba3b07f\",\n        \"uploadId\": 34019,\n        \"indexRequestKey\": 20220617184327.109,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655491381,\n        \"modifiedAt\": 1655491408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283076,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204090040,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34031,\n        \"toe\": \"C28D156RQ1-AN0SU-ILJKU\",\n        \"startedAt\": 1655489584,\n        \"endedAt\": 1655489626,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4f74c539-7699-40a2-89b9-b44d813e0831\",\n        \"uploadId\": 34018,\n        \"indexRequestKey\": 20220617181345.002,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655489584,\n        \"modifiedAt\": 1655489626,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283076,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203883504,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34030,\n        \"toe\": \"SRAMH34RTP-06F64-39OTG\",\n        \"startedAt\": 1655487784,\n        \"endedAt\": 1655487820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bb1fc5ac-1ccb-4db5-a205-ca54fc62e7b4\",\n        \"uploadId\": 34017,\n        \"indexRequestKey\": 20220617174339.51,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655487784,\n        \"modifiedAt\": 1655487820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283061,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201497032,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34029,\n        \"toe\": \"NEGLCNRENQ-61QF4-IPEDS\",\n        \"startedAt\": 1655485981,\n        \"endedAt\": 1655486010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-931fa5f5-197a-4f66-9e7b-cfeb72ec0295\",\n        \"uploadId\": 34016,\n        \"indexRequestKey\": 20220617171328.325,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655485981,\n        \"modifiedAt\": 1655486010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283061,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205274056,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34028,\n        \"toe\": \"I7A957NPJM-62EHM-UTUVJ\",\n        \"startedAt\": 1655484181,\n        \"endedAt\": 1655484225,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-03e29385-f695-47bd-b3b4-9bdeb794fc70\",\n        \"uploadId\": 34015,\n        \"indexRequestKey\": 20220617164343.899,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655484181,\n        \"modifiedAt\": 1655484225,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283040,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205965960,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34027,\n        \"toe\": \"OHOUK7M35C-GJQAT-IH6QL\",\n        \"startedAt\": 1655482382,\n        \"endedAt\": 1655482414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-42eec851-345d-479c-8741-369cfa248f16\",\n        \"uploadId\": 34014,\n        \"indexRequestKey\": 20220617161333.361,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655482382,\n        \"modifiedAt\": 1655482414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283040,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203047672,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34026,\n        \"toe\": \"L4KQGFRKNL-MV3U8-S61N6\",\n        \"startedAt\": 1655480580,\n        \"endedAt\": 1655480632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b5a1042f-ed80-47e6-a33f-d45ec6290d09\",\n        \"uploadId\": 34013,\n        \"indexRequestKey\": 20220617154350.244,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655480580,\n        \"modifiedAt\": 1655480632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205096376,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34025,\n        \"toe\": \"RF2T0E1ER4-GLELE-7GIVR\",\n        \"startedAt\": 1655478785,\n        \"endedAt\": 1655478819,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-95e17151-aefd-4312-81e2-25f1d1b46c2a\",\n        \"uploadId\": 34012,\n        \"indexRequestKey\": 20220617151338.05,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655478785,\n        \"modifiedAt\": 1655478819,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43283013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202159384,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34024,\n        \"toe\": \"2CDHKQPJLH-GDRBB-VP6V6\",\n        \"startedAt\": 1655476980,\n        \"endedAt\": 1655477022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d6d15bed-0678-452d-a7d3-cbda55346ded\",\n        \"uploadId\": 34011,\n        \"indexRequestKey\": 20220617144341.427,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655476980,\n        \"modifiedAt\": 1655477022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282990,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205860376,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34023,\n        \"toe\": \"ER5J1RB75B-GHK8C-A857E\",\n        \"startedAt\": 1655475183,\n        \"endedAt\": 1655475260,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c5c0f3c5-3c82-4be6-898a-a5a7b9deb210\",\n        \"uploadId\": 34010,\n        \"indexRequestKey\": 20220617141419.101,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655475183,\n        \"modifiedAt\": 1655475260,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282990,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201571792,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34022,\n        \"toe\": \"RPKRR825D3-G9LHU-Q5SPV\",\n        \"startedAt\": 1655473383,\n        \"endedAt\": 1655473423,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-be26bd83-a055-46d8-8ed8-6045a1eedad6\",\n        \"uploadId\": 34009,\n        \"indexRequestKey\": 20220617134342.119,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655473383,\n        \"modifiedAt\": 1655473423,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282978,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200907808,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34021,\n        \"toe\": \"5Q6ON0PSNR-NOMS0-786RO\",\n        \"startedAt\": 1655471581,\n        \"endedAt\": 1655471635,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6f54429f-f05f-4797-8677-4ccc17e13f5f\",\n        \"uploadId\": 34008,\n        \"indexRequestKey\": 20220617131354.161,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655471581,\n        \"modifiedAt\": 1655471635,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282978,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203476544,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34020,\n        \"toe\": \"U7T4O86N0K-LANEH-3ESPB\",\n        \"startedAt\": 1655469784,\n        \"endedAt\": 1655469830,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-082e6216-d36b-49ba-8840-f8593ab96d2b\",\n        \"uploadId\": 34007,\n        \"indexRequestKey\": 20220617124348.738,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655469784,\n        \"modifiedAt\": 1655469830,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282967,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201543472,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34019,\n        \"toe\": \"NCN8L9FGMA-70CG9-710GG\",\n        \"startedAt\": 1655467980,\n        \"endedAt\": 1655468023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1b1140ed-f85c-4c5f-8171-7048aad99c30\",\n        \"uploadId\": 34006,\n        \"indexRequestKey\": 20220617121341.561,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655467980,\n        \"modifiedAt\": 1655468023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282967,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205996984,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34018,\n        \"toe\": \"3JCR4EVDI7-76JVJ-BE74O\",\n        \"startedAt\": 1655466184,\n        \"endedAt\": 1655466229,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0cb3a828-d8f1-4e8b-8c9c-e1d63938de50\",\n        \"uploadId\": 34005,\n        \"indexRequestKey\": 20220617114347.355,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655466184,\n        \"modifiedAt\": 1655466229,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201463328,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34017,\n        \"toe\": \"TFVR7QAS7T-EMOQE-FBK9R\",\n        \"startedAt\": 1655464380,\n        \"endedAt\": 1655464422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-175c7ecd-0459-435c-b6d7-40b378aeb115\",\n        \"uploadId\": 34004,\n        \"indexRequestKey\": 20220617111341.057,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655464380,\n        \"modifiedAt\": 1655464422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202505952,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34016,\n        \"toe\": \"054Q2229EQ-3M63V-M8U27\",\n        \"startedAt\": 1655462582,\n        \"endedAt\": 1655462618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4fd142c3-a77e-4300-923d-24cdbd8cfc3c\",\n        \"uploadId\": 34003,\n        \"indexRequestKey\": 20220617104336.947,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655462582,\n        \"modifiedAt\": 1655462618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282944,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207035288,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34015,\n        \"toe\": \"BJRRL1LVO2-RRT2I-L5DPA\",\n        \"startedAt\": 1655460781,\n        \"endedAt\": 1655460827,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3f104450-6e57-4b77-92c4-5084a636aab2\",\n        \"uploadId\": 34002,\n        \"indexRequestKey\": 20220617101346.155,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655460781,\n        \"modifiedAt\": 1655460827,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282944,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204203760,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34014,\n        \"toe\": \"80BCN335VS-PB48O-OS1QF\",\n        \"startedAt\": 1655458984,\n        \"endedAt\": 1655459004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cd557194-a1e0-4f95-9a0d-50840c793d05\",\n        \"uploadId\": 34001,\n        \"indexRequestKey\": 20220617094322.75,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655458984,\n        \"modifiedAt\": 1655459004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282935,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206440864,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34013,\n        \"toe\": \"9MRAFTA5B3-E6BGP-ML755\",\n        \"startedAt\": 1655457181,\n        \"endedAt\": 1655457226,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-80091d47-66fa-458b-838e-7a52f6b90d98\",\n        \"uploadId\": 34000,\n        \"indexRequestKey\": 20220617091344.952,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655457181,\n        \"modifiedAt\": 1655457226,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282935,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202091424,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34012,\n        \"toe\": \"UE3Q1B7JC6-A4SNT-83LEB\",\n        \"startedAt\": 1655455380,\n        \"endedAt\": 1655455413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f2139ea3-b982-4bdb-981f-42d1deffc81c\",\n        \"uploadId\": 33999,\n        \"indexRequestKey\": 20220617084331.894,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655455380,\n        \"modifiedAt\": 1655455413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205505504,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34011,\n        \"toe\": \"1971HIMOTH-C2UC8-2C9DN\",\n        \"startedAt\": 1655453580,\n        \"endedAt\": 1655453614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b4b7140f-de67-49f1-9abd-64e1966dbd7e\",\n        \"uploadId\": 33998,\n        \"indexRequestKey\": 20220617081333.489,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655453580,\n        \"modifiedAt\": 1655453614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205076160,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34010,\n        \"toe\": \"JHE488R6TT-AKJU0-5BLA7\",\n        \"startedAt\": 1655451782,\n        \"endedAt\": 1655451816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-31a50cb2-2a06-48a5-a0d7-82cad4ffb0e1\",\n        \"uploadId\": 33997,\n        \"indexRequestKey\": 20220617074334.323,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655451782,\n        \"modifiedAt\": 1655451816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282926,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206825048,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34009,\n        \"toe\": \"VLGQC6J106-MJ5TI-I1V3L\",\n        \"startedAt\": 1655449980,\n        \"endedAt\": 1655450011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7ef09189-8e2b-4481-9a95-0ea689062b84\",\n        \"uploadId\": 33996,\n        \"indexRequestKey\": 20220617071329.448,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655449980,\n        \"modifiedAt\": 1655450011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282926,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206071184,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34008,\n        \"toe\": \"A6Q4HG6D8K-M8264-0NG36\",\n        \"startedAt\": 1655448183,\n        \"endedAt\": 1655448239,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d71d331d-f4c9-4844-a4ba-8e13a9f4329c\",\n        \"uploadId\": 33995,\n        \"indexRequestKey\": 20220617064358.302,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655448183,\n        \"modifiedAt\": 1655448239,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282925,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205983488,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34007,\n        \"toe\": \"DUSMOE4NAL-30BBP-4MMLU\",\n        \"startedAt\": 1655446382,\n        \"endedAt\": 1655446419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ce0754ea-2513-421b-b644-8b953fdbe83f\",\n        \"uploadId\": 33994,\n        \"indexRequestKey\": 20220617061337.386,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655446382,\n        \"modifiedAt\": 1655446419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295154,\n        \"bytesInserted\": 43282925,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203737600,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34006,\n        \"toe\": \"VNJ0RKTNSD-7S503-TIKFE\",\n        \"startedAt\": 1655444584,\n        \"endedAt\": 1655444613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a0e55dcf-7577-405b-8fea-1421ee7f0d0b\",\n        \"uploadId\": 33993,\n        \"indexRequestKey\": 20220617054332.551,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655444584,\n        \"modifiedAt\": 1655444613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271891,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205807576,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34005,\n        \"toe\": \"A6OETMPKP0-SVFAQ-FMQP3\",\n        \"startedAt\": 1655442782,\n        \"endedAt\": 1655442827,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2af3c50c-7955-480f-a1c2-5069a4b41e85\",\n        \"uploadId\": 33992,\n        \"indexRequestKey\": 20220617051345.864,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655442782,\n        \"modifiedAt\": 1655442827,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271891,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199776744,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34004,\n        \"toe\": \"4O0PEQ390Q-QDEOC-236T4\",\n        \"startedAt\": 1655440983,\n        \"endedAt\": 1655441031,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-274ad118-af24-49da-9601-a75d2cfaa452\",\n        \"uploadId\": 33991,\n        \"indexRequestKey\": 20220617044350.189,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655440983,\n        \"modifiedAt\": 1655441031,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271879,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201324328,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34003,\n        \"toe\": \"SJT39VSRJ3-4R8QF-I0R2N\",\n        \"startedAt\": 1655439192,\n        \"endedAt\": 1655439224,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-46582f3d-c995-4595-9e4f-62c2f5dc7272\",\n        \"uploadId\": 33990,\n        \"indexRequestKey\": 20220617041343.494,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655439192,\n        \"modifiedAt\": 1655439224,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271879,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201601376,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34002,\n        \"toe\": \"4S0FK14T6O-FQKIT-0T003\",\n        \"startedAt\": 1655437381,\n        \"endedAt\": 1655437409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bd277f37-86b4-488d-83c1-75fe6d21d808\",\n        \"uploadId\": 33989,\n        \"indexRequestKey\": 20220617034327.764,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655437381,\n        \"modifiedAt\": 1655437409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271868,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205436264,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34001,\n        \"toe\": \"M8LLVGG85C-PSE5Q-6GFQU\",\n        \"startedAt\": 1655435585,\n        \"endedAt\": 1655435629,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-25ef9b9e-060b-400d-af2d-1ea62a3d561f\",\n        \"uploadId\": 33988,\n        \"indexRequestKey\": 20220617031347.614,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655435585,\n        \"modifiedAt\": 1655435629,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271868,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201307824,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 34000,\n        \"toe\": \"N1S6S1N9VO-RLNUT-SSDJ3\",\n        \"startedAt\": 1655433782,\n        \"endedAt\": 1655433811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67ae5281-82f1-428f-a2a5-2c4c082d3624\",\n        \"uploadId\": 33987,\n        \"indexRequestKey\": 20220617024330.296,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655433782,\n        \"modifiedAt\": 1655433811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271848,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200585304,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33999,\n        \"toe\": \"F20C8UR3P5-62LVN-2JF7J\",\n        \"startedAt\": 1655431983,\n        \"endedAt\": 1655432012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-86ee6236-049c-46d6-aa53-a6760eb9589d\",\n        \"uploadId\": 33986,\n        \"indexRequestKey\": 20220617021331.405,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655431983,\n        \"modifiedAt\": 1655432012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271848,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203562096,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33998,\n        \"toe\": \"IB6E49DJ22-H16NP-OSQG8\",\n        \"startedAt\": 1655430180,\n        \"endedAt\": 1655430236,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-55904a18-7fe1-4a2d-8a75-00814e4831db\",\n        \"uploadId\": 33985,\n        \"indexRequestKey\": 20220617014354.995,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655430180,\n        \"modifiedAt\": 1655430236,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271845,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204284480,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33997,\n        \"toe\": \"7R0CU3UI98-348G7-0F1SN\",\n        \"startedAt\": 1655428382,\n        \"endedAt\": 1655428408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fd7b449f-8f25-48bc-85ed-69ebf2ebe975\",\n        \"uploadId\": 33984,\n        \"indexRequestKey\": 20220617011327.295,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655428382,\n        \"modifiedAt\": 1655428408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271845,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205013312,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33996,\n        \"toe\": \"B7SE2FNJPA-KEU8B-4G7HF\",\n        \"startedAt\": 1655426586,\n        \"endedAt\": 1655426616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d22e7b70-1722-4a36-a3f4-409d121e40b1\",\n        \"uploadId\": 33983,\n        \"indexRequestKey\": 20220617004334.951,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655426586,\n        \"modifiedAt\": 1655426616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 295077,\n        \"bytesInserted\": 43271829,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201566072,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33995,\n        \"toe\": \"M7M3R3RLLQ-9JO2H-BH91D\",\n        \"startedAt\": 1655424782,\n        \"endedAt\": 1655424816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5838c8e1-1745-4486-97c8-56d4c0c7beda\",\n        \"uploadId\": 33982,\n        \"indexRequestKey\": 20220617001335.113,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655424782,\n        \"modifiedAt\": 1655424816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43234012,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205092848,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33994,\n        \"toe\": \"83L6H58C3F-P2F4K-TPOFJ\",\n        \"startedAt\": 1655422983,\n        \"endedAt\": 1655423022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7cfe491f-8a4f-4aa1-a8f4-aac32e9fb817\",\n        \"uploadId\": 33981,\n        \"indexRequestKey\": 20220616234340.833,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655422983,\n        \"modifiedAt\": 1655423022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233991,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200825416,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33993,\n        \"toe\": \"PI3NS2MCTB-9K2DO-SEOGQ\",\n        \"startedAt\": 1655421182,\n        \"endedAt\": 1655421204,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e8360c51-f79a-459b-b6ba-3e7242781398\",\n        \"uploadId\": 33980,\n        \"indexRequestKey\": 20220616231322.586,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655421182,\n        \"modifiedAt\": 1655421204,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233991,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200349040,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33992,\n        \"toe\": \"QQ20QR090L-SDI45-NIA59\",\n        \"startedAt\": 1655419383,\n        \"endedAt\": 1655419431,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d607b59d-f992-46b8-a524-e4af38998b5a\",\n        \"uploadId\": 33979,\n        \"indexRequestKey\": 20220616224350.231,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655419383,\n        \"modifiedAt\": 1655419431,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233976,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201705792,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33991,\n        \"toe\": \"V50M8QNF94-SGNK4-M4QMC\",\n        \"startedAt\": 1655417583,\n        \"endedAt\": 1655417603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4ae53b46-a14f-4ede-94f6-3370e0ceb6c3\",\n        \"uploadId\": 33978,\n        \"indexRequestKey\": 20220616221321.905,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655417583,\n        \"modifiedAt\": 1655417603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233976,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206020904,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33990,\n        \"toe\": \"BJ186HEMKC-ULALH-HK19Q\",\n        \"startedAt\": 1655415784,\n        \"endedAt\": 1655415810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-baf946df-a38e-45c6-8809-4eb873dc96cc\",\n        \"uploadId\": 33977,\n        \"indexRequestKey\": 20220616214329.005,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655415784,\n        \"modifiedAt\": 1655415810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233964,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205247408,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33989,\n        \"toe\": \"J20K3B9VS0-02UQS-QCQ9P\",\n        \"startedAt\": 1655413985,\n        \"endedAt\": 1655414011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a3d3105b-57b2-4208-94db-a93c4272bd47\",\n        \"uploadId\": 33976,\n        \"indexRequestKey\": 20220616211329.807,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655413985,\n        \"modifiedAt\": 1655414011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233964,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206043296,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33988,\n        \"toe\": \"J0LHVGNEUV-DG2TF-J9TEH\",\n        \"startedAt\": 1655412181,\n        \"endedAt\": 1655412230,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5e1f71bb-b193-44e1-904e-ee6c327b311d\",\n        \"uploadId\": 33975,\n        \"indexRequestKey\": 20220616204348.616,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655412181,\n        \"modifiedAt\": 1655412230,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233934,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206577936,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33987,\n        \"toe\": \"M3B1TSERMK-LDJ67-AA5OU\",\n        \"startedAt\": 1655410382,\n        \"endedAt\": 1655410422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5e78ec9-bc8a-4fcd-907d-6977ef708678\",\n        \"uploadId\": 33974,\n        \"indexRequestKey\": 20220616201340.658,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655410382,\n        \"modifiedAt\": 1655410422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233934,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202091840,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33986,\n        \"toe\": \"CR2ABNLFEG-TG3DT-SIGAT\",\n        \"startedAt\": 1655408581,\n        \"endedAt\": 1655408605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2ca15522-f134-4cde-9c3e-a27e142eab08\",\n        \"uploadId\": 33973,\n        \"indexRequestKey\": 20220616194323.859,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655408581,\n        \"modifiedAt\": 1655408605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233908,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205418808,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33985,\n        \"toe\": \"80HPLN730E-5JKS9-C4PGU\",\n        \"startedAt\": 1655406781,\n        \"endedAt\": 1655406817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e894e9fd-aae1-4131-8b36-891a20613871\",\n        \"uploadId\": 33972,\n        \"indexRequestKey\": 20220616191335.234,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655406781,\n        \"modifiedAt\": 1655406817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233908,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201214360,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33984,\n        \"toe\": \"KVVAUNLD4V-OR9E0-A906M\",\n        \"startedAt\": 1655404981,\n        \"endedAt\": 1655405006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eee2897d-4b2e-4696-9617-c9e1c23cb572\",\n        \"uploadId\": 33971,\n        \"indexRequestKey\": 20220616184325.289,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655404981,\n        \"modifiedAt\": 1655405006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233901,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206034160,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33983,\n        \"toe\": \"20C46M3583-8MOHJ-PE661\",\n        \"startedAt\": 1655403181,\n        \"endedAt\": 1655403221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2ab04100-8b5c-44e0-abfe-331cbda9a17b\",\n        \"uploadId\": 33970,\n        \"indexRequestKey\": 20220616181339.942,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655403181,\n        \"modifiedAt\": 1655403221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233901,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201552640,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33982,\n        \"toe\": \"E5RI5I7NEV-IPTTV-IR4ON\",\n        \"startedAt\": 1655401380,\n        \"endedAt\": 1655401412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-979966c1-ec26-4eba-972e-8120cb693165\",\n        \"uploadId\": 33969,\n        \"indexRequestKey\": 20220616174330.682,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655401380,\n        \"modifiedAt\": 1655401412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233873,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203303504,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33981,\n        \"toe\": \"49IPJSJEQS-Q1MPU-AA8PF\",\n        \"startedAt\": 1655399580,\n        \"endedAt\": 1655399602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-81fdb9c0-38ff-4350-a4e2-115543e009c9\",\n        \"uploadId\": 33968,\n        \"indexRequestKey\": 20220616171321.292,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655399580,\n        \"modifiedAt\": 1655399602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233873,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206013048,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33980,\n        \"toe\": \"3V10CT83PS-0LSAP-3R57P\",\n        \"startedAt\": 1655397784,\n        \"endedAt\": 1655397804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-af9a5fdb-5406-4532-a376-48a6a88a1fdc\",\n        \"uploadId\": 33967,\n        \"indexRequestKey\": 20220616164322.707,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655397784,\n        \"modifiedAt\": 1655397804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233822,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206857464,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33979,\n        \"toe\": \"L9G6K8A6PS-ATG5T-5J3KU\",\n        \"startedAt\": 1655395983,\n        \"endedAt\": 1655396005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b7653e3e-de2c-4412-b57e-dc1e002d8543\",\n        \"uploadId\": 33966,\n        \"indexRequestKey\": 20220616161323.427,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655395983,\n        \"modifiedAt\": 1655396005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233822,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205419960,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33978,\n        \"toe\": \"LBVL4GO7N8-VQUQJ-BCTMH\",\n        \"startedAt\": 1655394182,\n        \"endedAt\": 1655394216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-82f6b7c6-257e-4dd3-b61f-5c73010579b3\",\n        \"uploadId\": 33965,\n        \"indexRequestKey\": 20220616154334.954,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655394182,\n        \"modifiedAt\": 1655394216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233800,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201374160,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33977,\n        \"toe\": \"R2BO233HH6-5MU02-H4QR2\",\n        \"startedAt\": 1655392383,\n        \"endedAt\": 1655392416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9444d470-46ce-485f-870b-8cb713915991\",\n        \"uploadId\": 33964,\n        \"indexRequestKey\": 20220616151335.255,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655392383,\n        \"modifiedAt\": 1655392416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233800,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202163416,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33976,\n        \"toe\": \"JKFGLLSFL3-BG6VT-5D2M8\",\n        \"startedAt\": 1655390582,\n        \"endedAt\": 1655390622,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0efdf2d3-7590-4617-bdef-c1bb1b70b92b\",\n        \"uploadId\": 33963,\n        \"indexRequestKey\": 20220616144340.826,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655390582,\n        \"modifiedAt\": 1655390622,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233781,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207080272,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33975,\n        \"toe\": \"EM94S6GNAH-IOKA4-1VN81\",\n        \"startedAt\": 1655388785,\n        \"endedAt\": 1655388807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8245a37e-03c5-4084-abc5-448b03895618\",\n        \"uploadId\": 33962,\n        \"indexRequestKey\": 20220616141325.967,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655388785,\n        \"modifiedAt\": 1655388807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233781,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203326376,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33974,\n        \"toe\": \"PVVQ39A9M8-2UA4R-LPRI5\",\n        \"startedAt\": 1655386983,\n        \"endedAt\": 1655387013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4153ac0e-7113-47dc-943d-3b78007b5b5f\",\n        \"uploadId\": 33961,\n        \"indexRequestKey\": 20220616134332.15,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655386983,\n        \"modifiedAt\": 1655387013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233759,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207408672,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33973,\n        \"toe\": \"J99GO6MQU5-COC9M-UCUT4\",\n        \"startedAt\": 1655385183,\n        \"endedAt\": 1655385232,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4240aff9-eec0-4b51-9c97-0ac8b7feb0ab\",\n        \"uploadId\": 33960,\n        \"indexRequestKey\": 20220616131350.48,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655385183,\n        \"modifiedAt\": 1655385232,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233759,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200507744,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33972,\n        \"toe\": \"U92B24Q0H6-8MI2H-1RMDF\",\n        \"startedAt\": 1655383387,\n        \"endedAt\": 1655383415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-14cdb8f8-dd57-42b3-a631-64f081298a57\",\n        \"uploadId\": 33959,\n        \"indexRequestKey\": 20220616124333.571,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655383387,\n        \"modifiedAt\": 1655383415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233751,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200925024,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33971,\n        \"toe\": \"U94LTTVU45-6S66T-HF4FR\",\n        \"startedAt\": 1655381581,\n        \"endedAt\": 1655381626,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c193c07c-e613-4d90-95d6-df36c2ee5e7b\",\n        \"uploadId\": 33958,\n        \"indexRequestKey\": 20220616121345.139,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655381581,\n        \"modifiedAt\": 1655381626,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233751,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202288104,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33970,\n        \"toe\": \"1U041TUIU2-2OI40-0VUSG\",\n        \"startedAt\": 1655379783,\n        \"endedAt\": 1655379811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3bd5cc0f-6f91-488e-91e7-34135a4b133a\",\n        \"uploadId\": 33957,\n        \"indexRequestKey\": 20220616114329.473,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655379783,\n        \"modifiedAt\": 1655379811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233737,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205502608,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33969,\n        \"toe\": \"K4ALRA7KA5-MKGNC-H0UUH\",\n        \"startedAt\": 1655377983,\n        \"endedAt\": 1655378017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a8ef3c82-152d-45a6-959c-8b6824589aac\",\n        \"uploadId\": 33956,\n        \"indexRequestKey\": 20220616111335.205,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655377983,\n        \"modifiedAt\": 1655378017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233737,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207036048,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33968,\n        \"toe\": \"6H6D78BCGP-36TJ6-1FK8B\",\n        \"startedAt\": 1655376184,\n        \"endedAt\": 1655376209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1d761826-4ee5-4eee-aa0c-0015ea9460e7\",\n        \"uploadId\": 33955,\n        \"indexRequestKey\": 20220616104327.547,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655376184,\n        \"modifiedAt\": 1655376209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233707,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205663104,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33967,\n        \"toe\": \"K5G3RM1L8J-70VP8-MQU79\",\n        \"startedAt\": 1655374383,\n        \"endedAt\": 1655374428,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5adfab0c-3898-4093-95de-481d33b4eac4\",\n        \"uploadId\": 33954,\n        \"indexRequestKey\": 20220616101346.473,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655374383,\n        \"modifiedAt\": 1655374428,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233707,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204618464,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33966,\n        \"toe\": \"52I74011NO-V8KNH-608H0\",\n        \"startedAt\": 1655372581,\n        \"endedAt\": 1655372604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8d9df8c9-70d2-43ed-bade-39da84e75ee4\",\n        \"uploadId\": 33953,\n        \"indexRequestKey\": 20220616094322.965,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655372581,\n        \"modifiedAt\": 1655372604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233707,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204461576,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33965,\n        \"toe\": \"0QDJRPFI87-BQLP5-8LVE7\",\n        \"startedAt\": 1655370781,\n        \"endedAt\": 1655370812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fb9e98a3-e5ff-4c80-a172-2d38ae80da9b\",\n        \"uploadId\": 33952,\n        \"indexRequestKey\": 20220616091330.12,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655370781,\n        \"modifiedAt\": 1655370812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233707,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206755024,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33964,\n        \"toe\": \"4KF9DJU63Q-AV2MM-L4924\",\n        \"startedAt\": 1655368986,\n        \"endedAt\": 1655369008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-445f6b10-01a1-4cf6-9646-521f2e3fa668\",\n        \"uploadId\": 33951,\n        \"indexRequestKey\": 20220616084326.788,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655368986,\n        \"modifiedAt\": 1655369008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233708,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206656432,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33963,\n        \"toe\": \"664BQLDKNV-NGB1K-HNTSQ\",\n        \"startedAt\": 1655367182,\n        \"endedAt\": 1655367226,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8481e0b9-fce0-4b15-99b1-3315578a5de6\",\n        \"uploadId\": 33950,\n        \"indexRequestKey\": 20220616081344.803,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655367182,\n        \"modifiedAt\": 1655367226,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233708,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206027448,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33962,\n        \"toe\": \"62IANP73P5-T885H-4CA2Q\",\n        \"startedAt\": 1655365380,\n        \"endedAt\": 1655365407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aeac6291-cbf9-495e-bac5-4a62074b1c7d\",\n        \"uploadId\": 33949,\n        \"indexRequestKey\": 20220616074326.236,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655365380,\n        \"modifiedAt\": 1655365407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233705,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206378040,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33961,\n        \"toe\": \"3EOJ7MSV0T-N2J4U-IJ8SQ\",\n        \"startedAt\": 1655363582,\n        \"endedAt\": 1655363610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ba77b09a-bef0-4239-8175-b8b382ea0a91\",\n        \"uploadId\": 33948,\n        \"indexRequestKey\": 20220616071328.805,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655363582,\n        \"modifiedAt\": 1655363610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233705,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206210896,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33960,\n        \"toe\": \"R78J2CN65J-S6VE3-4PAPN\",\n        \"startedAt\": 1655361783,\n        \"endedAt\": 1655361833,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7c8e4c1a-4a2d-4c44-b6b2-518cb0d6e29f\",\n        \"uploadId\": 33947,\n        \"indexRequestKey\": 20220616064351.606,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655361783,\n        \"modifiedAt\": 1655361833,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233705,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201444936,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33959,\n        \"toe\": \"RB2TKEOOAU-TUBP2-79E68\",\n        \"startedAt\": 1655359982,\n        \"endedAt\": 1655360010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dfe056bb-227f-4609-8f86-8dd0a77c9619\",\n        \"uploadId\": 33946,\n        \"indexRequestKey\": 20220616061328.886,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655359982,\n        \"modifiedAt\": 1655360010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294819,\n        \"bytesInserted\": 43233705,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204550288,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33958,\n        \"toe\": \"DR7FKP6AKH-DM05G-G75HI\",\n        \"startedAt\": 1655358183,\n        \"endedAt\": 1655358222,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a393cebf-e2d8-416d-9571-c48d84281d1d\",\n        \"uploadId\": 33945,\n        \"indexRequestKey\": 20220616054340.662,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655358183,\n        \"modifiedAt\": 1655358222,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222652,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206122752,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33957,\n        \"toe\": \"0F92NGGRRJ-9LLJQ-77P7D\",\n        \"startedAt\": 1655356383,\n        \"endedAt\": 1655356406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dbb06b15-08aa-41c9-a7b4-35e02adce07c\",\n        \"uploadId\": 33944,\n        \"indexRequestKey\": 20220616051325.043,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655356383,\n        \"modifiedAt\": 1655356406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222652,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206615888,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33956,\n        \"toe\": \"8C9B2MTBM4-9VNT8-NL81I\",\n        \"startedAt\": 1655354580,\n        \"endedAt\": 1655354619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b60a08ee-8f50-4adb-9283-803a0e1ac483\",\n        \"uploadId\": 33943,\n        \"indexRequestKey\": 20220616044337.443,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655354580,\n        \"modifiedAt\": 1655354619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222645,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206722912,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33955,\n        \"toe\": \"17T3PJPH5L-7THDJ-E4KIC\",\n        \"startedAt\": 1655352792,\n        \"endedAt\": 1655352817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-207f4c12-c9ed-4bcf-9cf4-01b911dc15f9\",\n        \"uploadId\": 33942,\n        \"indexRequestKey\": 20220616041335.834,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655352792,\n        \"modifiedAt\": 1655352817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222645,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206338488,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33954,\n        \"toe\": \"3K9A88U663-M5S2J-DFQLA\",\n        \"startedAt\": 1655350984,\n        \"endedAt\": 1655351004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3e400192-38d6-4ee8-b981-2cd82e079df3\",\n        \"uploadId\": 33941,\n        \"indexRequestKey\": 20220616034322.742,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655350984,\n        \"modifiedAt\": 1655351004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222627,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204864032,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33953,\n        \"toe\": \"KUEB0F9IJF-J38O4-2T8J4\",\n        \"startedAt\": 1655349185,\n        \"endedAt\": 1655349211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b1bb57a5-cdb3-4527-a9b1-a75c8224d399\",\n        \"uploadId\": 33940,\n        \"indexRequestKey\": 20220616031330.069,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655349185,\n        \"modifiedAt\": 1655349211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222627,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201636752,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33952,\n        \"toe\": \"NEF626MBFP-GHE0O-9V7B0\",\n        \"startedAt\": 1655347383,\n        \"endedAt\": 1655347407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cd3164b8-079c-4145-a0fd-0c49ab5e58b6\",\n        \"uploadId\": 33939,\n        \"indexRequestKey\": 20220616024326.009,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655347383,\n        \"modifiedAt\": 1655347407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222610,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206658616,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33951,\n        \"toe\": \"FQ78OIMSDV-GP4A7-25LOM\",\n        \"startedAt\": 1655345582,\n        \"endedAt\": 1655345615,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b30282b4-25f0-4467-b583-769fc272921c\",\n        \"uploadId\": 33938,\n        \"indexRequestKey\": 20220616021333.645,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655345582,\n        \"modifiedAt\": 1655345615,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222610,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201505200,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33950,\n        \"toe\": \"QRU1T580S5-SLO0P-1S82I\",\n        \"startedAt\": 1655343784,\n        \"endedAt\": 1655343812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9464bc94-fb54-4fe9-8b83-799de35231fc\",\n        \"uploadId\": 33937,\n        \"indexRequestKey\": 20220616014330.873,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655343784,\n        \"modifiedAt\": 1655343812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222594,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201175856,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33949,\n        \"toe\": \"593P8MA0Q8-375CG-QHUCO\",\n        \"startedAt\": 1655341982,\n        \"endedAt\": 1655342015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e82371da-efb8-480b-97e1-99b35c36142f\",\n        \"uploadId\": 33936,\n        \"indexRequestKey\": 20220616011333.845,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655341982,\n        \"modifiedAt\": 1655342015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222594,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201911168,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33948,\n        \"toe\": \"LM2VILCQ5E-LSAGB-JBREA\",\n        \"startedAt\": 1655340187,\n        \"endedAt\": 1655340216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b70ddffe-dba7-4e35-bbc3-877bdd4e793f\",\n        \"uploadId\": 33935,\n        \"indexRequestKey\": 20220616004334.619,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655340187,\n        \"modifiedAt\": 1655340216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294742,\n        \"bytesInserted\": 43222592,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201093464,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33947,\n        \"toe\": \"DHQ5R9KAVU-HGSBQ-IB76N\",\n        \"startedAt\": 1655338384,\n        \"endedAt\": 1655338427,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bc97723c-a45b-4172-b670-76af90f4995a\",\n        \"uploadId\": 33934,\n        \"indexRequestKey\": 20220616001345.504,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655338384,\n        \"modifiedAt\": 1655338427,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184765,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201416464,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33946,\n        \"toe\": \"4RIGJAO848-APQ5G-72U0F\",\n        \"startedAt\": 1655336582,\n        \"endedAt\": 1655336617,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8f7acf00-1e5d-433c-99bd-2da32b707975\",\n        \"uploadId\": 33933,\n        \"indexRequestKey\": 20220615234334.889,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655336582,\n        \"modifiedAt\": 1655336617,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184749,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203644512,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33945,\n        \"toe\": \"HJMTR33A47-RT8RL-2BUB3\",\n        \"startedAt\": 1655334784,\n        \"endedAt\": 1655334812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2c8b5b0c-8a93-47e6-8d28-0f7948e3da93\",\n        \"uploadId\": 33932,\n        \"indexRequestKey\": 20220615231331.256,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655334784,\n        \"modifiedAt\": 1655334812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184749,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202861408,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33944,\n        \"toe\": \"TJQSQK2182-RMEEA-R3LAO\",\n        \"startedAt\": 1655332981,\n        \"endedAt\": 1655333009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a6d6cf4-c191-46d5-aab9-00174d5b9759\",\n        \"uploadId\": 33931,\n        \"indexRequestKey\": 20220615224328.018,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655332981,\n        \"modifiedAt\": 1655333009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184723,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204643632,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33943,\n        \"toe\": \"SA4RTDH59P-1CIPK-OVIDU\",\n        \"startedAt\": 1655331185,\n        \"endedAt\": 1655331237,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6118c162-632d-4fba-afe0-a441ec3989d8\",\n        \"uploadId\": 33930,\n        \"indexRequestKey\": 20220615221355.139,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655331185,\n        \"modifiedAt\": 1655331237,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184723,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200576160,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33942,\n        \"toe\": \"T3S1P6DQB5-ARNTS-RDT0J\",\n        \"startedAt\": 1655329387,\n        \"endedAt\": 1655329407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3a5b7ceb-ee94-445d-a9ec-3c682d9f452e\",\n        \"uploadId\": 33929,\n        \"indexRequestKey\": 20220615214325.894,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655329387,\n        \"modifiedAt\": 1655329407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184688,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204788912,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33941,\n        \"toe\": \"UH1CDTA95D-9R0C8-IVLOQ\",\n        \"startedAt\": 1655327586,\n        \"endedAt\": 1655327623,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3e651fa3-cf55-4cd7-9e3f-b9d12895a1e4\",\n        \"uploadId\": 33928,\n        \"indexRequestKey\": 20220615211341.688,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655327586,\n        \"modifiedAt\": 1655327623,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184688,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202394376,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33940,\n        \"toe\": \"MJRJQMVBQA-TT9HV-18OTK\",\n        \"startedAt\": 1655325782,\n        \"endedAt\": 1655325805,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4d853a2e-f2b8-40d7-b00f-f38fb36d45ba\",\n        \"uploadId\": 33927,\n        \"indexRequestKey\": 20220615204323.582,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655325782,\n        \"modifiedAt\": 1655325805,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184633,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203160856,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33939,\n        \"toe\": \"7166O5SEBO-QR1NM-9DHNI\",\n        \"startedAt\": 1655323980,\n        \"endedAt\": 1655324006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-16ffbf79-0bfe-415f-a25e-eed8824b2931\",\n        \"uploadId\": 33926,\n        \"indexRequestKey\": 20220615201324.424,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655323980,\n        \"modifiedAt\": 1655324006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184633,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207614184,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33938,\n        \"toe\": \"5TOJOBQ6RP-FHHM7-TJEJG\",\n        \"startedAt\": 1655322183,\n        \"endedAt\": 1655322227,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5ca95741-3295-41f6-9ca3-e7348410889d\",\n        \"uploadId\": 33925,\n        \"indexRequestKey\": 20220615194346.138,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655322183,\n        \"modifiedAt\": 1655322227,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184621,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203823368,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33937,\n        \"toe\": \"LS8JUBSH4K-RPON4-V18EK\",\n        \"startedAt\": 1655320384,\n        \"endedAt\": 1655320409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-59c84bf6-4893-4145-b3f8-5602f9dae391\",\n        \"uploadId\": 33924,\n        \"indexRequestKey\": 20220615191327.547,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655320384,\n        \"modifiedAt\": 1655320409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184621,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205708904,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33936,\n        \"toe\": \"HHLHM69V9V-HB4L1-166DM\",\n        \"startedAt\": 1655318581,\n        \"endedAt\": 1655318616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a1cab01e-2fa6-4f9b-be3e-b9b200f1d0af\",\n        \"uploadId\": 33923,\n        \"indexRequestKey\": 20220615184334.397,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655318581,\n        \"modifiedAt\": 1655318616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184617,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201470976,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33935,\n        \"toe\": \"LFHN1R52F8-SDUT3-POR2M\",\n        \"startedAt\": 1655316781,\n        \"endedAt\": 1655316817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-32d9d64c-9fde-40bd-b904-c5b96140cfe4\",\n        \"uploadId\": 33922,\n        \"indexRequestKey\": 20220615181335.773,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655316781,\n        \"modifiedAt\": 1655316817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184617,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200584040,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33934,\n        \"toe\": \"8I2BR387A4-MAIJD-42GOG\",\n        \"startedAt\": 1655314984,\n        \"endedAt\": 1655315009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2a297983-0c06-4b8f-8bc6-d27a85b85add\",\n        \"uploadId\": 33921,\n        \"indexRequestKey\": 20220615174327.88,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655314984,\n        \"modifiedAt\": 1655315009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184598,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205151792,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33933,\n        \"toe\": \"IARSH3U748-STVUM-7ANG7\",\n        \"startedAt\": 1655313184,\n        \"endedAt\": 1655313208,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7f12a5a1-97c1-492a-a8cc-ab35a0467bfb\",\n        \"uploadId\": 33920,\n        \"indexRequestKey\": 20220615171326.741,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655313184,\n        \"modifiedAt\": 1655313208,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184598,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202076968,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33932,\n        \"toe\": \"KTH6QHBSCL-36QCA-5LQ9E\",\n        \"startedAt\": 1655311382,\n        \"endedAt\": 1655311407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5b6abcf9-8150-4cb2-bdeb-cadfe9c5ab06\",\n        \"uploadId\": 33919,\n        \"indexRequestKey\": 20220615164326.112,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655311382,\n        \"modifiedAt\": 1655311407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184582,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206954336,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33931,\n        \"toe\": \"R4G8KBUBTC-ESSDI-BNR5B\",\n        \"startedAt\": 1655309581,\n        \"endedAt\": 1655309617,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c79d9588-565d-4514-8c2f-2d40b0d1e56a\",\n        \"uploadId\": 33918,\n        \"indexRequestKey\": 20220615161335.501,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655309581,\n        \"modifiedAt\": 1655309617,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184580,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202519920,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33930,\n        \"toe\": \"MFGUE4OQ6N-LFATP-R7CQI\",\n        \"startedAt\": 1655307783,\n        \"endedAt\": 1655307814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d0fd2500-f86b-4022-a13b-8a2c1e60e849\",\n        \"uploadId\": 33917,\n        \"indexRequestKey\": 20220615154332.942,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655307783,\n        \"modifiedAt\": 1655307814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184532,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201503512,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33929,\n        \"toe\": \"5EDOSUD8VP-DBJSR-VBCFH\",\n        \"startedAt\": 1655305981,\n        \"endedAt\": 1655306024,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2c6bbba7-6eaf-4289-9f72-7871a970a62a\",\n        \"uploadId\": 33916,\n        \"indexRequestKey\": 20220615151342.684,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655305981,\n        \"modifiedAt\": 1655306024,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184532,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206228192,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33928,\n        \"toe\": \"PEPOI7T58E-OFMLH-0I2D6\",\n        \"startedAt\": 1655304182,\n        \"endedAt\": 1655304211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-faabdcfb-a0e7-4487-a0d0-2a02c825ca84\",\n        \"uploadId\": 33915,\n        \"indexRequestKey\": 20220615144330.4,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655304182,\n        \"modifiedAt\": 1655304211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184514,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203931936,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33927,\n        \"toe\": \"HHS8IRNRPO-MDQLS-51HO4\",\n        \"startedAt\": 1655302384,\n        \"endedAt\": 1655302435,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-239a97f5-6a07-475d-b251-afffa5a08cfa\",\n        \"uploadId\": 33914,\n        \"indexRequestKey\": 20220615141353.686,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655302384,\n        \"modifiedAt\": 1655302435,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184514,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202547032,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33926,\n        \"toe\": \"QV01GGRTH1-6BTM7-26FBC\",\n        \"startedAt\": 1655300585,\n        \"endedAt\": 1655300614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2c6a3248-e447-4602-ae00-86277adef9bb\",\n        \"uploadId\": 33913,\n        \"indexRequestKey\": 20220615134332.572,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655300585,\n        \"modifiedAt\": 1655300614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184496,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206845784,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33925,\n        \"toe\": \"E2I4GPQ3RL-JJFB1-3MFJF\",\n        \"startedAt\": 1655298783,\n        \"endedAt\": 1655298809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e5189029-f095-4509-812b-40a964d22ef9\",\n        \"uploadId\": 33912,\n        \"indexRequestKey\": 20220615131327.823,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655298783,\n        \"modifiedAt\": 1655298809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184496,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202605056,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33924,\n        \"toe\": \"1K3KDB12U2-RBMP3-50R08\",\n        \"startedAt\": 1655296985,\n        \"endedAt\": 1655297010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eba1103b-3414-4062-ac70-0196f7ec4710\",\n        \"uploadId\": 33911,\n        \"indexRequestKey\": 20220615124329.657,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655296985,\n        \"modifiedAt\": 1655297010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184484,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206825984,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33923,\n        \"toe\": \"Q4BVRLN1DC-44SK2-J9OUM\",\n        \"startedAt\": 1655295181,\n        \"endedAt\": 1655295231,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bd4f66e6-f823-4456-aa02-4e770ce0f534\",\n        \"uploadId\": 33910,\n        \"indexRequestKey\": 20220615121349.548,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655295181,\n        \"modifiedAt\": 1655295231,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184484,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200137904,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33922,\n        \"toe\": \"Q5SEIHTG9H-ER4NK-VJ0R5\",\n        \"startedAt\": 1655293384,\n        \"endedAt\": 1655293410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7e73006f-da0e-4c67-990f-2b898f1a301b\",\n        \"uploadId\": 33909,\n        \"indexRequestKey\": 20220615114329.022,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655293384,\n        \"modifiedAt\": 1655293410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184473,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201000656,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33921,\n        \"toe\": \"R2H3IGFCCL-QILCO-PFD0P\",\n        \"startedAt\": 1655291580,\n        \"endedAt\": 1655291604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-96cdd921-4810-4061-be5b-37fd1456031b\",\n        \"uploadId\": 33908,\n        \"indexRequestKey\": 20220615111322.881,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655291580,\n        \"modifiedAt\": 1655291604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184473,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208355840,\n        \"peakMemoryCommittedBytes\": 223346688,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33920,\n        \"toe\": \"41JAR3GO09-TKQFC-Q4EMO\",\n        \"startedAt\": 1655289783,\n        \"endedAt\": 1655289812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a46de52d-5222-4bb3-a765-3a3ec7faecc4\",\n        \"uploadId\": 33907,\n        \"indexRequestKey\": 20220615104330.934,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655289783,\n        \"modifiedAt\": 1655289812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184460,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204224928,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33919,\n        \"toe\": \"LRNV8MGJIS-CMPGV-32213\",\n        \"startedAt\": 1655287980,\n        \"endedAt\": 1655288012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f841aa47-cf11-410f-88e8-ee75a7cead1d\",\n        \"uploadId\": 33906,\n        \"indexRequestKey\": 20220615101331.282,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655287980,\n        \"modifiedAt\": 1655288012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184460,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203241088,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33918,\n        \"toe\": \"QBHBU2OHR3-7TTNL-IRG48\",\n        \"startedAt\": 1655286181,\n        \"endedAt\": 1655286207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f9d141c4-735b-485a-8882-32ad14280786\",\n        \"uploadId\": 33905,\n        \"indexRequestKey\": 20220615094326.223,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655286181,\n        \"modifiedAt\": 1655286207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206879656,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33917,\n        \"toe\": \"7VHOM9TN0P-GGD0S-12QNU\",\n        \"startedAt\": 1655284383,\n        \"endedAt\": 1655284430,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-300e1afd-4e9d-48f0-a058-657f1af22171\",\n        \"uploadId\": 33904,\n        \"indexRequestKey\": 20220615091348.716,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655284383,\n        \"modifiedAt\": 1655284430,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202755424,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33916,\n        \"toe\": \"1QH9EB8Q2L-EGNKB-O4HKN\",\n        \"startedAt\": 1655282585,\n        \"endedAt\": 1655282605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6ca783b3-3f13-49d6-9783-ceff8ae50716\",\n        \"uploadId\": 33903,\n        \"indexRequestKey\": 20220615084323.913,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655282585,\n        \"modifiedAt\": 1655282605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201625336,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33915,\n        \"toe\": \"B0DOHK9I10-3U1O8-1SBIL\",\n        \"startedAt\": 1655280785,\n        \"endedAt\": 1655280816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-08d86048-45ec-44cc-a7b9-9ac4e623b5bb\",\n        \"uploadId\": 33902,\n        \"indexRequestKey\": 20220615081335.039,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655280785,\n        \"modifiedAt\": 1655280816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201632672,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33914,\n        \"toe\": \"8MEE090I1V-29U4U-B3UV3\",\n        \"startedAt\": 1655278980,\n        \"endedAt\": 1655279002,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5c7796b7-fe45-48fd-9752-f541d30ea658\",\n        \"uploadId\": 33901,\n        \"indexRequestKey\": 20220615074321.254,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655278980,\n        \"modifiedAt\": 1655279002,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184441,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201918272,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33913,\n        \"toe\": \"EIUEMB90I3-PT81M-UER8C\",\n        \"startedAt\": 1655277181,\n        \"endedAt\": 1655277202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-438361b4-be95-4bc7-ad08-5013c6e42bd7\",\n        \"uploadId\": 33900,\n        \"indexRequestKey\": 20220615071321.054,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655277181,\n        \"modifiedAt\": 1655277202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184441,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202879376,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33912,\n        \"toe\": \"SPJ8JLIBR1-TTNH9-A3KGL\",\n        \"startedAt\": 1655275380,\n        \"endedAt\": 1655275403,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a1362e1a-0a34-4bd5-b4e4-d2a5e13b3ab5\",\n        \"uploadId\": 33899,\n        \"indexRequestKey\": 20220615064322.53,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655275380,\n        \"modifiedAt\": 1655275403,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201215184,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33911,\n        \"toe\": \"1QUAOBA0L2-5AOA5-0MGK9\",\n        \"startedAt\": 1655273585,\n        \"endedAt\": 1655273611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d4652e3e-437b-483b-bb73-2f799c8930ea\",\n        \"uploadId\": 33898,\n        \"indexRequestKey\": 20220615061329.709,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655273585,\n        \"modifiedAt\": 1655273611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294484,\n        \"bytesInserted\": 43184432,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203625184,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33910,\n        \"toe\": \"E6FBD4HCFV-B0NC2-28H62\",\n        \"startedAt\": 1655271784,\n        \"endedAt\": 1655271813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-530e5560-0ba6-4f8e-b912-b3da3508ce0a\",\n        \"uploadId\": 33897,\n        \"indexRequestKey\": 20220615054331.749,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655271784,\n        \"modifiedAt\": 1655271813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182414,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200893896,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33909,\n        \"toe\": \"TGB27P5AEU-BBE7S-T5G40\",\n        \"startedAt\": 1655269985,\n        \"endedAt\": 1655270011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7d75594a-4588-425e-951a-3c88a6ed2ea4\",\n        \"uploadId\": 33896,\n        \"indexRequestKey\": 20220615051329.679,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655269985,\n        \"modifiedAt\": 1655270011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182414,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203220344,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33908,\n        \"toe\": \"01QU1IPO1I-QDO4K-JKHII\",\n        \"startedAt\": 1655268183,\n        \"endedAt\": 1655268204,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5a407118-62b5-4273-a6b4-07f14fac2cb4\",\n        \"uploadId\": 33895,\n        \"indexRequestKey\": 20220615044323.279,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655268183,\n        \"modifiedAt\": 1655268204,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182407,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203976304,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33907,\n        \"toe\": \"AV15IIC023-7FILC-OAF2J\",\n        \"startedAt\": 1655266393,\n        \"endedAt\": 1655266411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5807fd41-561e-4e04-8600-55fb61eaa79b\",\n        \"uploadId\": 33894,\n        \"indexRequestKey\": 20220615041330.025,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655266393,\n        \"modifiedAt\": 1655266411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182407,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198227464,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33906,\n        \"toe\": \"U3US9GNDT8-I0TB8-VSKLT\",\n        \"startedAt\": 1655264582,\n        \"endedAt\": 1655264602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-32c52e8d-86d0-4447-89f7-23cc72651568\",\n        \"uploadId\": 33893,\n        \"indexRequestKey\": 20220615034321.428,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655264583,\n        \"modifiedAt\": 1655264602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182378,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202178392,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33905,\n        \"toe\": \"E3JNBDCC84-H3FA8-TE46M\",\n        \"startedAt\": 1655262782,\n        \"endedAt\": 1655262811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7cee12b6-88c4-4c08-bc81-10683830dfa4\",\n        \"uploadId\": 33892,\n        \"indexRequestKey\": 20220615031330.044,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655262782,\n        \"modifiedAt\": 1655262811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182378,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204016976,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33904,\n        \"toe\": \"76S0BO19JP-88VO6-5BFQ0\",\n        \"startedAt\": 1655260982,\n        \"endedAt\": 1655261005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3a7f4d44-692d-4623-928d-707c82aaeaf7\",\n        \"uploadId\": 33891,\n        \"indexRequestKey\": 20220615024323.847,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655260982,\n        \"modifiedAt\": 1655261005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182357,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198953568,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33903,\n        \"toe\": \"GD7JRMDCBG-76BOK-QH1LJ\",\n        \"startedAt\": 1655259182,\n        \"endedAt\": 1655259206,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e39d13ea-966c-4169-8d65-b74341e4fee7\",\n        \"uploadId\": 33890,\n        \"indexRequestKey\": 20220615021325.579,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655259182,\n        \"modifiedAt\": 1655259206,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182357,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203053584,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33902,\n        \"toe\": \"4MHV4TT2OA-002D0-9AJDD\",\n        \"startedAt\": 1655257384,\n        \"endedAt\": 1655257405,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-96381025-71ce-4524-af7a-e2a3d97a4403\",\n        \"uploadId\": 33889,\n        \"indexRequestKey\": 20220615014324.145,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655257384,\n        \"modifiedAt\": 1655257405,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182343,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206345280,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33901,\n        \"toe\": \"05SJE8UPGG-BVKL8-M7MRL\",\n        \"startedAt\": 1655255586,\n        \"endedAt\": 1655255610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a61b998-54f2-44bc-9f06-db26ee66f19e\",\n        \"uploadId\": 33888,\n        \"indexRequestKey\": 20220615011328.905,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655255586,\n        \"modifiedAt\": 1655255610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182343,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199783696,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33900,\n        \"toe\": \"05NLB3211O-S5HSP-TNT6B\",\n        \"startedAt\": 1655253783,\n        \"endedAt\": 1655253815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-49dec9a7-b770-4f39-a396-c59fce6d92f1\",\n        \"uploadId\": 33887,\n        \"indexRequestKey\": 20220615004333.684,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655253783,\n        \"modifiedAt\": 1655253815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294448,\n        \"bytesInserted\": 43182324,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200937808,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33899,\n        \"toe\": \"TIMLNIQM4A-T0M4D-8E914\",\n        \"startedAt\": 1655251982,\n        \"endedAt\": 1655252006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3a953694-4c55-4ae9-8429-93b07f92cafd\",\n        \"uploadId\": 33886,\n        \"indexRequestKey\": 20220615001324.28,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655251982,\n        \"modifiedAt\": 1655252006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135511,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202463584,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33898,\n        \"toe\": \"50IO1J0Q8J-7EE74-UHE0J\",\n        \"startedAt\": 1655250182,\n        \"endedAt\": 1655250202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-12fd71e9-6293-4e66-85c1-c885c9099052\",\n        \"uploadId\": 33885,\n        \"indexRequestKey\": 20220614234321.39,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655250182,\n        \"modifiedAt\": 1655250202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135491,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200553920,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33897,\n        \"toe\": \"JFQ7UUCPIF-TAK6H-ICNIF\",\n        \"startedAt\": 1655248385,\n        \"endedAt\": 1655248404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-84b42edd-cb29-43b9-b252-b6ec38e74956\",\n        \"uploadId\": 33884,\n        \"indexRequestKey\": 20220614231323.274,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655248385,\n        \"modifiedAt\": 1655248404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135491,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208569496,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33896,\n        \"toe\": \"GU6TJM5KV6-J1D6I-8VPTD\",\n        \"startedAt\": 1655246580,\n        \"endedAt\": 1655246604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a4900c2d-f8f6-49eb-b23b-96bde12a8181\",\n        \"uploadId\": 33883,\n        \"indexRequestKey\": 20220614224323.544,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655246580,\n        \"modifiedAt\": 1655246604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202446504,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33895,\n        \"toe\": \"375Q6MS68G-N34U9-QNBK7\",\n        \"startedAt\": 1655244784,\n        \"endedAt\": 1655244823,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f9b8f427-1bd4-401c-b599-6218ad785ceb\",\n        \"uploadId\": 33882,\n        \"indexRequestKey\": 20220614221342.141,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655244784,\n        \"modifiedAt\": 1655244823,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135452,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202533016,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33894,\n        \"toe\": \"DMCGVH7IOR-SGLEA-4DNQ7\",\n        \"startedAt\": 1655242981,\n        \"endedAt\": 1655243013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a94992a-2adb-4606-8b7a-14c295de9aef\",\n        \"uploadId\": 33881,\n        \"indexRequestKey\": 20220614214332.051,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655242981,\n        \"modifiedAt\": 1655243013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135433,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206506448,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33893,\n        \"toe\": \"G0HOR8VHL5-LAQAC-25NK5\",\n        \"startedAt\": 1655241184,\n        \"endedAt\": 1655241239,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eb72377b-cbce-4114-a148-c7be17947515\",\n        \"uploadId\": 33880,\n        \"indexRequestKey\": 20220614211357.388,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655241184,\n        \"modifiedAt\": 1655241239,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135433,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201609096,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33892,\n        \"toe\": \"900RQ1I0UO-3MSNQ-A8V81\",\n        \"startedAt\": 1655239382,\n        \"endedAt\": 1655239407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2fe6130f-c60a-4f14-a597-b4853fca161d\",\n        \"uploadId\": 33879,\n        \"indexRequestKey\": 20220614204325.543,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655239382,\n        \"modifiedAt\": 1655239407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198476736,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33891,\n        \"toe\": \"B8715BBP9C-TMBKO-IOLEH\",\n        \"startedAt\": 1655237582,\n        \"endedAt\": 1655237608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d83ca315-da13-4030-964f-35557d01173e\",\n        \"uploadId\": 33878,\n        \"indexRequestKey\": 20220614201326.984,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655237582,\n        \"modifiedAt\": 1655237608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201959560,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33890,\n        \"toe\": \"GTEBE6JP5L-8VNT2-GR23A\",\n        \"startedAt\": 1655235781,\n        \"endedAt\": 1655235817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-90fb4dcb-dc52-48bf-b438-78c1992e1667\",\n        \"uploadId\": 33877,\n        \"indexRequestKey\": 20220614194336.186,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655235781,\n        \"modifiedAt\": 1655235817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135403,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202015912,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33889,\n        \"toe\": \"V3STQFG285-V3QIK-3FBIM\",\n        \"startedAt\": 1655233981,\n        \"endedAt\": 1655234004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a9a497c9-1a8d-430f-9a9b-afbf89ddb075\",\n        \"uploadId\": 33876,\n        \"indexRequestKey\": 20220614191323.107,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655233981,\n        \"modifiedAt\": 1655234004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135403,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202882472,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33888,\n        \"toe\": \"OOBFJF3CGC-EEK6G-36PKP\",\n        \"startedAt\": 1655232181,\n        \"endedAt\": 1655232211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-be906633-2cba-4fac-bf4b-4cf695fc121c\",\n        \"uploadId\": 33875,\n        \"indexRequestKey\": 20220614184329.505,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655232181,\n        \"modifiedAt\": 1655232211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135370,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202037472,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33887,\n        \"toe\": \"547GQ5RN2P-KD3CP-KFD5H\",\n        \"startedAt\": 1655230385,\n        \"endedAt\": 1655230404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bfaa6d67-e946-4172-8303-203f49f9f1f4\",\n        \"uploadId\": 33874,\n        \"indexRequestKey\": 20220614181323.065,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655230385,\n        \"modifiedAt\": 1655230404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135360,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203558056,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33886,\n        \"toe\": \"3FHTCBVMRG-R7G8O-12LE3\",\n        \"startedAt\": 1655228584,\n        \"endedAt\": 1655228603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9edf9307-27c9-4265-a6f4-c1da4ad9b82f\",\n        \"uploadId\": 33873,\n        \"indexRequestKey\": 20220614174321.963,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655228584,\n        \"modifiedAt\": 1655228603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135360,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201981688,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33885,\n        \"toe\": \"AQ1IH10KHM-SFTOC-6CJC1\",\n        \"startedAt\": 1655226780,\n        \"endedAt\": 1655226809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c4c95c99-288b-4897-ab55-bec219d9b1a1\",\n        \"uploadId\": 33872,\n        \"indexRequestKey\": 20220614171327.419,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655226780,\n        \"modifiedAt\": 1655226809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135360,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202841048,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33884,\n        \"toe\": \"3IO3P5OAL8-4FUN7-TDRDK\",\n        \"startedAt\": 1655224983,\n        \"endedAt\": 1655225017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5b91d3e4-16f1-41ab-ab81-620b6c43f46e\",\n        \"uploadId\": 33871,\n        \"indexRequestKey\": 20220614164335.385,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655224983,\n        \"modifiedAt\": 1655225017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135343,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207386856,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33883,\n        \"toe\": \"0EGKJT6G30-PGRKE-LDGP2\",\n        \"startedAt\": 1655223180,\n        \"endedAt\": 1655223209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-415b13b4-2148-4c52-a926-3d2cbca3ef7c\",\n        \"uploadId\": 33870,\n        \"indexRequestKey\": 20220614161327.382,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655223180,\n        \"modifiedAt\": 1655223209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135343,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198145248,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33882,\n        \"toe\": \"CI961360LF-I23NU-BNLQG\",\n        \"startedAt\": 1655221383,\n        \"endedAt\": 1655221409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eb14b27d-5c0a-425d-b53e-387d6690567f\",\n        \"uploadId\": 33869,\n        \"indexRequestKey\": 20220614154328.512,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655221383,\n        \"modifiedAt\": 1655221409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135312,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202440048,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33881,\n        \"toe\": \"3L5EKO09VE-MIOI5-H4LOR\",\n        \"startedAt\": 1655219585,\n        \"endedAt\": 1655219646,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-45bea9cf-1cba-41ab-9b70-b88befd2e551\",\n        \"uploadId\": 33868,\n        \"indexRequestKey\": 20220614151404.756,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655219585,\n        \"modifiedAt\": 1655219646,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135312,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198222112,\n        \"peakMemoryCommittedBytes\": 208142336,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33880,\n        \"toe\": \"OBEPSUEE5T-GFM3V-3LA2V\",\n        \"startedAt\": 1655217785,\n        \"endedAt\": 1655217813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-210aad9e-a8bb-408e-9227-8bfbde670c70\",\n        \"uploadId\": 33867,\n        \"indexRequestKey\": 20220614144331.491,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655217785,\n        \"modifiedAt\": 1655217813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135304,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202792240,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33879,\n        \"toe\": \"PD1AP3HNUS-28ABU-GC9ET\",\n        \"startedAt\": 1655215982,\n        \"endedAt\": 1655216024,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-31c0bf83-db0b-4213-b601-ed7282b7f03a\",\n        \"uploadId\": 33866,\n        \"indexRequestKey\": 20220614141342.138,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655215982,\n        \"modifiedAt\": 1655216024,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135304,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207614920,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33878,\n        \"toe\": \"V2UGTGTOG3-IPSI2-JGADB\",\n        \"startedAt\": 1655214182,\n        \"endedAt\": 1655214216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b6f54e3e-7a71-4a56-8df4-782dc0abc112\",\n        \"uploadId\": 33865,\n        \"indexRequestKey\": 20220614134334.95,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655214182,\n        \"modifiedAt\": 1655214216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135276,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202750240,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33877,\n        \"toe\": \"83ASI781A6-OUD7F-SQOQT\",\n        \"startedAt\": 1655212380,\n        \"endedAt\": 1655212415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3a86d2f2-5b44-44b9-a790-7a0f9ee1d43a\",\n        \"uploadId\": 33864,\n        \"indexRequestKey\": 20220614131333.289,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655212380,\n        \"modifiedAt\": 1655212415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135276,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203119088,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33876,\n        \"toe\": \"BBON2QU26M-2J3EA-VTT63\",\n        \"startedAt\": 1655210586,\n        \"endedAt\": 1655210619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aecc5afd-ffde-4dee-9693-b969efe652c2\",\n        \"uploadId\": 33863,\n        \"indexRequestKey\": 20220614124337.943,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655210586,\n        \"modifiedAt\": 1655210619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135270,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202029288,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33875,\n        \"toe\": \"I9Q5337CJ3-PNPGP-4SOMQ\",\n        \"startedAt\": 1655208782,\n        \"endedAt\": 1655208833,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-313c4faa-e287-4ab9-9d5d-0c66acbc7272\",\n        \"uploadId\": 33862,\n        \"indexRequestKey\": 20220614121352.209,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655208782,\n        \"modifiedAt\": 1655208833,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135270,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201351712,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33874,\n        \"toe\": \"62SCD3ROR3-V1P67-8M8U8\",\n        \"startedAt\": 1655206982,\n        \"endedAt\": 1655207008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9d6ceb5c-0d38-4ad3-b472-c9ae36206d1a\",\n        \"uploadId\": 33861,\n        \"indexRequestKey\": 20220614114327.497,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655206982,\n        \"modifiedAt\": 1655207008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135257,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202477264,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33873,\n        \"toe\": \"RNCNKV96FD-F5OH1-5RDFI\",\n        \"startedAt\": 1655205180,\n        \"endedAt\": 1655205221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2690d169-43a7-4c4c-8611-b7a2b8b0fbf2\",\n        \"uploadId\": 33860,\n        \"indexRequestKey\": 20220614111339.568,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655205180,\n        \"modifiedAt\": 1655205221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135257,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202542600,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33872,\n        \"toe\": \"BL9RGFEQD1-M5QAB-08JVR\",\n        \"startedAt\": 1655203380,\n        \"endedAt\": 1655203406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aceda169-9484-4688-a897-cb9cd6fab4cb\",\n        \"uploadId\": 33859,\n        \"indexRequestKey\": 20220614104325.117,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655203380,\n        \"modifiedAt\": 1655203406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135242,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205307888,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33871,\n        \"toe\": \"0OQEL3BE30-25OMD-M7OD8\",\n        \"startedAt\": 1655201582,\n        \"endedAt\": 1655201610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a2c06d9-9f52-453e-843d-d301e87addff\",\n        \"uploadId\": 33858,\n        \"indexRequestKey\": 20220614101329.374,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655201582,\n        \"modifiedAt\": 1655201610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135242,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208290920,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33870,\n        \"toe\": \"2IDSD3424O-R0QU9-OFVA3\",\n        \"startedAt\": 1655199782,\n        \"endedAt\": 1655199828,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ba84252b-8a53-4cea-914c-129d61194005\",\n        \"uploadId\": 33857,\n        \"indexRequestKey\": 20220614094347.092,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655199782,\n        \"modifiedAt\": 1655199828,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135233,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198056128,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33869,\n        \"toe\": \"UL4PSA2EHV-UJ6Q9-CRN30\",\n        \"startedAt\": 1655197982,\n        \"endedAt\": 1655198010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-607f29c8-d560-49e2-a6f7-5a8788524186\",\n        \"uploadId\": 33856,\n        \"indexRequestKey\": 20220614091328.858,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655197982,\n        \"modifiedAt\": 1655198010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135233,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203429280,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33868,\n        \"toe\": \"47EM0H04VU-0C0LC-9JHKP\",\n        \"startedAt\": 1655196184,\n        \"endedAt\": 1655196211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ebecac15-ec0c-41bd-b7aa-95198d78b345\",\n        \"uploadId\": 33855,\n        \"indexRequestKey\": 20220614084329.592,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655196184,\n        \"modifiedAt\": 1655196211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135232,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202927224,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33867,\n        \"toe\": \"8AJECOT26R-G5OO7-L9NP3\",\n        \"startedAt\": 1655194381,\n        \"endedAt\": 1655194409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ec30fe27-c3f2-49cb-9371-59a2a34f3852\",\n        \"uploadId\": 33854,\n        \"indexRequestKey\": 20220614081327.207,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655194381,\n        \"modifiedAt\": 1655194409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135232,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206515344,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33866,\n        \"toe\": \"L3HUO21ANU-AN4BA-SDTAP\",\n        \"startedAt\": 1655192585,\n        \"endedAt\": 1655192611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6de9c6b5-3c4e-49c1-93c6-a7dabc47980d\",\n        \"uploadId\": 33853,\n        \"indexRequestKey\": 20220614074329.688,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655192585,\n        \"modifiedAt\": 1655192611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135232,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204081752,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33865,\n        \"toe\": \"K5SIL38MKR-IRS4T-NEQ0F\",\n        \"startedAt\": 1655190781,\n        \"endedAt\": 1655190809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-04660e6c-e407-40a8-bfe0-db024d3b39fc\",\n        \"uploadId\": 33852,\n        \"indexRequestKey\": 20220614071327.846,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655190781,\n        \"modifiedAt\": 1655190809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135232,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202431080,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33864,\n        \"toe\": \"H14L30MHS4-NP5QC-CLIHG\",\n        \"startedAt\": 1655188984,\n        \"endedAt\": 1655189007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d4ba22e8-376b-4f8f-8032-c82b37f13573\",\n        \"uploadId\": 33851,\n        \"indexRequestKey\": 20220614064325.58,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655188984,\n        \"modifiedAt\": 1655189007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135229,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201314080,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33863,\n        \"toe\": \"DRQN228VNL-AH6S6-PNK65\",\n        \"startedAt\": 1655187184,\n        \"endedAt\": 1655187212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a6bab942-2d5a-45a0-b675-931f50485f4c\",\n        \"uploadId\": 33850,\n        \"indexRequestKey\": 20220614061330.798,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655187184,\n        \"modifiedAt\": 1655187212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294149,\n        \"bytesInserted\": 43135229,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198497152,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33862,\n        \"toe\": \"3OF3R0J7JA-O679Q-FBAAG\",\n        \"startedAt\": 1655185382,\n        \"endedAt\": 1655185402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-673481bc-5dc3-4519-aff2-b0bc97b7c9b4\",\n        \"uploadId\": 33849,\n        \"indexRequestKey\": 20220614054321.455,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655185382,\n        \"modifiedAt\": 1655185402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124217,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198371864,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33861,\n        \"toe\": \"PV82UO4QSP-TFAH2-4USBC\",\n        \"startedAt\": 1655183584,\n        \"endedAt\": 1655183604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1c220778-8b5e-41e0-9ef3-ab9319ea63e3\",\n        \"uploadId\": 33848,\n        \"indexRequestKey\": 20220614051323.085,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655183584,\n        \"modifiedAt\": 1655183604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124217,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203260280,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33860,\n        \"toe\": \"NB8ORPJ7AE-3VIRK-PLOGT\",\n        \"startedAt\": 1655181785,\n        \"endedAt\": 1655181810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e2d7213a-2333-4dc1-88c8-8509d2cb53d3\",\n        \"uploadId\": 33847,\n        \"indexRequestKey\": 20220614044329.131,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655181785,\n        \"modifiedAt\": 1655181810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124212,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202345480,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33859,\n        \"toe\": \"2H3570E4R3-F0LR8-CSD39\",\n        \"startedAt\": 1655179992,\n        \"endedAt\": 1655180015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2fdf3d61-6a8d-4dd5-a550-53522cdedfa2\",\n        \"uploadId\": 33846,\n        \"indexRequestKey\": 20220614041333.746,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655179992,\n        \"modifiedAt\": 1655180015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124212,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202858104,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33858,\n        \"toe\": \"I5O2IRN9LH-BU2VG-2NPC9\",\n        \"startedAt\": 1655178184,\n        \"endedAt\": 1655178221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1117326c-16ce-4f82-ad78-65ccc4c7c89e\",\n        \"uploadId\": 33845,\n        \"indexRequestKey\": 20220614034339.831,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655178184,\n        \"modifiedAt\": 1655178221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124203,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202608144,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33857,\n        \"toe\": \"4CQOOEOLMU-J25DQ-PD8F1\",\n        \"startedAt\": 1655176382,\n        \"endedAt\": 1655176405,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-727e5f51-9cf0-4fdd-97d5-a304838c26e8\",\n        \"uploadId\": 33844,\n        \"indexRequestKey\": 20220614031324.339,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655176382,\n        \"modifiedAt\": 1655176405,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124203,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202765688,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33856,\n        \"toe\": \"55A0QJ6FOH-8SU70-ASRH3\",\n        \"startedAt\": 1655174580,\n        \"endedAt\": 1655174611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-159847e7-7d96-4d80-b117-ddd139823d12\",\n        \"uploadId\": 33843,\n        \"indexRequestKey\": 20220614024329.515,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655174580,\n        \"modifiedAt\": 1655174611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124187,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203562624,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33855,\n        \"toe\": \"ANF1DMUNTN-51ISM-HT255\",\n        \"startedAt\": 1655172782,\n        \"endedAt\": 1655172803,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dcb80c49-6a90-4ef9-9ad8-bd766312af95\",\n        \"uploadId\": 33842,\n        \"indexRequestKey\": 20220614021322.04,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655172782,\n        \"modifiedAt\": 1655172803,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124187,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199780688,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33854,\n        \"toe\": \"LFPGKQL8P4-5OIRN-6FMCD\",\n        \"startedAt\": 1655170981,\n        \"endedAt\": 1655171008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d2588aeb-fec2-4b8a-bb94-926f95db1e15\",\n        \"uploadId\": 33841,\n        \"indexRequestKey\": 20220614014326.641,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655170981,\n        \"modifiedAt\": 1655171008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124177,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200461224,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33853,\n        \"toe\": \"FTGD01QGL3-LJPEB-D3KDI\",\n        \"startedAt\": 1655169183,\n        \"endedAt\": 1655169202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-18b55224-b8c7-4645-804c-ed4329b91d1d\",\n        \"uploadId\": 33840,\n        \"indexRequestKey\": 20220614011321.318,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655169183,\n        \"modifiedAt\": 1655169202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124177,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206892760,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33852,\n        \"toe\": \"HBPR531MPM-GKTI2-N43IO\",\n        \"startedAt\": 1655167382,\n        \"endedAt\": 1655167412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-33310629-860c-4604-8694-8d2a80faee5d\",\n        \"uploadId\": 33839,\n        \"indexRequestKey\": 20220614004330.516,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655167382,\n        \"modifiedAt\": 1655167412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 294072,\n        \"bytesInserted\": 43124163,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202918408,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33851,\n        \"toe\": \"ACLV2S5HHV-ITQG6-PCIJ7\",\n        \"startedAt\": 1655165584,\n        \"endedAt\": 1655165610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ba28e572-a918-4198-86f1-e9cf98ab2a64\",\n        \"uploadId\": 33838,\n        \"indexRequestKey\": 20220614001329.144,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655165584,\n        \"modifiedAt\": 1655165610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086331,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201760304,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33850,\n        \"toe\": \"0ALV4DFSTR-0JC1K-O9PF4\",\n        \"startedAt\": 1655163784,\n        \"endedAt\": 1655163806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0e9814b7-32ec-409e-aed4-c05f080c940f\",\n        \"uploadId\": 33837,\n        \"indexRequestKey\": 20220613234324.895,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655163784,\n        \"modifiedAt\": 1655163806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086313,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200213336,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33849,\n        \"toe\": \"DBLTQBFQUB-GRLQP-BT4JA\",\n        \"startedAt\": 1655161985,\n        \"endedAt\": 1655162006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a9b719ad-f137-4739-84b6-445cfa31a0b6\",\n        \"uploadId\": 33836,\n        \"indexRequestKey\": 20220613231324.847,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655161985,\n        \"modifiedAt\": 1655162006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086217,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202012872,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33848,\n        \"toe\": \"24A2CGGJFV-TPRSN-RNJU2\",\n        \"startedAt\": 1655160180,\n        \"endedAt\": 1655160202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cb826040-1c74-4dad-9f14-dc87132405fd\",\n        \"uploadId\": 33835,\n        \"indexRequestKey\": 20220613224320.55,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655160180,\n        \"modifiedAt\": 1655160202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086152,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203073992,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33847,\n        \"toe\": \"AIEUO96FFV-HDDCB-UJR72\",\n        \"startedAt\": 1655158383,\n        \"endedAt\": 1655158414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6fea1505-b2be-41ce-8e06-08b71a171644\",\n        \"uploadId\": 33834,\n        \"indexRequestKey\": 20220613221333.096,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655158383,\n        \"modifiedAt\": 1655158414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086152,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200247296,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33846,\n        \"toe\": \"0SPHH52LE7-I15NR-HBNE7\",\n        \"startedAt\": 1655156588,\n        \"endedAt\": 1655156608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fc1dd15e-bd6b-409f-818c-d73e02915846\",\n        \"uploadId\": 33833,\n        \"indexRequestKey\": 20220613214326.979,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655156588,\n        \"modifiedAt\": 1655156608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086137,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203276408,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33845,\n        \"toe\": \"S5JDUKS7R8-QARQF-Q35DG\",\n        \"startedAt\": 1655154786,\n        \"endedAt\": 1655154814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8e3884e3-5985-46eb-9cf1-9c41e0095c82\",\n        \"uploadId\": 33832,\n        \"indexRequestKey\": 20220613211332.489,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655154786,\n        \"modifiedAt\": 1655154814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086137,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200981552,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33844,\n        \"toe\": \"PIFV4TOGES-1G53R-GUJCV\",\n        \"startedAt\": 1655152983,\n        \"endedAt\": 1655153012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-15fb0d5d-b7bb-485f-9b1f-ad186ea4c301\",\n        \"uploadId\": 33831,\n        \"indexRequestKey\": 20220613204331.398,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655152983,\n        \"modifiedAt\": 1655153012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202349272,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33843,\n        \"toe\": \"KBJCSITFUP-O0N4E-KB6HN\",\n        \"startedAt\": 1655151184,\n        \"endedAt\": 1655151210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0a73295a-daa3-4f0c-a0f2-a420a470a8df\",\n        \"uploadId\": 33830,\n        \"indexRequestKey\": 20220613201328.355,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655151184,\n        \"modifiedAt\": 1655151210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203509768,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33842,\n        \"toe\": \"IFIN7AD85H-5A8V1-TUR5A\",\n        \"startedAt\": 1655149383,\n        \"endedAt\": 1655149412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-deca1ce4-e298-4f63-9223-902828853771\",\n        \"uploadId\": 33829,\n        \"indexRequestKey\": 20220613194330.619,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655149383,\n        \"modifiedAt\": 1655149412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086108,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201534128,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33841,\n        \"toe\": \"UBUNMA7JMI-FHDEP-F1FRM\",\n        \"startedAt\": 1655147583,\n        \"endedAt\": 1655147621,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b6a0e134-6c09-4b29-baea-b0cd1df4f3d3\",\n        \"uploadId\": 33828,\n        \"indexRequestKey\": 20220613191340.225,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655147583,\n        \"modifiedAt\": 1655147621,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086108,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207972744,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33840,\n        \"toe\": \"S2I0V4UKCB-KTLIN-JNT2B\",\n        \"startedAt\": 1655145784,\n        \"endedAt\": 1655145808,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-05158f70-a2ae-4bf5-b65c-0fea0e502f5f\",\n        \"uploadId\": 33827,\n        \"indexRequestKey\": 20220613184326.82,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655145784,\n        \"modifiedAt\": 1655145808,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086086,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202047832,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33839,\n        \"toe\": \"ELGB5SQU84-6072N-TIJ5P\",\n        \"startedAt\": 1655143982,\n        \"endedAt\": 1655144009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f6e11839-13ca-4338-bcd4-86dd0b5c17a8\",\n        \"uploadId\": 33826,\n        \"indexRequestKey\": 20220613181327.332,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655143982,\n        \"modifiedAt\": 1655144009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086086,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198465512,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33838,\n        \"toe\": \"124B4SDGVO-JDLLT-9AUUK\",\n        \"startedAt\": 1655142180,\n        \"endedAt\": 1655142201,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-45358eee-c600-408d-83f5-74073373707b\",\n        \"uploadId\": 33825,\n        \"indexRequestKey\": 20220613174319.759,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655142180,\n        \"modifiedAt\": 1655142201,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086071,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203169608,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33837,\n        \"toe\": \"TJ4KSFMJQU-P1ETS-S7MDB\",\n        \"startedAt\": 1655140381,\n        \"endedAt\": 1655140418,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a5b51670-cf4f-4ae4-bf66-b403d845a7dc\",\n        \"uploadId\": 33824,\n        \"indexRequestKey\": 20220613171337.168,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655140381,\n        \"modifiedAt\": 1655140418,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086071,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201875856,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33836,\n        \"toe\": \"SAGMHIT0DK-7LV0H-F1KTB\",\n        \"startedAt\": 1655138583,\n        \"endedAt\": 1655138611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e625b216-f1a5-4cd1-b38d-ddee30c5b5e5\",\n        \"uploadId\": 33823,\n        \"indexRequestKey\": 20220613164329.165,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655138583,\n        \"modifiedAt\": 1655138611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086048,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203781656,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33835,\n        \"toe\": \"193983QNQG-9RJPF-LKN1B\",\n        \"startedAt\": 1655136780,\n        \"endedAt\": 1655136816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e6d33217-5922-458f-9980-eee4dc1e0d93\",\n        \"uploadId\": 33822,\n        \"indexRequestKey\": 20220613161334.193,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655136780,\n        \"modifiedAt\": 1655136816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086048,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201861456,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33834,\n        \"toe\": \"KIRBMIN42J-O9MOC-BEG3B\",\n        \"startedAt\": 1655134984,\n        \"endedAt\": 1655135017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-12f82e85-bf7d-4cde-9de8-c24be54dcbeb\",\n        \"uploadId\": 33821,\n        \"indexRequestKey\": 20220613154335.982,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655134984,\n        \"modifiedAt\": 1655135017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086024,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205505856,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33833,\n        \"toe\": \"LEOBB8VHBV-5R2B1-CGNLT\",\n        \"startedAt\": 1655133184,\n        \"endedAt\": 1655133215,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-80b7b857-a126-49aa-93cd-cce8db2a0a61\",\n        \"uploadId\": 33820,\n        \"indexRequestKey\": 20220613151333.986,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655133184,\n        \"modifiedAt\": 1655133215,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086024,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203664304,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33832,\n        \"toe\": \"8RG284IO8N-0SCRH-BKUD2\",\n        \"startedAt\": 1655131380,\n        \"endedAt\": 1655131409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1d0f3697-c7cc-4221-97a0-69714f09f0a3\",\n        \"uploadId\": 33819,\n        \"indexRequestKey\": 20220613144328.183,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655131380,\n        \"modifiedAt\": 1655131409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086015,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203175944,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33831,\n        \"toe\": \"G1AG5A1GET-I26UD-TLJT0\",\n        \"startedAt\": 1655129582,\n        \"endedAt\": 1655129619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-671b11bb-0299-476d-a274-1e8b0be8250c\",\n        \"uploadId\": 33818,\n        \"indexRequestKey\": 20220613141337.792,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655129582,\n        \"modifiedAt\": 1655129619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086015,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200482856,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33830,\n        \"toe\": \"O70AU79IMA-TODG9-IUNIU\",\n        \"startedAt\": 1655127780,\n        \"endedAt\": 1655127807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-749e8a55-65d8-4615-8b7a-308b88b78fb5\",\n        \"uploadId\": 33817,\n        \"indexRequestKey\": 20220613134325.708,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655127780,\n        \"modifiedAt\": 1655127807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202375688,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33829,\n        \"toe\": \"S6V5L0KHM0-OEBPN-Q0B87\",\n        \"startedAt\": 1655125982,\n        \"endedAt\": 1655126006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-df1f61dd-0061-4e60-af2a-1bc341299485\",\n        \"uploadId\": 33816,\n        \"indexRequestKey\": 20220613131324.778,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655125982,\n        \"modifiedAt\": 1655126006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201339688,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33828,\n        \"toe\": \"GLTK6NGKPO-5CG7P-K0I4B\",\n        \"startedAt\": 1655124184,\n        \"endedAt\": 1655124219,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-908271e6-cfda-4a04-ac18-1fd79c24238e\",\n        \"uploadId\": 33815,\n        \"indexRequestKey\": 20220613124337.684,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655124184,\n        \"modifiedAt\": 1655124219,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086001,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200481648,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33827,\n        \"toe\": \"DIO7GV2FOO-KERHR-D5M84\",\n        \"startedAt\": 1655122382,\n        \"endedAt\": 1655122406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3c51aecb-5f40-4116-9dde-c4853922758a\",\n        \"uploadId\": 33814,\n        \"indexRequestKey\": 20220613121324.789,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655122382,\n        \"modifiedAt\": 1655122406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43086001,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199756248,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33826,\n        \"toe\": \"S61R5PEB4B-S6U6M-F9FGG\",\n        \"startedAt\": 1655120580,\n        \"endedAt\": 1655120603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8284d60f-c0e9-44dd-98c3-6d075b3dbd91\",\n        \"uploadId\": 33813,\n        \"indexRequestKey\": 20220613114322.203,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655120580,\n        \"modifiedAt\": 1655120603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085986,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203263008,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33825,\n        \"toe\": \"4N6VT94EQH-HK28G-VDIBB\",\n        \"startedAt\": 1655118784,\n        \"endedAt\": 1655118807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8ea77229-f5a1-4c12-b6e4-5da7f532612a\",\n        \"uploadId\": 33812,\n        \"indexRequestKey\": 20220613111325.467,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655118784,\n        \"modifiedAt\": 1655118807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085986,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202281208,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33824,\n        \"toe\": \"U4VO7SVQT3-14OV9-S842H\",\n        \"startedAt\": 1655116981,\n        \"endedAt\": 1655117005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6b79a86c-6f38-437f-9dbe-206758b71f92\",\n        \"uploadId\": 33811,\n        \"indexRequestKey\": 20220613104323.942,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655116981,\n        \"modifiedAt\": 1655117005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085975,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201858624,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33823,\n        \"toe\": \"4TJIDJNA8U-2K2JN-4HRMR\",\n        \"startedAt\": 1655115182,\n        \"endedAt\": 1655115209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-790f05d8-1f01-4947-801c-bd3fe808f9a8\",\n        \"uploadId\": 33810,\n        \"indexRequestKey\": 20220613101328.204,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655115182,\n        \"modifiedAt\": 1655115209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085975,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205785320,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33822,\n        \"toe\": \"2QF1BBBI71-IG9N8-F6C7O\",\n        \"startedAt\": 1655113382,\n        \"endedAt\": 1655113407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6951b8e0-a298-4117-a00e-a90964343695\",\n        \"uploadId\": 33809,\n        \"indexRequestKey\": 20220613094326.078,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655113382,\n        \"modifiedAt\": 1655113407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085963,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204200400,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33821,\n        \"toe\": \"EMT0SJBH6O-97TF4-J36GA\",\n        \"startedAt\": 1655111580,\n        \"endedAt\": 1655111622,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-60c292d5-59c1-4b19-b95f-7a540bf589ba\",\n        \"uploadId\": 33808,\n        \"indexRequestKey\": 20220613091340.508,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655111580,\n        \"modifiedAt\": 1655111622,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085963,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206664752,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33820,\n        \"toe\": \"MMGRDT2FIM-6GAUB-7NHSB\",\n        \"startedAt\": 1655109782,\n        \"endedAt\": 1655109819,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-070a92de-f32e-4bcb-b458-6dd46a8cc988\",\n        \"uploadId\": 33807,\n        \"indexRequestKey\": 20220613084337.937,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655109782,\n        \"modifiedAt\": 1655109819,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085963,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203854776,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33819,\n        \"toe\": \"ROEUA6PHUJ-HHPOK-HUMH2\",\n        \"startedAt\": 1655107984,\n        \"endedAt\": 1655108024,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1826bc25-f530-4032-9ca6-a2c95c74205f\",\n        \"uploadId\": 33806,\n        \"indexRequestKey\": 20220613081343.278,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655107984,\n        \"modifiedAt\": 1655108024,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085963,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200585320,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33818,\n        \"toe\": \"IRKAM4I8J3-5QO9D-K83EP\",\n        \"startedAt\": 1655106185,\n        \"endedAt\": 1655106214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f41a7896-7073-4267-bf27-a2052cf1b3d4\",\n        \"uploadId\": 33805,\n        \"indexRequestKey\": 20220613074332.949,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655106185,\n        \"modifiedAt\": 1655106214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085958,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202499960,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33817,\n        \"toe\": \"S9R6S80I87-T7M3Q-1807H\",\n        \"startedAt\": 1655104381,\n        \"endedAt\": 1655104422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d0e431b6-8556-4e8d-8f0e-a127acab5d8f\",\n        \"uploadId\": 33804,\n        \"indexRequestKey\": 20220613071341.454,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655104381,\n        \"modifiedAt\": 1655104422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085958,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203752048,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33816,\n        \"toe\": \"64N1MMK6A5-U5KIG-FA3DG\",\n        \"startedAt\": 1655102580,\n        \"endedAt\": 1655102610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-863b9f72-2ef3-4960-b6f7-64065a1b6a59\",\n        \"uploadId\": 33803,\n        \"indexRequestKey\": 20220613064329.015,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655102580,\n        \"modifiedAt\": 1655102610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085957,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206632888,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33815,\n        \"toe\": \"Q2PA50ELJH-R7VQH-ORBBO\",\n        \"startedAt\": 1655100781,\n        \"endedAt\": 1655100813,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b1d74935-acc8-4aad-8ec7-575d8b00f68e\",\n        \"uploadId\": 33802,\n        \"indexRequestKey\": 20220613061332.261,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655100781,\n        \"modifiedAt\": 1655100813,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293814,\n        \"bytesInserted\": 43085957,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201914016,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33814,\n        \"toe\": \"JP6IS3KCTE-8BDTF-3C98R\",\n        \"startedAt\": 1655098980,\n        \"endedAt\": 1655099006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9dab4169-20c0-482a-9e81-07e7c5b8da50\",\n        \"uploadId\": 33801,\n        \"indexRequestKey\": 20220613054325.55,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655098980,\n        \"modifiedAt\": 1655099006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074987,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206385320,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33813,\n        \"toe\": \"ACRCTHPHMQ-T2A6H-AF10U\",\n        \"startedAt\": 1655097184,\n        \"endedAt\": 1655097225,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-93f60cd1-7130-4654-a0c6-d2f03a339527\",\n        \"uploadId\": 33800,\n        \"indexRequestKey\": 20220613051344.21,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655097184,\n        \"modifiedAt\": 1655097225,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074987,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201391432,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33812,\n        \"toe\": \"3DG5HGM6UT-H2LI3-LT4TM\",\n        \"startedAt\": 1655095388,\n        \"endedAt\": 1655095412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8b63d468-0ec6-4c76-929d-8cbdb896c1d7\",\n        \"uploadId\": 33799,\n        \"indexRequestKey\": 20220613044331.636,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655095388,\n        \"modifiedAt\": 1655095412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074975,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201415488,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33811,\n        \"toe\": \"DJAKL7FSN5-46HKL-2VI3M\",\n        \"startedAt\": 1655093589,\n        \"endedAt\": 1655093620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4feb4ac2-0f5e-4823-b321-d575a23b0be8\",\n        \"uploadId\": 33798,\n        \"indexRequestKey\": 20220613041338.906,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655093589,\n        \"modifiedAt\": 1655093620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074975,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203488304,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33810,\n        \"toe\": \"DOU1LPLQL7-47UO6-05GL0\",\n        \"startedAt\": 1655091780,\n        \"endedAt\": 1655091802,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aab89fc9-7c3a-44ed-8f2f-6e1e3b5af91b\",\n        \"uploadId\": 33797,\n        \"indexRequestKey\": 20220613034320.971,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655091780,\n        \"modifiedAt\": 1655091802,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074971,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201198160,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33809,\n        \"toe\": \"9DI9UHJSOR-56P75-3T7A8\",\n        \"startedAt\": 1655089982,\n        \"endedAt\": 1655090012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2060e99e-d141-45dd-9477-492421823eef\",\n        \"uploadId\": 33796,\n        \"indexRequestKey\": 20220613031330.486,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655089982,\n        \"modifiedAt\": 1655090012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074971,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203917144,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33808,\n        \"toe\": \"GG0KGO264I-CP9RN-EGC9R\",\n        \"startedAt\": 1655088183,\n        \"endedAt\": 1655088210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e26f8d74-2cc7-4ae6-942a-6a498392efee\",\n        \"uploadId\": 33795,\n        \"indexRequestKey\": 20220613024329.371,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655088183,\n        \"modifiedAt\": 1655088210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074965,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202690376,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33807,\n        \"toe\": \"V043920K0B-R463F-NFTSV\",\n        \"startedAt\": 1655086384,\n        \"endedAt\": 1655086422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f71c34c4-d230-4216-ba44-116e190f4c80\",\n        \"uploadId\": 33794,\n        \"indexRequestKey\": 20220613021341.138,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655086384,\n        \"modifiedAt\": 1655086422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074965,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202149456,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33806,\n        \"toe\": \"C71BO5J0MM-P6A32-U2I8Q\",\n        \"startedAt\": 1655084583,\n        \"endedAt\": 1655084614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-62d5c05f-da12-4172-a7c7-71f26d4ea9f6\",\n        \"uploadId\": 33793,\n        \"indexRequestKey\": 20220613014333.074,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655084583,\n        \"modifiedAt\": 1655084614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203272224,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33805,\n        \"toe\": \"V0KCRBLI5A-U4ULS-9HNKM\",\n        \"startedAt\": 1655082785,\n        \"endedAt\": 1655082825,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-015911fb-a83e-4db4-b9e7-bfe9eafe9767\",\n        \"uploadId\": 33792,\n        \"indexRequestKey\": 20220613011343.302,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655082785,\n        \"modifiedAt\": 1655082825,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202477440,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33804,\n        \"toe\": \"044ENASABF-6IU1T-2FQCR\",\n        \"startedAt\": 1655080980,\n        \"endedAt\": 1655081008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-342a55a5-a745-42e8-acf8-b3f75ebf6c25\",\n        \"uploadId\": 33791,\n        \"indexRequestKey\": 20220613004327.086,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655080980,\n        \"modifiedAt\": 1655081008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293737,\n        \"bytesInserted\": 43074947,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207553048,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33803,\n        \"toe\": \"EQ4AC6H1MS-IKS6A-38MHN\",\n        \"startedAt\": 1655079181,\n        \"endedAt\": 1655079222,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-84621923-0b49-4b7a-b9d6-e175d2999922\",\n        \"uploadId\": 33790,\n        \"indexRequestKey\": 20220613001341.108,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655079181,\n        \"modifiedAt\": 1655079222,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293741,\n        \"bytesInserted\": 43077150,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202928856,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33802,\n        \"toe\": \"1Q83TDRSHO-41KLN-82J33\",\n        \"startedAt\": 1655077383,\n        \"endedAt\": 1655077432,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0d4190c3-1d49-4b73-aa73-be4a7046cd51\",\n        \"uploadId\": 33789,\n        \"indexRequestKey\": 20220612234350.775,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655077383,\n        \"modifiedAt\": 1655077432,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037083,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202629280,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33801,\n        \"toe\": \"IUMP7VA4AR-VFJ6Q-NA5PG\",\n        \"startedAt\": 1655075582,\n        \"endedAt\": 1655075608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eb63c525-9a96-44c2-8ccd-b448a1eac2a6\",\n        \"uploadId\": 33788,\n        \"indexRequestKey\": 20220612231326.452,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655075582,\n        \"modifiedAt\": 1655075608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037083,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205177528,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33800,\n        \"toe\": \"7A5HSJG26R-2US86-PGK7I\",\n        \"startedAt\": 1655073784,\n        \"endedAt\": 1655073816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eb0dd894-bea8-4977-b72c-a3dc06669982\",\n        \"uploadId\": 33787,\n        \"indexRequestKey\": 20220612224334.918,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655073784,\n        \"modifiedAt\": 1655073816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037069,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201293976,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33799,\n        \"toe\": \"5EHVKJOF14-UU6AR-RR4G3\",\n        \"startedAt\": 1655071984,\n        \"endedAt\": 1655072017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2b673811-a924-4521-be0d-a70de2cde752\",\n        \"uploadId\": 33786,\n        \"indexRequestKey\": 20220612221335.222,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655071984,\n        \"modifiedAt\": 1655072017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037069,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200180200,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33798,\n        \"toe\": \"DSAP06LJUM-PQ43D-8EIB8\",\n        \"startedAt\": 1655070183,\n        \"endedAt\": 1655070213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3e962a36-2c2b-429d-b06e-cd2f3566e491\",\n        \"uploadId\": 33785,\n        \"indexRequestKey\": 20220612214331.799,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655070183,\n        \"modifiedAt\": 1655070213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037052,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201601192,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33797,\n        \"toe\": \"D9OSILJP25-C055O-VF6B5\",\n        \"startedAt\": 1655068384,\n        \"endedAt\": 1655068420,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67f8d004-5a8f-4512-813e-24bb3ec9857f\",\n        \"uploadId\": 33784,\n        \"indexRequestKey\": 20220612211338.762,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655068384,\n        \"modifiedAt\": 1655068420,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037052,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201907992,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33796,\n        \"toe\": \"9J5AVUI3H8-AD0M3-B6E52\",\n        \"startedAt\": 1655066584,\n        \"endedAt\": 1655066611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2a1b1617-0102-41bc-80c9-8c037a4bd1dd\",\n        \"uploadId\": 33783,\n        \"indexRequestKey\": 20220612204330.32,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655066584,\n        \"modifiedAt\": 1655066611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037042,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200695736,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33795,\n        \"toe\": \"UE73LUEHF9-0JDF0-GIN3M\",\n        \"startedAt\": 1655064783,\n        \"endedAt\": 1655064812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6f23d0e9-ce72-4a5b-854a-a8fae89092de\",\n        \"uploadId\": 33782,\n        \"indexRequestKey\": 20220612201330.443,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655064783,\n        \"modifiedAt\": 1655064812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037042,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201832568,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33794,\n        \"toe\": \"9TM5CD9HFB-A7779-HOOFH\",\n        \"startedAt\": 1655062983,\n        \"endedAt\": 1655063015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-899930dc-ef62-4454-a0e6-90513ff2d3e8\",\n        \"uploadId\": 33781,\n        \"indexRequestKey\": 20220612194334.411,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655062983,\n        \"modifiedAt\": 1655063015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037040,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202546088,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33793,\n        \"toe\": \"VE394FEV9B-QM7Q5-BABCI\",\n        \"startedAt\": 1655061184,\n        \"endedAt\": 1655061219,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-24bf9624-64c9-4425-b8b9-9f5d23122533\",\n        \"uploadId\": 33780,\n        \"indexRequestKey\": 20220612191337.377,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655061184,\n        \"modifiedAt\": 1655061219,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037040,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202032352,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33792,\n        \"toe\": \"7MJP7U5F3U-PC8S8-9TM9A\",\n        \"startedAt\": 1655059384,\n        \"endedAt\": 1655059427,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b5cf1b25-f947-40c3-abd4-2e0640ae632c\",\n        \"uploadId\": 33779,\n        \"indexRequestKey\": 20220612184345.521,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655059384,\n        \"modifiedAt\": 1655059427,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037036,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202950768,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33791,\n        \"toe\": \"UJLTNQ0C17-4B7O2-LIFUE\",\n        \"startedAt\": 1655057582,\n        \"endedAt\": 1655057609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2491e3e3-e77b-45ac-a739-d1d70a5111cd\",\n        \"uploadId\": 33778,\n        \"indexRequestKey\": 20220612181327.993,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655057582,\n        \"modifiedAt\": 1655057609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037036,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201239096,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33790,\n        \"toe\": \"C372ALTCQD-3QKKB-1J9FP\",\n        \"startedAt\": 1655055780,\n        \"endedAt\": 1655055818,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-57011d6a-1ea7-44b3-8097-8dfe1f79e657\",\n        \"uploadId\": 33777,\n        \"indexRequestKey\": 20220612174336.444,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655055780,\n        \"modifiedAt\": 1655055818,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037033,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206471200,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33789,\n        \"toe\": \"2M31P25762-OOPF9-DB6Q8\",\n        \"startedAt\": 1655053982,\n        \"endedAt\": 1655054015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a110501d-a7bc-45da-a534-3f053dec4b00\",\n        \"uploadId\": 33776,\n        \"indexRequestKey\": 20220612171333.743,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655053982,\n        \"modifiedAt\": 1655054015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037033,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203524272,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33788,\n        \"toe\": \"JT1N3TNV65-KVGRO-A1506\",\n        \"startedAt\": 1655052182,\n        \"endedAt\": 1655052233,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5849008-13a9-4e1b-b4e7-39635841f1b1\",\n        \"uploadId\": 33775,\n        \"indexRequestKey\": 20220612164352.48,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655052182,\n        \"modifiedAt\": 1655052233,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202564272,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33787,\n        \"toe\": \"4BF7PMAUV9-FS6I1-P3U38\",\n        \"startedAt\": 1655050384,\n        \"endedAt\": 1655050419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-07a2618f-c328-422b-be1d-15f7b306d187\",\n        \"uploadId\": 33774,\n        \"indexRequestKey\": 20220612161337.774,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655050384,\n        \"modifiedAt\": 1655050419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200448304,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33786,\n        \"toe\": \"9K8L0PL7C1-3HJBV-O0NM8\",\n        \"startedAt\": 1655048581,\n        \"endedAt\": 1655048619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c3d88003-a341-49be-9998-a6da5bd47036\",\n        \"uploadId\": 33773,\n        \"indexRequestKey\": 20220612154338.017,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655048581,\n        \"modifiedAt\": 1655048619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037015,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202543952,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33785,\n        \"toe\": \"JAJ3UGVPB1-G4AGQ-V51DJ\",\n        \"startedAt\": 1655046783,\n        \"endedAt\": 1655046819,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f7773a0d-eae2-4c6e-8832-ec862b54719c\",\n        \"uploadId\": 33772,\n        \"indexRequestKey\": 20220612151338.462,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655046783,\n        \"modifiedAt\": 1655046819,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037015,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201102256,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33784,\n        \"toe\": \"NQ3B00KPUF-IPU96-6Q9H3\",\n        \"startedAt\": 1655044981,\n        \"endedAt\": 1655045013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a7491f04-5179-4fad-9600-35a5005155de\",\n        \"uploadId\": 33771,\n        \"indexRequestKey\": 20220612144332.292,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655044981,\n        \"modifiedAt\": 1655045013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037002,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201060120,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33783,\n        \"toe\": \"30B0NV2D0B-1C9B6-FV03H\",\n        \"startedAt\": 1655043180,\n        \"endedAt\": 1655043207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-78494c36-4652-4627-b445-74ed2643aa48\",\n        \"uploadId\": 33770,\n        \"indexRequestKey\": 20220612141325.918,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655043180,\n        \"modifiedAt\": 1655043207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43037002,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199810304,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33782,\n        \"toe\": \"FTMBDM5UO6-MPFL9-0KC8U\",\n        \"startedAt\": 1655041383,\n        \"endedAt\": 1655041416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-eac5f679-36b9-4832-ac79-b6c2b02d6c10\",\n        \"uploadId\": 33769,\n        \"indexRequestKey\": 20220612134335.331,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655041383,\n        \"modifiedAt\": 1655041416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036994,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201997760,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33781,\n        \"toe\": \"35H1VB14DT-046N1-85NNO\",\n        \"startedAt\": 1655039586,\n        \"endedAt\": 1655039620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a7078e96-0e02-466a-ba78-8c4c9d80831d\",\n        \"uploadId\": 33768,\n        \"indexRequestKey\": 20220612131339.24,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655039586,\n        \"modifiedAt\": 1655039620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036994,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202050816,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33780,\n        \"toe\": \"LSNDGKU7SH-EMJTI-01948\",\n        \"startedAt\": 1655037787,\n        \"endedAt\": 1655037840,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-58e7d857-2ba6-4b35-b111-de5fb07a6f55\",\n        \"uploadId\": 33767,\n        \"indexRequestKey\": 20220612124359.062,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655037787,\n        \"modifiedAt\": 1655037840,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036989,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208171848,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33779,\n        \"toe\": \"AVR1JM0VBU-4R451-I44CP\",\n        \"startedAt\": 1655035982,\n        \"endedAt\": 1655036004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0faf761f-8ccd-48fc-86ee-0d292277b4da\",\n        \"uploadId\": 33766,\n        \"indexRequestKey\": 20220612121322.572,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655035982,\n        \"modifiedAt\": 1655036004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036989,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203257216,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33778,\n        \"toe\": \"3NMJEO54VH-L57NJ-PU12J\",\n        \"startedAt\": 1655034180,\n        \"endedAt\": 1655034223,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ebcedab9-a914-4fb6-a87f-79f5edf2b8a1\",\n        \"uploadId\": 33765,\n        \"indexRequestKey\": 20220612114341.923,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655034180,\n        \"modifiedAt\": 1655034223,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036978,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200664568,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33777,\n        \"toe\": \"74L1JNAU3J-L6K2R-7NE4I\",\n        \"startedAt\": 1655032380,\n        \"endedAt\": 1655032413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-edf3ad53-4e1d-4759-b4f3-7dc5cc64e329\",\n        \"uploadId\": 33764,\n        \"indexRequestKey\": 20220612111331.801,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655032380,\n        \"modifiedAt\": 1655032413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036978,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 197880520,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33776,\n        \"toe\": \"6FM1G7JUJ4-VLC7O-CLGM3\",\n        \"startedAt\": 1655030582,\n        \"endedAt\": 1655030620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fa13e3a9-d48b-40fa-a68c-b3e17662ca43\",\n        \"uploadId\": 33763,\n        \"indexRequestKey\": 20220612104338.607,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655030582,\n        \"modifiedAt\": 1655030620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036968,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200093112,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33775,\n        \"toe\": \"KAM1FPOCNP-71NMH-JB4ND\",\n        \"startedAt\": 1655028786,\n        \"endedAt\": 1655028816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c660f177-6edd-41a6-96c3-73ab8f80e7a8\",\n        \"uploadId\": 33762,\n        \"indexRequestKey\": 20220612101334.997,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655028786,\n        \"modifiedAt\": 1655028816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036968,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200477776,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33774,\n        \"toe\": \"UE635EUQQR-RQS1M-1VESN\",\n        \"startedAt\": 1655026980,\n        \"endedAt\": 1655027015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-01be9070-a8ca-46bf-b63a-a7888dbc5a25\",\n        \"uploadId\": 33761,\n        \"indexRequestKey\": 20220612094334.244,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655026980,\n        \"modifiedAt\": 1655027015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202120296,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33773,\n        \"toe\": \"J9S99Q02RP-53NJ2-VCQII\",\n        \"startedAt\": 1655025182,\n        \"endedAt\": 1655025210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1d180af9-4a8d-4409-9796-dfed3050f362\",\n        \"uploadId\": 33760,\n        \"indexRequestKey\": 20220612091329.23,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655025182,\n        \"modifiedAt\": 1655025210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206603080,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33772,\n        \"toe\": \"NEMQ7D4365-J1UUN-GNKOD\",\n        \"startedAt\": 1655023385,\n        \"endedAt\": 1655023424,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1dbdc130-2b24-4b69-aa37-0e96ca0c6597\",\n        \"uploadId\": 33759,\n        \"indexRequestKey\": 20220612084343.412,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655023385,\n        \"modifiedAt\": 1655023424,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201522008,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33771,\n        \"toe\": \"R163LEMOOK-JOSIJ-5VPP7\",\n        \"startedAt\": 1655021582,\n        \"endedAt\": 1655021616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bbfddeb3-0714-4943-9626-151fc37ce50b\",\n        \"uploadId\": 33758,\n        \"indexRequestKey\": 20220612081334.941,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655021582,\n        \"modifiedAt\": 1655021616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207963880,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33770,\n        \"toe\": \"4H5BV7LCAP-6EGH3-59OJU\",\n        \"startedAt\": 1655019782,\n        \"endedAt\": 1655019811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b398d019-c9db-4001-91d7-777236e72a32\",\n        \"uploadId\": 33757,\n        \"indexRequestKey\": 20220612074330.18,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655019782,\n        \"modifiedAt\": 1655019811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036954,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203181592,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33769,\n        \"toe\": \"NQMN0KG8EN-E2T7S-H8K3Q\",\n        \"startedAt\": 1655017983,\n        \"endedAt\": 1655018013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5010e83b-ac1d-46b7-a26e-9ff80ca73d45\",\n        \"uploadId\": 33756,\n        \"indexRequestKey\": 20220612071331.618,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655017983,\n        \"modifiedAt\": 1655018013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036954,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201930616,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33768,\n        \"toe\": \"6EF2TGL0IH-00J21-9EOS4\",\n        \"startedAt\": 1655016180,\n        \"endedAt\": 1655016207,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-92e82a93-ee1c-433e-bd6b-be60825afd37\",\n        \"uploadId\": 33755,\n        \"indexRequestKey\": 20220612064325.672,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655016180,\n        \"modifiedAt\": 1655016207,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036950,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205799864,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33767,\n        \"toe\": \"AH92K3QGUJ-EPCF3-OBSBH\",\n        \"startedAt\": 1655014380,\n        \"endedAt\": 1655014403,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e7209c88-52ad-4eeb-8b96-218c8b0f02fa\",\n        \"uploadId\": 33754,\n        \"indexRequestKey\": 20220612061322.259,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655014380,\n        \"modifiedAt\": 1655014403,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293479,\n        \"bytesInserted\": 43036950,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202283160,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33766,\n        \"toe\": \"08TCG1N5QV-HC7UD-QHNTR\",\n        \"startedAt\": 1655012583,\n        \"endedAt\": 1655012611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0034ebb5-81c9-44e8-ad5e-cf38debc12c7\",\n        \"uploadId\": 33753,\n        \"indexRequestKey\": 20220612054329.658,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655012583,\n        \"modifiedAt\": 1655012611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025955,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202440792,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33765,\n        \"toe\": \"U3Q1IUH7SP-EFGN9-8I9VU\",\n        \"startedAt\": 1655010783,\n        \"endedAt\": 1655010807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-955e8b28-b500-467c-ac82-3b5d242de2f6\",\n        \"uploadId\": 33752,\n        \"indexRequestKey\": 20220612051326.239,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655010783,\n        \"modifiedAt\": 1655010807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025955,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203630960,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33764,\n        \"toe\": \"D14KKTT2U8-84K0L-31FRT\",\n        \"startedAt\": 1655008982,\n        \"endedAt\": 1655009004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-772142c5-2677-4cde-8b72-26e7b693f661\",\n        \"uploadId\": 33751,\n        \"indexRequestKey\": 20220612044322.877,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655008982,\n        \"modifiedAt\": 1655009004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025944,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202537464,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33763,\n        \"toe\": \"Q40PCU5G5H-IBD76-1DNCB\",\n        \"startedAt\": 1655007193,\n        \"endedAt\": 1655007222,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c142ce21-a6f7-4c16-9d6b-d681267b5dc3\",\n        \"uploadId\": 33750,\n        \"indexRequestKey\": 20220612041340.208,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655007193,\n        \"modifiedAt\": 1655007222,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 40676703,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201139328,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33762,\n        \"toe\": \"TNK0GVCNP1-U7J7J-8L6QF\",\n        \"startedAt\": 1655005380,\n        \"endedAt\": 1655005412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-88abda72-9e99-425c-8156-a48fa716585e\",\n        \"uploadId\": 33749,\n        \"indexRequestKey\": 20220612034331.339,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655005380,\n        \"modifiedAt\": 1655005412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025940,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206956416,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33761,\n        \"toe\": \"0AGRQQCP5D-Q1A60-F44TO\",\n        \"startedAt\": 1655003580,\n        \"endedAt\": 1655003608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-76c04489-b19b-45b1-9f53-efa7d8f44026\",\n        \"uploadId\": 33748,\n        \"indexRequestKey\": 20220612031327.073,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655003580,\n        \"modifiedAt\": 1655003608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025940,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201165120,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33760,\n        \"toe\": \"5IN9H1QHR6-8S2E5-PGJ07\",\n        \"startedAt\": 1655001784,\n        \"endedAt\": 1655001817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a6155d17-7800-44a9-a2ff-414dd5fbd5bf\",\n        \"uploadId\": 33747,\n        \"indexRequestKey\": 20220612024335.727,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1655001784,\n        \"modifiedAt\": 1655001817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025927,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203628240,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33759,\n        \"toe\": \"CQRTUU4SJ4-2M2B8-QCNQU\",\n        \"startedAt\": 1654999981,\n        \"endedAt\": 1655000015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e76347e1-a555-4d65-a5e6-8d51dd51b979\",\n        \"uploadId\": 33746,\n        \"indexRequestKey\": 20220612021334.15,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654999981,\n        \"modifiedAt\": 1655000015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025927,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201830672,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33758,\n        \"toe\": \"130KSPKPQG-29S7N-SE2JK\",\n        \"startedAt\": 1654998184,\n        \"endedAt\": 1654998209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bcbb8f62-df4c-48fe-af55-d340b5a17bb6\",\n        \"uploadId\": 33745,\n        \"indexRequestKey\": 20220612014327.671,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654998184,\n        \"modifiedAt\": 1654998209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025923,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198214936,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33757,\n        \"toe\": \"D8MR20HHRR-S7PHO-9JOOA\",\n        \"startedAt\": 1654996380,\n        \"endedAt\": 1654996418,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ff77b69b-b85a-43de-9778-ec85c9126cdd\",\n        \"uploadId\": 33744,\n        \"indexRequestKey\": 20220612011337.397,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654996380,\n        \"modifiedAt\": 1654996418,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025923,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204080576,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33756,\n        \"toe\": \"OG9UQOII1U-AMB2Q-UE0EQ\",\n        \"startedAt\": 1654994583,\n        \"endedAt\": 1654994609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-04b27681-0e25-4b9b-80a9-16a721df2622\",\n        \"uploadId\": 33743,\n        \"indexRequestKey\": 20220612004328.007,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654994583,\n        \"modifiedAt\": 1654994609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293402,\n        \"bytesInserted\": 43025901,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201966504,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33755,\n        \"toe\": \"D6LDBE0JE1-LOUBN-7PH3D\",\n        \"startedAt\": 1654992784,\n        \"endedAt\": 1654992811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5953eba-65b9-4f8b-a8e1-a6873364cabe\",\n        \"uploadId\": 33742,\n        \"indexRequestKey\": 20220612001329.45,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654992784,\n        \"modifiedAt\": 1654992811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988071,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202383040,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33754,\n        \"toe\": \"UV8TL9BSKR-9RQ9C-IRHB4\",\n        \"startedAt\": 1654990984,\n        \"endedAt\": 1654991017,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9297050c-ecbe-405e-bf6b-502f497c8963\",\n        \"uploadId\": 33741,\n        \"indexRequestKey\": 20220611234336.434,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654990984,\n        \"modifiedAt\": 1654991017,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988062,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203771200,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33753,\n        \"toe\": \"LVALT5GHPL-UCDRI-7C7KL\",\n        \"startedAt\": 1654989183,\n        \"endedAt\": 1654989209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7171d34d-9343-4de2-b4fd-46e84705e954\",\n        \"uploadId\": 33740,\n        \"indexRequestKey\": 20220611231327.594,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654989183,\n        \"modifiedAt\": 1654989209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988062,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205441520,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33752,\n        \"toe\": \"2EHGHO91PC-K3ULG-K59TC\",\n        \"startedAt\": 1654987381,\n        \"endedAt\": 1654987405,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d3c38402-9b7e-4531-82d6-1046f978e3f2\",\n        \"uploadId\": 33739,\n        \"indexRequestKey\": 20220611224324.339,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654987381,\n        \"modifiedAt\": 1654987405,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200228584,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33751,\n        \"toe\": \"2NG553AKM9-4QJ8S-OSDAG\",\n        \"startedAt\": 1654985582,\n        \"endedAt\": 1654985624,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5f4031e-1466-4e29-9266-c25eab3b4bd7\",\n        \"uploadId\": 33738,\n        \"indexRequestKey\": 20220611221343.045,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654985582,\n        \"modifiedAt\": 1654985624,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203227568,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33750,\n        \"toe\": \"ABKV50OR7U-CS468-BJ58L\",\n        \"startedAt\": 1654983784,\n        \"endedAt\": 1654983804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fd10ebf8-8d5d-44c6-be9d-5f3011144ae4\",\n        \"uploadId\": 33737,\n        \"indexRequestKey\": 20220611214323.083,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654983784,\n        \"modifiedAt\": 1654983804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988037,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201380368,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33749,\n        \"toe\": \"2KHDSK4FNM-4NQ4P-H07PK\",\n        \"startedAt\": 1654981982,\n        \"endedAt\": 1654982018,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-565cf673-e793-45bd-b8eb-07ed165f77b6\",\n        \"uploadId\": 33736,\n        \"indexRequestKey\": 20220611211336.649,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654981982,\n        \"modifiedAt\": 1654982018,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988037,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202175864,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33748,\n        \"toe\": \"T2UHEBOOV6-N8TUC-9J19K\",\n        \"startedAt\": 1654980183,\n        \"endedAt\": 1654980212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a1abea29-76eb-48de-a0b6-60f4678fdb2d\",\n        \"uploadId\": 33735,\n        \"indexRequestKey\": 20220611204330.974,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654980183,\n        \"modifiedAt\": 1654980212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203650928,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33747,\n        \"toe\": \"UE33HDDD3D-2LBC4-N5UPJ\",\n        \"startedAt\": 1654978384,\n        \"endedAt\": 1654978415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0f243f28-eb2f-4fa6-a456-59966f2ecc9d\",\n        \"uploadId\": 33734,\n        \"indexRequestKey\": 20220611201333.009,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654978384,\n        \"modifiedAt\": 1654978415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200356312,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33746,\n        \"toe\": \"0VQP3PRBIA-7A7MP-IROFP\",\n        \"startedAt\": 1654976581,\n        \"endedAt\": 1654976615,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0f33c23d-bc29-4065-951b-20d9030e66f6\",\n        \"uploadId\": 33733,\n        \"indexRequestKey\": 20220611194333.72,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654976581,\n        \"modifiedAt\": 1654976615,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988025,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202041336,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33745,\n        \"toe\": \"MC5OFSNGFV-S8EQ6-GVA42\",\n        \"startedAt\": 1654974780,\n        \"endedAt\": 1654974820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-49043f7e-280b-44e5-a9c4-23b38ee11a94\",\n        \"uploadId\": 33732,\n        \"indexRequestKey\": 20220611191338.654,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654974780,\n        \"modifiedAt\": 1654974820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988025,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207822392,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33744,\n        \"toe\": \"0633HGL2KC-MMGPR-PHBFH\",\n        \"startedAt\": 1654972980,\n        \"endedAt\": 1654973009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-50881912-d05b-4bef-8531-ec4dfe2cedd7\",\n        \"uploadId\": 33731,\n        \"indexRequestKey\": 20220611184327.895,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654972980,\n        \"modifiedAt\": 1654973009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202366384,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33743,\n        \"toe\": \"9PKH3FSF8R-G3FFT-OC9J2\",\n        \"startedAt\": 1654971181,\n        \"endedAt\": 1654971229,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fa7d3774-1479-4059-a985-d2f34932ea2d\",\n        \"uploadId\": 33730,\n        \"indexRequestKey\": 20220611181348.099,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654971181,\n        \"modifiedAt\": 1654971229,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201855520,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33742,\n        \"toe\": \"A2788HP58R-VKBTD-BKIV0\",\n        \"startedAt\": 1654969383,\n        \"endedAt\": 1654969422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-bf9b4acf-c40c-4f9d-aaed-70728b96f071\",\n        \"uploadId\": 33729,\n        \"indexRequestKey\": 20220611174340.966,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654969383,\n        \"modifiedAt\": 1654969422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988014,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206728152,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33741,\n        \"toe\": \"NVU9J3DHIU-TRPFO-2POSH\",\n        \"startedAt\": 1654967580,\n        \"endedAt\": 1654967620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-819848c6-6165-43b4-88ef-c570a3a75107\",\n        \"uploadId\": 33728,\n        \"indexRequestKey\": 20220611171338.808,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654967580,\n        \"modifiedAt\": 1654967620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42988014,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207267192,\n        \"peakMemoryCommittedBytes\": 223346688,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33740,\n        \"toe\": \"G1HTNPFJ99-QPLFL-HA93J\",\n        \"startedAt\": 1654965782,\n        \"endedAt\": 1654965816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dd7d24fc-216a-4c9e-9f72-7225bedd2f92\",\n        \"uploadId\": 33727,\n        \"indexRequestKey\": 20220611164334.667,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654965782,\n        \"modifiedAt\": 1654965816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987995,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205847616,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33739,\n        \"toe\": \"8P3DAGTU68-EDC05-EFK8G\",\n        \"startedAt\": 1654963985,\n        \"endedAt\": 1654964013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e2e9bf47-b7a3-458f-b694-fbcead8aa36e\",\n        \"uploadId\": 33726,\n        \"indexRequestKey\": 20220611161331.286,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654963985,\n        \"modifiedAt\": 1654964013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987995,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202940568,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33738,\n        \"toe\": \"RQBIMJFBEF-GAIIT-N9KRI\",\n        \"startedAt\": 1654962184,\n        \"endedAt\": 1654962218,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-84483651-e361-42a3-8d7b-6f1c06e12d3b\",\n        \"uploadId\": 33725,\n        \"indexRequestKey\": 20220611154336.654,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654962184,\n        \"modifiedAt\": 1654962218,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987982,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198747808,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33737,\n        \"toe\": \"VOJEG42PUU-43DKF-0K6DG\",\n        \"startedAt\": 1654960381,\n        \"endedAt\": 1654960413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2dba3ac3-98a9-4f09-86d3-0373511a748e\",\n        \"uploadId\": 33724,\n        \"indexRequestKey\": 20220611151331.704,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654960381,\n        \"modifiedAt\": 1654960413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987982,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200955504,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33736,\n        \"toe\": \"4H60RDN7ME-0916R-O4S1S\",\n        \"startedAt\": 1654958580,\n        \"endedAt\": 1654958629,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f91989ce-fda3-4c50-8625-23edaef3dc20\",\n        \"uploadId\": 33723,\n        \"indexRequestKey\": 20220611144348.268,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654958580,\n        \"modifiedAt\": 1654958629,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987972,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201141400,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33735,\n        \"toe\": \"AQ45REA781-9D4G0-FH71S\",\n        \"startedAt\": 1654956782,\n        \"endedAt\": 1654956826,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1a33fa92-7fc6-4b6f-a820-14c1a37ff760\",\n        \"uploadId\": 33722,\n        \"indexRequestKey\": 20220611141344.735,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654956782,\n        \"modifiedAt\": 1654956826,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987972,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201997080,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33734,\n        \"toe\": \"O0QGAGTODK-GLPNC-L40AL\",\n        \"startedAt\": 1654954981,\n        \"endedAt\": 1654955014,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1caeb560-91e2-4716-bbf2-48ef458a4df3\",\n        \"uploadId\": 33721,\n        \"indexRequestKey\": 20220611134333.441,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654954981,\n        \"modifiedAt\": 1654955014,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200721808,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33733,\n        \"toe\": \"QCBIS4RD9F-5INKM-6SQ0G\",\n        \"startedAt\": 1654953186,\n        \"endedAt\": 1654953225,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a2d9298-965e-4477-9be3-8bc7b2f83f95\",\n        \"uploadId\": 33720,\n        \"indexRequestKey\": 20220611131344.359,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654953186,\n        \"modifiedAt\": 1654953225,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987961,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202994312,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33732,\n        \"toe\": \"PTIKNE4PIJ-EAQQK-14VEE\",\n        \"startedAt\": 1654951384,\n        \"endedAt\": 1654951438,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a4ecd76c-8e6a-48c4-8150-070433d831bb\",\n        \"uploadId\": 33719,\n        \"indexRequestKey\": 20220611124356.391,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654951384,\n        \"modifiedAt\": 1654951438,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201517848,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33731,\n        \"toe\": \"IHKPQLC804-8KN1T-7SUI5\",\n        \"startedAt\": 1654949582,\n        \"endedAt\": 1654949618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a7f96116-d222-46f4-a232-c2c8b9e44d4d\",\n        \"uploadId\": 33718,\n        \"indexRequestKey\": 20220611121337.127,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654949582,\n        \"modifiedAt\": 1654949618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201020680,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33730,\n        \"toe\": \"AS4BGHRP7S-1L1J8-EU29O\",\n        \"startedAt\": 1654947781,\n        \"endedAt\": 1654947814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5f6db90-b380-4a52-9a2f-13c5ac8fd026\",\n        \"uploadId\": 33717,\n        \"indexRequestKey\": 20220611114332.577,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654947781,\n        \"modifiedAt\": 1654947814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987947,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202498936,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33729,\n        \"toe\": \"FAT994H53T-MGTN8-RNPCA\",\n        \"startedAt\": 1654945980,\n        \"endedAt\": 1654946010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fb9b7e98-cb9f-4d19-ab15-90ff874700b7\",\n        \"uploadId\": 33716,\n        \"indexRequestKey\": 20220611111328.641,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654945980,\n        \"modifiedAt\": 1654946010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987947,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205752240,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33728,\n        \"toe\": \"FNG5TD8PQF-LAFUD-F2JP9\",\n        \"startedAt\": 1654944184,\n        \"endedAt\": 1654944212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dc7ee9ad-2ef2-40cd-9560-b99e275a9940\",\n        \"uploadId\": 33715,\n        \"indexRequestKey\": 20220611104331.408,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654944184,\n        \"modifiedAt\": 1654944212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987938,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198946848,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33727,\n        \"toe\": \"62J7EPU2TJ-1BUH6-AGD15\",\n        \"startedAt\": 1654942385,\n        \"endedAt\": 1654942424,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-93844a78-cdeb-417b-9ad3-69ecfb513e82\",\n        \"uploadId\": 33714,\n        \"indexRequestKey\": 20220611101343.068,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654942385,\n        \"modifiedAt\": 1654942424,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987938,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200226864,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33726,\n        \"toe\": \"R3C01I34L8-IM84R-R1G0U\",\n        \"startedAt\": 1654940584,\n        \"endedAt\": 1654940632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-57cdbe5b-a0b3-44b0-94dc-73cc237f5f9e\",\n        \"uploadId\": 33713,\n        \"indexRequestKey\": 20220611094351.131,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654940584,\n        \"modifiedAt\": 1654940632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202189232,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33725,\n        \"toe\": \"RQ9ARRRTR8-NM8BU-J7IAG\",\n        \"startedAt\": 1654938785,\n        \"endedAt\": 1654938816,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-86971d85-87db-4e3b-9615-62212ba7f583\",\n        \"uploadId\": 33712,\n        \"indexRequestKey\": 20220611091334.388,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654938785,\n        \"modifiedAt\": 1654938816,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208253792,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33724,\n        \"toe\": \"2S188FBAPN-71NO3-GFOMC\",\n        \"startedAt\": 1654936980,\n        \"endedAt\": 1654937018,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-95cee672-7697-4657-96bd-7529f582c4c2\",\n        \"uploadId\": 33711,\n        \"indexRequestKey\": 20220611084336.785,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654936980,\n        \"modifiedAt\": 1654937018,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202248904,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33723,\n        \"toe\": \"8N1FV38F2C-ANEIB-321KM\",\n        \"startedAt\": 1654935183,\n        \"endedAt\": 1654935223,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f22676e9-c7ae-4754-9524-f0af65124cc0\",\n        \"uploadId\": 33710,\n        \"indexRequestKey\": 20220611081341.711,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654935183,\n        \"modifiedAt\": 1654935223,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987930,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198236032,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33722,\n        \"toe\": \"HORA9GMAJO-F582S-U85RI\",\n        \"startedAt\": 1654933381,\n        \"endedAt\": 1654933419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f7cd82f5-7745-4f57-96f4-2f7cdf66d7a2\",\n        \"uploadId\": 33709,\n        \"indexRequestKey\": 20220611074338.253,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654933381,\n        \"modifiedAt\": 1654933419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987928,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202873784,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33721,\n        \"toe\": \"4V9UEEMVQC-KM7IE-239QR\",\n        \"startedAt\": 1654931582,\n        \"endedAt\": 1654931615,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-37d4e823-57b9-43a4-a345-85d2db968315\",\n        \"uploadId\": 33708,\n        \"indexRequestKey\": 20220611071333.973,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654931582,\n        \"modifiedAt\": 1654931615,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987928,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203484392,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33720,\n        \"toe\": \"4MQTRPFVOJ-GAPI2-KD28M\",\n        \"startedAt\": 1654929781,\n        \"endedAt\": 1654929819,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf6f85dd-ece1-4488-9699-08f8c956fac0\",\n        \"uploadId\": 33707,\n        \"indexRequestKey\": 20220611064337.94,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654929781,\n        \"modifiedAt\": 1654929819,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987922,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202038368,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33719,\n        \"toe\": \"8FL7VDB6K5-HP3UN-32FO7\",\n        \"startedAt\": 1654927981,\n        \"endedAt\": 1654928008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-931f3ad0-ecd9-49a4-97ab-3b3246ab2500\",\n        \"uploadId\": 33706,\n        \"indexRequestKey\": 20220611061326.452,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654927981,\n        \"modifiedAt\": 1654928008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293144,\n        \"bytesInserted\": 42987922,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204451728,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33718,\n        \"toe\": \"AMONI0RS2O-PGP63-K48GU\",\n        \"startedAt\": 1654926182,\n        \"endedAt\": 1654926211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e68ea838-c7c5-441b-a1e0-04dbdbef2f17\",\n        \"uploadId\": 33705,\n        \"indexRequestKey\": 20220611054330.528,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654926182,\n        \"modifiedAt\": 1654926211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976873,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206544024,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33717,\n        \"toe\": \"NUDJ4JNRE2-5MFEC-EI617\",\n        \"startedAt\": 1654924380,\n        \"endedAt\": 1654924406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8d53bba9-8ca2-4fe7-b54b-f27fa095b71a\",\n        \"uploadId\": 33704,\n        \"indexRequestKey\": 20220611051325.382,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654924380,\n        \"modifiedAt\": 1654924406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976873,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201659104,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33716,\n        \"toe\": \"AC16B3S4A4-LR836-0UOK5\",\n        \"startedAt\": 1654922584,\n        \"endedAt\": 1654922610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-406127d9-8568-4527-838a-151ef75aaa86\",\n        \"uploadId\": 33703,\n        \"indexRequestKey\": 20220611044329.397,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654922584,\n        \"modifiedAt\": 1654922610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976865,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202373256,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33715,\n        \"toe\": \"2BG46OA67Q-IGRBO-N15Q1\",\n        \"startedAt\": 1654920792,\n        \"endedAt\": 1654920887,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b47b69f4-7465-4cc7-9305-5fb0a6fde1da\",\n        \"uploadId\": 33702,\n        \"indexRequestKey\": 20220611041445.585,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654920792,\n        \"modifiedAt\": 1654920887,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976865,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203497496,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33714,\n        \"toe\": \"9S917GQGBU-F8P0T-ABCKF\",\n        \"startedAt\": 1654918983,\n        \"endedAt\": 1654919045,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7845260e-b679-4b18-b64a-2c422ded0384\",\n        \"uploadId\": 33701,\n        \"indexRequestKey\": 20220611034402.866,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654918983,\n        \"modifiedAt\": 1654919045,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976864,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204264144,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33713,\n        \"toe\": \"NNQ5RPBA5U-1HJI1-OSH3G\",\n        \"startedAt\": 1654917183,\n        \"endedAt\": 1654917209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-77a7ae88-1e63-4828-b88f-baf4b30bf65d\",\n        \"uploadId\": 33700,\n        \"indexRequestKey\": 20220611031328.098,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654917183,\n        \"modifiedAt\": 1654917209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976864,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203879816,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33712,\n        \"toe\": \"CG5SUJBPOU-554HM-L1LIJ\",\n        \"startedAt\": 1654915382,\n        \"endedAt\": 1654915447,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3d56c44f-1c33-484f-80d2-e49efadf988b\",\n        \"uploadId\": 33699,\n        \"indexRequestKey\": 20220611024404.959,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654915382,\n        \"modifiedAt\": 1654915447,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976848,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203131992,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33711,\n        \"toe\": \"S00O5EVI72-9JO1I-PP40A\",\n        \"startedAt\": 1654913581,\n        \"endedAt\": 1654913650,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-16a97fa6-e9ce-42a2-ae09-cb03dd96bca2\",\n        \"uploadId\": 33698,\n        \"indexRequestKey\": 20220611021408.553,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654913581,\n        \"modifiedAt\": 1654913650,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976848,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203116096,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33710,\n        \"toe\": \"MK7MP55A5P-HL2UN-9R21I\",\n        \"startedAt\": 1654911784,\n        \"endedAt\": 1654911808,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-92a830df-f0ac-4715-b653-1b468c5d4ff1\",\n        \"uploadId\": 33697,\n        \"indexRequestKey\": 20220611014326.597,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654911784,\n        \"modifiedAt\": 1654911808,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976840,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202015960,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33709,\n        \"toe\": \"CKODN1CQ3O-676D1-F3N9I\",\n        \"startedAt\": 1654909980,\n        \"endedAt\": 1654910004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-00a051ee-502e-44b4-8642-90871d86f8dc\",\n        \"uploadId\": 33696,\n        \"indexRequestKey\": 20220611011323.152,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654909980,\n        \"modifiedAt\": 1654910004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976840,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205088608,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33708,\n        \"toe\": \"R0LABF3CJU-PN48S-IN7V3\",\n        \"startedAt\": 1654908182,\n        \"endedAt\": 1654908218,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2e62e403-8f45-41c3-9cca-7808a57cbea9\",\n        \"uploadId\": 33695,\n        \"indexRequestKey\": 20220611004337.3,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654908182,\n        \"modifiedAt\": 1654908218,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 293067,\n        \"bytesInserted\": 42976825,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200675920,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33707,\n        \"toe\": \"VN4ECSKELO-9OCAP-SJAS6\",\n        \"startedAt\": 1654906380,\n        \"endedAt\": 1654906413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8e8e0d98-ef78-4782-b21a-6861365ec05e\",\n        \"uploadId\": 33694,\n        \"indexRequestKey\": 20220611001331.727,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654906380,\n        \"modifiedAt\": 1654906413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42939028,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199960800,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33706,\n        \"toe\": \"TAG4O1K24J-FPA2L-CP678\",\n        \"startedAt\": 1654904581,\n        \"endedAt\": 1654904609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1b3e1053-cb3a-40a8-ab1d-320f013f235d\",\n        \"uploadId\": 33693,\n        \"indexRequestKey\": 20220610234328.294,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654904581,\n        \"modifiedAt\": 1654904609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42939012,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200985616,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33705,\n        \"toe\": \"3G3H5HQOJF-73NBH-MTETU\",\n        \"startedAt\": 1654902783,\n        \"endedAt\": 1654902840,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-52fb0fea-26c6-47ca-97f9-fee94255c3eb\",\n        \"uploadId\": 33692,\n        \"indexRequestKey\": 20220610231359.112,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654902783,\n        \"modifiedAt\": 1654902840,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42939012,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204684608,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33704,\n        \"toe\": \"Q1SJN7EOO6-8M0VM-2QHOF\",\n        \"startedAt\": 1654900980,\n        \"endedAt\": 1654901002,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-881989dc-a0fd-4d40-8a3b-973e2b02eeb0\",\n        \"uploadId\": 33691,\n        \"indexRequestKey\": 20220610224321.642,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654900980,\n        \"modifiedAt\": 1654901002,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938986,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202789568,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33703,\n        \"toe\": \"MV345H99SD-R7GDL-6HOAP\",\n        \"startedAt\": 1654899182,\n        \"endedAt\": 1654899206,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a2d31c55-33b7-4c4f-bbf6-667fa86e34cd\",\n        \"uploadId\": 33690,\n        \"indexRequestKey\": 20220610221324.268,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654899182,\n        \"modifiedAt\": 1654899206,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938986,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202582888,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33702,\n        \"toe\": \"ISRKF87C59-646HJ-413LQ\",\n        \"startedAt\": 1654897388,\n        \"endedAt\": 1654897413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-17127749-db7d-4c55-a4e7-4ea3ae0c08d0\",\n        \"uploadId\": 33689,\n        \"indexRequestKey\": 20220610214331.784,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654897388,\n        \"modifiedAt\": 1654897413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938957,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202629032,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33701,\n        \"toe\": \"A4FTOL22VO-8OSJP-DDDV5\",\n        \"startedAt\": 1654895586,\n        \"endedAt\": 1654895619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c9b85dce-b9b7-4b0a-b8ac-364055c5ba09\",\n        \"uploadId\": 33688,\n        \"indexRequestKey\": 20220610211337.504,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654895586,\n        \"modifiedAt\": 1654895619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938957,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201955336,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33700,\n        \"toe\": \"PBE6HVRNSL-8DFN1-S9C4O\",\n        \"startedAt\": 1654893782,\n        \"endedAt\": 1654893806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-70423205-68bf-4e87-8e58-86d6294baae3\",\n        \"uploadId\": 33687,\n        \"indexRequestKey\": 20220610204325.046,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654893782,\n        \"modifiedAt\": 1654893806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938948,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205101488,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33699,\n        \"toe\": \"9MPLSLO32U-OE0JA-TEH1K\",\n        \"startedAt\": 1654891980,\n        \"endedAt\": 1654892003,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-13ffb426-5638-496d-8484-07c08076632a\",\n        \"uploadId\": 33686,\n        \"indexRequestKey\": 20220610201322.009,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654891980,\n        \"modifiedAt\": 1654892003,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938948,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206825800,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33698,\n        \"toe\": \"9F70VDA7MU-MAE51-MJSB0\",\n        \"startedAt\": 1654890181,\n        \"endedAt\": 1654890205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b35ed93d-383b-4281-8ec4-4fc99a08fe01\",\n        \"uploadId\": 33685,\n        \"indexRequestKey\": 20220610194324.227,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654890181,\n        \"modifiedAt\": 1654890205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938938,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205884720,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33697,\n        \"toe\": \"I1MN77DS17-0V0E6-L3FG8\",\n        \"startedAt\": 1654888383,\n        \"endedAt\": 1654888480,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-728d8a64-7488-4078-9f2d-fda0a7ef31bf\",\n        \"uploadId\": 33684,\n        \"indexRequestKey\": 20220610191438.881,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654888383,\n        \"modifiedAt\": 1654888480,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938938,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202606464,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33696,\n        \"toe\": \"1UGGGF4J7I-1N8EC-QNK4T\",\n        \"startedAt\": 1654886584,\n        \"endedAt\": 1654886615,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-26097d81-40e5-47bd-942f-2d8787e58055\",\n        \"uploadId\": 33683,\n        \"indexRequestKey\": 20220610184333.904,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654886584,\n        \"modifiedAt\": 1654886615,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938935,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202664640,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33695,\n        \"toe\": \"8L50A24945-LUABC-KA2J9\",\n        \"startedAt\": 1654884782,\n        \"endedAt\": 1654884825,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8729743f-62be-47dc-824d-ec8cfd0c2ef0\",\n        \"uploadId\": 33682,\n        \"indexRequestKey\": 20220610181343.524,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654884782,\n        \"modifiedAt\": 1654884825,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938935,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202712040,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33694,\n        \"toe\": \"T3D1RKMMS4-HHSNB-P1TTJ\",\n        \"startedAt\": 1654882985,\n        \"endedAt\": 1654883037,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-080742b3-422a-41d6-886f-73b9cc2a5dbc\",\n        \"uploadId\": 33681,\n        \"indexRequestKey\": 20220610174356.044,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654882985,\n        \"modifiedAt\": 1654883037,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938892,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205585592,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33693,\n        \"toe\": \"PML8L45ALE-K4JKU-F9HF2\",\n        \"startedAt\": 1654881180,\n        \"endedAt\": 1654881212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-78e7d7c8-e1cf-4497-87ed-deeeadd1236b\",\n        \"uploadId\": 33680,\n        \"indexRequestKey\": 20220610171331.222,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654881180,\n        \"modifiedAt\": 1654881212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938892,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202101032,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33692,\n        \"toe\": \"HOUS66DCTC-P8T7E-60MCQ\",\n        \"startedAt\": 1654879382,\n        \"endedAt\": 1654879420,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f3e1fe34-cd31-4fab-b1f0-a885f3fcc44c\",\n        \"uploadId\": 33679,\n        \"indexRequestKey\": 20220610164338.814,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654879382,\n        \"modifiedAt\": 1654879420,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938859,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207724744,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33691,\n        \"toe\": \"MSQIHITQQJ-RTI3R-PEPCR\",\n        \"startedAt\": 1654877583,\n        \"endedAt\": 1654877618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fa42d489-dfde-46ef-8a1c-1b80da01aced\",\n        \"uploadId\": 33678,\n        \"indexRequestKey\": 20220610161336.78,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654877583,\n        \"modifiedAt\": 1654877618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938859,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201539336,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33690,\n        \"toe\": \"7KK78VQ7L7-8SBCO-BLMKU\",\n        \"startedAt\": 1654875782,\n        \"endedAt\": 1654875815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a8dc25eb-7089-4b25-8a3f-acd339b72a8a\",\n        \"uploadId\": 33677,\n        \"indexRequestKey\": 20220610154334.139,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654875782,\n        \"modifiedAt\": 1654875815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938838,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203116584,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33689,\n        \"toe\": \"2VCJTQO02B-6JJQI-HTJM5\",\n        \"startedAt\": 1654873980,\n        \"endedAt\": 1654874034,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-73a005b0-ad31-4630-acd2-96bb73ff6f47\",\n        \"uploadId\": 33676,\n        \"indexRequestKey\": 20220610151352.432,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654873980,\n        \"modifiedAt\": 1654874034,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938838,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203708520,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33688,\n        \"toe\": \"29SO1PCHFU-NN2CT-DUA89\",\n        \"startedAt\": 1654872182,\n        \"endedAt\": 1654872209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a2e2e772-a111-4aad-83ae-e79816278448\",\n        \"uploadId\": 33675,\n        \"indexRequestKey\": 20220610144327.784,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654872182,\n        \"modifiedAt\": 1654872209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938820,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204140832,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33687,\n        \"toe\": \"GVH8B9I5M6-55EH9-SLDHD\",\n        \"startedAt\": 1654870385,\n        \"endedAt\": 1654870412,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-db80dca5-3d2a-42f7-a676-c0023024fc4c\",\n        \"uploadId\": 33674,\n        \"indexRequestKey\": 20220610141330.997,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654870385,\n        \"modifiedAt\": 1654870412,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938820,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202213512,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33686,\n        \"toe\": \"MGTCQF9THM-UOTSI-QPBL0\",\n        \"startedAt\": 1654868580,\n        \"endedAt\": 1654868618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d37a5866-3da5-4930-af25-9dbe6961d117\",\n        \"uploadId\": 33673,\n        \"indexRequestKey\": 20220610134337.049,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654868580,\n        \"modifiedAt\": 1654868618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938800,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 197300576,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33685,\n        \"toe\": \"VNKMM5P3K9-CDT95-K4F3N\",\n        \"startedAt\": 1654866785,\n        \"endedAt\": 1654866831,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e1e6e5d9-0925-4ef0-9539-772043c33503\",\n        \"uploadId\": 33672,\n        \"indexRequestKey\": 20220610131349.398,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654866785,\n        \"modifiedAt\": 1654866831,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938800,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198429952,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33684,\n        \"toe\": \"GQF2HRAMBQ-2DQQL-U1TCK\",\n        \"startedAt\": 1654864986,\n        \"endedAt\": 1654865036,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1e83527d-f829-40cf-a282-6592ef7fafd8\",\n        \"uploadId\": 33671,\n        \"indexRequestKey\": 20220610124354.666,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654864986,\n        \"modifiedAt\": 1654865036,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938793,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201880544,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33683,\n        \"toe\": \"BTFVSHKD3L-6MKK4-648K3\",\n        \"startedAt\": 1654863182,\n        \"endedAt\": 1654863205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-68d69643-08e7-49ec-b895-325b27e19507\",\n        \"uploadId\": 33670,\n        \"indexRequestKey\": 20220610121323.702,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654863182,\n        \"modifiedAt\": 1654863205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938793,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203306960,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33682,\n        \"toe\": \"IH274KGA0H-VF5IM-86K14\",\n        \"startedAt\": 1654861384,\n        \"endedAt\": 1654861405,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-85d0f54a-ec00-41be-82c6-6ee2a1ee9ac4\",\n        \"uploadId\": 33669,\n        \"indexRequestKey\": 20220610114323.733,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654861384,\n        \"modifiedAt\": 1654861405,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938782,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202356952,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33681,\n        \"toe\": \"3DLR9QC7UC-3G6B6-D6II4\",\n        \"startedAt\": 1654859580,\n        \"endedAt\": 1654859610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a6a017c3-7c71-48b2-8fa5-6fb70214325d\",\n        \"uploadId\": 33668,\n        \"indexRequestKey\": 20220610111329.307,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654859580,\n        \"modifiedAt\": 1654859610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938782,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 197948384,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33680,\n        \"toe\": \"V75UQ413LO-BDQOD-B6IOK\",\n        \"startedAt\": 1654857782,\n        \"endedAt\": 1654857886,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7936ca72-b1cf-4f84-93f1-501c61f8844a\",\n        \"uploadId\": 33667,\n        \"indexRequestKey\": 20220610104444.486,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654857782,\n        \"modifiedAt\": 1654857886,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938769,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204189256,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33679,\n        \"toe\": \"GIBL5IAF6H-Q3BCS-S6BKN\",\n        \"startedAt\": 1654855980,\n        \"endedAt\": 1654856005,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2b1742f7-a3ec-4cad-9451-fb75f99c1cb3\",\n        \"uploadId\": 33666,\n        \"indexRequestKey\": 20220610101324.142,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654855980,\n        \"modifiedAt\": 1654856005,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938769,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201797256,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33678,\n        \"toe\": \"VC5K6P6MOM-QEQGH-F9GP9\",\n        \"startedAt\": 1654854180,\n        \"endedAt\": 1654854289,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d059ef38-0afa-4b5a-ac0c-3d846bf18006\",\n        \"uploadId\": 33665,\n        \"indexRequestKey\": 20220610094448.2,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654854180,\n        \"modifiedAt\": 1654854289,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938762,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202812224,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33677,\n        \"toe\": \"3635RL9H70-COQFR-H5U71\",\n        \"startedAt\": 1654852382,\n        \"endedAt\": 1654852486,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67a2369a-a27f-407f-8c0a-fee5661655d8\",\n        \"uploadId\": 33664,\n        \"indexRequestKey\": 20220610091445.214,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654852382,\n        \"modifiedAt\": 1654852486,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938762,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203065360,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33676,\n        \"toe\": \"V883910ANH-722OG-AOIOL\",\n        \"startedAt\": 1654850585,\n        \"endedAt\": 1654850691,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-05b0cf17-3737-4de8-ae3f-b38332a155c3\",\n        \"uploadId\": 33663,\n        \"indexRequestKey\": 20220610084449.735,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654850585,\n        \"modifiedAt\": 1654850691,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938759,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204329192,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33675,\n        \"toe\": \"5F4S7BJ9E9-OAJJL-DEOCC\",\n        \"startedAt\": 1654848783,\n        \"endedAt\": 1654848804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2ec6a640-ba6a-47e4-b3fa-112647f59f25\",\n        \"uploadId\": 33662,\n        \"indexRequestKey\": 20220610081322.909,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654848783,\n        \"modifiedAt\": 1654848804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938759,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202954680,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33674,\n        \"toe\": \"TPJVJ034GN-L7BB0-JRD5U\",\n        \"startedAt\": 1654846982,\n        \"endedAt\": 1654847001,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1e2527ab-96b2-4357-8ac1-fed6b5fa5faf\",\n        \"uploadId\": 33661,\n        \"indexRequestKey\": 20220610074320.227,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654846982,\n        \"modifiedAt\": 1654847001,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938752,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199066944,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33673,\n        \"toe\": \"QT168656FM-1F7JE-5V9KR\",\n        \"startedAt\": 1654845185,\n        \"endedAt\": 1654845209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-348883b2-d92b-47ea-a820-8854aee49534\",\n        \"uploadId\": 33660,\n        \"indexRequestKey\": 20220610071327.768,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654845185,\n        \"modifiedAt\": 1654845209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938752,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207206640,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33672,\n        \"toe\": \"4LVLOC843J-PMCBR-2MLKO\",\n        \"startedAt\": 1654843383,\n        \"endedAt\": 1654843481,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f8411703-9495-483c-8b16-9d7cb3fe4212\",\n        \"uploadId\": 33659,\n        \"indexRequestKey\": 20220610064440.173,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654843383,\n        \"modifiedAt\": 1654843481,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938751,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204210968,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33671,\n        \"toe\": \"HA6JIS5I1G-ICB2B-MF1JF\",\n        \"startedAt\": 1654841584,\n        \"endedAt\": 1654841622,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f9b3e84b-16d5-4ef2-9fd6-1793d84b808b\",\n        \"uploadId\": 33658,\n        \"indexRequestKey\": 20220610061340.645,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654841584,\n        \"modifiedAt\": 1654841622,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292809,\n        \"bytesInserted\": 42938751,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202195576,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33670,\n        \"toe\": \"S6IB61B4T5-LRJ41-UKK1G\",\n        \"startedAt\": 1654839784,\n        \"endedAt\": 1654839812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a33cf83-e323-47e5-a9f9-08a2651e8eaf\",\n        \"uploadId\": 33657,\n        \"indexRequestKey\": 20220610054331.238,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654839784,\n        \"modifiedAt\": 1654839812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936733,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203094344,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33669,\n        \"toe\": \"OO47RL29AF-A3FB2-RNNJP\",\n        \"startedAt\": 1654837982,\n        \"endedAt\": 1654838091,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e8c91361-419f-4e43-86f7-2b567dd6cdb5\",\n        \"uploadId\": 33656,\n        \"indexRequestKey\": 20220610051450.169,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654837982,\n        \"modifiedAt\": 1654838091,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936733,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204333240,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33668,\n        \"toe\": \"F2P4VEO2B7-MG2M2-CGKVB\",\n        \"startedAt\": 1654836180,\n        \"endedAt\": 1654836205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a4ae801-44e0-4632-8639-447f7cb7bfbf\",\n        \"uploadId\": 33655,\n        \"indexRequestKey\": 20220610044324.463,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654836180,\n        \"modifiedAt\": 1654836205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936723,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206252080,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33667,\n        \"toe\": \"HC17USPMDA-VUBVS-EH9HU\",\n        \"startedAt\": 1654834391,\n        \"endedAt\": 1654834417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4e874f1e-a161-42e1-8cf2-fb3a0b9368c7\",\n        \"uploadId\": 33654,\n        \"indexRequestKey\": 20220610041336.098,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654834391,\n        \"modifiedAt\": 1654834417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936723,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202367408,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33666,\n        \"toe\": \"TMMBNI50MH-N75OA-CGK3Q\",\n        \"startedAt\": 1654832580,\n        \"endedAt\": 1654832617,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-df69bde8-76f6-4e99-b796-ee20f0c7d512\",\n        \"uploadId\": 33653,\n        \"indexRequestKey\": 20220610034335.996,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654832580,\n        \"modifiedAt\": 1654832617,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200044088,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33665,\n        \"toe\": \"17CFO7EGFQ-O693I-BBK98\",\n        \"startedAt\": 1654830789,\n        \"endedAt\": 1654830821,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3d5c89eb-f5c2-437b-be76-4b883ca1a926\",\n        \"uploadId\": 33652,\n        \"indexRequestKey\": 20220610031339.548,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654830789,\n        \"modifiedAt\": 1654830821,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199513000,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33664,\n        \"toe\": \"GK3BAGCFCM-VLRQ3-LE55P\",\n        \"startedAt\": 1654828981,\n        \"endedAt\": 1654829003,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-76e23b3f-d03b-45cd-b20b-42eb7db5490e\",\n        \"uploadId\": 33651,\n        \"indexRequestKey\": 20220610024322.539,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654828981,\n        \"modifiedAt\": 1654829003,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936684,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206159280,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33663,\n        \"toe\": \"BCO8MTDGIJ-H48LV-GNFSN\",\n        \"startedAt\": 1654827181,\n        \"endedAt\": 1654827291,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-64400f59-b1b2-45a5-acff-94c2da32edfb\",\n        \"uploadId\": 33650,\n        \"indexRequestKey\": 20220610021449.731,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654827181,\n        \"modifiedAt\": 1654827291,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936684,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204382896,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33662,\n        \"toe\": \"B77L4G698J-FGPOG-NLV6M\",\n        \"startedAt\": 1654825383,\n        \"endedAt\": 1654825493,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a730e86a-c8af-43d5-b8fe-4dbb3054c2b5\",\n        \"uploadId\": 33649,\n        \"indexRequestKey\": 20220610014451.604,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654825383,\n        \"modifiedAt\": 1654825493,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936668,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202857744,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33661,\n        \"toe\": \"JIJC5ANSKC-CKU67-DAIN9\",\n        \"startedAt\": 1654823584,\n        \"endedAt\": 1654823619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-97e2bc03-d3c5-47a4-811b-77a8e16abff3\",\n        \"uploadId\": 33648,\n        \"indexRequestKey\": 20220610011338.33,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654823584,\n        \"modifiedAt\": 1654823619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936668,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207602944,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33660,\n        \"toe\": \"J3V3A0ELS8-46BUC-T0B8S\",\n        \"startedAt\": 1654821784,\n        \"endedAt\": 1654821883,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-01f3edb1-e0f9-4106-8755-3c01de1c0cfc\",\n        \"uploadId\": 33647,\n        \"indexRequestKey\": 20220610004441.737,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654821784,\n        \"modifiedAt\": 1654821883,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292773,\n        \"bytesInserted\": 42936647,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204283872,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33659,\n        \"toe\": \"TTST7LMOLS-HR5MD-A8ED8\",\n        \"startedAt\": 1654819980,\n        \"endedAt\": 1654820007,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-39f9de77-f3cb-45bc-9d4e-218fce905ded\",\n        \"uploadId\": 33646,\n        \"indexRequestKey\": 20220610001325.939,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654819980,\n        \"modifiedAt\": 1654820007,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889837,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202239880,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33658,\n        \"toe\": \"5PEHCGNLMR-FJTBU-MH20B\",\n        \"startedAt\": 1654818180,\n        \"endedAt\": 1654818205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-651d0edf-65be-4135-af55-6db5d916eb32\",\n        \"uploadId\": 33645,\n        \"indexRequestKey\": 20220609234323.653,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654818180,\n        \"modifiedAt\": 1654818205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889825,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203086224,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33657,\n        \"toe\": \"SI8P9679OH-QRHM3-9CMR5\",\n        \"startedAt\": 1654816384,\n        \"endedAt\": 1654816413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fb9cbfe0-e68f-4803-99dd-300c00e3b6a6\",\n        \"uploadId\": 33644,\n        \"indexRequestKey\": 20220609231332.072,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654816384,\n        \"modifiedAt\": 1654816413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889825,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207939496,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33656,\n        \"toe\": \"1C2SKLJGV4-P9D9R-A8HU6\",\n        \"startedAt\": 1654814584,\n        \"endedAt\": 1654814605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-002febf9-f6cb-476d-b8a1-ab3f53b81e6f\",\n        \"uploadId\": 33643,\n        \"indexRequestKey\": 20220609224324.455,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654814584,\n        \"modifiedAt\": 1654814605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889849,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201043392,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33655,\n        \"toe\": \"M287EQ223T-62K1V-RHRHO\",\n        \"startedAt\": 1654812780,\n        \"endedAt\": 1654812846,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ee5a929a-a47c-48e4-af6c-7017856d0b8c\",\n        \"uploadId\": 33642,\n        \"indexRequestKey\": 20220609221404.02,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654812780,\n        \"modifiedAt\": 1654812846,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889849,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204226144,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33654,\n        \"toe\": \"IH13QJ6INK-LKG0U-I03HE\",\n        \"startedAt\": 1654810983,\n        \"endedAt\": 1654811032,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c247cbb5-4f77-4690-999b-88e8d41cac64\",\n        \"uploadId\": 33641,\n        \"indexRequestKey\": 20220609214350.781,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654810983,\n        \"modifiedAt\": 1654811032,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889808,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202239688,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33653,\n        \"toe\": \"JHF2RTBI12-OVV5M-JKU02\",\n        \"startedAt\": 1654809185,\n        \"endedAt\": 1654809213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-442c4bcf-9be5-4de0-8fed-ab61f0f8b839\",\n        \"uploadId\": 33640,\n        \"indexRequestKey\": 20220609211331.926,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654809186,\n        \"modifiedAt\": 1654809213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889808,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199897776,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33652,\n        \"toe\": \"2COD63M4TM-7FA9R-9NGV5\",\n        \"startedAt\": 1654807384,\n        \"endedAt\": 1654807428,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a64e3127-e09c-426e-861c-19f3c46ab723\",\n        \"uploadId\": 33639,\n        \"indexRequestKey\": 20220609204346.598,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654807384,\n        \"modifiedAt\": 1654807428,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889797,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202685040,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33651,\n        \"toe\": \"C7A38421BT-8LM1S-A6P5L\",\n        \"startedAt\": 1654805585,\n        \"endedAt\": 1654805614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-197187d2-f4a9-4399-900b-a6cc64866816\",\n        \"uploadId\": 33638,\n        \"indexRequestKey\": 20220609201331.392,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654805585,\n        \"modifiedAt\": 1654805614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889797,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203693472,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33650,\n        \"toe\": \"G10URVIHO4-KU44K-6CS4N\",\n        \"startedAt\": 1654803780,\n        \"endedAt\": 1654803829,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b370f5db-f8bf-4efb-ba2c-b82e2fab66cc\",\n        \"uploadId\": 33637,\n        \"indexRequestKey\": 20220609194347.401,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654803780,\n        \"modifiedAt\": 1654803829,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889787,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203448032,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33649,\n        \"toe\": \"GD5RT5MVEN-517SR-9KB5S\",\n        \"startedAt\": 1654801983,\n        \"endedAt\": 1654802009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7d12f623-b3d6-4450-84b0-3dc749d06cfd\",\n        \"uploadId\": 33636,\n        \"indexRequestKey\": 20220609191328.068,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654801983,\n        \"modifiedAt\": 1654802009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889787,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200766224,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33648,\n        \"toe\": \"73PPJR2IQM-E6BB2-TQG4O\",\n        \"startedAt\": 1654800182,\n        \"endedAt\": 1654800215,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c2aed4a6-09cc-480e-b35a-e061b1ad7c3c\",\n        \"uploadId\": 33635,\n        \"indexRequestKey\": 20220609184333.688,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654800182,\n        \"modifiedAt\": 1654800215,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889778,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202964512,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33647,\n        \"toe\": \"QBV284FP0V-8OU76-PL5OV\",\n        \"startedAt\": 1654798380,\n        \"endedAt\": 1654798407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5b828233-4092-42f7-ac7f-f866a75321cc\",\n        \"uploadId\": 33634,\n        \"indexRequestKey\": 20220609181325.449,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654798380,\n        \"modifiedAt\": 1654798407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889778,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200404824,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33646,\n        \"toe\": \"853F072QJ7-N34NP-9SS2D\",\n        \"startedAt\": 1654796582,\n        \"endedAt\": 1654796602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4758094c-4849-4637-8acd-4934d748c244\",\n        \"uploadId\": 33633,\n        \"indexRequestKey\": 20220609174320.898,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654796582,\n        \"modifiedAt\": 1654796602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889755,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203552528,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33645,\n        \"toe\": \"BFL37PHMD9-3DC01-VSKPG\",\n        \"startedAt\": 1654794784,\n        \"endedAt\": 1654794812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0701876f-1697-497a-972b-041e5e9ecfcf\",\n        \"uploadId\": 33632,\n        \"indexRequestKey\": 20220609171330.775,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654794784,\n        \"modifiedAt\": 1654794812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889755,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203239704,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33644,\n        \"toe\": \"I2UM6EH840-8BOR1-161CV\",\n        \"startedAt\": 1654792981,\n        \"endedAt\": 1654793013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cafc34aa-b998-420c-897a-91efb995a5d8\",\n        \"uploadId\": 33631,\n        \"indexRequestKey\": 20220609164332.588,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654792981,\n        \"modifiedAt\": 1654793013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202213640,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33643,\n        \"toe\": \"6NV1JPG0R9-Q0R8L-EJ127\",\n        \"startedAt\": 1654791183,\n        \"endedAt\": 1654791285,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c07e6c12-745a-4192-962a-6aa7bd77ec36\",\n        \"uploadId\": 33630,\n        \"indexRequestKey\": 20220609161443.907,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654791183,\n        \"modifiedAt\": 1654791285,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204291496,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33642,\n        \"toe\": \"7BORJJ31QG-HC01E-2H848\",\n        \"startedAt\": 1654789382,\n        \"endedAt\": 1654789411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e2d120cb-b595-473a-b6e0-44708747e8fe\",\n        \"uploadId\": 33629,\n        \"indexRequestKey\": 20220609154329.417,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654789382,\n        \"modifiedAt\": 1654789411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201167768,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33641,\n        \"toe\": \"M80VOBI9C6-9NV6U-UVQ9K\",\n        \"startedAt\": 1654787581,\n        \"endedAt\": 1654787613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8222cee2-9467-4cb0-b804-fe794d90ab12\",\n        \"uploadId\": 33628,\n        \"indexRequestKey\": 20220609151331.401,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654787581,\n        \"modifiedAt\": 1654787613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202879000,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33640,\n        \"toe\": \"BSCKP8D0KD-0CRMO-LV5NN\",\n        \"startedAt\": 1654785783,\n        \"endedAt\": 1654785820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b55e9b7f-2b87-41a5-93a7-0c236f3e6ddb\",\n        \"uploadId\": 33627,\n        \"indexRequestKey\": 20220609144338.947,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654785783,\n        \"modifiedAt\": 1654785820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889693,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202743640,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33639,\n        \"toe\": \"IJUEGAVRP8-5S0SN-7OS7O\",\n        \"startedAt\": 1654783980,\n        \"endedAt\": 1654784010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4e073154-9003-4f9b-9834-0061bfc7c274\",\n        \"uploadId\": 33626,\n        \"indexRequestKey\": 20220609141328.789,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654783980,\n        \"modifiedAt\": 1654784010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889693,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202969320,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33638,\n        \"toe\": \"69MB106CSM-KOHUA-RN2LQ\",\n        \"startedAt\": 1654782180,\n        \"endedAt\": 1654782278,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b8c9946d-d02a-441b-ada4-db7350afbdd7\",\n        \"uploadId\": 33625,\n        \"indexRequestKey\": 20220609134437.333,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654782180,\n        \"modifiedAt\": 1654782278,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889671,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203260352,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33637,\n        \"toe\": \"PUCODP5ONH-3C50K-M05TT\",\n        \"startedAt\": 1654780385,\n        \"endedAt\": 1654780466,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a97cd876-00bb-4fd3-9d27-304e285727c1\",\n        \"uploadId\": 33624,\n        \"indexRequestKey\": 20220609131424.734,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654780385,\n        \"modifiedAt\": 1654780466,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889671,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204301936,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33636,\n        \"toe\": \"2K61RH9P3R-0T191-IP6LF\",\n        \"startedAt\": 1654778580,\n        \"endedAt\": 1654778613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5affa3a3-6107-4047-bf46-711e9f8191a2\",\n        \"uploadId\": 33623,\n        \"indexRequestKey\": 20220609124332.005,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654778580,\n        \"modifiedAt\": 1654778613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889661,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202529808,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33635,\n        \"toe\": \"5FLBQC5H35-5VORL-EJTG9\",\n        \"startedAt\": 1654776781,\n        \"endedAt\": 1654776876,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-90e8d391-ceb4-4b01-827f-d8f47309703f\",\n        \"uploadId\": 33622,\n        \"indexRequestKey\": 20220609121434.717,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654776781,\n        \"modifiedAt\": 1654776876,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889661,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204312880,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33634,\n        \"toe\": \"SFRKLSAE49-31O34-GSTEV\",\n        \"startedAt\": 1654774983,\n        \"endedAt\": 1654775012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9faded05-d7a9-4069-9b55-f2f69301b267\",\n        \"uploadId\": 33621,\n        \"indexRequestKey\": 20220609114330.989,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654774983,\n        \"modifiedAt\": 1654775012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889648,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207076680,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33633,\n        \"toe\": \"A8I2HQTDQR-1FSNE-NIM2N\",\n        \"startedAt\": 1654773180,\n        \"endedAt\": 1654773282,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1c45ed1b-e57f-4bce-9d40-4e1adb7580b7\",\n        \"uploadId\": 33620,\n        \"indexRequestKey\": 20220609111440.862,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654773180,\n        \"modifiedAt\": 1654773282,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889648,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202921712,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33632,\n        \"toe\": \"AUEH60BV70-508KH-MAE6R\",\n        \"startedAt\": 1654771385,\n        \"endedAt\": 1654771491,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e80a44eb-2abf-41ee-98a6-5f5d37d5ed26\",\n        \"uploadId\": 33619,\n        \"indexRequestKey\": 20220609104449.651,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654771385,\n        \"modifiedAt\": 1654771491,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889636,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202587192,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33631,\n        \"toe\": \"8R62VTIGSK-6BJ7R-2RJTK\",\n        \"startedAt\": 1654769585,\n        \"endedAt\": 1654769614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e111aafe-8824-4dcd-8396-3ce028454b20\",\n        \"uploadId\": 33618,\n        \"indexRequestKey\": 20220609101332.759,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654769585,\n        \"modifiedAt\": 1654769614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889636,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202360192,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33630,\n        \"toe\": \"J5G73AD0PD-OIOIQ-TLAKI\",\n        \"startedAt\": 1654767781,\n        \"endedAt\": 1654767858,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b1c9accf-f311-489a-9634-5f07e7c1c25c\",\n        \"uploadId\": 33617,\n        \"indexRequestKey\": 20220609094416.865,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654767781,\n        \"modifiedAt\": 1654767858,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889624,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204283400,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33629,\n        \"toe\": \"BS7QSM3JF2-ENGQR-88ESR\",\n        \"startedAt\": 1654765982,\n        \"endedAt\": 1654766002,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e27d499c-557e-48ee-8461-6baed7ad9d87\",\n        \"uploadId\": 33616,\n        \"indexRequestKey\": 20220609091321.391,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654765982,\n        \"modifiedAt\": 1654766002,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889624,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201604824,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33628,\n        \"toe\": \"6J1J1P5IK0-PG2L7-USBF3\",\n        \"startedAt\": 1654764181,\n        \"endedAt\": 1654764212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-482fd120-499e-4b17-b335-b6cb339a9ea6\",\n        \"uploadId\": 33615,\n        \"indexRequestKey\": 20220609084330.695,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654764181,\n        \"modifiedAt\": 1654764212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889624,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206775872,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33627,\n        \"toe\": \"82IL46OHEJ-3F22D-STC87\",\n        \"startedAt\": 1654762381,\n        \"endedAt\": 1654762445,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0bc9ce25-48e8-47c9-a427-9e45cfdce812\",\n        \"uploadId\": 33614,\n        \"indexRequestKey\": 20220609081403.182,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654762381,\n        \"modifiedAt\": 1654762445,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889624,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204186312,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33626,\n        \"toe\": \"1OIR6ATCQ6-D93GI-QD86R\",\n        \"startedAt\": 1654760583,\n        \"endedAt\": 1654760610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-86e2fe37-f13c-4fa4-ae7b-0b0a3348011f\",\n        \"uploadId\": 33613,\n        \"indexRequestKey\": 20220609074329.18,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654760583,\n        \"modifiedAt\": 1654760610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889618,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200741880,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33625,\n        \"toe\": \"2HS4QMOUT7-IJCHU-ORUOO\",\n        \"startedAt\": 1654758784,\n        \"endedAt\": 1654758841,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b0692ee0-4419-4933-ac54-034bff4291ce\",\n        \"uploadId\": 33612,\n        \"indexRequestKey\": 20220609071359.411,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654758784,\n        \"modifiedAt\": 1654758841,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889618,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203795592,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33624,\n        \"toe\": \"Q9Q5E8ADSA-K9OM9-2G00A\",\n        \"startedAt\": 1654756983,\n        \"endedAt\": 1654757004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f61e97dc-9343-4411-8e3e-44b00ebd4c9b\",\n        \"uploadId\": 33611,\n        \"indexRequestKey\": 20220609064322.999,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654756983,\n        \"modifiedAt\": 1654757004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889617,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201414224,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33623,\n        \"toe\": \"ED3JTI75R4-UUJ8R-BHLGP\",\n        \"startedAt\": 1654755182,\n        \"endedAt\": 1654755210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf65ac6b-2505-4df9-a219-a52d204dc071\",\n        \"uploadId\": 33610,\n        \"indexRequestKey\": 20220609061329.049,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654755182,\n        \"modifiedAt\": 1654755210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292474,\n        \"bytesInserted\": 42889617,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207609800,\n        \"peakMemoryCommittedBytes\": 223346688,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33622,\n        \"toe\": \"PO4S9JNDL7-01FBQ-LR4U8\",\n        \"startedAt\": 1654753381,\n        \"endedAt\": 1654753440,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7f8caf16-b5ab-4850-8694-b1138c8cc12e\",\n        \"uploadId\": 33609,\n        \"indexRequestKey\": 20220609054358.517,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654753381,\n        \"modifiedAt\": 1654753440,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878568,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203735424,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33621,\n        \"toe\": \"V626P4CLDD-9SH53-R6CF5\",\n        \"startedAt\": 1654751584,\n        \"endedAt\": 1654751605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dfd32e28-b957-4a3e-9c69-504e7a881d16\",\n        \"uploadId\": 33608,\n        \"indexRequestKey\": 20220609051324.366,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654751584,\n        \"modifiedAt\": 1654751605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878568,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204360232,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33620,\n        \"toe\": \"83RK1HO75J-CTACR-SEK6E\",\n        \"startedAt\": 1654749783,\n        \"endedAt\": 1654749847,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-31abb8bc-3f6b-4391-a852-8edca2508085\",\n        \"uploadId\": 33607,\n        \"indexRequestKey\": 20220609044405.29,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654749783,\n        \"modifiedAt\": 1654749847,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878559,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204331320,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33619,\n        \"toe\": \"ED8MIG8J8M-7A6LA-LKFMR\",\n        \"startedAt\": 1654747991,\n        \"endedAt\": 1654748019,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-721176a2-8621-4a08-bf1f-8c82ade0c721\",\n        \"uploadId\": 33606,\n        \"indexRequestKey\": 20220609041337.544,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654747991,\n        \"modifiedAt\": 1654748019,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878559,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202906320,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33618,\n        \"toe\": \"96QKEKP8MN-K8Q2A-P1TOG\",\n        \"startedAt\": 1654746184,\n        \"endedAt\": 1654746215,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7c9e4826-5d0e-4063-9577-8ec2331a31e6\",\n        \"uploadId\": 33605,\n        \"indexRequestKey\": 20220609034334.113,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654746184,\n        \"modifiedAt\": 1654746215,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878551,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201253736,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33617,\n        \"toe\": \"Q8CBQGNSSO-4O768-S5F0I\",\n        \"startedAt\": 1654744382,\n        \"endedAt\": 1654744444,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4c770116-cf35-463d-8981-40b78472a79b\",\n        \"uploadId\": 33604,\n        \"indexRequestKey\": 20220609031402.822,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654744382,\n        \"modifiedAt\": 1654744444,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878551,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204214824,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33616,\n        \"toe\": \"UR4K0C4DMK-EFKH0-T3H7F\",\n        \"startedAt\": 1654742585,\n        \"endedAt\": 1654742605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5e5723c9-23b1-44b9-85bb-514661d68b7c\",\n        \"uploadId\": 33603,\n        \"indexRequestKey\": 20220609024324.458,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654742585,\n        \"modifiedAt\": 1654742605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878532,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207974360,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33615,\n        \"toe\": \"C8GE0HADIE-6GM9H-IM5UL\",\n        \"startedAt\": 1654740784,\n        \"endedAt\": 1654740840,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f0b18a59-2825-4d7d-ac90-a3c8bd1c52cb\",\n        \"uploadId\": 33602,\n        \"indexRequestKey\": 20220609021358.596,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654740784,\n        \"modifiedAt\": 1654740840,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878532,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204213840,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33614,\n        \"toe\": \"RE6QM3DVGO-9OL3O-NHVU9\",\n        \"startedAt\": 1654738983,\n        \"endedAt\": 1654739004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c7c7b7eb-f084-42b0-90dc-c2014ef5bf5a\",\n        \"uploadId\": 33601,\n        \"indexRequestKey\": 20220609014323.169,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654738983,\n        \"modifiedAt\": 1654739004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878523,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203690016,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33613,\n        \"toe\": \"AOACCH4PD8-JPPDK-MEE4M\",\n        \"startedAt\": 1654737183,\n        \"endedAt\": 1654737220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0c86d6b6-39a3-4843-a5ce-dbba9e177cd0\",\n        \"uploadId\": 33600,\n        \"indexRequestKey\": 20220609011338.455,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654737183,\n        \"modifiedAt\": 1654737220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878523,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200295952,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33612,\n        \"toe\": \"LEICPUUOAI-E2RML-8902T\",\n        \"startedAt\": 1654735386,\n        \"endedAt\": 1654735404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0ebc868b-75ac-4230-940f-fba7c48b20e6\",\n        \"uploadId\": 33599,\n        \"indexRequestKey\": 20220609004323.027,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654735386,\n        \"modifiedAt\": 1654735404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292397,\n        \"bytesInserted\": 42878514,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199430424,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33611,\n        \"toe\": \"TQQD2ANNQA-NBGSL-14K5P\",\n        \"startedAt\": 1654733580,\n        \"endedAt\": 1654733602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7825a120-a425-4e42-bfc3-d2dea109bcfa\",\n        \"uploadId\": 33598,\n        \"indexRequestKey\": 20220609001320.261,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654733580,\n        \"modifiedAt\": 1654733602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840702,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203503480,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33610,\n        \"toe\": \"8STJ9LLBM4-L62O1-TE5PB\",\n        \"startedAt\": 1654731780,\n        \"endedAt\": 1654731825,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d87d9d96-32e6-4fa1-911d-6cd94d8b9b61\",\n        \"uploadId\": 33597,\n        \"indexRequestKey\": 20220608234343.583,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654731780,\n        \"modifiedAt\": 1654731825,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840680,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198477600,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33609,\n        \"toe\": \"L4F3FD8MJA-95E9N-NI8JA\",\n        \"startedAt\": 1654729980,\n        \"endedAt\": 1654730008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3ffa763b-0892-46f8-95dd-441132231ae9\",\n        \"uploadId\": 33596,\n        \"indexRequestKey\": 20220608231326.343,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654729980,\n        \"modifiedAt\": 1654730008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840625,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201086992,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33608,\n        \"toe\": \"R5LKD1L4CJ-972ID-NRI2T\",\n        \"startedAt\": 1654728181,\n        \"endedAt\": 1654728272,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-95fc8a8b-e968-43b9-b307-df01779d50b0\",\n        \"uploadId\": 33595,\n        \"indexRequestKey\": 20220608224430.72,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654728181,\n        \"modifiedAt\": 1654728272,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840586,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203190264,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33607,\n        \"toe\": \"3SPJOP1Q4H-9RE13-KTQMT\",\n        \"startedAt\": 1654726380,\n        \"endedAt\": 1654726401,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4ce6f4f0-2537-473d-92fa-eb92163522b0\",\n        \"uploadId\": 33594,\n        \"indexRequestKey\": 20220608221319.868,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654726380,\n        \"modifiedAt\": 1654726401,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840586,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203907832,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33606,\n        \"toe\": \"P16J26KT5T-FROK8-5TNOG\",\n        \"startedAt\": 1654724582,\n        \"endedAt\": 1654724629,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2b558604-ae56-48ed-a017-0342f0bdfe37\",\n        \"uploadId\": 33593,\n        \"indexRequestKey\": 20220608214347.706,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654724582,\n        \"modifiedAt\": 1654724629,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840583,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205349912,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33605,\n        \"toe\": \"6QQDBS92J6-E65UV-LPT9S\",\n        \"startedAt\": 1654722785,\n        \"endedAt\": 1654722803,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-837e8b44-6240-4749-b02d-17033816cce4\",\n        \"uploadId\": 33591,\n        \"indexRequestKey\": 20220608211322.502,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654722785,\n        \"modifiedAt\": 1654722803,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840583,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203446080,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33604,\n        \"toe\": \"FSG0EI6Q0O-4NOKU-L6L58\",\n        \"startedAt\": 1654720983,\n        \"endedAt\": 1654721031,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1583f495-2cc0-431d-8d24-94791b83d5dd\",\n        \"uploadId\": 33590,\n        \"indexRequestKey\": 20220608204349.591,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654720983,\n        \"modifiedAt\": 1654721031,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840556,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202823520,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33603,\n        \"toe\": \"JS632U2C5H-CC762-8TRC4\",\n        \"startedAt\": 1654719181,\n        \"endedAt\": 1654719201,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-951417f6-277c-4b70-b9d8-647ba7ed3e74\",\n        \"uploadId\": 33589,\n        \"indexRequestKey\": 20220608201319.908,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654719181,\n        \"modifiedAt\": 1654719201,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840556,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203483384,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33602,\n        \"toe\": \"KE17O6TCMK-PK1IK-T8VT5\",\n        \"startedAt\": 1654717381,\n        \"endedAt\": 1654717428,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-687e1d5c-2697-4dbd-b3b0-70fc42b38e7f\",\n        \"uploadId\": 33588,\n        \"indexRequestKey\": 20220608194347.45,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654717381,\n        \"modifiedAt\": 1654717428,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840531,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201779856,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33601,\n        \"toe\": \"BCE5B5CDQV-9RTM7-VUD7N\",\n        \"startedAt\": 1654715582,\n        \"endedAt\": 1654715618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b701cafb-34d2-4815-bdf7-bb9d17940aec\",\n        \"uploadId\": 33587,\n        \"indexRequestKey\": 20220608191336.924,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654715582,\n        \"modifiedAt\": 1654715618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840531,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201558792,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33600,\n        \"toe\": \"IJ1GCPBJH4-DDP4E-USCQH\",\n        \"startedAt\": 1654713780,\n        \"endedAt\": 1654713799,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f7694db3-5575-4592-a81a-41db0bbece0a\",\n        \"uploadId\": 33586,\n        \"indexRequestKey\": 20220608184318.481,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654713780,\n        \"modifiedAt\": 1654713799,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840523,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199339184,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33599,\n        \"toe\": \"3C40HS3B9H-S3ULA-IK0Q2\",\n        \"startedAt\": 1654711985,\n        \"endedAt\": 1654712009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c736fffd-62ce-4e6e-b98e-7f2dee2a98be\",\n        \"uploadId\": 33585,\n        \"indexRequestKey\": 20220608181327.367,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654711985,\n        \"modifiedAt\": 1654712009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840523,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203634736,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33598,\n        \"toe\": \"72KTRV4A89-J0R3Q-RFKBE\",\n        \"startedAt\": 1654710181,\n        \"endedAt\": 1654710203,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7a9817ca-5565-4861-87b7-4ea86ca7d601\",\n        \"uploadId\": 33584,\n        \"indexRequestKey\": 20220608174321.73,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654710181,\n        \"modifiedAt\": 1654710203,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840480,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202794792,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33597,\n        \"toe\": \"C6J861062H-4J33O-55EJC\",\n        \"startedAt\": 1654708383,\n        \"endedAt\": 1654708404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-733772cd-43ff-4cf9-aa3e-07ca6dff5958\",\n        \"uploadId\": 33583,\n        \"indexRequestKey\": 20220608171323.539,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654708383,\n        \"modifiedAt\": 1654708404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840480,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202402008,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33596,\n        \"toe\": \"D8I7TBK0G7-ACHQC-8HBP4\",\n        \"startedAt\": 1654706584,\n        \"endedAt\": 1654706606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9e66ebf2-05c1-4282-930a-8aa0c4564b9b\",\n        \"uploadId\": 33582,\n        \"indexRequestKey\": 20220608164325.51,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654706584,\n        \"modifiedAt\": 1654706606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840456,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203980624,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33595,\n        \"toe\": \"MF80LESUH3-OR4G5-F3JSO\",\n        \"startedAt\": 1654704782,\n        \"endedAt\": 1654704826,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d0039f35-cabf-442e-a252-157050705060\",\n        \"uploadId\": 33581,\n        \"indexRequestKey\": 20220608161344.867,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654704782,\n        \"modifiedAt\": 1654704826,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840456,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203785048,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33594,\n        \"toe\": \"KMJ7TG58VM-RSMTJ-C77Q6\",\n        \"startedAt\": 1654702984,\n        \"endedAt\": 1654703003,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1ed4f00c-1e78-4ade-b542-69df37fb74ce\",\n        \"uploadId\": 33580,\n        \"indexRequestKey\": 20220608154322.174,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654702984,\n        \"modifiedAt\": 1654703003,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203710744,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33593,\n        \"toe\": \"4HI7N3KG99-M4KOQ-LEOET\",\n        \"startedAt\": 1654701183,\n        \"endedAt\": 1654701224,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-658ea1e2-c683-4055-8153-cb308c6f9287\",\n        \"uploadId\": 33579,\n        \"indexRequestKey\": 20220608151343.013,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654701183,\n        \"modifiedAt\": 1654701224,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840423,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198458672,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33592,\n        \"toe\": \"P03PHA3F4J-CF26F-ACN3M\",\n        \"startedAt\": 1654699384,\n        \"endedAt\": 1654699404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-74a41168-d4df-41c1-8f9a-798f0f056a4e\",\n        \"uploadId\": 33578,\n        \"indexRequestKey\": 20220608144323.107,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654699384,\n        \"modifiedAt\": 1654699404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840412,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202096656,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33591,\n        \"toe\": \"FDUTKE3KFE-QJMA6-KCMG6\",\n        \"startedAt\": 1654697584,\n        \"endedAt\": 1654697643,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2e4f6d03-cb7c-4029-aa9b-470a372dd751\",\n        \"uploadId\": 33577,\n        \"indexRequestKey\": 20220608141401.705,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654697584,\n        \"modifiedAt\": 1654697643,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840412,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202505472,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33590,\n        \"toe\": \"8ASNFRRGSH-LRA8G-G12P4\",\n        \"startedAt\": 1654695781,\n        \"endedAt\": 1654695875,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-45804cff-d5de-4c58-91b2-255b17dd3d68\",\n        \"uploadId\": 33576,\n        \"indexRequestKey\": 20220608134433.709,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654695781,\n        \"modifiedAt\": 1654695875,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840391,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203738936,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33589,\n        \"toe\": \"KIQ9EE3TKB-VVITH-P0LR9\",\n        \"startedAt\": 1654693984,\n        \"endedAt\": 1654694011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9f2a7377-0fc6-410e-b52e-4577f9b8075e\",\n        \"uploadId\": 33575,\n        \"indexRequestKey\": 20220608131329.366,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654693984,\n        \"modifiedAt\": 1654694011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840391,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201521544,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33588,\n        \"toe\": \"1N8B7PMB3S-MGQNI-GET2M\",\n        \"startedAt\": 1654692186,\n        \"endedAt\": 1654692238,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6345ff8b-9851-42ef-b48a-d4099c792fe6\",\n        \"uploadId\": 33574,\n        \"indexRequestKey\": 20220608124356.597,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654692186,\n        \"modifiedAt\": 1654692238,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840381,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205793496,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33587,\n        \"toe\": \"9PJ9GNF4NJ-2S8IQ-EAUAO\",\n        \"startedAt\": 1654690381,\n        \"endedAt\": 1654690414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1cdbba1a-2b19-4c67-9dbd-8dce43b02969\",\n        \"uploadId\": 33573,\n        \"indexRequestKey\": 20220608121332.431,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654690381,\n        \"modifiedAt\": 1654690414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840381,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202024872,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33586,\n        \"toe\": \"GIS6RPJJE7-OM1HN-NCL1U\",\n        \"startedAt\": 1654688583,\n        \"endedAt\": 1654688682,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f56683c3-c69d-438d-84a3-18569c6fc00a\",\n        \"uploadId\": 33572,\n        \"indexRequestKey\": 20220608114441.24,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654688583,\n        \"modifiedAt\": 1654688682,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840373,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201696784,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33585,\n        \"toe\": \"HFQ9KMNFTV-7D67C-02COS\",\n        \"startedAt\": 1654686782,\n        \"endedAt\": 1654686867,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8bed926f-c790-4501-98cd-c47549e1b6d4\",\n        \"uploadId\": 33571,\n        \"indexRequestKey\": 20220608111425.658,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654686782,\n        \"modifiedAt\": 1654686867,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840373,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204235192,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33584,\n        \"toe\": \"JO2NENUG6B-ECTVP-24N30\",\n        \"startedAt\": 1654684982,\n        \"endedAt\": 1654685085,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3a3068a2-f7cc-4665-ab43-cb89708331fb\",\n        \"uploadId\": 33570,\n        \"indexRequestKey\": 20220608104443.706,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654684982,\n        \"modifiedAt\": 1654685085,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840358,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203900376,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33583,\n        \"toe\": \"SFSIR80HJH-VT6H3-1N81H\",\n        \"startedAt\": 1654683180,\n        \"endedAt\": 1654683247,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cb0e103b-e9d2-4bea-9479-00fa6b4ae52a\",\n        \"uploadId\": 33569,\n        \"indexRequestKey\": 20220608101405.267,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654683180,\n        \"modifiedAt\": 1654683247,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840358,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202707352,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33582,\n        \"toe\": \"L05MFCPH1G-T57CR-PJESF\",\n        \"startedAt\": 1654681381,\n        \"endedAt\": 1654681406,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9e791f4e-6926-404b-8ec8-f0222c459b0f\",\n        \"uploadId\": 33568,\n        \"indexRequestKey\": 20220608094325.046,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654681381,\n        \"modifiedAt\": 1654681406,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840349,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203584848,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33581,\n        \"toe\": \"S2OKAT9BG0-3CVCU-U4C3J\",\n        \"startedAt\": 1654679583,\n        \"endedAt\": 1654679632,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c2f89f34-61f4-4534-94af-6e061dba7a59\",\n        \"uploadId\": 33567,\n        \"indexRequestKey\": 20220608091351.416,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654679583,\n        \"modifiedAt\": 1654679632,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840349,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203934904,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33580,\n        \"toe\": \"NUQEB9VQQG-VSART-95LK5\",\n        \"startedAt\": 1654677786,\n        \"endedAt\": 1654677890,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-976facf7-2c65-45b9-ae72-d14c6eb5d266\",\n        \"uploadId\": 33566,\n        \"indexRequestKey\": 20220608084449.49,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654677786,\n        \"modifiedAt\": 1654677890,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840345,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203013200,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33579,\n        \"toe\": \"PI4MAC18GC-6F12T-BLATO\",\n        \"startedAt\": 1654675985,\n        \"endedAt\": 1654676067,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7ab3df30-7c6b-4dab-a619-2333079065d0\",\n        \"uploadId\": 33565,\n        \"indexRequestKey\": 20220608081425.537,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654675985,\n        \"modifiedAt\": 1654676067,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840345,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203759720,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33578,\n        \"toe\": \"JB0VALBS9C-P5UJV-D9PMR\",\n        \"startedAt\": 1654674180,\n        \"endedAt\": 1654674204,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d169a09f-b6b9-48c1-8872-b6cc8eae7ed7\",\n        \"uploadId\": 33564,\n        \"indexRequestKey\": 20220608074323.485,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654674180,\n        \"modifiedAt\": 1654674204,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840338,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199121776,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33577,\n        \"toe\": \"65VOAIJNMA-M11PD-8A5MD\",\n        \"startedAt\": 1654672381,\n        \"endedAt\": 1654672471,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2fca7375-362a-40a4-99d9-afe186b2708e\",\n        \"uploadId\": 33563,\n        \"indexRequestKey\": 20220608071430.421,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654672381,\n        \"modifiedAt\": 1654672471,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840338,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203872408,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33576,\n        \"toe\": \"7HHG8OTQFL-ES4FC-F3HQU\",\n        \"startedAt\": 1654670582,\n        \"endedAt\": 1654670647,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e28568b3-c63f-49df-8f80-930ddd674293\",\n        \"uploadId\": 33562,\n        \"indexRequestKey\": 20220608064405.74,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654670582,\n        \"modifiedAt\": 1654670647,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840334,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202709640,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33575,\n        \"toe\": \"9J5N54S7OU-LHHL7-R0PCK\",\n        \"startedAt\": 1654668784,\n        \"endedAt\": 1654668810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9003caaa-6f6b-4072-a638-2274b12d608d\",\n        \"uploadId\": 33561,\n        \"indexRequestKey\": 20220608061328.704,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654668784,\n        \"modifiedAt\": 1654668810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292139,\n        \"bytesInserted\": 42840334,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202539240,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33574,\n        \"toe\": \"FDMT5KAKNO-DLK8S-3TA6D\",\n        \"startedAt\": 1654666982,\n        \"endedAt\": 1654667006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5c523096-3cff-4bbf-a755-c87343ae69b2\",\n        \"uploadId\": 33560,\n        \"indexRequestKey\": 20220608054324.659,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654666982,\n        \"modifiedAt\": 1654667006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829308,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198206080,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33573,\n        \"toe\": \"M9EGJ9H5DJ-HMHQN-MBFMR\",\n        \"startedAt\": 1654665184,\n        \"endedAt\": 1654665205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-96a2fdc1-3939-4580-81e2-4fddf1c27466\",\n        \"uploadId\": 33559,\n        \"indexRequestKey\": 20220608051323.348,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654665184,\n        \"modifiedAt\": 1654665205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829308,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202773864,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33572,\n        \"toe\": \"IJ6O6NOTMJ-5ASEU-O3BPK\",\n        \"startedAt\": 1654663380,\n        \"endedAt\": 1654663434,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e22eacd4-39aa-48ef-ab33-3c26158ec36d\",\n        \"uploadId\": 33558,\n        \"indexRequestKey\": 20220608044353.142,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654663380,\n        \"modifiedAt\": 1654663434,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829301,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204170000,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33571,\n        \"toe\": \"08K2BUNVDD-0ER05-K43GP\",\n        \"startedAt\": 1654661592,\n        \"endedAt\": 1654661637,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f5526530-4e48-473e-9bbe-ceaafec2610d\",\n        \"uploadId\": 33557,\n        \"indexRequestKey\": 20220608041356.189,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654661592,\n        \"modifiedAt\": 1654661637,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829301,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203652088,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33570,\n        \"toe\": \"5N1O7RK8OP-TNT8F-VDIBR\",\n        \"startedAt\": 1654659783,\n        \"endedAt\": 1654659802,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ba6f8c4e-1c5e-4213-9a80-cffab3d92de7\",\n        \"uploadId\": 33556,\n        \"indexRequestKey\": 20220608034321.23,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654659783,\n        \"modifiedAt\": 1654659802,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829279,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205080848,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33569,\n        \"toe\": \"TP8TCRTHR1-65O2K-IGH0E\",\n        \"startedAt\": 1654657985,\n        \"endedAt\": 1654658036,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b2ca3a33-c69a-4625-80d9-baebf8f4885e\",\n        \"uploadId\": 33555,\n        \"indexRequestKey\": 20220608031355.226,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654657985,\n        \"modifiedAt\": 1654658036,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829279,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204179000,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33568,\n        \"toe\": \"7SSCNF3PLV-LTMCN-M7U64\",\n        \"startedAt\": 1654656184,\n        \"endedAt\": 1654656244,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-00da4aed-01a5-49d6-8efa-a396473d6aa8\",\n        \"uploadId\": 33554,\n        \"indexRequestKey\": 20220608024403.036,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654656184,\n        \"modifiedAt\": 1654656244,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829262,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203395616,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33567,\n        \"toe\": \"JIO1MOTVSI-SQF3F-9MUUR\",\n        \"startedAt\": 1654654382,\n        \"endedAt\": 1654654469,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-689354c5-7d75-46b9-bf78-a2a9a6f26039\",\n        \"uploadId\": 33553,\n        \"indexRequestKey\": 20220608021427.837,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654654382,\n        \"modifiedAt\": 1654654469,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829262,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204208960,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33566,\n        \"toe\": \"SEL5K9J10N-5SRVB-HN6ML\",\n        \"startedAt\": 1654652580,\n        \"endedAt\": 1654652659,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e0342732-6aca-4985-b1b0-46e1e39f7932\",\n        \"uploadId\": 33552,\n        \"indexRequestKey\": 20220608014418.406,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654652580,\n        \"modifiedAt\": 1654652659,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829253,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202701400,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33565,\n        \"toe\": \"REGPJPTQ41-85OE0-NN0VO\",\n        \"startedAt\": 1654650784,\n        \"endedAt\": 1654650811,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d1afef72-e4f6-43f2-9960-ddf4e5b8872d\",\n        \"uploadId\": 33551,\n        \"indexRequestKey\": 20220608011329.491,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654650784,\n        \"modifiedAt\": 1654650811,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829253,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201730816,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33564,\n        \"toe\": \"437M2UUJ8A-OOCB8-C2B1B\",\n        \"startedAt\": 1654648986,\n        \"endedAt\": 1654649008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f6d9dd48-f47f-41db-b672-85194fe54019\",\n        \"uploadId\": 33550,\n        \"indexRequestKey\": 20220608004327.502,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654648986,\n        \"modifiedAt\": 1654649008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 292062,\n        \"bytesInserted\": 42829236,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202280736,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33563,\n        \"toe\": \"EPAC35RP9P-OPM1O-JRUAJ\",\n        \"startedAt\": 1654647180,\n        \"endedAt\": 1654647240,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d5d8dc67-c3c1-4814-866c-6ee1c12853f9\",\n        \"uploadId\": 33549,\n        \"indexRequestKey\": 20220608001358.597,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654647180,\n        \"modifiedAt\": 1654647240,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791402,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202604288,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33562,\n        \"toe\": \"VPOFQ3COU4-51FQC-GFD4P\",\n        \"startedAt\": 1654645380,\n        \"endedAt\": 1654645402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-20ba0c79-b9e6-42f1-9979-2360516d80de\",\n        \"uploadId\": 33548,\n        \"indexRequestKey\": 20220607234321.116,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654645380,\n        \"modifiedAt\": 1654645402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791391,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201645656,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33561,\n        \"toe\": \"MV7SR255U5-DJGPM-9CPG9\",\n        \"startedAt\": 1654643585,\n        \"endedAt\": 1654643649,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-295cf498-ad87-42d8-b2f8-4cb6a8217078\",\n        \"uploadId\": 33547,\n        \"indexRequestKey\": 20220607231407.473,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654643585,\n        \"modifiedAt\": 1654643649,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791391,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202710536,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33560,\n        \"toe\": \"7GMTCU9GVN-EBMUQ-25RA3\",\n        \"startedAt\": 1654641784,\n        \"endedAt\": 1654641841,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ddf89a3e-2939-4298-b848-27d767df90dc\",\n        \"uploadId\": 33546,\n        \"indexRequestKey\": 20220607224359.712,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654641784,\n        \"modifiedAt\": 1654641841,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791364,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202641712,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33559,\n        \"toe\": \"BKTGV612G2-DSF64-3HLR6\",\n        \"startedAt\": 1654639984,\n        \"endedAt\": 1654640043,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-90fe217f-ba00-47fb-b3d5-1c49695b1f9b\",\n        \"uploadId\": 33545,\n        \"indexRequestKey\": 20220607221401.964,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654639984,\n        \"modifiedAt\": 1654640043,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791364,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203651560,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33558,\n        \"toe\": \"9KK92M2QEO-0JAL5-27KAH\",\n        \"startedAt\": 1654638184,\n        \"endedAt\": 1654638244,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-89f51332-283e-4e36-9618-1f38abcf4690\",\n        \"uploadId\": 33544,\n        \"indexRequestKey\": 20220607214402.899,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654638184,\n        \"modifiedAt\": 1654638244,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791350,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203820872,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33557,\n        \"toe\": \"14R0GTOJJP-7GLAA-B28M3\",\n        \"startedAt\": 1654636385,\n        \"endedAt\": 1654636411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fb1b68ca-361e-4712-8d45-035bbbbc362a\",\n        \"uploadId\": 33543,\n        \"indexRequestKey\": 20220607211330.295,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654636385,\n        \"modifiedAt\": 1654636411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791350,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203814152,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33556,\n        \"toe\": \"M5F2HQPB2H-3KM2H-G9CSE\",\n        \"startedAt\": 1654634580,\n        \"endedAt\": 1654634648,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f8fe3754-29a8-45d1-8df0-0571e648aa54\",\n        \"uploadId\": 33542,\n        \"indexRequestKey\": 20220607204407.197,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654634580,\n        \"modifiedAt\": 1654634648,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791323,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202719016,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33555,\n        \"toe\": \"NO6CQ1PEQJ-S678J-N3K54\",\n        \"startedAt\": 1654632781,\n        \"endedAt\": 1654632878,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dcbd045c-de3e-4e17-bf10-8b2136c89e7c\",\n        \"uploadId\": 33541,\n        \"indexRequestKey\": 20220607201437.068,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654632781,\n        \"modifiedAt\": 1654632878,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791323,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203851432,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33554,\n        \"toe\": \"L0O48TTE9F-MHGJU-3DP64\",\n        \"startedAt\": 1654630982,\n        \"endedAt\": 1654631045,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-48289d13-14ff-409e-bcd8-39ca38bd7d95\",\n        \"uploadId\": 33540,\n        \"indexRequestKey\": 20220607194403.681,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654630982,\n        \"modifiedAt\": 1654631045,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791313,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203764408,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33553,\n        \"toe\": \"ISKS36QDLE-DB6PQ-C527R\",\n        \"startedAt\": 1654629183,\n        \"endedAt\": 1654629236,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b0885347-7535-4093-a6e9-e9e2fa54ced0\",\n        \"uploadId\": 33539,\n        \"indexRequestKey\": 20220607191355.235,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654629183,\n        \"modifiedAt\": 1654629236,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791313,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203390744,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33552,\n        \"toe\": \"MGFJSHCC0D-TQRT6-69VFE\",\n        \"startedAt\": 1654627382,\n        \"endedAt\": 1654627407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e94c42a6-2349-41a0-a7b8-4c2e9ddffab6\",\n        \"uploadId\": 33537,\n        \"indexRequestKey\": 20220607184326.126,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654627382,\n        \"modifiedAt\": 1654627407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791312,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202874240,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33551,\n        \"toe\": \"FCQBKJPPF2-9D2VA-3EJAD\",\n        \"startedAt\": 1654625584,\n        \"endedAt\": 1654625604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e0df7298-3674-4e8a-85d8-05cc4202f990\",\n        \"uploadId\": 33536,\n        \"indexRequestKey\": 20220607181322.691,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654625584,\n        \"modifiedAt\": 1654625604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791287,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201539240,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33550,\n        \"toe\": \"G2GTDUP3DD-7GBPF-227G6\",\n        \"startedAt\": 1654623780,\n        \"endedAt\": 1654623802,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e09b7d41-bc73-4891-aa3e-e58bae307b76\",\n        \"uploadId\": 33535,\n        \"indexRequestKey\": 20220607174320.916,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654623780,\n        \"modifiedAt\": 1654623802,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791253,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203247000,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33549,\n        \"toe\": \"F3G2L9Q14C-2A939-CK038\",\n        \"startedAt\": 1654621981,\n        \"endedAt\": 1654622001,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f360a0a7-ae87-4760-8e17-ff57c70a7078\",\n        \"uploadId\": 33534,\n        \"indexRequestKey\": 20220607171319.121,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654621981,\n        \"modifiedAt\": 1654622001,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791253,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203064616,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33548,\n        \"toe\": \"H09SVP8BGA-6JFJ9-AH2EJ\",\n        \"startedAt\": 1654620180,\n        \"endedAt\": 1654620228,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e65eb782-fe1e-40e6-a56b-be02ba741b50\",\n        \"uploadId\": 33533,\n        \"indexRequestKey\": 20220607164346.985,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654620180,\n        \"modifiedAt\": 1654620228,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791231,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203129136,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33547,\n        \"toe\": \"3DTT5ATV7D-BRQ4N-7T1GF\",\n        \"startedAt\": 1654618382,\n        \"endedAt\": 1654618408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8b657b45-640c-49be-93d2-73fe3b1da408\",\n        \"uploadId\": 33532,\n        \"indexRequestKey\": 20220607161326.305,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654618382,\n        \"modifiedAt\": 1654618408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791231,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206349448,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33546,\n        \"toe\": \"T0CH6BGTFK-3KEIB-SL6E9\",\n        \"startedAt\": 1654616583,\n        \"endedAt\": 1654616608,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-48f7ab14-1ffb-45c2-9246-afa8a5c2d9e9\",\n        \"uploadId\": 33531,\n        \"indexRequestKey\": 20220607154326.203,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654616583,\n        \"modifiedAt\": 1654616608,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791202,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202900112,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33545,\n        \"toe\": \"P7MBCFEB6H-K213K-0GM99\",\n        \"startedAt\": 1654614781,\n        \"endedAt\": 1654614815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cb8bb589-ff66-47e8-8518-634c4808dfac\",\n        \"uploadId\": 33530,\n        \"indexRequestKey\": 20220607151334.359,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654614781,\n        \"modifiedAt\": 1654614815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791202,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203437296,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33544,\n        \"toe\": \"HOQUU57ENK-BLIGL-OAKSE\",\n        \"startedAt\": 1654612983,\n        \"endedAt\": 1654613004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f7a7f440-0ea7-482b-a1b2-64d0f11ac935\",\n        \"uploadId\": 33529,\n        \"indexRequestKey\": 20220607144322.643,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654612983,\n        \"modifiedAt\": 1654613004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791186,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202448744,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33543,\n        \"toe\": \"U9H89JV50U-59VHJ-26SV8\",\n        \"startedAt\": 1654611184,\n        \"endedAt\": 1654611216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1259e149-efea-4722-ad76-f8bfb5214b01\",\n        \"uploadId\": 33528,\n        \"indexRequestKey\": 20220607141334.771,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654611184,\n        \"modifiedAt\": 1654611216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791186,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202124200,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33542,\n        \"toe\": \"VBJ7K663TC-Q1ON3-8ADRU\",\n        \"startedAt\": 1654609385,\n        \"endedAt\": 1654609414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6a67074b-e8de-4af9-b338-e0b661e5972d\",\n        \"uploadId\": 33527,\n        \"indexRequestKey\": 20220607134332.767,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654609385,\n        \"modifiedAt\": 1654609414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791164,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201144800,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33541,\n        \"toe\": \"FNB8PC5G5J-DDBT4-14CFV\",\n        \"startedAt\": 1654607581,\n        \"endedAt\": 1654607625,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b09d8171-9206-49be-b1fd-0e25991761ee\",\n        \"uploadId\": 33526,\n        \"indexRequestKey\": 20220607131344.425,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654607581,\n        \"modifiedAt\": 1654607625,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791164,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203918304,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33540,\n        \"toe\": \"UOL2S8SND3-PL68V-Q0NBI\",\n        \"startedAt\": 1654605787,\n        \"endedAt\": 1654605832,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dd336719-4de7-4941-996d-589ecf33d2b3\",\n        \"uploadId\": 33525,\n        \"indexRequestKey\": 20220607124351.062,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654605787,\n        \"modifiedAt\": 1654605832,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791155,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206917544,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33539,\n        \"toe\": \"F87BP1PPUN-SNVEA-KGEDE\",\n        \"startedAt\": 1654603983,\n        \"endedAt\": 1654604015,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c9b66e3b-0923-4640-b4c2-f48229c8cc06\",\n        \"uploadId\": 33524,\n        \"indexRequestKey\": 20220607121333.655,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654603983,\n        \"modifiedAt\": 1654604015,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791155,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202265400,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33538,\n        \"toe\": \"7PECHC18TF-8ASJM-1VSGR\",\n        \"startedAt\": 1654602180,\n        \"endedAt\": 1654602226,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ed6220c0-fb72-47e5-a6d6-b8d611c104e9\",\n        \"uploadId\": 33523,\n        \"indexRequestKey\": 20220607114344.725,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654602180,\n        \"modifiedAt\": 1654602226,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791138,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205615240,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33537,\n        \"toe\": \"SFQL9O5MS7-TUQL9-LG7E0\",\n        \"startedAt\": 1654600380,\n        \"endedAt\": 1654600417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d9a7fbae-e205-4a9b-b12f-46afbc5f1541\",\n        \"uploadId\": 33522,\n        \"indexRequestKey\": 20220607111336.038,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654600380,\n        \"modifiedAt\": 1654600417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791138,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205764400,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33536,\n        \"toe\": \"RQCE4KITOP-3AAKA-QV5UV\",\n        \"startedAt\": 1654598584,\n        \"endedAt\": 1654598614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8c06d024-0a05-4f94-8d81-806fd0dd372d\",\n        \"uploadId\": 33521,\n        \"indexRequestKey\": 20220607104332.639,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654598584,\n        \"modifiedAt\": 1654598614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791132,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201102256,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33535,\n        \"toe\": \"J3KE72U9Q3-7HU8E-R917I\",\n        \"startedAt\": 1654596784,\n        \"endedAt\": 1654596807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ad530b74-a3bf-4bda-92d5-8ed69ca2e9bc\",\n        \"uploadId\": 33520,\n        \"indexRequestKey\": 20220607101326.648,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654596784,\n        \"modifiedAt\": 1654596807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791132,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201210784,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33534,\n        \"toe\": \"5DQQ3GENCB-0RHBO-M4UG9\",\n        \"startedAt\": 1654594981,\n        \"endedAt\": 1654595018,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ed97f0e1-e9f9-474e-bd6b-34b65ec10c60\",\n        \"uploadId\": 33519,\n        \"indexRequestKey\": 20220607094336.635,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654594981,\n        \"modifiedAt\": 1654595018,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791118,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206844744,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33533,\n        \"toe\": \"IGDFEBT8SN-RPGJF-3Q6OP\",\n        \"startedAt\": 1654593184,\n        \"endedAt\": 1654593212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf44be8e-4abb-4b69-9e39-505983998407\",\n        \"uploadId\": 33518,\n        \"indexRequestKey\": 20220607091330.701,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654593184,\n        \"modifiedAt\": 1654593212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791118,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207235080,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33532,\n        \"toe\": \"BU6C9P5CBQ-N4742-M0S5M\",\n        \"startedAt\": 1654591383,\n        \"endedAt\": 1654591414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f800bd6d-7dd5-46ee-ad14-9732b1701d28\",\n        \"uploadId\": 33517,\n        \"indexRequestKey\": 20220607084332.455,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654591383,\n        \"modifiedAt\": 1654591414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791118,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207227728,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33531,\n        \"toe\": \"K4UNSHT7OP-63SA9-GGBES\",\n        \"startedAt\": 1654589581,\n        \"endedAt\": 1654589613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-92c288e8-32d4-405d-a50f-cd15e756caad\",\n        \"uploadId\": 33516,\n        \"indexRequestKey\": 20220607081332.534,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654589581,\n        \"modifiedAt\": 1654589613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791118,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202343256,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33530,\n        \"toe\": \"91C312T9RE-A89OC-QIJQ4\",\n        \"startedAt\": 1654587782,\n        \"endedAt\": 1654587818,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1e297deb-2f08-43d3-a239-ab6057200060\",\n        \"uploadId\": 33515,\n        \"indexRequestKey\": 20220607074337.252,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654587782,\n        \"modifiedAt\": 1654587818,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208158848,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33529,\n        \"toe\": \"D4A2H7VBQJ-N4PO1-TOOM6\",\n        \"startedAt\": 1654585982,\n        \"endedAt\": 1654586016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-beb5b2da-c0f5-46df-96a9-0a3afef7da2f\",\n        \"uploadId\": 33514,\n        \"indexRequestKey\": 20220607071334.82,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654585982,\n        \"modifiedAt\": 1654586016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202051008,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33528,\n        \"toe\": \"QADT5292O0-QJLTV-1D68F\",\n        \"startedAt\": 1654584185,\n        \"endedAt\": 1654584216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7b4bbe4a-740e-4f4b-9a35-15d20be5cf02\",\n        \"uploadId\": 33513,\n        \"indexRequestKey\": 20220607064334.43,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654584185,\n        \"modifiedAt\": 1654584216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208067056,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33527,\n        \"toe\": \"99BRT6R9HJ-1C8MM-DH28Q\",\n        \"startedAt\": 1654582383,\n        \"endedAt\": 1654582407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f3f9b420-c413-4fa5-8065-d461b22448e9\",\n        \"uploadId\": 33512,\n        \"indexRequestKey\": 20220607061326.402,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654582383,\n        \"modifiedAt\": 1654582407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291804,\n        \"bytesInserted\": 42791107,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203581160,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33526,\n        \"toe\": \"NN68IPAP32-4MNLT-94N4I\",\n        \"startedAt\": 1654580580,\n        \"endedAt\": 1654580602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c46115a4-22a4-4a81-b0ca-b5817f919153\",\n        \"uploadId\": 33511,\n        \"indexRequestKey\": 20220607054320.556,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654580580,\n        \"modifiedAt\": 1654580602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206651272,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33525,\n        \"toe\": \"OOO8T8L2V7-0L53S-1PQJ1\",\n        \"startedAt\": 1654578782,\n        \"endedAt\": 1654578807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d9940024-6d44-4269-b8da-f4cc5c858b7d\",\n        \"uploadId\": 33510,\n        \"indexRequestKey\": 20220607051325.815,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654578782,\n        \"modifiedAt\": 1654578807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780106,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200959600,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33524,\n        \"toe\": \"63IMM865V6-EIH1M-N4I4A\",\n        \"startedAt\": 1654576982,\n        \"endedAt\": 1654577014,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5fe0803c-705e-48f5-b35c-3cec6641cc7a\",\n        \"uploadId\": 33509,\n        \"indexRequestKey\": 20220607044332.975,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654576982,\n        \"modifiedAt\": 1654577014,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198413312,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33523,\n        \"toe\": \"4MINQC8GRI-SK0UM-1QS6C\",\n        \"startedAt\": 1654575191,\n        \"endedAt\": 1654575212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-89cc5f77-8a1d-415a-99b5-82c170d72bc5\",\n        \"uploadId\": 33508,\n        \"indexRequestKey\": 20220607041330.814,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654575191,\n        \"modifiedAt\": 1654575212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201950784,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33522,\n        \"toe\": \"MJDL2PNR49-25MFV-QC1RP\",\n        \"startedAt\": 1654573381,\n        \"endedAt\": 1654573402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-41cf80de-2b26-45d0-8bc7-9cfc606f1d0e\",\n        \"uploadId\": 33507,\n        \"indexRequestKey\": 20220607034320.969,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654573381,\n        \"modifiedAt\": 1654573402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780095,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199278792,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33521,\n        \"toe\": \"2F7LC9M9FJ-48POM-TKDMJ\",\n        \"startedAt\": 1654571580,\n        \"endedAt\": 1654571613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1275e9af-9e57-4a66-b24f-68b22cc24624\",\n        \"uploadId\": 33506,\n        \"indexRequestKey\": 20220607031331.931,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654571580,\n        \"modifiedAt\": 1654571613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780095,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207915792,\n        \"peakMemoryCommittedBytes\": 223870976,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33520,\n        \"toe\": \"KL7PJ4G8Q2-ECK2E-V68UN\",\n        \"startedAt\": 1654569782,\n        \"endedAt\": 1654569803,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-87ed03ab-f7c2-465c-bc83-f28f8a30ceb3\",\n        \"uploadId\": 33505,\n        \"indexRequestKey\": 20220607024322.017,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654569782,\n        \"modifiedAt\": 1654569803,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780081,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201383488,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33519,\n        \"toe\": \"O901PN731E-QSC0D-ELQQR\",\n        \"startedAt\": 1654567980,\n        \"endedAt\": 1654568013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4a1408a9-da03-46db-bd42-1b1c0de440d5\",\n        \"uploadId\": 33504,\n        \"indexRequestKey\": 20220607021332.222,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654567980,\n        \"modifiedAt\": 1654568013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780081,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202644984,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33518,\n        \"toe\": \"R2UVGIE480-6M938-QB1K3\",\n        \"startedAt\": 1654566184,\n        \"endedAt\": 1654566202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d2ec4c7c-1406-44d2-b54e-0db6a8e3e3d6\",\n        \"uploadId\": 33503,\n        \"indexRequestKey\": 20220607014321.59,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654566184,\n        \"modifiedAt\": 1654566202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780076,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207406496,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33517,\n        \"toe\": \"KC0S8UFNO6-056LU-T07LR\",\n        \"startedAt\": 1654564380,\n        \"endedAt\": 1654564420,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3357f070-2813-43ea-823a-0c81b31369a6\",\n        \"uploadId\": 33502,\n        \"indexRequestKey\": 20220607011339.242,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654564380,\n        \"modifiedAt\": 1654564420,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780076,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201388328,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33516,\n        \"toe\": \"GQ0VOTUBSM-V56BL-G03LI\",\n        \"startedAt\": 1654562584,\n        \"endedAt\": 1654562603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-faa10b7b-c128-475b-b4e5-2689fe64122a\",\n        \"uploadId\": 33501,\n        \"indexRequestKey\": 20220607004322.291,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654562584,\n        \"modifiedAt\": 1654562603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291727,\n        \"bytesInserted\": 42780056,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203581912,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33515,\n        \"toe\": \"664NNOOAKA-6EKTO-0GBQU\",\n        \"startedAt\": 1654560784,\n        \"endedAt\": 1654560810,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7e019fac-4ac3-4ec1-8244-cd3189e4f9e7\",\n        \"uploadId\": 33500,\n        \"indexRequestKey\": 20220607001328.853,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654560784,\n        \"modifiedAt\": 1654560810,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742215,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202161288,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33514,\n        \"toe\": \"0G6HOOLQP0-PR832-28OF5\",\n        \"startedAt\": 1654558982,\n        \"endedAt\": 1654559001,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fab362a0-8e86-4904-890e-31550a505de8\",\n        \"uploadId\": 33499,\n        \"indexRequestKey\": 20220606234320.038,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654558982,\n        \"modifiedAt\": 1654559001,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742208,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199446424,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33513,\n        \"toe\": \"EEHLJTJ2ES-E78PI-HVOP2\",\n        \"startedAt\": 1654557184,\n        \"endedAt\": 1654557206,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-76ae69fe-6366-4938-addb-fbed729c1a6d\",\n        \"uploadId\": 33498,\n        \"indexRequestKey\": 20220606231324.52,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654557184,\n        \"modifiedAt\": 1654557206,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742208,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201703760,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33512,\n        \"toe\": \"32OO2EJ5JD-O8J8B-60846\",\n        \"startedAt\": 1654555381,\n        \"endedAt\": 1654555402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2263b9a6-d1cf-4669-955b-7f4c8870c00b\",\n        \"uploadId\": 33497,\n        \"indexRequestKey\": 20220606224320.757,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654555381,\n        \"modifiedAt\": 1654555402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742204,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203464784,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33511,\n        \"toe\": \"F25D516DP5-OFBBL-3TPHT\",\n        \"startedAt\": 1654553581,\n        \"endedAt\": 1654553602,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f9c33ffa-805d-4603-b71e-be2b8de5b02b\",\n        \"uploadId\": 33496,\n        \"indexRequestKey\": 20220606221320.535,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654553581,\n        \"modifiedAt\": 1654553602,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742204,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198294080,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33510,\n        \"toe\": \"KSMA1THR5R-Q46T5-A2HKL\",\n        \"startedAt\": 1654551783,\n        \"endedAt\": 1654552080,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-369dfbbe-0425-4115-911c-d1e2ad8f1bd4\",\n        \"uploadId\": 33495,\n        \"indexRequestKey\": 20220606214759.173,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654551783,\n        \"modifiedAt\": 1654552080,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742179,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200313824,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33509,\n        \"toe\": \"4M1QDQB8JJ-CLOLV-GC6V2\",\n        \"startedAt\": 1654549985,\n        \"endedAt\": 1654550006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7524b758-e484-4d85-b8a1-7f413efcfba3\",\n        \"uploadId\": 33494,\n        \"indexRequestKey\": 20220606211324.891,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654549985,\n        \"modifiedAt\": 1654550006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742179,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202597984,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33508,\n        \"toe\": \"9FJ97JAEUR-BE031-3QADK\",\n        \"startedAt\": 1654548185,\n        \"endedAt\": 1654548221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1d791752-ace9-4858-9539-008b80a44a8a\",\n        \"uploadId\": 33493,\n        \"indexRequestKey\": 20220606204340.225,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654548185,\n        \"modifiedAt\": 1654548221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742179,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201080608,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33507,\n        \"toe\": \"98FFM6EK5N-OPIU7-2NAUM\",\n        \"startedAt\": 1654546380,\n        \"endedAt\": 1654546417,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-084fa27e-e191-44aa-b1b6-b09ce5e44345\",\n        \"uploadId\": 33492,\n        \"indexRequestKey\": 20220606201335.414,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654546380,\n        \"modifiedAt\": 1654546417,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742179,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202249328,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33506,\n        \"toe\": \"8JACTD3Q6O-MF0H1-FO0HR\",\n        \"startedAt\": 1654544580,\n        \"endedAt\": 1654544609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-81d92261-609f-4a28-91f6-31217bf704c1\",\n        \"uploadId\": 33491,\n        \"indexRequestKey\": 20220606194327.684,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654544580,\n        \"modifiedAt\": 1654544609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742168,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205470152,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33505,\n        \"toe\": \"8EOQA4FFA7-FH84E-F9FIR\",\n        \"startedAt\": 1654542784,\n        \"endedAt\": 1654542809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3edacc11-3117-4ab9-9380-1da58178d20f\",\n        \"uploadId\": 33490,\n        \"indexRequestKey\": 20220606191328.052,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654542784,\n        \"modifiedAt\": 1654542809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742168,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200679808,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33504,\n        \"toe\": \"VUII3ASP97-EO81C-K593L\",\n        \"startedAt\": 1654540980,\n        \"endedAt\": 1654541021,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-68854d37-bea0-4612-8c37-a9195c2e3020\",\n        \"uploadId\": 33489,\n        \"indexRequestKey\": 20220606184340.121,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654540980,\n        \"modifiedAt\": 1654541021,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742165,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203289336,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33503,\n        \"toe\": \"DEI31HRV2P-9RAND-8M5FQ\",\n        \"startedAt\": 1654539184,\n        \"endedAt\": 1654539220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7bc82c49-cffe-425f-b3c2-c292579a5d4e\",\n        \"uploadId\": 33488,\n        \"indexRequestKey\": 20220606181339.333,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654539184,\n        \"modifiedAt\": 1654539220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742165,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203919680,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33502,\n        \"toe\": \"G9HV73TVQR-2U1GV-PD3L2\",\n        \"startedAt\": 1654537385,\n        \"endedAt\": 1654537407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9eee0221-ff62-4fb7-8365-5e641a9270c8\",\n        \"uploadId\": 33487,\n        \"indexRequestKey\": 20220606174326.228,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654537385,\n        \"modifiedAt\": 1654537407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742126,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207144752,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33501,\n        \"toe\": \"KITT3M9230-DPGLR-UO9C8\",\n        \"startedAt\": 1654535584,\n        \"endedAt\": 1654535607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4def0453-9550-41f7-8159-cc63861aaa78\",\n        \"uploadId\": 33486,\n        \"indexRequestKey\": 20220606171325.801,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654535584,\n        \"modifiedAt\": 1654535607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742126,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201534136,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33500,\n        \"toe\": \"69O8OM916O-2FNLO-JV4SD\",\n        \"startedAt\": 1654533783,\n        \"endedAt\": 1654533807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d53a8c7e-5bbb-42d7-86c3-4bc9ae998f3a\",\n        \"uploadId\": 33485,\n        \"indexRequestKey\": 20220606164326.508,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654533783,\n        \"modifiedAt\": 1654533807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742095,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202204496,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33499,\n        \"toe\": \"KT402KPP13-VM24K-RTKT7\",\n        \"startedAt\": 1654531983,\n        \"endedAt\": 1654532022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-058312f3-74d6-43eb-9781-628776f2277a\",\n        \"uploadId\": 33484,\n        \"indexRequestKey\": 20220606161341.002,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654531983,\n        \"modifiedAt\": 1654532022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742095,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202025080,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33498,\n        \"toe\": \"68RUBVD7NC-6MP3A-T111C\",\n        \"startedAt\": 1654530183,\n        \"endedAt\": 1654530213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c91e1539-b4ec-4926-bd1d-d12ee820b89b\",\n        \"uploadId\": 33483,\n        \"indexRequestKey\": 20220606154331.596,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654530183,\n        \"modifiedAt\": 1654530213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742072,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202470648,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33497,\n        \"toe\": \"PI108T4F0I-3PKOS-VTK0K\",\n        \"startedAt\": 1654528382,\n        \"endedAt\": 1654528419,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ea61cb76-c0b8-4237-8cd9-f9a005eecf6e\",\n        \"uploadId\": 33482,\n        \"indexRequestKey\": 20220606151337.956,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654528382,\n        \"modifiedAt\": 1654528419,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742072,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202596000,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33496,\n        \"toe\": \"8B3DAU2AKN-MVJA4-76AOI\",\n        \"startedAt\": 1654526582,\n        \"endedAt\": 1654526609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fc5d20cd-9075-4fa6-ab9c-6e17f579ed95\",\n        \"uploadId\": 33481,\n        \"indexRequestKey\": 20220606144327.293,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654526582,\n        \"modifiedAt\": 1654526609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742065,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202615288,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33495,\n        \"toe\": \"VNFT2EV2FG-HB3ER-41PVC\",\n        \"startedAt\": 1654524780,\n        \"endedAt\": 1654524817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f877d6f8-34c1-4ef1-8f7e-d0d55fde8259\",\n        \"uploadId\": 33480,\n        \"indexRequestKey\": 20220606141335.832,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654524780,\n        \"modifiedAt\": 1654524817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742065,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203032944,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33494,\n        \"toe\": \"A1LAG3PIN7-1KIRN-7OD57\",\n        \"startedAt\": 1654522983,\n        \"endedAt\": 1654523041,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-20445df1-dfb0-4545-9a8c-d6ea140641f6\",\n        \"uploadId\": 33479,\n        \"indexRequestKey\": 20220606134400.201,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654522983,\n        \"modifiedAt\": 1654523041,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201767840,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33493,\n        \"toe\": \"T6IUEKVQSG-FD79E-BB7U0\",\n        \"startedAt\": 1654521183,\n        \"endedAt\": 1654521230,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2c1d7973-e274-42a9-81a6-48d49a8f6470\",\n        \"uploadId\": 33478,\n        \"indexRequestKey\": 20220606131348.298,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654521183,\n        \"modifiedAt\": 1654521230,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202778072,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33492,\n        \"toe\": \"QTBD69LP1S-LBQ70-D8BPM\",\n        \"startedAt\": 1654519383,\n        \"endedAt\": 1654519415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b77aab4c-9981-42ff-9e0a-9a8dc6ccfbac\",\n        \"uploadId\": 33477,\n        \"indexRequestKey\": 20220606124332.49,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654519383,\n        \"modifiedAt\": 1654519415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742041,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202418896,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33491,\n        \"toe\": \"D5C2QJLP5P-O4IVU-T0QEF\",\n        \"startedAt\": 1654517582,\n        \"endedAt\": 1654517614,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5e47755c-7247-4fc6-8985-e54b47b312c2\",\n        \"uploadId\": 33476,\n        \"indexRequestKey\": 20220606121333.008,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654517582,\n        \"modifiedAt\": 1654517614,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742041,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203337000,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33490,\n        \"toe\": \"FECLJK9BKA-35D9U-LOU26\",\n        \"startedAt\": 1654515784,\n        \"endedAt\": 1654515823,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-93cb9856-7254-4d2f-85b6-e6946c82d37b\",\n        \"uploadId\": 33475,\n        \"indexRequestKey\": 20220606114342.354,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654515784,\n        \"modifiedAt\": 1654515823,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742036,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200845168,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33489,\n        \"toe\": \"8FU4I5TR0O-VJ0JE-3OHMV\",\n        \"startedAt\": 1654513982,\n        \"endedAt\": 1654514014,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2e691b01-aff9-43f3-9f9d-213760f314f6\",\n        \"uploadId\": 33474,\n        \"indexRequestKey\": 20220606111332.888,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654513982,\n        \"modifiedAt\": 1654514014,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742036,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205824840,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33488,\n        \"toe\": \"ML4FG9VRKD-MDKD4-O6V3L\",\n        \"startedAt\": 1654512185,\n        \"endedAt\": 1654512214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fec8b198-4c69-46a9-920a-6a41cfb509df\",\n        \"uploadId\": 33473,\n        \"indexRequestKey\": 20220606104333.053,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654512185,\n        \"modifiedAt\": 1654512214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742016,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202404136,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33487,\n        \"toe\": \"MNLRSJBFV3-6S89R-16KQG\",\n        \"startedAt\": 1654510380,\n        \"endedAt\": 1654510440,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d6deef94-ada7-46f4-8738-533b4dfba4f1\",\n        \"uploadId\": 33472,\n        \"indexRequestKey\": 20220606101359.266,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654510380,\n        \"modifiedAt\": 1654510440,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742016,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203223328,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33486,\n        \"toe\": \"BRIOTOBLO1-2ED87-F4P1F\",\n        \"startedAt\": 1654508581,\n        \"endedAt\": 1654508634,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-44288d50-ec23-4026-a105-540516d8ec22\",\n        \"uploadId\": 33471,\n        \"indexRequestKey\": 20220606094353.045,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654508581,\n        \"modifiedAt\": 1654508634,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742014,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207141696,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33485,\n        \"toe\": \"U022IP3HIM-2IU2T-M54HR\",\n        \"startedAt\": 1654506781,\n        \"endedAt\": 1654506842,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-382a00fe-8d49-4147-ae68-b20e16f5912c\",\n        \"uploadId\": 33470,\n        \"indexRequestKey\": 20220606091400.752,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654506781,\n        \"modifiedAt\": 1654506842,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742014,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208222824,\n        \"peakMemoryCommittedBytes\": 222822400,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33484,\n        \"toe\": \"OQ0C0OGOG9-ST6P7-B0AET\",\n        \"startedAt\": 1654504980,\n        \"endedAt\": 1654505010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-536c8761-93fa-40ea-a395-7d673e4d0d23\",\n        \"uploadId\": 33469,\n        \"indexRequestKey\": 20220606084328.823,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654504980,\n        \"modifiedAt\": 1654505010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202298592,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33483,\n        \"toe\": \"2GTRQE0JT6-IM327-M760C\",\n        \"startedAt\": 1654503182,\n        \"endedAt\": 1654503220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a53ab4fc-8f1e-472a-9834-131094bf5371\",\n        \"uploadId\": 33468,\n        \"indexRequestKey\": 20220606081339.162,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654503182,\n        \"modifiedAt\": 1654503220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203594136,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33482,\n        \"toe\": \"1MEPJVSU3C-AJIMU-GA370\",\n        \"startedAt\": 1654501382,\n        \"endedAt\": 1654501413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-91c8144d-4c90-4be7-8cbe-e2468f93f995\",\n        \"uploadId\": 33467,\n        \"indexRequestKey\": 20220606074331.673,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654501382,\n        \"modifiedAt\": 1654501413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742010,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203907320,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33481,\n        \"toe\": \"PKS1CQDA37-78QL7-1DG81\",\n        \"startedAt\": 1654499584,\n        \"endedAt\": 1654499621,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fead2c50-f7fd-42b2-ac21-dee4444200d0\",\n        \"uploadId\": 33466,\n        \"indexRequestKey\": 20220606071340.414,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654499584,\n        \"modifiedAt\": 1654499621,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742010,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201111552,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33480,\n        \"toe\": \"21HJ52VQQF-VD43A-VFORG\",\n        \"startedAt\": 1654497781,\n        \"endedAt\": 1654497804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-864f008d-1167-4a5a-b6db-c38ecae2f1ca\",\n        \"uploadId\": 33465,\n        \"indexRequestKey\": 20220606064323.3,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654497781,\n        \"modifiedAt\": 1654497804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207068496,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33479,\n        \"toe\": \"A9GLNC5H8H-3RMF1-PBVUT\",\n        \"startedAt\": 1654495982,\n        \"endedAt\": 1654496010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-958aaac0-a252-41dc-9bc2-52b204753bb8\",\n        \"uploadId\": 33464,\n        \"indexRequestKey\": 20220606061329.156,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654495982,\n        \"modifiedAt\": 1654496010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291469,\n        \"bytesInserted\": 42742005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202829920,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33478,\n        \"toe\": \"JVV5R7MEKI-3EGDB-FEHTK\",\n        \"startedAt\": 1654494185,\n        \"endedAt\": 1654494224,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0cfcd19e-7029-4fd8-8ce8-f9f67dd7acd9\",\n        \"uploadId\": 33463,\n        \"indexRequestKey\": 20220606054343.175,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654494185,\n        \"modifiedAt\": 1654494224,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731044,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208121256,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33477,\n        \"toe\": \"KE1NUGKJJB-N659N-57G61\",\n        \"startedAt\": 1654492384,\n        \"endedAt\": 1654492416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6f700980-146a-4832-9fa9-6965f25e9836\",\n        \"uploadId\": 33462,\n        \"indexRequestKey\": 20220606051335.121,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654492384,\n        \"modifiedAt\": 1654492416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731044,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200976096,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33476,\n        \"toe\": \"EAP9TLC6KC-LLFAO-F797C\",\n        \"startedAt\": 1654490581,\n        \"endedAt\": 1654490619,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1ebeff8d-dc27-48f7-95d5-358e587eb2f3\",\n        \"uploadId\": 33461,\n        \"indexRequestKey\": 20220606044337.818,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654490581,\n        \"modifiedAt\": 1654490619,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201408416,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33475,\n        \"toe\": \"JAP5NOLCA5-0920H-ET7FE\",\n        \"startedAt\": 1654488794,\n        \"endedAt\": 1654488820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-464af318-efb9-4237-a63a-09aa0f298578\",\n        \"uploadId\": 33460,\n        \"indexRequestKey\": 20220606041338.832,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654488794,\n        \"modifiedAt\": 1654488820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731031,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199764944,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33474,\n        \"toe\": \"97MFJ3P1MT-R7T15-52L3G\",\n        \"startedAt\": 1654486980,\n        \"endedAt\": 1654487006,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6c1b87fa-38ef-4f27-8fb5-ae0e926b96c7\",\n        \"uploadId\": 33459,\n        \"indexRequestKey\": 20220606034325.182,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654486980,\n        \"modifiedAt\": 1654487006,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731027,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202194024,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33473,\n        \"toe\": \"5EJR35EKPP-F25LD-BK0EI\",\n        \"startedAt\": 1654485180,\n        \"endedAt\": 1654485205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-049fce5e-605d-4ef7-9957-5127ce4ac5e7\",\n        \"uploadId\": 33458,\n        \"indexRequestKey\": 20220606031324.381,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654485180,\n        \"modifiedAt\": 1654485205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731027,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206372360,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33472,\n        \"toe\": \"INH8ULFMHB-8V3S3-QFUAJ\",\n        \"startedAt\": 1654483382,\n        \"endedAt\": 1654483408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d92ee3cd-0887-4357-be87-4f736655f7a2\",\n        \"uploadId\": 33457,\n        \"indexRequestKey\": 20220606024326.551,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654483382,\n        \"modifiedAt\": 1654483408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207271872,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33471,\n        \"toe\": \"I0EUQSHH8F-5NQVO-DOM22\",\n        \"startedAt\": 1654481581,\n        \"endedAt\": 1654481607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9e96ee4f-ecb0-4a70-ad87-f641b002a773\",\n        \"uploadId\": 33456,\n        \"indexRequestKey\": 20220606021325.66,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654481581,\n        \"modifiedAt\": 1654481607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201278368,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33470,\n        \"toe\": \"MPE5GNT1O5-6NKKC-BPAH5\",\n        \"startedAt\": 1654479783,\n        \"endedAt\": 1654479807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-93a4beb4-60ba-4272-9566-2cef2c3e4f7f\",\n        \"uploadId\": 33455,\n        \"indexRequestKey\": 20220606014326.18,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654479783,\n        \"modifiedAt\": 1654479807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731009,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208234016,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33469,\n        \"toe\": \"1EK53F8BU4-L8DU7-8MA89\",\n        \"startedAt\": 1654477981,\n        \"endedAt\": 1654478027,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-aed6eb88-6e84-4b74-b823-7a73fd78bf67\",\n        \"uploadId\": 33454,\n        \"indexRequestKey\": 20220606011345.659,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654477981,\n        \"modifiedAt\": 1654478027,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42731009,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204014816,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33468,\n        \"toe\": \"S2GRP44HU0-N7TSU-AHM62\",\n        \"startedAt\": 1654476183,\n        \"endedAt\": 1654476223,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-58c2b4b3-ea9a-4a2c-89d8-fc50d8bb2283\",\n        \"uploadId\": 33453,\n        \"indexRequestKey\": 20220606004342.546,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654476183,\n        \"modifiedAt\": 1654476223,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291392,\n        \"bytesInserted\": 42730994,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198125760,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33467,\n        \"toe\": \"GACSIO16TJ-G8TKC-13OLJ\",\n        \"startedAt\": 1654474384,\n        \"endedAt\": 1654474408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6f423407-16a6-4ac9-a853-c46fefd48adf\",\n        \"uploadId\": 33452,\n        \"indexRequestKey\": 20220606001326.703,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654474384,\n        \"modifiedAt\": 1654474408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693126,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207034216,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33466,\n        \"toe\": \"2QC78ACTCJ-S8J7P-58LHK\",\n        \"startedAt\": 1654472584,\n        \"endedAt\": 1654472605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d14992ad-2ba0-47dc-b38f-f14d305b2035\",\n        \"uploadId\": 33451,\n        \"indexRequestKey\": 20220605234324.372,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654472584,\n        \"modifiedAt\": 1654472605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203897504,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33465,\n        \"toe\": \"90VBHRRJ03-O2PQM-DUD69\",\n        \"startedAt\": 1654470781,\n        \"endedAt\": 1654470814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b61a023e-1a59-4226-b6e3-bb4c248bfb01\",\n        \"uploadId\": 33450,\n        \"indexRequestKey\": 20220605231333.348,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654470781,\n        \"modifiedAt\": 1654470814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693123,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203817368,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33464,\n        \"toe\": \"D41SSA9IM5-P37BU-ST4MH\",\n        \"startedAt\": 1654468983,\n        \"endedAt\": 1654469008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b4225dfb-133c-4021-b235-1dcf78e7d30f\",\n        \"uploadId\": 33449,\n        \"indexRequestKey\": 20220605224327.524,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654468983,\n        \"modifiedAt\": 1654469008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201307328,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33463,\n        \"toe\": \"8CF0MGH3FF-HL8NP-HN50L\",\n        \"startedAt\": 1654467184,\n        \"endedAt\": 1654467219,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-449a1a1c-ee20-465e-94bd-5065c16116ba\",\n        \"uploadId\": 33448,\n        \"indexRequestKey\": 20220605221337.762,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654467184,\n        \"modifiedAt\": 1654467219,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693113,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206888024,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33462,\n        \"toe\": \"5FDVR4S3SM-ALUAG-AENBJ\",\n        \"startedAt\": 1654465382,\n        \"endedAt\": 1654465405,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-3d98f785-ec5d-473d-87aa-a4ed5abbab5d\",\n        \"uploadId\": 33447,\n        \"indexRequestKey\": 20220605214324.118,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654465382,\n        \"modifiedAt\": 1654465405,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207611680,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33461,\n        \"toe\": \"HNED9J1RJM-0HJ02-7PQRH\",\n        \"startedAt\": 1654463580,\n        \"endedAt\": 1654463610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-169ddffd-c889-47a7-bd58-3aae94889352\",\n        \"uploadId\": 33446,\n        \"indexRequestKey\": 20220605211328.975,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654463580,\n        \"modifiedAt\": 1654463610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693110,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207859616,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33460,\n        \"toe\": \"LI8DPGAMH1-7SOSU-BTEVJ\",\n        \"startedAt\": 1654461782,\n        \"endedAt\": 1654461817,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-359ba018-0574-4824-b190-b06ff6ba14c7\",\n        \"uploadId\": 33445,\n        \"indexRequestKey\": 20220605204336.32,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654461782,\n        \"modifiedAt\": 1654461817,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693102,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204246736,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33459,\n        \"toe\": \"95F6I9FCSG-H4HHJ-PQE1O\",\n        \"startedAt\": 1654459983,\n        \"endedAt\": 1654460026,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-da90b6e9-ad92-4be0-9313-372d194192b5\",\n        \"uploadId\": 33444,\n        \"indexRequestKey\": 20220605201344.912,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654459983,\n        \"modifiedAt\": 1654460026,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693102,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201672816,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33458,\n        \"toe\": \"BG8HLRES01-E253J-4CR2V\",\n        \"startedAt\": 1654458184,\n        \"endedAt\": 1654458209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8d1cc7c0-a0f2-4c7f-ac07-563190c5e6cf\",\n        \"uploadId\": 33443,\n        \"indexRequestKey\": 20220605194327.778,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654458184,\n        \"modifiedAt\": 1654458209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693097,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202430104,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33457,\n        \"toe\": \"16GA43D1OF-EGQ3F-KQGA9\",\n        \"startedAt\": 1654456383,\n        \"endedAt\": 1654456424,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-799bffb5-b266-46ea-8c5a-cd29e56a2feb\",\n        \"uploadId\": 33442,\n        \"indexRequestKey\": 20220605191342.566,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654456383,\n        \"modifiedAt\": 1654456424,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693097,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201481560,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33456,\n        \"toe\": \"HDFP4VCKJI-A6ADC-LF6N8\",\n        \"startedAt\": 1654454580,\n        \"endedAt\": 1654454618,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-243f5b1d-201c-4d71-be9e-d44f61bcda07\",\n        \"uploadId\": 33441,\n        \"indexRequestKey\": 20220605184337.497,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654454580,\n        \"modifiedAt\": 1654454618,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693093,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202224832,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33455,\n        \"toe\": \"M3VQ59244O-H417T-N02CM\",\n        \"startedAt\": 1654452783,\n        \"endedAt\": 1654452824,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e711ce51-02ef-4a9d-90b9-8d00d529cfe7\",\n        \"uploadId\": 33440,\n        \"indexRequestKey\": 20220605181343.111,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654452783,\n        \"modifiedAt\": 1654452824,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693093,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202330200,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33454,\n        \"toe\": \"NNJD0QPT9E-IGCV1-G425J\",\n        \"startedAt\": 1654450983,\n        \"endedAt\": 1654451013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-48d2cd53-4ecb-4267-95f5-521d11150f65\",\n        \"uploadId\": 33439,\n        \"indexRequestKey\": 20220605174332.403,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654450983,\n        \"modifiedAt\": 1654451013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693087,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201492048,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33453,\n        \"toe\": \"O2F6RH988B-DMV1Q-D280F\",\n        \"startedAt\": 1654449182,\n        \"endedAt\": 1654449221,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-faec3868-d5b4-4f33-bdd2-3d365781e32e\",\n        \"uploadId\": 33438,\n        \"indexRequestKey\": 20220605171339.971,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654449182,\n        \"modifiedAt\": 1654449221,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693087,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208215960,\n        \"peakMemoryCommittedBytes\": 222822400,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33452,\n        \"toe\": \"PCKFBKIN0P-Q49B8-S4CLR\",\n        \"startedAt\": 1654447382,\n        \"endedAt\": 1654447413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2cd11c7c-7c15-4b88-ab1f-75b1372eb626\",\n        \"uploadId\": 33437,\n        \"indexRequestKey\": 20220605164332.173,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654447382,\n        \"modifiedAt\": 1654447413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693071,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202473312,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33451,\n        \"toe\": \"Q70IA24SBP-MVIPK-RO0FO\",\n        \"startedAt\": 1654445584,\n        \"endedAt\": 1654445606,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d627a58f-f499-4965-af96-3444634dc76d\",\n        \"uploadId\": 33436,\n        \"indexRequestKey\": 20220605161325.485,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654445584,\n        \"modifiedAt\": 1654445606,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693071,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203161936,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33450,\n        \"toe\": \"OM47DS5A3D-Q2J3P-D7J34\",\n        \"startedAt\": 1654443783,\n        \"endedAt\": 1654443815,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-dcc15e1c-d28e-4422-a20d-c7f1b0471418\",\n        \"uploadId\": 33435,\n        \"indexRequestKey\": 20220605154333.79,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654443783,\n        \"modifiedAt\": 1654443815,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693058,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202871888,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33449,\n        \"toe\": \"GVDNQDUPNU-58JB9-2IDDD\",\n        \"startedAt\": 1654441983,\n        \"endedAt\": 1654442020,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d531d1d9-1a60-437b-aaf1-207c12b39cdc\",\n        \"uploadId\": 33434,\n        \"indexRequestKey\": 20220605151338.955,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654441983,\n        \"modifiedAt\": 1654442020,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693058,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208077112,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33448,\n        \"toe\": \"ST44H55CB6-TLUI6-S15QT\",\n        \"startedAt\": 1654440184,\n        \"endedAt\": 1654440220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e5986fce-1608-4a30-a8a0-d4229bfb23b9\",\n        \"uploadId\": 33433,\n        \"indexRequestKey\": 20220605144339.205,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654440184,\n        \"modifiedAt\": 1654440220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201364168,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33447,\n        \"toe\": \"DRLR5USA0B-UEJDD-MLHK4\",\n        \"startedAt\": 1654438382,\n        \"endedAt\": 1654438413,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-203d4cca-e566-4480-95c5-492a3a802001\",\n        \"uploadId\": 33432,\n        \"indexRequestKey\": 20220605141331.615,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654438382,\n        \"modifiedAt\": 1654438413,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201242544,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33446,\n        \"toe\": \"8G2GH6U7AM-PJFI4-FD7CK\",\n        \"startedAt\": 1654436583,\n        \"endedAt\": 1654436613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4baf0132-fd6d-4f31-ad9d-697073f9e87f\",\n        \"uploadId\": 33431,\n        \"indexRequestKey\": 20220605134332.433,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654436583,\n        \"modifiedAt\": 1654436613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693029,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201574616,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33445,\n        \"toe\": \"HEIVFB8MLV-0FCPL-229S9\",\n        \"startedAt\": 1654434782,\n        \"endedAt\": 1654434818,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-46258fa6-d4dd-4e44-a534-b68f379e4ed9\",\n        \"uploadId\": 33430,\n        \"indexRequestKey\": 20220605131336.732,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654434782,\n        \"modifiedAt\": 1654434818,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693029,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202095416,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33444,\n        \"toe\": \"6PBAD9B212-A34K1-PGGS2\",\n        \"startedAt\": 1654432985,\n        \"endedAt\": 1654433013,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c76202df-3aee-48bf-8142-4ef8e251f6f7\",\n        \"uploadId\": 33429,\n        \"indexRequestKey\": 20220605124332.117,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654432985,\n        \"modifiedAt\": 1654433013,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693024,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207456896,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33443,\n        \"toe\": \"7E5VLVJRD1-VP5KF-DLNAG\",\n        \"startedAt\": 1654431184,\n        \"endedAt\": 1654431226,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf2814b5-14d3-4ad9-8bdf-010b114ebc37\",\n        \"uploadId\": 33428,\n        \"indexRequestKey\": 20220605121344.494,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654431184,\n        \"modifiedAt\": 1654431226,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693024,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201162600,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33442,\n        \"toe\": \"TCTMIIGKN2-B29L4-9M82C\",\n        \"startedAt\": 1654429384,\n        \"endedAt\": 1654429411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-35eb5f1a-3950-4355-8185-70d2183bd195\",\n        \"uploadId\": 33427,\n        \"indexRequestKey\": 20220605114330.011,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654429384,\n        \"modifiedAt\": 1654429411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693019,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200517496,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33441,\n        \"toe\": \"RGNNGO83RD-Q663T-4F548\",\n        \"startedAt\": 1654427581,\n        \"endedAt\": 1654427603,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ad2923f3-ffdf-40f1-a9b5-14af35006930\",\n        \"uploadId\": 33426,\n        \"indexRequestKey\": 20220605111322.057,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654427581,\n        \"modifiedAt\": 1654427603,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693019,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200971952,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33440,\n        \"toe\": \"RSTD2CO0Q6-FRDQE-CMPCO\",\n        \"startedAt\": 1654425780,\n        \"endedAt\": 1654425822,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2a342e89-24d5-48c5-b8f4-87cf0b9e859e\",\n        \"uploadId\": 33425,\n        \"indexRequestKey\": 20220605104340.743,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654425780,\n        \"modifiedAt\": 1654425822,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201721240,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33439,\n        \"toe\": \"FC32PT7V7C-T6DI8-K16GC\",\n        \"startedAt\": 1654423983,\n        \"endedAt\": 1654424022,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9f9d2381-b014-49a2-9af0-125caf40a76e\",\n        \"uploadId\": 33424,\n        \"indexRequestKey\": 20220605101340.847,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654423983,\n        \"modifiedAt\": 1654424022,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693013,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199959392,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33438,\n        \"toe\": \"RK5A54HI0N-DA1NR-66LMH\",\n        \"startedAt\": 1654422180,\n        \"endedAt\": 1654422229,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-31b6d04e-a1c1-46b7-a6ab-6ccef28cfd8b\",\n        \"uploadId\": 33423,\n        \"indexRequestKey\": 20220605094348.393,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654422180,\n        \"modifiedAt\": 1654422229,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693008,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202700464,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33437,\n        \"toe\": \"MNUHKTJ9AH-N939U-MRH25\",\n        \"startedAt\": 1654420382,\n        \"endedAt\": 1654420414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c8c57083-0029-404d-bc08-78667954f3c2\",\n        \"uploadId\": 33422,\n        \"indexRequestKey\": 20220605091333.183,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654420382,\n        \"modifiedAt\": 1654420414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693008,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203226576,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33436,\n        \"toe\": \"QRHLR5RIH1-15482-MPSC4\",\n        \"startedAt\": 1654418585,\n        \"endedAt\": 1654418610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f840545f-9fb5-4927-9490-77ec7b09ca7f\",\n        \"uploadId\": 33421,\n        \"indexRequestKey\": 20220605084329.009,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654418585,\n        \"modifiedAt\": 1654418610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693008,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203255744,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33435,\n        \"toe\": \"OA61B99HGF-BSRHP-IV9L8\",\n        \"startedAt\": 1654416780,\n        \"endedAt\": 1654416819,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ceceb089-7c03-4477-b854-9d16a69c01a4\",\n        \"uploadId\": 33420,\n        \"indexRequestKey\": 20220605081338.167,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654416780,\n        \"modifiedAt\": 1654416819,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693008,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198739744,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33434,\n        \"toe\": \"U1KHTLETKT-A5FST-U5AB2\",\n        \"startedAt\": 1654414983,\n        \"endedAt\": 1654415023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-23382a36-e4ca-4cb4-b4bf-014bea2ccfc2\",\n        \"uploadId\": 33419,\n        \"indexRequestKey\": 20220605074342.251,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654414983,\n        \"modifiedAt\": 1654415023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693007,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202141440,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33433,\n        \"toe\": \"0BTK9UVQM1-TPPKT-4UANI\",\n        \"startedAt\": 1654413181,\n        \"endedAt\": 1654413209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fef3b308-cb8c-4154-add1-dabb6a0633b3\",\n        \"uploadId\": 33418,\n        \"indexRequestKey\": 20220605071328.197,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654413181,\n        \"modifiedAt\": 1654413209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693007,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202626432,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33432,\n        \"toe\": \"3T1TS08NBR-K5GMC-TBMAG\",\n        \"startedAt\": 1654411384,\n        \"endedAt\": 1654411402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-69760652-61bc-46ad-8d62-f9b8d9662a47\",\n        \"uploadId\": 33417,\n        \"indexRequestKey\": 20220605064320.839,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654411384,\n        \"modifiedAt\": 1654411402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198165000,\n        \"peakMemoryCommittedBytes\": 210239488,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33431,\n        \"toe\": \"ODFIFCAKR4-M5FIF-L1TGM\",\n        \"startedAt\": 1654409583,\n        \"endedAt\": 1654409611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-00143e1e-c413-4a91-a2fb-f277cd5498c8\",\n        \"uploadId\": 33416,\n        \"indexRequestKey\": 20220605061330.159,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654409583,\n        \"modifiedAt\": 1654409611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291134,\n        \"bytesInserted\": 42693005,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201377112,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33430,\n        \"toe\": \"VN1VCDBGJL-C37G1-6DBSJ\",\n        \"startedAt\": 1654407784,\n        \"endedAt\": 1654407804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-37e58702-ce83-4664-83f8-818ed8072baa\",\n        \"uploadId\": 33415,\n        \"indexRequestKey\": 20220605054322.623,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654407784,\n        \"modifiedAt\": 1654407804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201519104,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33429,\n        \"toe\": \"9SAE15TQPE-9PGE0-3SJU9\",\n        \"startedAt\": 1654405984,\n        \"endedAt\": 1654406016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-961ff717-2e49-4943-977e-63cf847f336b\",\n        \"uploadId\": 33414,\n        \"indexRequestKey\": 20220605051335.583,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654405984,\n        \"modifiedAt\": 1654406016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201356240,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33428,\n        \"toe\": \"U01OD4JPL3-V0LNI-M5VAB\",\n        \"startedAt\": 1654404182,\n        \"endedAt\": 1654404225,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c72dab00-1878-4dc0-9277-5815fcae31cd\",\n        \"uploadId\": 33413,\n        \"indexRequestKey\": 20220605044344.461,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654404182,\n        \"modifiedAt\": 1654404225,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682009,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202502160,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33427,\n        \"toe\": \"0KTJGNRETS-AQOLL-LNGUU\",\n        \"startedAt\": 1654402380,\n        \"endedAt\": 1654402398,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c06d51c8-795f-452c-9e3c-d8917d03c713\",\n        \"uploadId\": 33412,\n        \"indexRequestKey\": 20220605041316.623,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654402380,\n        \"modifiedAt\": 1654402398,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682009,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203273304,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33426,\n        \"toe\": \"V3T987BDDA-CCR1M-19RJR\",\n        \"startedAt\": 1654400580,\n        \"endedAt\": 1654400607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5df1af85-1f95-4dc8-87c5-445624956079\",\n        \"uploadId\": 33411,\n        \"indexRequestKey\": 20220605034325.876,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654400580,\n        \"modifiedAt\": 1654400607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682006,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201870496,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33425,\n        \"toe\": \"PTD58PICL5-JUQNM-06RED\",\n        \"startedAt\": 1654398783,\n        \"endedAt\": 1654398804,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-141f109d-02cc-473a-8617-3641a44d1f6f\",\n        \"uploadId\": 33410,\n        \"indexRequestKey\": 20220605031322.976,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654398783,\n        \"modifiedAt\": 1654398804,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42682006,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203824304,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33424,\n        \"toe\": \"ETED0M9VTQ-N5RU2-J3TDS\",\n        \"startedAt\": 1654396984,\n        \"endedAt\": 1654397011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2e7eb5e9-3428-4a1f-8897-fda92bc0fc26\",\n        \"uploadId\": 33409,\n        \"indexRequestKey\": 20220605024329.617,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654396984,\n        \"modifiedAt\": 1654397011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42681999,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201874304,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33423,\n        \"toe\": \"K1VPJFHOQA-LCKIU-DBU6M\",\n        \"startedAt\": 1654395182,\n        \"endedAt\": 1654395205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-78119bcb-8735-4759-af9b-675e16f1dde2\",\n        \"uploadId\": 33408,\n        \"indexRequestKey\": 20220605021324.261,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654395182,\n        \"modifiedAt\": 1654395205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42681999,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203054648,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33422,\n        \"toe\": \"3D048V33EQ-2QN8G-KIRTT\",\n        \"startedAt\": 1654393383,\n        \"endedAt\": 1654393414,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7fd89b10-92ac-4164-a87f-8a9632d81b98\",\n        \"uploadId\": 33407,\n        \"indexRequestKey\": 20220605014333.344,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654393383,\n        \"modifiedAt\": 1654393414,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42681988,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201869704,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33421,\n        \"toe\": \"E1EN21JA79-SUVT0-NGPJE\",\n        \"startedAt\": 1654391583,\n        \"endedAt\": 1654391612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67668b30-fa38-413a-93ea-6f2859c44b75\",\n        \"uploadId\": 33406,\n        \"indexRequestKey\": 20220605011331.556,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654391583,\n        \"modifiedAt\": 1654391612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42681988,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206559312,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33420,\n        \"toe\": \"1SDU79BF8V-DHKBG-LMGLV\",\n        \"startedAt\": 1654389784,\n        \"endedAt\": 1654389841,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-35885560-40fd-42df-9ebe-e4815aec5e90\",\n        \"uploadId\": 33405,\n        \"indexRequestKey\": 20220605004359.858,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654389784,\n        \"modifiedAt\": 1654389841,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 291057,\n        \"bytesInserted\": 42681979,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203039040,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33419,\n        \"toe\": \"FBGPU7316H-I3HKK-ESF8B\",\n        \"startedAt\": 1654387980,\n        \"endedAt\": 1654388016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-284ca96d-a6b5-46c5-8395-f9a3d8f8b77b\",\n        \"uploadId\": 33404,\n        \"indexRequestKey\": 20220605001335.248,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654387980,\n        \"modifiedAt\": 1654388016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644135,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206958520,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": true,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33418,\n        \"toe\": \"LCEAR659NS-H6K6M-U3SU9\",\n        \"startedAt\": 1654386184,\n        \"endedAt\": 1654386214,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8cd388c2-3196-4781-a7cc-8fe4024b40ca\",\n        \"uploadId\": 33403,\n        \"indexRequestKey\": 20220604234332.615,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654386184,\n        \"modifiedAt\": 1654386214,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644128,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208438624,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33417,\n        \"toe\": \"M48K1PQGD7-2CIKG-SKTE7\",\n        \"startedAt\": 1654384382,\n        \"endedAt\": 1654384408,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c663ef69-acf9-4fc7-962f-a1f8d1d9418f\",\n        \"uploadId\": 33402,\n        \"indexRequestKey\": 20220604231326.888,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654384382,\n        \"modifiedAt\": 1654384408,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644128,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208406016,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33416,\n        \"toe\": \"R89BUQHU1V-1MK52-5KE4Q\",\n        \"startedAt\": 1654382584,\n        \"endedAt\": 1654382612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-57499233-ff33-4c60-b0ee-d2e6f6b82ba9\",\n        \"uploadId\": 33401,\n        \"indexRequestKey\": 20220604224331.013,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654382584,\n        \"modifiedAt\": 1654382612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644114,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201356384,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33415,\n        \"toe\": \"9D70PSE681-6R4SE-2KOF5\",\n        \"startedAt\": 1654380783,\n        \"endedAt\": 1654380812,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f4bbdf54-57d3-4440-8585-b39e2cbc892e\",\n        \"uploadId\": 33400,\n        \"indexRequestKey\": 20220604221330.978,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654380783,\n        \"modifiedAt\": 1654380812,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644114,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208239880,\n        \"peakMemoryCommittedBytes\": 223346688,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33414,\n        \"toe\": \"NMTIEDTJGU-HI46T-G7R1T\",\n        \"startedAt\": 1654378986,\n        \"endedAt\": 1654379033,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-91a54e50-eaea-4648-96b5-a8dcfd68238d\",\n        \"uploadId\": 33399,\n        \"indexRequestKey\": 20220604214352.328,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654378986,\n        \"modifiedAt\": 1654379033,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205457440,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33413,\n        \"toe\": \"PFB6DOLREB-VI172-IIAL1\",\n        \"startedAt\": 1654377185,\n        \"endedAt\": 1654377216,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cf3881c2-a4d0-4fcc-954b-cbd86365af62\",\n        \"uploadId\": 33398,\n        \"indexRequestKey\": 20220604211335.495,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654377185,\n        \"modifiedAt\": 1654377216,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644099,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200449648,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33412,\n        \"toe\": \"UE9ORJUUV9-H7HDV-BHO39\",\n        \"startedAt\": 1654375382,\n        \"endedAt\": 1654375410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-745fbabb-8184-4dd8-94e5-dde02a774f07\",\n        \"uploadId\": 33397,\n        \"indexRequestKey\": 20220604204329.439,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654375382,\n        \"modifiedAt\": 1654375410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644091,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201890976,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33411,\n        \"toe\": \"BQQCRVRDCC-DBJN0-EQAIG\",\n        \"startedAt\": 1654373581,\n        \"endedAt\": 1654373612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fa7fab7d-0e45-4458-a2bb-fb91ad779a2b\",\n        \"uploadId\": 33396,\n        \"indexRequestKey\": 20220604201330.611,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654373581,\n        \"modifiedAt\": 1654373612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644091,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203395896,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33410,\n        \"toe\": \"U7I72Q4D1V-E9EP0-R6TMQ\",\n        \"startedAt\": 1654371781,\n        \"endedAt\": 1654371807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7eb5786b-7795-4899-932f-e1e8614a10aa\",\n        \"uploadId\": 33395,\n        \"indexRequestKey\": 20220604194325.472,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654371781,\n        \"modifiedAt\": 1654371807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644088,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199807240,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33409,\n        \"toe\": \"1PNPJMC0MN-812G0-S3NIH\",\n        \"startedAt\": 1654369984,\n        \"endedAt\": 1654370004,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0696aaf0-1c96-49ca-b56b-817b649ef1f0\",\n        \"uploadId\": 33394,\n        \"indexRequestKey\": 20220604191323.373,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654369984,\n        \"modifiedAt\": 1654370004,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644088,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202480000,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33408,\n        \"toe\": \"HTMSI78T4H-F5SH2-3J4JF\",\n        \"startedAt\": 1654368185,\n        \"endedAt\": 1654368213,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-51534f51-937c-4cf8-8f96-699f0cd17a7f\",\n        \"uploadId\": 33393,\n        \"indexRequestKey\": 20220604184332.281,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654368185,\n        \"modifiedAt\": 1654368213,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644084,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201540096,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33407,\n        \"toe\": \"NT6IV6G2FD-JU7G5-TGUJN\",\n        \"startedAt\": 1654366383,\n        \"endedAt\": 1654366410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-430ccdd0-f5a9-499e-8748-e966a27caf5e\",\n        \"uploadId\": 33392,\n        \"indexRequestKey\": 20220604181328.751,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654366383,\n        \"modifiedAt\": 1654366410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644084,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202703040,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33406,\n        \"toe\": \"DIV15OQ7C0-PR4TB-HNT25\",\n        \"startedAt\": 1654364584,\n        \"endedAt\": 1654364613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ae8a7bae-e7a9-4661-9130-97a7c636081f\",\n        \"uploadId\": 33391,\n        \"indexRequestKey\": 20220604174332.485,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654364584,\n        \"modifiedAt\": 1654364613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644080,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208376512,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33405,\n        \"toe\": \"MTOSE93PQ1-RM79R-KAKHA\",\n        \"startedAt\": 1654362783,\n        \"endedAt\": 1654362827,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1205ff4e-d729-453a-9576-9bc8af9af882\",\n        \"uploadId\": 33390,\n        \"indexRequestKey\": 20220604171346.294,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654362783,\n        \"modifiedAt\": 1654362827,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644080,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200452064,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33404,\n        \"toe\": \"SOBCLQ8FPA-B2TR0-NSRD5\",\n        \"startedAt\": 1654360982,\n        \"endedAt\": 1654361012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c09f40b1-ea7a-40bd-b472-db68d944b03f\",\n        \"uploadId\": 33389,\n        \"indexRequestKey\": 20220604164330.166,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654360982,\n        \"modifiedAt\": 1654361012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644066,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200372272,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33403,\n        \"toe\": \"UHQM0IF9RI-S0UKK-C7SSI\",\n        \"startedAt\": 1654359181,\n        \"endedAt\": 1654359205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f09a64be-bce6-4dc7-8593-0a004da1791c\",\n        \"uploadId\": 33388,\n        \"indexRequestKey\": 20220604161323.806,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654359181,\n        \"modifiedAt\": 1654359205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644066,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202115048,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33402,\n        \"toe\": \"NSGIP17EPR-BNTKH-JSDAG\",\n        \"startedAt\": 1654357382,\n        \"endedAt\": 1654357415,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-987cb4ca-3dc9-46d4-b028-410c8c2fae4f\",\n        \"uploadId\": 33387,\n        \"indexRequestKey\": 20220604154334.406,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654357382,\n        \"modifiedAt\": 1654357415,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 208161792,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33401,\n        \"toe\": \"OL00IP2RM7-VEQUI-9N0GL\",\n        \"startedAt\": 1654355582,\n        \"endedAt\": 1654355616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b7ab24df-7538-4d8c-8fea-d6136df3a490\",\n        \"uploadId\": 33386,\n        \"indexRequestKey\": 20220604151335.473,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654355582,\n        \"modifiedAt\": 1654355616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644047,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207098216,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33400,\n        \"toe\": \"TKER3JT43M-31TFP-9O8O3\",\n        \"startedAt\": 1654353782,\n        \"endedAt\": 1654353807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-73014728-3b2d-417e-9c42-4a50b1c46ca3\",\n        \"uploadId\": 33385,\n        \"indexRequestKey\": 20220604144326.143,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654353782,\n        \"modifiedAt\": 1654353807,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644045,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202706768,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33399,\n        \"toe\": \"LG5THBJENM-3O12D-L6FTH\",\n        \"startedAt\": 1654351985,\n        \"endedAt\": 1654352012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b09b3129-4959-4a50-9ee8-ebfaafbbc871\",\n        \"uploadId\": 33384,\n        \"indexRequestKey\": 20220604141331.087,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654351985,\n        \"modifiedAt\": 1654352012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644045,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201245080,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33398,\n        \"toe\": \"Q2M08GP1PJ-79MRO-4BR50\",\n        \"startedAt\": 1654350183,\n        \"endedAt\": 1654350231,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-704370e8-e783-4a8e-b6be-908dbad6f1ee\",\n        \"uploadId\": 33383,\n        \"indexRequestKey\": 20220604134349.724,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654350183,\n        \"modifiedAt\": 1654350231,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644028,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 199459032,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33397,\n        \"toe\": \"O867O0M18D-61AEQ-PKJC3\",\n        \"startedAt\": 1654348383,\n        \"endedAt\": 1654348411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-36c9a038-4e88-41ab-a991-addc7ab8ee6a\",\n        \"uploadId\": 33382,\n        \"indexRequestKey\": 20220604131329.438,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654348383,\n        \"modifiedAt\": 1654348411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644028,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201694992,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33396,\n        \"toe\": \"9QF5UJ0L9G-OTA83-U011I\",\n        \"startedAt\": 1654346580,\n        \"endedAt\": 1654346623,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-24de4696-d1de-482d-86a3-df7eb9c28571\",\n        \"uploadId\": 33381,\n        \"indexRequestKey\": 20220604124341.405,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654346580,\n        \"modifiedAt\": 1654346623,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644027,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200863448,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33395,\n        \"toe\": \"3H9EUJI0JF-10JHF-VT1EV\",\n        \"startedAt\": 1654344781,\n        \"endedAt\": 1654344809,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-79c64ced-b91a-47b7-b6f9-1b27ff7e39a2\",\n        \"uploadId\": 33380,\n        \"indexRequestKey\": 20220604121327.738,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654344781,\n        \"modifiedAt\": 1654344809,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644027,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 205338176,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33394,\n        \"toe\": \"70IO0LMIFH-DNF0F-RK0O0\",\n        \"startedAt\": 1654342984,\n        \"endedAt\": 1654343008,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-86063853-4b11-4082-8569-f7cb3778b5ae\",\n        \"uploadId\": 33379,\n        \"indexRequestKey\": 20220604114327.523,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654342984,\n        \"modifiedAt\": 1654343008,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201164992,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33393,\n        \"toe\": \"L7SUFPL09C-NSCJ0-DNRII\",\n        \"startedAt\": 1654341180,\n        \"endedAt\": 1654341205,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9a30ea87-26a6-4055-9048-dcba0c145364\",\n        \"uploadId\": 33378,\n        \"indexRequestKey\": 20220604111323.542,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654341180,\n        \"modifiedAt\": 1654341205,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644020,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207111952,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33392,\n        \"toe\": \"JPTGEEKH99-RTEVL-CNR9L\",\n        \"startedAt\": 1654339384,\n        \"endedAt\": 1654339410,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9ea75339-fa69-4c6a-8b1b-cb2e562e0ec4\",\n        \"uploadId\": 33377,\n        \"indexRequestKey\": 20220604104329.221,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654339384,\n        \"modifiedAt\": 1654339410,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644007,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206904528,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33391,\n        \"toe\": \"6Q2I203KHM-4G8CH-VG7S3\",\n        \"startedAt\": 1654337585,\n        \"endedAt\": 1654337620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-853d9f78-16b3-4bf6-b501-f5977dca9433\",\n        \"uploadId\": 33376,\n        \"indexRequestKey\": 20220604101339.018,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654337585,\n        \"modifiedAt\": 1654337620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644007,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202701352,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33390,\n        \"toe\": \"0Q7D2B19D1-PVHFG-SB15R\",\n        \"startedAt\": 1654335782,\n        \"endedAt\": 1654335826,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-67428d89-26c1-40d0-b596-c59fa1d91a3a\",\n        \"uploadId\": 33375,\n        \"indexRequestKey\": 20220604094344.716,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654335782,\n        \"modifiedAt\": 1654335826,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644004,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201496960,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33389,\n        \"toe\": \"6AIK60RNPC-APL30-AU3OO\",\n        \"startedAt\": 1654333980,\n        \"endedAt\": 1654334002,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6643d62a-a930-4d3a-a4bd-f9766017140c\",\n        \"uploadId\": 33374,\n        \"indexRequestKey\": 20220604091321.598,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654333980,\n        \"modifiedAt\": 1654334002,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644004,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206768224,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33388,\n        \"toe\": \"POBOOCIFBL-GDHNL-IMRC6\",\n        \"startedAt\": 1654332185,\n        \"endedAt\": 1654332246,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-614dceba-ac67-44bc-8030-b170ad0ba4c3\",\n        \"uploadId\": 33373,\n        \"indexRequestKey\": 20220604084405.052,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654332185,\n        \"modifiedAt\": 1654332246,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644004,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200272464,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33387,\n        \"toe\": \"OC5DP616AA-59BO5-3IST7\",\n        \"startedAt\": 1654330381,\n        \"endedAt\": 1654330407,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-142ff9c0-ee45-403b-9574-d3bc7aad5d0d\",\n        \"uploadId\": 33372,\n        \"indexRequestKey\": 20220604081326.431,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654330381,\n        \"modifiedAt\": 1654330407,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644004,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202924280,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33386,\n        \"toe\": \"5R2RPT5B6Q-3JS19-4VOHP\",\n        \"startedAt\": 1654328584,\n        \"endedAt\": 1654328613,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fde1bce0-b242-4c0e-ae80-3214cb3038e3\",\n        \"uploadId\": 33371,\n        \"indexRequestKey\": 20220604074332.264,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654328584,\n        \"modifiedAt\": 1654328613,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644002,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202901192,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33385,\n        \"toe\": \"NLBMA5PV77-VDBM7-B0QLF\",\n        \"startedAt\": 1654326784,\n        \"endedAt\": 1654326802,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-876735b6-3f9e-4756-b51e-5c0664214ed4\",\n        \"uploadId\": 33370,\n        \"indexRequestKey\": 20220604071321.458,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654326784,\n        \"modifiedAt\": 1654326802,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644002,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202167584,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33384,\n        \"toe\": \"DOJ64D8L7B-9HPFH-TUN3R\",\n        \"startedAt\": 1654324983,\n        \"endedAt\": 1654325016,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-37b2a8e4-b4ab-488b-89b8-8f090e4f75f9\",\n        \"uploadId\": 33369,\n        \"indexRequestKey\": 20220604064335.208,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654324983,\n        \"modifiedAt\": 1654325016,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644001,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202347344,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33383,\n        \"toe\": \"P38GIVDG4R-AR5FQ-BE9OB\",\n        \"startedAt\": 1654323181,\n        \"endedAt\": 1654323201,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-5ff6c882-67b6-41dc-8dd3-ecc47bf764c0\",\n        \"uploadId\": 33368,\n        \"indexRequestKey\": 20220604061320.085,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654323181,\n        \"modifiedAt\": 1654323201,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290799,\n        \"bytesInserted\": 42644001,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207073184,\n        \"peakMemoryCommittedBytes\": 222822400,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33382,\n        \"toe\": \"2Q6I5H266M-NQACC-KLFUT\",\n        \"startedAt\": 1654321383,\n        \"endedAt\": 1654321403,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4a533777-0eb2-419d-8e70-176fcf3bd11c\",\n        \"uploadId\": 33367,\n        \"indexRequestKey\": 20220604054321.482,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654321383,\n        \"modifiedAt\": 1654321403,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632962,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207738600,\n        \"peakMemoryCommittedBytes\": 220200960,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33381,\n        \"toe\": \"7P4QSONB5C-U2G63-IM5OV\",\n        \"startedAt\": 1654319584,\n        \"endedAt\": 1654319610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b042979b-e97d-48a9-9eb9-26adf6c66887\",\n        \"uploadId\": 33366,\n        \"indexRequestKey\": 20220604051329.103,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654319584,\n        \"modifiedAt\": 1654319610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632962,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202860288,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33380,\n        \"toe\": \"NFP6CP60M7-BDV99-6GSBN\",\n        \"startedAt\": 1654317781,\n        \"endedAt\": 1654317821,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-41cd7c86-5b1a-4236-bea5-902b5b48575b\",\n        \"uploadId\": 33365,\n        \"indexRequestKey\": 20220604044340.077,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654317781,\n        \"modifiedAt\": 1654317821,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203508088,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33379,\n        \"toe\": \"PG8CIQCK33-V4QKK-TMMVA\",\n        \"startedAt\": 1654315988,\n        \"endedAt\": 1654316009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ed18dab7-f4af-43e6-a19c-030b2a1d54d2\",\n        \"uploadId\": 33364,\n        \"indexRequestKey\": 20220604041327.592,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654315988,\n        \"modifiedAt\": 1654316009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206384304,\n        \"peakMemoryCommittedBytes\": 219676672,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33378,\n        \"toe\": \"3RSDVJVEOI-IQF6O-C5D84\",\n        \"startedAt\": 1654314184,\n        \"endedAt\": 1654314202,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-875cd94a-01a9-4b63-9f6d-a434e5f17e93\",\n        \"uploadId\": 33363,\n        \"indexRequestKey\": 20220604034321.343,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654314184,\n        \"modifiedAt\": 1654314202,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203230112,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33377,\n        \"toe\": \"OMMA2MG497-MEHDB-BAKN2\",\n        \"startedAt\": 1654312385,\n        \"endedAt\": 1654312404,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-03f93aa9-bb19-4cdd-89de-885d210060a5\",\n        \"uploadId\": 33362,\n        \"indexRequestKey\": 20220604031323.143,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654312385,\n        \"modifiedAt\": 1654312404,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632956,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201015888,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33376,\n        \"toe\": \"9HQRFHMCT4-9GRUH-SU3QN\",\n        \"startedAt\": 1654310582,\n        \"endedAt\": 1654310609,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-07e58fba-0f55-40b7-aa3e-4461b3e5fcfa\",\n        \"uploadId\": 33361,\n        \"indexRequestKey\": 20220604024328.191,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654310582,\n        \"modifiedAt\": 1654310609,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632943,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201441528,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33375,\n        \"toe\": \"KQ8RUMG3SB-E3I7O-N5JF1\",\n        \"startedAt\": 1654308782,\n        \"endedAt\": 1654308818,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-81eee342-0366-48a4-a754-f4fa1669e205\",\n        \"uploadId\": 33360,\n        \"indexRequestKey\": 20220604021336.86,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654308782,\n        \"modifiedAt\": 1654308818,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632943,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202793912,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33374,\n        \"toe\": \"OVC45509PQ-E3I28-MN7HI\",\n        \"startedAt\": 1654306982,\n        \"endedAt\": 1654307009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6c763241-3ba9-4bdb-b955-0a596bae6cdc\",\n        \"uploadId\": 33359,\n        \"indexRequestKey\": 20220604014327.98,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654306982,\n        \"modifiedAt\": 1654307009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632936,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203357136,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33373,\n        \"toe\": \"V62JRH48JH-UG0NN-3G7PL\",\n        \"startedAt\": 1654305183,\n        \"endedAt\": 1654305209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-ae797bcf-3f65-4d9f-9b64-e6462474294e\",\n        \"uploadId\": 33358,\n        \"indexRequestKey\": 20220604011327.619,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654305183,\n        \"modifiedAt\": 1654305209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632936,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203616864,\n        \"peakMemoryCommittedBytes\": 218103808,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33372,\n        \"toe\": \"TD2QR8DQF7-O2TPU-P6QLK\",\n        \"startedAt\": 1654303382,\n        \"endedAt\": 1654303403,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a1f6abe3-2a9e-4a5e-b669-d3d2cbf09e83\",\n        \"uploadId\": 33357,\n        \"indexRequestKey\": 20220604004321.994,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654303382,\n        \"modifiedAt\": 1654303403,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290722,\n        \"bytesInserted\": 42632911,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202605744,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33371,\n        \"toe\": \"TBTC2A7CAE-812MR-IPNTG\",\n        \"startedAt\": 1654301583,\n        \"endedAt\": 1654301616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b6c7eb61-ddeb-4d32-a300-f36c5822e1b3\",\n        \"uploadId\": 33356,\n        \"indexRequestKey\": 20220604001335.364,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654301583,\n        \"modifiedAt\": 1654301616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595100,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202058152,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33370,\n        \"toe\": \"2G4H4S1BDA-KCPU5-MMD8T\",\n        \"startedAt\": 1654299780,\n        \"endedAt\": 1654299814,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4d873c61-bda1-4da2-8f83-0833e6aaffe7\",\n        \"uploadId\": 33355,\n        \"indexRequestKey\": 20220603234332.892,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654299780,\n        \"modifiedAt\": 1654299814,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595056,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200501456,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33369,\n        \"toe\": \"6I0P3DQJIT-RGKF7-A4ODA\",\n        \"startedAt\": 1654297981,\n        \"endedAt\": 1654298012,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-8f632d2f-1e62-44c6-bf1b-99081707daad\",\n        \"uploadId\": 33354,\n        \"indexRequestKey\": 20220603231331.263,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654297981,\n        \"modifiedAt\": 1654298012,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595056,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203726672,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33368,\n        \"toe\": \"UJINNTMUA3-0FT5H-MHR9D\",\n        \"startedAt\": 1654296181,\n        \"endedAt\": 1654296209,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-851c638e-3419-41f5-b130-f539e68dc515\",\n        \"uploadId\": 33353,\n        \"indexRequestKey\": 20220603224326.65,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654296181,\n        \"modifiedAt\": 1654296209,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595025,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206334904,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33367,\n        \"toe\": \"0KNC7ERL2J-7FHOI-MBOTT\",\n        \"startedAt\": 1654294380,\n        \"endedAt\": 1654294401,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a21a2ff4-6dd7-44f9-adca-5e35b8876913\",\n        \"uploadId\": 33352,\n        \"indexRequestKey\": 20220603221320.043,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654294380,\n        \"modifiedAt\": 1654294401,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595025,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202789600,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33366,\n        \"toe\": \"9TDCK415I3-AT2OA-I7N1S\",\n        \"startedAt\": 1654292585,\n        \"endedAt\": 1654292620,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e077fadb-50b0-423c-9499-0e41643e6c1b\",\n        \"uploadId\": 33351,\n        \"indexRequestKey\": 20220603214338.816,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654292585,\n        \"modifiedAt\": 1654292620,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200067240,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33365,\n        \"toe\": \"ID4DUPRVSS-34MQT-P53VM\",\n        \"startedAt\": 1654290786,\n        \"endedAt\": 1654290832,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-592e5a2f-d540-4b77-9ab6-63aab30e35d6\",\n        \"uploadId\": 33350,\n        \"indexRequestKey\": 20220603211350.855,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654290786,\n        \"modifiedAt\": 1654290832,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595017,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 204344048,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33364,\n        \"toe\": \"AMIG59UGMO-2VJGP-EGILH\",\n        \"startedAt\": 1654288982,\n        \"endedAt\": 1654289009,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f1ced1db-969f-45b3-a88b-8d42182113be\",\n        \"uploadId\": 33349,\n        \"indexRequestKey\": 20220603204327.875,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654288982,\n        \"modifiedAt\": 1654289009,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595006,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202926944,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33363,\n        \"toe\": \"V77T8TPB44-P3LG0-F3PMO\",\n        \"startedAt\": 1654287181,\n        \"endedAt\": 1654287219,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-998d69d9-89f3-4fef-867d-0bf63574867d\",\n        \"uploadId\": 33348,\n        \"indexRequestKey\": 20220603201337.185,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654287181,\n        \"modifiedAt\": 1654287219,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42595006,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202924032,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33362,\n        \"toe\": \"JSD2UCA9OT-3VN9G-ITS9Q\",\n        \"startedAt\": 1654285380,\n        \"endedAt\": 1654285441,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-11194c46-f7e9-4b6c-893b-23a36e63aff9\",\n        \"uploadId\": 33347,\n        \"indexRequestKey\": 20220603194359.829,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654285380,\n        \"modifiedAt\": 1654285441,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594993,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202769544,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33361,\n        \"toe\": \"L537AQLRP3-VNUFN-EV3C1\",\n        \"startedAt\": 1654283580,\n        \"endedAt\": 1654283616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1125f1bd-28b9-4a40-8c84-7ee3a16232c8\",\n        \"uploadId\": 33346,\n        \"indexRequestKey\": 20220603191334.624,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654283580,\n        \"modifiedAt\": 1654283616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594993,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203179216,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33360,\n        \"toe\": \"UL5O5068V5-2HUBT-4HQLL\",\n        \"startedAt\": 1654281783,\n        \"endedAt\": 1654281837,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-12d75b8a-bc01-4c6c-852b-6925ae31018c\",\n        \"uploadId\": 33345,\n        \"indexRequestKey\": 20220603184355.55,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654281783,\n        \"modifiedAt\": 1654281837,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198131888,\n        \"peakMemoryCommittedBytes\": 209190912,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33359,\n        \"toe\": \"857FCQ2T1L-4BH0B-O64AN\",\n        \"startedAt\": 1654279982,\n        \"endedAt\": 1654280011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-01597d27-d603-4559-a535-203b1ed1e81b\",\n        \"uploadId\": 33344,\n        \"indexRequestKey\": 20220603181330.482,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654279982,\n        \"modifiedAt\": 1654280011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207028240,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33358,\n        \"toe\": \"BD1LHV3MNN-6QU0B-JIMR9\",\n        \"startedAt\": 1654278182,\n        \"endedAt\": 1654278210,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b466ada7-42d4-4065-b50e-685e09b83b57\",\n        \"uploadId\": 33343,\n        \"indexRequestKey\": 20220603174328.524,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654278182,\n        \"modifiedAt\": 1654278210,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201847528,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33357,\n        \"toe\": \"2VS3NJ8F4J-9C6DU-FAHDS\",\n        \"startedAt\": 1654276380,\n        \"endedAt\": 1654276420,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9b95a224-ed18-4ec8-8e7d-96cb6ee9227a\",\n        \"uploadId\": 33342,\n        \"indexRequestKey\": 20220603171339.047,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654276380,\n        \"modifiedAt\": 1654276420,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206908472,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33356,\n        \"toe\": \"070R709911-S0PEQ-QGO8L\",\n        \"startedAt\": 1654274582,\n        \"endedAt\": 1654274607,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-d87490ca-c767-4790-9b77-ead11f78aa67\",\n        \"uploadId\": 33341,\n        \"indexRequestKey\": 20220603164326.45,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654274582,\n        \"modifiedAt\": 1654274607,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202482536,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33355,\n        \"toe\": \"2BVJC4RKBI-AGSSV-U6I16\",\n        \"startedAt\": 1654272783,\n        \"endedAt\": 1654272820,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e6afce4e-d732-4d27-89ea-96491715fb2d\",\n        \"uploadId\": 33340,\n        \"indexRequestKey\": 20220603161338.52,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654272783,\n        \"modifiedAt\": 1654272820,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203075600,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33354,\n        \"toe\": \"1USS0L847P-4K79E-HLR6R\",\n        \"startedAt\": 1654270981,\n        \"endedAt\": 1654271065,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0046ff80-cb26-49d2-bb12-41b8068fc3bf\",\n        \"uploadId\": 33339,\n        \"indexRequestKey\": 20220603154424.504,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654270981,\n        \"modifiedAt\": 1654271065,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202014384,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33353,\n        \"toe\": \"IRBPSP7QTJ-PI0DD-BFN0B\",\n        \"startedAt\": 1654269180,\n        \"endedAt\": 1654269239,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a0df76d8-10ed-44df-915f-b46ea8263935\",\n        \"uploadId\": 33338,\n        \"indexRequestKey\": 20220603151358.191,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654269180,\n        \"modifiedAt\": 1654269239,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594902,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201905928,\n        \"peakMemoryCommittedBytes\": 211812352,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33352,\n        \"toe\": \"LT0C4RAPTI-G715E-E4728\",\n        \"startedAt\": 1654267384,\n        \"endedAt\": 1654267409,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-cb5ff7e6-1431-4e84-beb5-28c67f95f957\",\n        \"uploadId\": 33337,\n        \"indexRequestKey\": 20220603144327.408,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654267384,\n        \"modifiedAt\": 1654267409,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594885,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201677552,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33351,\n        \"toe\": \"5808O3O815-PNMBR-8G2L5\",\n        \"startedAt\": 1654265582,\n        \"endedAt\": 1654265616,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-7fa922f5-3a0a-4cf3-ace1-6742726dccae\",\n        \"uploadId\": 33336,\n        \"indexRequestKey\": 20220603141334.796,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654265582,\n        \"modifiedAt\": 1654265616,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594885,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206801128,\n        \"peakMemoryCommittedBytes\": 221773824,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33350,\n        \"toe\": \"FRM7SNRF7T-5FBIM-EUKP0\",\n        \"startedAt\": 1654263780,\n        \"endedAt\": 1654263847,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0eadf903-2251-4f72-b802-ec86cc0d7797\",\n        \"uploadId\": 33335,\n        \"indexRequestKey\": 20220603134405.591,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654263780,\n        \"modifiedAt\": 1654263847,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594858,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203416720,\n        \"peakMemoryCommittedBytes\": 215482368,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33349,\n        \"toe\": \"COA5PGH4MQ-DTMKI-H025P\",\n        \"startedAt\": 1654261985,\n        \"endedAt\": 1654262023,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-2af1024d-1321-41b2-a2e9-b4ce6d6fb8d8\",\n        \"uploadId\": 33334,\n        \"indexRequestKey\": 20220603131341.846,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654261985,\n        \"modifiedAt\": 1654262023,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594858,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202121000,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33348,\n        \"toe\": \"JTCDMTARLI-KK1VS-JBKP2\",\n        \"startedAt\": 1654260184,\n        \"endedAt\": 1654260230,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-485c544d-063e-48a7-a8fc-ff41f2690c4a\",\n        \"uploadId\": 33333,\n        \"indexRequestKey\": 20220603124349.219,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654260184,\n        \"modifiedAt\": 1654260230,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594852,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207084016,\n        \"peakMemoryCommittedBytes\": 221249536,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33347,\n        \"toe\": \"VA5L8M8UKH-I1RNV-MP91N\",\n        \"startedAt\": 1654258384,\n        \"endedAt\": 1654258416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-561f4623-69aa-48e7-8904-5ac09bd90216\",\n        \"uploadId\": 33332,\n        \"indexRequestKey\": 20220603121334.471,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654258384,\n        \"modifiedAt\": 1654258416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594852,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200428600,\n        \"peakMemoryCommittedBytes\": 212336640,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33346,\n        \"toe\": \"E6CS9N5AVL-98GBN-5LKAR\",\n        \"startedAt\": 1654256584,\n        \"endedAt\": 1654256612,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-23732b31-7025-41ac-ae22-262d2d21a01e\",\n        \"uploadId\": 33331,\n        \"indexRequestKey\": 20220603114330.543,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654256584,\n        \"modifiedAt\": 1654256612,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594840,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202428136,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33345,\n        \"toe\": \"A8VQ4K2BJA-RNVI6-4VQC7\",\n        \"startedAt\": 1654254781,\n        \"endedAt\": 1654254803,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-80f37a1f-ef77-4cef-8a8d-dbcffef18dba\",\n        \"uploadId\": 33330,\n        \"indexRequestKey\": 20220603111322.536,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654254781,\n        \"modifiedAt\": 1654254803,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594840,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203849496,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33344,\n        \"toe\": \"0HRSJ2FT7I-UTHEB-6CCMV\",\n        \"startedAt\": 1654252984,\n        \"endedAt\": 1654253011,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fb7b34ae-a056-448c-aaac-06cdeb512dc9\",\n        \"uploadId\": 33329,\n        \"indexRequestKey\": 20220603104330.355,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654252984,\n        \"modifiedAt\": 1654253011,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594828,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202342520,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33343,\n        \"toe\": \"RGCAQ096SL-6PGE4-1KL6P\",\n        \"startedAt\": 1654251183,\n        \"endedAt\": 1654251220,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-df143791-b3b0-4ec3-83de-1be78f918534\",\n        \"uploadId\": 33328,\n        \"indexRequestKey\": 20220603101338.883,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654251183,\n        \"modifiedAt\": 1654251220,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594828,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201495528,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33342,\n        \"toe\": \"RRRSCUQGAB-6D763-AHL1F\",\n        \"startedAt\": 1654249381,\n        \"endedAt\": 1654249411,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-e136b022-f2ba-42e7-aab6-eb4bb8541d81\",\n        \"uploadId\": 33327,\n        \"indexRequestKey\": 20220603094330.611,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654249381,\n        \"modifiedAt\": 1654249411,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594818,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206983704,\n        \"peakMemoryCommittedBytes\": 222822400,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33341,\n        \"toe\": \"CTH8E5J8Q2-9MVQU-21CTI\",\n        \"startedAt\": 1654247581,\n        \"endedAt\": 1654247611,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-856954bf-4285-478f-bbda-070f2d765c9e\",\n        \"uploadId\": 33326,\n        \"indexRequestKey\": 20220603091329.831,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654247581,\n        \"modifiedAt\": 1654247611,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594818,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203901936,\n        \"peakMemoryCommittedBytes\": 218628096,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33340,\n        \"toe\": \"IJ35CQ1DB8-0DAVL-BEV4E\",\n        \"startedAt\": 1654245786,\n        \"endedAt\": 1654245806,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-990c82d8-f0f0-449a-8f68-068af0b27822\",\n        \"uploadId\": 33325,\n        \"indexRequestKey\": 20220603084325.427,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654245786,\n        \"modifiedAt\": 1654245806,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594817,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202398952,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33339,\n        \"toe\": \"PNJVDVRQM7-SHVLU-9EETM\",\n        \"startedAt\": 1654243985,\n        \"endedAt\": 1654244055,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-65be8ef3-db91-4d8c-bb31-bad2eb7c4f11\",\n        \"uploadId\": 33324,\n        \"indexRequestKey\": 20220603081414.121,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654243985,\n        \"modifiedAt\": 1654244055,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594817,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202941136,\n        \"peakMemoryCommittedBytes\": 216530944,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33338,\n        \"toe\": \"5J61T9SGH2-94CG9-PJRNU\",\n        \"startedAt\": 1654242181,\n        \"endedAt\": 1654242212,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-80de30a6-5f87-4fcb-a8b0-21ebd9da3d39\",\n        \"uploadId\": 33323,\n        \"indexRequestKey\": 20220603074331.394,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654242181,\n        \"modifiedAt\": 1654242212,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594813,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201977688,\n        \"peakMemoryCommittedBytes\": 214958080,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33337,\n        \"toe\": \"K5C0MEIR8F-B37K5-KKBSA\",\n        \"startedAt\": 1654240382,\n        \"endedAt\": 1654240416,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f4fe3ede-074b-4493-933c-e23aece16df0\",\n        \"uploadId\": 33322,\n        \"indexRequestKey\": 20220603071334.833,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654240382,\n        \"modifiedAt\": 1654240416,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594813,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 200965496,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33336,\n        \"toe\": \"1VK4NQ2I7I-HBM1P-6DLDL\",\n        \"startedAt\": 1654238582,\n        \"endedAt\": 1654238604,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-c9212674-22cc-443a-a84e-8a7da041a485\",\n        \"uploadId\": 33321,\n        \"indexRequestKey\": 20220603064322.515,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654238582,\n        \"modifiedAt\": 1654238604,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594809,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203567576,\n        \"peakMemoryCommittedBytes\": 217579520,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33335,\n        \"toe\": \"FTJES0M4GT-4T78I-MPGQS\",\n        \"startedAt\": 1654236783,\n        \"endedAt\": 1654236805,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9beddf32-422b-470c-bb80-5c25cc3d5128\",\n        \"uploadId\": 33320,\n        \"indexRequestKey\": 20220603061323.366,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654236783,\n        \"modifiedAt\": 1654236805,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290464,\n        \"bytesInserted\": 42594809,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203867096,\n        \"peakMemoryCommittedBytes\": 214433792,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33334,\n        \"toe\": \"9FE1VKCK2G-I44B8-VVCKL\",\n        \"startedAt\": 1654234985,\n        \"endedAt\": 1654235033,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-96c2ba37-cc53-4d61-b190-801d44e97ca0\",\n        \"uploadId\": 33319,\n        \"indexRequestKey\": 20220603054352.457,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654234985,\n        \"modifiedAt\": 1654235033,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583762,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207909960,\n        \"peakMemoryCommittedBytes\": 222298112,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33333,\n        \"toe\": \"VJRBIAQJ60-LRB00-HGLPD\",\n        \"startedAt\": 1654233183,\n        \"endedAt\": 1654233211,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-030fb160-8868-4681-a68b-3d079971dbb1\",\n        \"uploadId\": 33318,\n        \"indexRequestKey\": 20220603051330.34,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654233183,\n        \"modifiedAt\": 1654233211,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583762,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201489512,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33332,\n        \"toe\": \"VE5VAMEN4M-P805V-RUVH8\",\n        \"startedAt\": 1654231381,\n        \"endedAt\": 1654231402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-0b048326-f6a4-4566-a208-976db8568b2a\",\n        \"uploadId\": 33317,\n        \"indexRequestKey\": 20220603044320.696,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654231381,\n        \"modifiedAt\": 1654231402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583752,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202460408,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33331,\n        \"toe\": \"J98JKJIQBO-R1EDU-DBDE3\",\n        \"startedAt\": 1654229580,\n        \"endedAt\": 1654229638,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-9ee5a7b4-a237-44f5-a935-95389df92199\",\n        \"uploadId\": 33316,\n        \"indexRequestKey\": 20220603041356.709,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654229580,\n        \"modifiedAt\": 1654229638,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583752,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 207393648,\n        \"peakMemoryCommittedBytes\": 220725248,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33330,\n        \"toe\": \"7FQHBAKLVT-6D7P7-LD3LV\",\n        \"startedAt\": 1654227784,\n        \"endedAt\": 1654227805,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-75554aa6-22c7-458f-9bfb-a810063539ae\",\n        \"uploadId\": 33315,\n        \"indexRequestKey\": 20220603034324.018,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654227784,\n        \"modifiedAt\": 1654227805,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583744,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202348552,\n        \"peakMemoryCommittedBytes\": 212860928,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33329,\n        \"toe\": \"TT1L80VDKM-M54P7-CSF91\",\n        \"startedAt\": 1654225985,\n        \"endedAt\": 1654226010,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-003f5c1c-a441-46be-8cc6-701f77b5b30c\",\n        \"uploadId\": 33314,\n        \"indexRequestKey\": 20220603031328.252,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654225985,\n        \"modifiedAt\": 1654226010,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583744,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201448512,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33328,\n        \"toe\": \"5UKR9BDLBU-9KD55-RJQ45\",\n        \"startedAt\": 1654224182,\n        \"endedAt\": 1654224206,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-442e9404-dc21-414b-8904-b829082860d4\",\n        \"uploadId\": 33313,\n        \"indexRequestKey\": 20220603024324.461,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654224182,\n        \"modifiedAt\": 1654224206,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583715,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203695360,\n        \"peakMemoryCommittedBytes\": 216006656,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33327,\n        \"toe\": \"PFHN7IPVO5-AMAL6-D3OMM\",\n        \"startedAt\": 1654222381,\n        \"endedAt\": 1654222422,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-4d18c3ce-fde2-42b5-b09a-d0eca7a2978b\",\n        \"uploadId\": 33312,\n        \"indexRequestKey\": 20220603021340.84,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654222381,\n        \"modifiedAt\": 1654222422,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583715,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202389464,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33326,\n        \"toe\": \"1OPIAAE715-C0CQ5-E27AO\",\n        \"startedAt\": 1654220584,\n        \"endedAt\": 1654220605,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-f11fa9da-b4e2-4566-bd10-1e856db38b3a\",\n        \"uploadId\": 33311,\n        \"indexRequestKey\": 20220603014323.728,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654220584,\n        \"modifiedAt\": 1654220605,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583718,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 202422992,\n        \"peakMemoryCommittedBytes\": 213909504,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33325,\n        \"toe\": \"N04D836S9H-OHL8L-SSAKI\",\n        \"startedAt\": 1654218781,\n        \"endedAt\": 1654218802,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a4ab889f-9275-4486-a304-2db3068e5844\",\n        \"uploadId\": 33310,\n        \"indexRequestKey\": 20220603011321.43,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654218781,\n        \"modifiedAt\": 1654218802,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583718,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198095064,\n        \"peakMemoryCommittedBytes\": 209715200,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33324,\n        \"toe\": \"5R14RQDGEA-V66GL-159BN\",\n        \"startedAt\": 1654216980,\n        \"endedAt\": 1654217025,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-6d87ac76-b15e-405b-b28d-e0cb0440d155\",\n        \"uploadId\": 33309,\n        \"indexRequestKey\": 20220603004343.219,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654216980,\n        \"modifiedAt\": 1654217025,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290387,\n        \"bytesInserted\": 42583704,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 206045184,\n        \"peakMemoryCommittedBytes\": 219152384,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33323,\n        \"toe\": \"8220BLPGLJ-5E9N4-85L9S\",\n        \"startedAt\": 1654215184,\n        \"endedAt\": 1654215229,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-fe8b04e9-fa72-4339-b751-4fc37ef7c8e1\",\n        \"uploadId\": 33308,\n        \"indexRequestKey\": 20220603001347.76,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654215184,\n        \"modifiedAt\": 1654215229,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290129,\n        \"bytesInserted\": 42545839,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 203726872,\n        \"peakMemoryCommittedBytes\": 217055232,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33322,\n        \"toe\": \"V80HB8643D-T61FR-BD5Q0\",\n        \"startedAt\": 1654213383,\n        \"endedAt\": 1654213402,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-1bd1d86c-d092-45f9-95fe-83ae1508bfee\",\n        \"uploadId\": 33307,\n        \"indexRequestKey\": 20220602234321.39,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654213383,\n        \"modifiedAt\": 1654213402,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290129,\n        \"bytesInserted\": 42545820,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 201102872,\n        \"peakMemoryCommittedBytes\": 213385216,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"streamId\": 371,\n        \"executionId\": 33321,\n        \"toe\": \"LKH7K2AL78-1PE6C-6IFJJ\",\n        \"startedAt\": 1654211584,\n        \"endedAt\": 1654211610,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-a2ce2358-8cb3-4a77-9768-40b575b76007\",\n        \"uploadId\": 33306,\n        \"indexRequestKey\": 20220602231329.317,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1654211584,\n        \"modifiedAt\": 1654211610,\n        \"latestPhase\": null,\n        \"currentPhase\": \"FINAL\",\n        \"removed\": false,\n        \"rowsInserted\": 290129,\n        \"bytesInserted\": 42545820,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198061904,\n        \"peakMemoryCommittedBytes\": 210763776,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    {\n        \"id\": 118,\n        \"streamId\": 371,\n        \"userId\": \"1893952720\",\n        \"created\": 1652481876,\n        \"type\": \"METADATA_CHANGE\"\n    }\n]"}],"_postman_id":"6344b67f-a0c0-4509-8595-6489975a2d6b"},{"name":"Query Data","id":"329f822d-b027-4590-8026-56142ba11def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"sql\" : \"select * from table limit 100 offset 10\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/execute/{{dataset_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","execute","{{dataset_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"329f822d-b027-4590-8026-56142ba11def"},{"name":"Share Dataset","id":"3127f270-06de-4ed0-9525-83dffce44eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"type\": \"USER\",\r\n            \"id\": 1893952720,\r\n            \"accessLevel\": \"CAN_EDIT\"\r\n        }\r\n    ],\r\n    \"sendEmail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/share","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3127f270-06de-4ed0-9525-83dffce44eb4"},{"name":"Dataset Access List","id":"a6e4200a-9b31-4279-9271-3f3147b95241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"list\": [\r\n        {\r\n            \"type\": \"USER\",\r\n            \"id\": \"1893952720\",\r\n            \"accessLevel\": \"OWNER\",\r\n            \"name\": \"Jae Wilson\"\r\n        }\r\n    ],\r\n    \"totalUserCount\": 1,\r\n    \"totalGroupCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"11f04127-a96b-4031-8789-30bcaf9b5d0b","name":"Dataset Access List","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"list\": [\r\n        {\r\n            \"type\": \"USER\",\r\n            \"id\": \"1893952720\",\r\n            \"accessLevel\": \"OWNER\",\r\n            \"name\": \"Jae Wilson\"\r\n        }\r\n    ],\r\n    \"totalUserCount\": 1,\r\n    \"totalGroupCount\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jun 2022 14:18:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"type\": \"USER\",\n            \"id\": \"966365811\",\n            \"accessLevel\": \"OWNER\",\n            \"name\": \"Scott Thompson\"\n        }\n    ],\n    \"totalUserCount\": 1,\n    \"totalGroupCount\": 0\n}"}],"_postman_id":"a6e4200a-9b31-4279-9271-3f3147b95241"},{"name":"Stream (Connector) - create","id":"d97daf91-7073-464e-9017-06644ac73a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transport\": {\r\n        \"type\": \"CONNECTOR\",\r\n        \"description\": \"com.domo.connector.snowflakeunloadv2\",\r\n        \"version\": \"1\"\r\n    },\r\n    \"configuration\": [\r\n        {\r\n            \"name\": \"importDataMethod\",\r\n            \"value\": \"noPartiionAndUpsert\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"warehouseName\",\r\n            \"value\": \"WH_BIS_PARTNER_ANALYTICS_HEAVY_NONPROD\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"databaseName\",\r\n            \"value\": \"BIS_PRD_01_REF\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"schemaName\",\r\n            \"value\": \"PUBLIC\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"databaseObjects\",\r\n            \"value\": \"tables\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"tableName\",\r\n            \"value\": \"HASH_ACCOUNT_ID_MAPPING\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"queryType\",\r\n            \"value\": \"customQuery\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"query\",\r\n            \"value\": \"SELECT \\nha.\\\"ACCT_ID\\\", \\nha.\\\"HASH_ACCT_ID\\\" ,\\nem.\\\"HASHED_EMAIL_ADDRESS\\\"\\n\\nFROM \\\"BIS_PRD_01_REF\\\".\\\"PUBLIC\\\".\\\"HASH_ACCOUNT_ID_MAPPING\\\" ha\\n\\nINNER JOIN PS_PRD_01_USERODS.PUBLIC.CCRM_ACCT_HASHED_EMAIL_MAP em\\n\\nON\\n\\nha.\\\"ACCT_ID\\\" = em.\\\"ACCT_ID\\\"\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        }\r\n    ],\r\n    \"account\": {\r\n        \"id\": 3\r\n    },\r\n    \"updateMethod\": \"APPEND\",\r\n    \"dataProvider\": {\r\n        \"key\": \"snowflake-unload-v2\"\r\n    },\r\n    \"dataSource\": {\r\n        \"name\": \"hello world\",\r\n        \"description\": \"config works?\"\r\n    },\r\n    \"advancedScheduleJson\": \"{\\\"type\\\": \\\"MANUAL\\\", \\\"timezone\\\": \\\"UTC\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","streams"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d97daf91-7073-464e-9017-06644ac73a92"},{"name":"Stream (Connector) - get","id":"83db5d51-f7ff-461b-8b0e-4842ef76f646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/streams/{{stream_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get Stream Configuration.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p>N/A</p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","streams","{{stream_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"615915c8-63f6-4787-b9f6-a6571fab96f1","name":"Get Stream Config","originalRequest":{"method":"GET","header":[],"url":"https://{{domo_instance}}.domo.com/api/data/v1/streams/{{stream_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 22:45:54 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 371,\n    \"valid\": true,\n    \"invalidExecutionId\": null,\n    \"transport\": {\n        \"type\": \"CONNECTOR\",\n        \"description\": \"com.domo.connector.covid19\",\n        \"version\": \"0\"\n    },\n    \"updateMethod\": \"REPLACE\",\n    \"dataProvider\": {\n        \"id\": 2834,\n        \"key\": \"covid-19\",\n        \"name\": \"Covid-19\",\n        \"url\": null,\n        \"defaultConnectorId\": null,\n        \"defaultConnectorLabel\": null,\n        \"authenticationScheme\": null,\n        \"connectorValidatorPresent\": false,\n        \"resourceBundlePresent\": false,\n        \"moduleHandler\": null,\n        \"iconPicker\": false,\n        \"scope\": \"0\",\n        \"producer\": \"DOMO\",\n        \"version\": \"0\",\n        \"dateCreated\": 1583529722000,\n        \"dateUpdated\": 1583521641000,\n        \"visibility\": \"WITH_CONNECTOR\",\n        \"type\": \"STANDARD\",\n        \"authenticationSchemeConfiguration\": []\n    },\n    \"account\": null,\n    \"dataSource\": {\n        \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n        \"displayType\": \"covid-19\",\n        \"dataProviderType\": \"covid-19\",\n        \"type\": \"covid-19\",\n        \"name\": \"DOMO Covid Time Series Tracker Data\",\n        \"owner\": {\n            \"id\": \"1345408759\",\n            \"name\": \"Alexis Lorenz (DataMaven)\",\n            \"type\": \"USER\",\n            \"group\": false\n        },\n        \"status\": \"SUCCESS\",\n        \"created\": 1594224795000,\n        \"lastTouched\": 1652481876000,\n        \"lastUpdated\": 1652481807436,\n        \"nextUpdate\": 1652483579534,\n        \"rowCount\": 283429,\n        \"columnCount\": 22,\n        \"cardInfo\": {\n            \"cardCount\": 30,\n            \"cardViewCount\": 0\n        },\n        \"properties\": {\n            \"formulas\": {\n                \"formulas\": {\n                    \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                        \"templateId\": 422,\n                        \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                        \"name\": \"Filter out Early Results\",\n                        \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`date`\",\n                                \"columnPosition\": 29\n                            }\n                        ]\n                    },\n                    \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                        \"templateId\": 429,\n                        \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                        \"name\": \"Recovered (Negative)\",\n                        \"formula\": \"(`recovered_total` * -1)\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"DOUBLE\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`recovered_total`\",\n                                \"columnPosition\": 1\n                            }\n                        ]\n                    },\n                    \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                        \"templateId\": 424,\n                        \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                        \"name\": \"US Region\",\n                        \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"STRING\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 13\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 63\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 120\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 178\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 230\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 284\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 337\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 396\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 467\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 526\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 584\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 642\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 692\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 746\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 796\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 854\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 911\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 967\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1025\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1084\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1145\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1204\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1257\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1315\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1374\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1432\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1493\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1545\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1610\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1672\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1730\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1791\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1853\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1908\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1959\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2019\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2073\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2131\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2181\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2245\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2305\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2370\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2432\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2491\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2546\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2595\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2654\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2709\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2763\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2822\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2886\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 2938\n                            }\n                        ]\n                    },\n                    \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                        \"templateId\": 426,\n                        \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                        \"name\": \"Days Since First Case\",\n                        \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`filename`\",\n                                \"columnPosition\": 9\n                            },\n                            {\n                                \"columnName\": \"`First_Reported_Date`\",\n                                \"columnPosition\": 20\n                            }\n                        ]\n                    },\n                    \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                        \"templateId\": 425,\n                        \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                        \"name\": \"Days Since 100 Case Reported\",\n                        \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"LONG\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`date`\",\n                                \"columnPosition\": 9\n                            },\n                            {\n                                \"columnName\": \"`Over100_First_Reported_Date`\",\n                                \"columnPosition\": 16\n                            }\n                        ]\n                    },\n                    \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                        \"templateId\": 451,\n                        \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                        \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                        \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": true,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`confirmed`\",\n                                \"columnPosition\": 5\n                            },\n                            {\n                                \"columnName\": \"`deaths`\",\n                                \"columnPosition\": 25\n                            },\n                            {\n                                \"columnName\": \"`recovered`\",\n                                \"columnPosition\": 41\n                            }\n                        ]\n                    },\n                    \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                        \"templateId\": 428,\n                        \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                        \"name\": \"Deaths (Negative)\",\n                        \"formula\": \"(`deaths_total` * -1)\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"DOUBLE\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`deaths_total`\",\n                                \"columnPosition\": 1\n                            }\n                        ]\n                    },\n                    \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                        \"templateId\": 431,\n                        \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                        \"name\": \"Currently Infected Sum\",\n                        \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"DOUBLE\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": true,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`confirmed_total`\",\n                                \"columnPosition\": 5\n                            },\n                            {\n                                \"columnName\": \"`deaths_total`\",\n                                \"columnPosition\": 31\n                            },\n                            {\n                                \"columnName\": \"`recovered_total`\",\n                                \"columnPosition\": 53\n                            }\n                        ]\n                    },\n                    \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                        \"templateId\": 421,\n                        \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                        \"name\": \"Country Abbrev.\",\n                        \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 13\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 66\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 119\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 171\n                            }\n                        ]\n                    },\n                    \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                        \"templateId\": 452,\n                        \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                        \"name\": \"Infections per 100k People\",\n                        \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": true,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`confirmed`\",\n                                \"columnPosition\": 6\n                            },\n                            {\n                                \"columnName\": \"`deaths`\",\n                                \"columnPosition\": 26\n                            },\n                            {\n                                \"columnName\": \"`recovered`\",\n                                \"columnPosition\": 42\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 77\n                            },\n                            {\n                                \"columnName\": \"`pop`\",\n                                \"columnPosition\": 118\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 131\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 163\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 199\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 224\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 256\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 305\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 339\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 377\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 402\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 436\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 487\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 520\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 558\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 583\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 616\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 667\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 703\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 742\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 767\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 803\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 855\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 897\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 926\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 951\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 992\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1037\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1071\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 1100\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1125\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1158\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1203\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1242\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 1271\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1296\n                            },\n                            {\n                                \"columnName\": \"`province_state`\",\n                                \"columnPosition\": 1334\n                            },\n                            {\n                                \"columnName\": \"`population_2020`\",\n                                \"columnPosition\": 1377\n                            }\n                        ]\n                    },\n                    \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                        \"templateId\": 420,\n                        \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                        \"name\": \"Death Rate summed\",\n                        \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`deaths_total`\",\n                                \"columnPosition\": 5\n                            },\n                            {\n                                \"columnName\": \"`confirmed_total`\",\n                                \"columnPosition\": 27\n                            }\n                        ]\n                    },\n                    \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                        \"templateId\": 430,\n                        \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                        \"name\": \"Continent\",\n                        \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"STRING\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 13\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 63\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 113\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 163\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 222\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 272\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 322\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 373\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 421\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 471\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 536\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 592\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 639\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 690\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 745\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 800\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 846\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 904\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 964\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1014\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1063\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1113\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1163\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1231\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1288\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1336\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1386\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1436\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1485\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1535\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1583\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1632\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1682\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1732\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1778\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1828\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1873\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1918\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 1968\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2015\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2063\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2109\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2156\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2207\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2253\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2300\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2349\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2397\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2449\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2502\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2551\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2599\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2655\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2705\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2755\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2809\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2864\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2922\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 2971\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3018\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3067\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3123\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3177\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3229\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3278\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3329\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3375\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3425\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3472\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3525\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3578\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3628\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3677\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3727\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3778\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3829\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3884\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3932\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 3982\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4031\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4085\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4134\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4184\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4233\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4283\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4344\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4401\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4458\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4517\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4565\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4628\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4684\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4737\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4789\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4838\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4907\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 4964\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5015\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5073\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5123\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5179\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5227\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5274\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5331\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5384\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5433\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5484\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5551\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5598\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5660\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5719\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5776\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5830\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5881\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 5939\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6000\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6060\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6110\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6161\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6212\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6260\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6308\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6357\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6407\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6464\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6523\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6579\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6635\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6691\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6746\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6797\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6855\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6912\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 6960\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7011\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7056\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7106\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7154\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7210\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7263\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7312\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7359\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7412\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7464\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7513\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7562\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7615\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7668\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7718\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7764\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7823\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7871\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7921\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 7981\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8039\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8088\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8159\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8220\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8302\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8355\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8405\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8453\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8511\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8557\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8608\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8660\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8707\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8776\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8825\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8876\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8925\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 8976\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 9025\n                            },\n                            {\n                                \"columnName\": \"`country_region`\",\n                                \"columnPosition\": 9084\n                            }\n                        ]\n                    },\n                    \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                        \"templateId\": 427,\n                        \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                        \"name\": \"Infected Count Today\",\n                        \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                        \"status\": \"VALID\",\n                        \"dataType\": \"DOUBLE\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": true,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`is_latest`\",\n                                \"columnPosition\": 18\n                            },\n                            {\n                                \"columnName\": \"`confirmed_total`\",\n                                \"columnPosition\": 40\n                            },\n                            {\n                                \"columnName\": \"`is_latest`\",\n                                \"columnPosition\": 85\n                            },\n                            {\n                                \"columnName\": \"`deaths_total`\",\n                                \"columnPosition\": 107\n                            },\n                            {\n                                \"columnName\": \"`is_latest`\",\n                                \"columnPosition\": 148\n                            },\n                            {\n                                \"columnName\": \"`recovered_total`\",\n                                \"columnPosition\": 170\n                            }\n                        ]\n                    },\n                    \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                        \"templateId\": 453,\n                        \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                        \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                        \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": true,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`confirmed`\",\n                                \"columnPosition\": 5\n                            },\n                            {\n                                \"columnName\": \"`deaths`\",\n                                \"columnPosition\": 25\n                            },\n                            {\n                                \"columnName\": \"`recovered`\",\n                                \"columnPosition\": 41\n                            }\n                        ]\n                    },\n                    \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                        \"templateId\": 423,\n                        \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                        \"name\": \"Currently Infected\",\n                        \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                        \"status\": \"VALID\",\n                        \"persistedOnDataSource\": true,\n                        \"isAggregatable\": false,\n                        \"bignumber\": false,\n                        \"columnPositions\": [\n                            {\n                                \"columnName\": \"`confirmed_total`\",\n                                \"columnPosition\": 1\n                            },\n                            {\n                                \"columnName\": \"`deaths_total`\",\n                                \"columnPosition\": 22\n                            },\n                            {\n                                \"columnName\": \"`recovered_total`\",\n                                \"columnPosition\": 39\n                            }\n                        ]\n                    }\n                }\n            }\n        },\n        \"state\": \"SUCCESS\",\n        \"validConfiguration\": true,\n        \"validAccount\": true,\n        \"streamId\": 371,\n        \"transportType\": \"CONNECTOR\",\n        \"adc\": false,\n        \"adcExternal\": false,\n        \"cloudId\": \"domo\",\n        \"cloudName\": \"Domo\",\n        \"permissions\": \"READ_SHARE\",\n        \"hidden\": false,\n        \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n        \"scheduleActive\": true\n    },\n    \"schemaDefinition\": {\n        \"columns\": [\n            {\n                \"type\": \"DATE\",\n                \"name\": \"date\",\n                \"id\": \"date\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"date\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"STRING\",\n                \"name\": \"province_state\",\n                \"id\": \"province_state\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"province_state\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"STRING\",\n                \"name\": \"country_region\",\n                \"id\": \"country_region\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"country_region\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"latitude\",\n                \"id\": \"latitude\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"latitude\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"longitude\",\n                \"id\": \"longitude\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"longitude\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DATETIME\",\n                \"name\": \"last_update\",\n                \"id\": \"last_update\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"last_update\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"confirmed_total\",\n                \"id\": \"confirmed_total\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"confirmed_total\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"deaths_total\",\n                \"id\": \"deaths_total\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"deaths_total\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"recovered_total\",\n                \"id\": \"recovered_total\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"recovered_total\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"confirmed_new\",\n                \"id\": \"confirmed_new\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"confirmed_new\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"deaths_new\",\n                \"id\": \"deaths_new\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"deaths_new\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DOUBLE\",\n                \"name\": \"recovered_new\",\n                \"id\": \"recovered_new\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"recovered_new\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"LONG\",\n                \"name\": \"is_latest\",\n                \"id\": \"is_latest\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"is_latest\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DATE\",\n                \"name\": \"First_Reported_Date\",\n                \"id\": \"First_Reported_Date\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"First_Reported_Date\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DATE\",\n                \"name\": \"Over100_First_Reported_Date\",\n                \"id\": \"Over100_First_Reported_Date\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"Over100_First_Reported_Date\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DATE\",\n                \"name\": \"STATE_First_Reported_Date\",\n                \"id\": \"STATE_First_Reported_Date\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"STATE_First_Reported_Date\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"DATE\",\n                \"name\": \"STATE_Over100_First_Reported_Date\",\n                \"id\": \"STATE_Over100_First_Reported_Date\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"STATE_Over100_First_Reported_Date\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"STRING\",\n                \"name\": \"DAY_TYPE\",\n                \"id\": \"DAY_TYPE\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"DAY_TYPE\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"LONG\",\n                \"name\": \"DAY_SORT\",\n                \"id\": \"DAY_SORT\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"DAY_SORT\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"STRING\",\n                \"name\": \"STATE_ABBREV\",\n                \"id\": \"STATE_ABBREV\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"STATE_ABBREV\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"LONG\",\n                \"name\": \"FIPS_STATE_CODE\",\n                \"id\": \"FIPS_STATE_CODE\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"FIPS_STATE_CODE\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            },\n            {\n                \"type\": \"STRING\",\n                \"name\": \"ISO3\",\n                \"id\": \"ISO3\",\n                \"visible\": true,\n                \"metadata\": {\n                    \"colLabel\": \"ISO3\",\n                    \"colFormat\": \"\",\n                    \"isEncrypted\": false\n                }\n            }\n        ]\n    },\n    \"scheduleExpression\": \"0 13/30 * * * ?\",\n    \"scheduleStartDate\": null,\n    \"advancedScheduleJson\": \"{\\\"type\\\":\\\"MINUTE\\\",\\\"timezone\\\":\\\"UTC\\\",\\\"between\\\":null,\\\"interval\\\":30}\",\n    \"scheduleRetryExpression\": null,\n    \"scheduleRetryCount\": 0,\n    \"lastExecution\": {\n        \"streamId\": 371,\n        \"executionId\": 32360,\n        \"toe\": \"HJP31Q11Q3-MO40M-EIVQC\",\n        \"startedAt\": 1652481782,\n        \"endedAt\": 1652481807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b9c94733-d3d6-4a64-be97-a4b6e33ad8bf\",\n        \"uploadId\": 32345,\n        \"indexRequestKey\": 20220513224325.628,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1652481782,\n        \"modifiedAt\": 1652481807,\n        \"latestPhase\": null,\n        \"currentPhase\": null,\n        \"removed\": false,\n        \"rowsInserted\": 283429,\n        \"bytesInserted\": 41562816,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198201936,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    \"lastSuccessfulExecution\": {\n        \"streamId\": 371,\n        \"executionId\": 32360,\n        \"toe\": \"HJP31Q11Q3-MO40M-EIVQC\",\n        \"startedAt\": 1652481782,\n        \"endedAt\": 1652481807,\n        \"updateMethod\": \"REPLACE\",\n        \"index\": true,\n        \"retryCount\": 0,\n        \"retryExecution\": null,\n        \"containerManagerId\": \"cm-b9c94733-d3d6-4a64-be97-a4b6e33ad8bf\",\n        \"uploadId\": 32345,\n        \"indexRequestKey\": 20220513224325.628,\n        \"currentState\": \"SUCCESS\",\n        \"runType\": \"AUTOMATED\",\n        \"createdAt\": 1652481782,\n        \"modifiedAt\": 1652481807,\n        \"latestPhase\": null,\n        \"currentPhase\": null,\n        \"removed\": false,\n        \"rowsInserted\": 283429,\n        \"bytesInserted\": 41562816,\n        \"startedBy\": null,\n        \"cancelledBy\": null,\n        \"dataTag\": null,\n        \"peakMemoryUsedBytes\": 198201936,\n        \"peakMemoryCommittedBytes\": 211288064,\n        \"exportable\": false,\n        \"manualIndex\": false,\n        \"errors\": []\n    },\n    \"currentExecution\": null,\n    \"currentExecutionState\": \"SUCCESS\",\n    \"createdAt\": 1594224796,\n    \"createdBy\": 1345408759,\n    \"modifiedAt\": 1652481875,\n    \"modifiedBy\": 1893952720,\n    \"scheduleState\": \"ACTIVE\",\n    \"scheduleAssertion\": false,\n    \"inactiveScheduleCode\": null,\n    \"configuration\": [\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"retry.retryNumber\",\n            \"type\": \"string\",\n            \"value\": \"0\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"updatemode\",\n            \"type\": \"string\",\n            \"value\": \"replace\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"updatemode.upsertKeys\",\n            \"type\": \"string\",\n            \"value\": \"\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"isSampleData\",\n            \"type\": \"string\",\n            \"value\": \"false\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"updatemode.mode\",\n            \"type\": \"string\",\n            \"value\": \"REPLACE\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"updatemode.mergeChoice\",\n            \"type\": \"string\",\n            \"value\": \"\"\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"retry.retryInterval\",\n            \"type\": \"string\",\n            \"value\": null\n        },\n        {\n            \"streamId\": 371,\n            \"category\": \"METADATA\",\n            \"name\": \"report\",\n            \"type\": \"string\",\n            \"value\": \"time_series_tracker_data\"\n        }\n    ]\n}"}],"_postman_id":"83db5d51-f7ff-461b-8b0e-4842ef76f646"},{"name":"Stream(Connector) - update","id":"ba23fdc1-75ed-47f1-ad4b-cd6dd1516b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transport\": {\r\n        \"type\": \"CONNECTOR\",\r\n        \"description\": \"com.domo.connector.postgresql.partition\",\r\n        \"version\": \"0\"\r\n    },\r\n    \"configuration\": [\r\n        {\r\n            \"name\": \"fetch_size\",\r\n            \"value\": \"None\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"tableName\",\r\n            \"value\": \"public$tlm_tx_fb_v1_siea\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"query\",\r\n            \"value\": \"SELECT\\n*\\nFROM tlm_tx_fb_v1_siea\\nWHERE aep_batch_date = current_date  - INTERVAL '2 DAY'\\nLIMIT 20000\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"partitionColumnName\",\r\n            \"value\": \"aep_batch_date\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"updatemode.mode\",\r\n            \"value\": \"APPEND\",\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        },\r\n        {\r\n            \"name\": \"relavtiveDays\",\r\n            \"value\": 1,\r\n            \"type\": \"string\",\r\n            \"category\": \"METADATA\"\r\n        }\r\n    ],\r\n    \"account\": {\r\n        \"id\": 1\r\n    },\r\n    \"updateMethod\": \"APPEND\",\r\n    \"dataProvider\": {\r\n        \"key\": \"postgresql-partition\"\r\n    },\r\n    \"dataSource\": {\r\n        \"name\": \"hello world\",\r\n        \"description\": \"config works?\"\r\n    },\r\n    \"advancedScheduleJson\": \"{\\\"type\\\": \\\"MANUAL\\\", \\\"timezone\\\": \\\"UTC\\\"}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams/{{stream_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","streams","{{stream_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba23fdc1-75ed-47f1-ad4b-cd6dd1516b3c"},{"name":"Change Datset Properties","id":"3734c5f4-95d2-4fe6-ba69-2b6af38d50cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"dataProviderType\":\"domo-jupyterdata\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}/properties","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v3","datasources","{{dataset_id}}","properties"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3734c5f4-95d2-4fe6-ba69-2b6af38d50cd"},{"name":"GET Lineage Dataset","id":"681cbb90-31cd-4fee-b566-c47a6ae53c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/data/v1/lineage/DATA_SOURCE/{{dataset_id}}?traverseDown=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","data","v1","lineage","DATA_SOURCE","{{dataset_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"traverseDown","value":"false"}],"variable":[]}},"response":[],"_postman_id":"681cbb90-31cd-4fee-b566-c47a6ae53c8c"},{"name":"execute a dataset / stream","id":"0b0614f7-019b-4498-9288-f063f5518879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"runType\":\"MANUAL\"}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams/{{stream_id}}/executions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","streams","{{stream_id}}","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b0614f7-019b-4498-9288-f063f5518879"}],"id":"38169be3-067e-4353-9a69-664efcbe4fd2","_postman_id":"38169be3-067e-4353-9a69-664efcbe4fd2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Domo Instance Configuration","item":[{"name":"Color Palette","item":[{"name":"Active Color Pallet","id":"2dedf41d-5133-48a2-be04-ae2a9d5768a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/brandkit/v1/activeChartPalette?usePaletteId=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["api","brandkit","v1","activeChartPalette"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"usePaletteId","value":"true"}],"variable":[]}},"response":[],"_postman_id":"2dedf41d-5133-48a2-be04-ae2a9d5768a0"},{"name":"GET Color Palette by ID","id":"1a8e4932-1bce-4422-bc6a-cddaf157ce63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/brandkit/v1/chartColorPalettes?id=1&type=CUSTOMER","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["api","brandkit","v1","chartColorPalettes"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"id","value":"1"},{"description":{"content":"<p>CUSTOMER or DOMO</p>\n","type":"text/plain"},"key":"type","value":"CUSTOMER"}],"variable":[]}},"response":[],"_postman_id":"1a8e4932-1bce-4422-bc6a-cddaf157ce63"}],"id":"c7e18abe-ebde-43f3-82ce-750759428a95","_postman_id":"c7e18abe-ebde-43f3-82ce-750759428a95","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}}},{"name":"Bootstrap API - Domo Instance Configuration","id":"17232ca3-d72a-4220-a0f1-b706979840b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/domoweb/bootstrap?v2Navigation=true","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the Domo Instance configuration details with enabled features and page hierarchies.</p>\n<p>The Bootstrap API is accessed when you first login to Domo, it tells the Domo WebUI how to render the pages / interface that the user has access to.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>N/A</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p>N/A</p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of Domo instance configuration</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["api","domoweb","bootstrap"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"v2Navigation","value":"true"}],"variable":[]}},"response":[{"id":"44e92378-a5a0-4e90-a288-c30da6822713","name":"Instance Configuration","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Content-Type","value":"application/json; charset=utf-8","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/domoweb/bootstrap?v2Navigation=true","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","domoweb","bootstrap"],"query":[{"key":"v2Navigation","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 14:25:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"9689"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache,no-store, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"P3p","value":"CP='This is not a P3P policy! See https://www.domo.com/company/privacy-policy for more info.'"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"DA-SID-prod1-mmmm-0012-0200=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAyMDAiLCJ1c2VySWQiOiIxODkzOTUyNzIwIiwicm9sZSI6IkFkbWluIiwidGltZXN0YW1wIjoxNjUxODQ3MTUwOTQxLCJleHBpcmF0aW9uIjoxNjUxODc1OTUxMDAwLCJzaWQiOiIwYzBlMjdjNS03NjRiLTQyZTctYmQzMS1hZjkyMmE1YTFjZGUiLCJ0b2VzIjoiVU5LTk9XTlNJRCIsImhtYWNTaWduYXR1cmUiOiI2YThjZWY3MTkyYWJhNTdkZWI3ZWI0M2RiNDNmYTU3ODE0YWE3ZTQ2Y2E3OTA5ZjJmMWVmYjRjOWUzZjE5ZTViIn0%3D; Path=/; Domain=domo.com; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_ERRORS=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_FLASH=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"SESSION_TOE=53QF2O99N8; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"_pubweb_idc=mmmm-0012-0200_#_standard; Path=/; Domain=domo.com; Expires=Sat, 06 May 2023 14:25:51 GMT; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"csrf-token=3180e4fa-1f3a-41b7-9651-f8a3d2cb0360; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"CENTERVIEWSESSIONID=1893952720-mmmm-0012-0200; Path=/; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_SESSION=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"notifierConfig\": {\n        \"apiKey\": \"\",\n        \"channelName\": \"\",\n        \"presenceChannelName\": \"\",\n        \"isEncrypted\": false,\n        \"host\": \"api.pusherapp.com\",\n        \"socketHost\": \"ws.pusherapp.com\",\n        \"socketPort\": \"80\",\n        \"socketSslPort\": \"443\"\n    },\n    \"currentUser\": {\n        \"USER_ID\": ,\n        \"USER_GROUP\": \"\",\n        \"USER_FULLNAME\": \"\",\n        \"USER_NAME\": \"\",\n        \"DEFAULT_PAGE\": \"30507758\",\n        \"USER_ROLE\": \"Admin\",\n        \"USER_ROLE_ID\": 1,\n        \"USER_LOCALE\": \"en-US\",\n        \"USER_RIGHTS\": 63,\n        \"SSO_USER\": false,\n        \"USER_PAGESETTING_KPISIZE\": {},\n        \"UNIQUE_VISITOR_ID\": \"\",\n        \"DAYS_SINCE_USER_CREATED\": 727\n    },\n    \"data\": {\n        \"landingPageId\": \"30507758\",\n        \"favorites\": [],\n        \"pages\": [\n            {\n                \"id\": \"1267639476\",\n                \"title\": \"Dojo Solutions\",\n                \"type\": \"page\",\n                \"locked\": true,\n                \"sharedView\": true,\n                \"pageVisible\": true,\n                \"pageLocation\": 1,\n                \"owner\": 587894148,\n                \"owners\": [\n                    {\n                        \"id\": ,\n                        \"type\": \"USER\",\n                        \"displayName\": \"\"\n                    }\n                ],\n                \"isOwner\": false,\n                \"ownerName\": \"\",\n                \"children\": [\n                    {\n                        \"id\": \"1759878295\",\n                        \"title\": \"Beast Modes\",\n                        \"type\": \"page\",\n                        \"locked\": true,\n                        \"sharedView\": true,\n                        \"pageVisible\": true,\n                        \"pageLocation\": 0,\n                        \"parent\": \"1267639476\",\n                        \"owner\": 587894148,\n                        \"owners\": [\n                            {\n                                \"id\": 587894148,\n                                \"type\": \"USER\",\n                                \"displayName\": \"\"\n                            }\n                        ],\n                        \"isOwner\": false,\n                        \"ownerName\": \"\",\n                        \"childCount\": 0,\n                        \"canAddCard\": true,\n                        \"bibHiddenPage\": false,\n                        \"hasAccess\": true,\n                        \"hierarchy\": 1\n                    }\n                ],\n                \"childCount\": 3,\n                \"canAddCard\": true,\n                \"bibHiddenPage\": false,\n                \"hasAccess\": true,\n                \"hierarchy\": 0\n            },\n            {\n                \"id\": \"109096720\",\n                \"title\": \"Domo IDEA Exchange\",\n                \"type\": \"page\",\n                \"locked\": true,\n                \"sharedView\": true,\n                \"pageVisible\": true,\n                \"pageLocation\": 2,\n                \"owner\": \"\",\n                \"owners\": [\n                    {\n                        \"id\": , \"\"\n                        \"type\": \"USER\",\n                        \"displayName\": \"\"\n                    }\n                ],\n                \"isOwner\": true,\n                \"ownerName\": \"\",\n                \"children\": [\n                    {\n                        \"id\": \"727624603\",\n                        \"title\": \"Beast Modes\",\n                        \"type\": \"page\",\n                        \"locked\": false,\n                        \"sharedView\": true,\n                        \"pageVisible\": true,\n                        \"parent\": \"109096720\",\n                        \"owner\": 0,\n                        \"owners\": [\n                            {\n                                \"id\": 55874022,\n                                \"type\": \"\",\n                                \"displayName\": \"\"\n                            }\n                        ],\n                        \"isOwner\": false,\n                        \"childCount\": 0,\n                        \"canAddCard\": true,\n                        \"bibHiddenPage\": false,\n                        \"hasAccess\": true,\n                        \"hierarchy\": 1\n                    }\n                ]\n            }\n        ],\n        \"conf\": {\n            \"CalculationsFunctionsList\": [\n                {\n                    \"functionNames\": {\n                        \"ABS\": {\n                            \"text\": \"ABS\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"MATHEMATICAL\",\n                            \"descriptionKey\": \"abs\"\n                        },\n                        \"ADDDATE\": {\n                            \"text\": \"ADDDATE\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"adddate\"\n                        },\n                        \"ADDTIME\": {\n                            \"text\": \"ADDTIME\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"addtime\"\n                        },\n                        \"AVG\": {\n                            \"text\": \"AVG\",\n                            \"type\": \"basic\",\n                            \"functionType\": [\n                                \"AGGREGATE\",\n                                \"COMMON\"\n                            ],\n                            \"descriptionKey\": \"avg\"\n                        },\n                        \"CASE\": {\n                            \"text\": \"CASE\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"LOGICAL\",\n                            \"descriptionKey\": \"case\"\n                        },\n                        \"CEILING\": {\n                            \"text\": \"CEILING\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"AGGREGATE\",\n                            \"descriptionKey\": \"ceiling\"\n                        },\n                        \"CONCAT\": {\n                            \"text\": \"CONCAT\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"STRING\",\n                            \"descriptionKey\": \"concat\"\n                        },\n                        \"COUNT\": {\n                            \"text\": \"COUNT\",\n                            \"type\": \"basic\",\n                            \"functionType\": [\n                                \"AGGREGATE\",\n                                \"COMMON\"\n                            ],\n                            \"descriptionKey\": \"count\"\n                        },\n                        \"COUNT DISTINCT\": {\n                            \"text\": \"COUNT DISTINCT\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"AGGREGATE\",\n                            \"descriptionKey\": \"count-distinct\"\n                        },\n                        \"CURDATE\": {\n                            \"text\": \"CURDATE\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"curdate\"\n                        },\n                        \"CURRENT_DATE\": {\n                            \"text\": \"CURRENT_DATE\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"current-date\"\n                        },\n                        \"CURRENT_TIME\": {\n                            \"text\": \"CURRENT_TIME\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"current-time\"\n                        },\n                        \"CURRENT_TIMESTAMP\": {\n                            \"text\": \"CURRENT_TIMESTAMP\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"current-timestamp\"\n                        },\n                        \"CURTIME\": {\n                            \"text\": \"CURTIME\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"curtime\"\n                        },\n                        \"DATE\": {\n                            \"text\": \"DATE\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"date\"\n                        },\n                        \"DATEDIFF\": {\n                            \"text\": \"DATEDIFF\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"datediff\"\n                        },\n                        \"DATE_ADD\": {\n                            \"text\": \"DATE_ADD\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"date-add\"\n                        },\n                        \"DATE_FORMAT\": {\n                            \"text\": \"DATE_FORMAT\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"date-format\"\n                        },\n                        \"DATE_SUB\": {\n                            \"text\": \"DATE_SUB\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"date-sub\"\n                        },\n                        \"DAY\": {\n                            \"text\": \"DAY\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"day\"\n                        },\n                        \"DAYNAME\": {\n                            \"text\": \"DAYNAME\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"dayname\"\n                        },\n                        \"DAYOFMONTH\": {\n                            \"text\": \"DAYOFMONTH\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"dayofmonth\"\n                        },\n                        \"DAYOFWEEK\": {\n                            \"text\": \"DAYOFWEEK\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"dayofweek\"\n                        },\n                        \"DAYOFYEAR\": {\n                            \"text\": \"DAYOFYEAR\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"DATE_AND_TIME\",\n                            \"descriptionKey\": \"dayofyear\"\n                        },\n                        \"FLOOR\": {\n                            \"text\": \"FLOOR\",\n                            \"type\": \"basic\",\n                            \"functionType\": \"AGGREGATE\",\n                            \"descriptionKey\": \"floor\"\n                        }\n                    }\n                }\n            ],\n            \"SSOEnabled\": false\n        },\n        \"analytics\": {\n            \"account\": \"domodev\",\n            \"userId\": \"\",\n            \"company\": \"\",\n            \"enabled\": true,\n            \"error\": \"\",\n            \"configuration\": {\n                \"analytics.foundation.enabled\": true,\n                \"analytics.async.enabled\": true,\n                \"analytics.async.modal.enabled\": true,\n                \"analytics.async.mouseover.enabled\": true,\n                \"analytics.foundation.kpi.enabled\": true\n            },\n            \"mode\": \"dev\",\n            \"javaScriptUrl\": \"\",\n            \"gaTrackingCode\": \"\",\n            \"amplitudeApiKey\": \"c68dc3f20888d7c6242144da91c31629\",\n            \"useDomoAnalytics\": true\n        },\n        \"brandKit\": {\n            \"fontFamily\": \"\"\n        },\n        \"environmentId\": \"\",\n        \"features\": [\n            {\n                \"id\": 4,\n                \"name\": \"search\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": false,\n                \"type\": \"STANDARD\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"launcher\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": true,\n                \"type\": \"PREMIUM\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"profile-reminder\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": false,\n                \"type\": \"STANDARD\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"enableSwapDatasource\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": false,\n                \"type\": \"STANDARD\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            },\n            {\n                \"id\": 19,\n                \"name\": \"up\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": true,\n                \"type\": \"STANDARD\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            },\n            {\n                \"id\": 25,\n                \"name\": \"account-management\",\n                \"label\": \"\",\n                \"description\": \"\",\n                \"enabled\": true,\n                \"purchased\": false,\n                \"type\": \"STANDARD\",\n                \"environment\": \"\",\n                \"owner\": \"\"\n            }\n        ],\n        \"authorities\": [\n            \"versions.deployment.manage\",\n            \"buzz.admin\",\n            \"appstore.edit\"\n        ],\n        \"customerHash\": \"\",\n        \"locale\": \"en-US\",\n        \"isWhitelabeled\": false,\n        \"isCustomerWhitelabeled\": false,\n        \"isFullWhitelabeled\": false,\n        \"trialEndDate\": \"1619892524972\",\n        \"trialContactPhone\": \"\",\n        \"whitelabeledProductName\": \"Domo\",\n        \"userAnonymous\": false,\n        \"userIsProxied\": false,\n        \"domoappsDomain\": \"\",\n        \"customerTier\": \"standard\",\n        \"companyTimeZone\": \"UTC\",\n        \"disableAutoRefresh\": true,\n        \"wasTrial\": false,\n        \"buzzSignup\": false,\n        \"version\": {\n            \"branch\": \"\",\n            \"commitId\": \"\",\n            \"buildNo\": \"\",\n            \"version\": \"\"\n        },\n        \"authorizedAppDomains\": \"domo.com,\",\n        \"isDomoAppDomainWhitelistEnabled\": false,\n        \"configProperties\": {},\n        \"domoPublicUrl\": \"https://public.domo.com\",\n        \"advancedColorControls\": true,\n        \"gettingStartedPageEnabled\": true,\n        \"landingEntities\": [],\n        \"isSignupSingleSolutionInstance\": false,\n        \"signupApp\": \"\",\n        \"cardPageMaxConcurrentRenders\": 5\n    }\n}"}],"_postman_id":"17232ca3-d72a-4220-a0f1-b706979840b5"},{"name":"Get IP Whitelist","id":"1763a627-9b1f-4483-b1ce-e32d8458b21c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/admin/companysettings/whitelist","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of whitelist IP</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Network security -&gt; IP adress whitelist</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360043439173-Whitelisting-IP-Addresses-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of whitelisted IP adresses</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["admin","companysettings","whitelist"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[{"id":"cf53c381-403a-47c8-b20a-6cc70409b953","name":"Get IP Whitelist - example of empty array","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/admin/companysettings/whitelist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 May 2022 09:39:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache,no-store, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"P3p","value":"CP='This is not a P3P policy! See https://www.domo.com/company/privacy-policy for more info.'"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"SESSION_TOE=8CV1QUL50E; Path=/; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_ERRORS=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_FLASH=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"Set-Cookie","value":"PLAY_SESSION=; Path=/; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Max-Age=0; HttpOnly; Secure; SameSite=None"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        \"\"\n    ]\n}"}],"_postman_id":"1763a627-9b1f-4483-b1ce-e32d8458b21c"},{"name":"Update IP Whitelist Config","id":"184a0543-4350-4249-b400-754321f40be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"addresses\": [\r\n    \"0.0.0.0/0\"\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/admin/companysettings/whitelist","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["admin","companysettings","whitelist"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"184a0543-4350-4249-b400-754321f40be3"},{"name":"Authorized Domains - GET","id":"d3ea0d68-84f2-44db-85e7-97e96ca50190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/authorized-domains","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of all authorized domains from instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Invite authorized domains</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934534-Specifying-Authorized-Domains-for-Invited-Users\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of authorized domains for invited users</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","authorized-domains"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3ea0d68-84f2-44db-85e7-97e96ca50190"},{"name":"Authorized Domains - PUT","id":"76ff6edb-cfc3-4b83-99d0-5165a685fe37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"authorized-domains\",\r\n    \"value\": \"sony.com, domo.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/authorized-domains","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","authorized-domains"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"76ff6edb-cfc3-4b83-99d0-5165a685fe37"},{"name":"Get Company Settings","id":"9d1ac634-f0de-4758-b34a-b476c0fadd2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/companysettings","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the Company settings from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Company Settings</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007296114-Specifying-Company-Settings\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of company settings</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["companysettings"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d1ac634-f0de-4758-b34a-b476c0fadd2c"},{"name":"Put Sub pages and main page","id":"53c94c1d-0b59-4323-be47-9eed1f1fd8d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://https://{{instance}}.domo.com/companysettings/savedefaultpageordering?parentPageId={{parentPage_id}}&pageOrderList%5B%5D={{SubPage_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Apply the parent page id and Subpages as defaults pages in the Company settings from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Company Settings</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007296114-Specifying-Company-Settings\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["companysettings","savedefaultpageordering"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"parentPageId","value":"{{parentPage_id}}"},{"key":"pageOrderList%5B%5D","value":"{{SubPage_id}}"}],"variable":[]}},"response":[],"_postman_id":"53c94c1d-0b59-4323-be47-9eed1f1fd8d0"},{"name":"Put Landing page","id":"93732aba-f479-436f-b2b6-7aa90ca9914e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\"name\":\"content.virtual.page.landing_id\",\n\"value\":109096720\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/content.virtual.page.landing_id","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Apply the Landing page in the Company settings from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Company Settings</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007296114-Specifying-Company-Settings\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","content.virtual.page.landing_id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"93732aba-f479-436f-b2b6-7aa90ca9914e"},{"name":"Get Company Cards","id":"26ec1f56-7cc0-48e4-b046-3d68edb10754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v2/cards/adminsummary","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the Company cards from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>TBC</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p>TBC</p>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934414-Adding-Company-Pages\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of company cards</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v2","cards","adminsummary"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"26ec1f56-7cc0-48e4-b046-3d68edb10754"},{"name":"Get Company Pages","id":"3cc151c7-d38b-438f-bc3e-6bc41f2f18e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"includeVirtual\": true,\r\n    \"includePageTitleClause\": true,\r\n    \"orderBy\": \"parentPageTitlePageTitle\",\r\n    \"pageTitleSearchText\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v1/pages/adminsummary?limit=100&skip=0","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the Company pages from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Company Settings -&gt; Company pages</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934414-Adding-Company-Pages\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of company pages</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","pages","adminsummary"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"limit","value":"100"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3cc151c7-d38b-438f-bc3e-6bc41f2f18e0"},{"name":"Get Customer State - Authorized Domain","id":"34d1ccb0-b9ac-4286-807b-a995e5a18af3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/authorized-domains","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","authorized-domains"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"34d1ccb0-b9ac-4286-807b-a995e5a18af3"},{"name":"Get User Invite Email Enabled","id":"7859e4dd-8182-441c-9b17-1c62579a5e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/customer/v1/properties/user.invite.email.enabled","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["customer","v1","properties","user.invite.email.enabled"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7859e4dd-8182-441c-9b17-1c62579a5e63"},{"name":"Toggle Social Users","id":"28691adf-0ac4-4a88-ac39-80cde8f3360a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"enabled\":true}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/customers/features/free-invite","description":"<p><a href>https://domo-support.domo.com/s/article/360043438893?language=en_US#:~:text=Note:%20If%20you%20do%20not,able%20to%20access%20this%20tab</a>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v3","customers","features","free-invite"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"28691adf-0ac4-4a88-ac39-80cde8f3360a"},{"name":"Get UserAttributes","id":"9261d94a-cf66-42bb-b0da-6a89adc4d960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Host","value":"domo-community.domo.com"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en"},{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"x-csrf-token","value":"3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"THLCSLHUGF-EFJF7\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Connection","value":"keep-alive"},{"key":"Cookie","value":"mbox=PC#aaf5f85b3d8b49edad74004ed4427024.35_0#1767486027|session#2260eae947014d13a96ffd4542de2135#1704243087; _pubweb_idc=mmmm-0012-0200_#_standard; amp_c68dc3=xquNzR1WGBkYioqvlut2Uj.MzlGQjAwQTRGNjJGQ0I0QzMzNkE4QTZCN0NDMjJFMzU4NThBOTc2NzgwMDRCRDkzMDA0N0MyMENEQjA3NzlBOQ==..1hj6b2sqi.1hj6b3u3h.1fl.a1.1pm; did=2404658101; _pubweb_is_cus=true; eb03b5b0dbaeb744_cfid=14028j7c622j73636g845a511447022a37344g3h6c5c6h755ebe282d9i4ebi80271519a75c8cb051669e0f055g0a370i64252b76512ic39b1abh21c876265g69; _ga_P3SE4R9WJH=GS1.1.1702430618.13.0.1702430618.0.0.0; _ga=GA1.1.811451550.1699993524; _ga_3RM9SF8PCZ=GS1.1.1702385374.7.1.1702385420.14.0.0; _ga_ZH4TQCL1RC=GS1.1.1701123959.2.0.1701123959.60.0.0; amplitude_id_c68dc3f20888d7c6242144da91c31629domo.com=eyJkZXZpY2VJZCI6IjQ2MGUwNDhkLTJiNzgtNGIyZi1iMWNkLWVkYzQyOGE0ZWY1ZVIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTcwMjM4NTM3NDc3NiwibGFzdEV2ZW50VGltZSI6MTcwMjM4NTM4Mzc2MywiZXZlbnRJZCI6NiwiaWRlbnRpZnlJZCI6MjcsInNlcXVlbmNlTnVtYmVyIjozM30=; s_fid=45855F6118AF2D46-181127ABF10E63F5; s_vnum=1953661657476%26vn%3D4; _gcl_au=1.1.534212909.1701200858; ELOQUA=GUID=1762DBABDB3546A596E9CAE139B8585C; _clck=1w7qx72%7C2%7Cfhh%7C0%7C1427; _gac_UA-51290288-1=1.1701980519.CjwKCAiA98WrBhAYEiwA2WvhOswXEZXYNfMmWd9NYJdVPyr2Dcyd7cqo9ibbaP15yBStehtFaWsMPRoCpFgQAvD_BwE; _ga_JNW5SCCVXP=GS1.2.1702385408.1.1.1702385408.0.0.0; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzA0MjY1ODQ4MDAwLCJobWFjU2lnbmF0dXJlIjoiODk2MTgyNmYxNTBiMmJkNTBiZjMyYjE5YzRiMDZiNjhlNjZmODA1Y2M3ZmYwZGFlYjhhZjU3ODg3NjI1NTE5ZiIsInNpZCI6ImZmMjEyNWU0LTUzM2ItNDRlMy04MDVmLWFiMjYzNDc1MjVkNSIsInRpbWVzdGFtcCI6MTcwNDIzNzA0ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; DA-SID-prod15-mmmm-0012-0350=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAzNTAiLCJleHBpcmF0aW9uIjoxNzA0MjU3OTg2MDAwLCJobWFjU2lnbmF0dXJlIjoiZDgyZGM2ZjNmMmEyNDQ4ZDM0MTI3OTgwNGMxOGY2NGQ1NjE2MDJlNjIwMWQyMGI3N2YxYjAzNGE2MzQ4NmZjYyIsInNpZCI6IjBlY2I0ZmYzLTZmNDUtNGZjZC1iN2JhLWQwNzZjOTA0NTFjOCIsInRpbWVzdGFtcCI6MTcwNDIyOTE4NjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI5NjQ4MjgyMDkifQ%3D%3D; SESSION_TOE=THLCSLHUGF; redirectUrl=%2F; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; _dsidv1=113aae51-b67e-4532-b85c-615450f23fec; csrf-token=3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d; CENTERVIEWSESSIONID=1893952720-mmmm-0012-0200; DA-SID-prod1-mmmm-0012-0200=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAyMDAiLCJleHBpcmF0aW9uIjoxNzA0MjcwMDMxMDAwLCJobWFjU2lnbmF0dXJlIjoiNmE0ZGRjNmExZTE4MDE3MjY2YzhlMmZlY2ZiNGYyN2JlNzZlMmZkNjhkMzQ0ZDMzM2VhMGQzYWUzZjM3MDRhMSIsInNpZCI6ImRjYzc3ODZhLWYwMzYtNGM3Mi1hODlhLWJjYzQ2ODBjMWE1MyIsInRpbWVzdGFtcCI6MTcwNDI0MTIzMTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxODkzOTUyNzIwIn0%3D"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"host","value":"domo-community.domo.com"}],"url":"https://domo-community.domo.com/api/user/v1/properties/meta/keys?issuerTypes=idp,domo-defined,customer-defined","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"protocol":"https","path":["api","user","v1","properties","meta","keys"],"host":["domo-community","domo","com"],"query":[{"key":"issuerTypes","value":"idp,domo-defined,customer-defined"}],"variable":[]}},"response":[],"_postman_id":"9261d94a-cf66-42bb-b0da-6a89adc4d960"},{"name":"DELETE User Attribute","id":"30b85912-d295-428c-89fa-41e5ea6f1e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Host","value":"domo-community.domo.com"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en"},{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"x-csrf-token","value":"3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"THLCSLHUGF-EFJF7\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Origin","value":"https://domo-community.domo.com"},{"key":"Connection","value":"keep-alive"},{"key":"Cookie","value":"mbox=PC#aaf5f85b3d8b49edad74004ed4427024.35_0#1767486027|session#2260eae947014d13a96ffd4542de2135#1704243087; _pubweb_idc=mmmm-0012-0200_#_standard; amp_c68dc3=xquNzR1WGBkYioqvlut2Uj.MzlGQjAwQTRGNjJGQ0I0QzMzNkE4QTZCN0NDMjJFMzU4NThBOTc2NzgwMDRCRDkzMDA0N0MyMENEQjA3NzlBOQ==..1hj6b2sqi.1hj6b3u3h.1fl.a1.1pm; did=2404658101; _pubweb_is_cus=true; eb03b5b0dbaeb744_cfid=14028j7c622j73636g845a511447022a37344g3h6c5c6h755ebe282d9i4ebi80271519a75c8cb051669e0f055g0a370i64252b76512ic39b1abh21c876265g69; _ga_P3SE4R9WJH=GS1.1.1702430618.13.0.1702430618.0.0.0; _ga=GA1.1.811451550.1699993524; _ga_3RM9SF8PCZ=GS1.1.1702385374.7.1.1702385420.14.0.0; _ga_ZH4TQCL1RC=GS1.1.1701123959.2.0.1701123959.60.0.0; amplitude_id_c68dc3f20888d7c6242144da91c31629domo.com=eyJkZXZpY2VJZCI6IjQ2MGUwNDhkLTJiNzgtNGIyZi1iMWNkLWVkYzQyOGE0ZWY1ZVIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTcwMjM4NTM3NDc3NiwibGFzdEV2ZW50VGltZSI6MTcwMjM4NTM4Mzc2MywiZXZlbnRJZCI6NiwiaWRlbnRpZnlJZCI6MjcsInNlcXVlbmNlTnVtYmVyIjozM30=; s_fid=45855F6118AF2D46-181127ABF10E63F5; s_vnum=1953661657476%26vn%3D4; _gcl_au=1.1.534212909.1701200858; ELOQUA=GUID=1762DBABDB3546A596E9CAE139B8585C; _clck=1w7qx72%7C2%7Cfhh%7C0%7C1427; _gac_UA-51290288-1=1.1701980519.CjwKCAiA98WrBhAYEiwA2WvhOswXEZXYNfMmWd9NYJdVPyr2Dcyd7cqo9ibbaP15yBStehtFaWsMPRoCpFgQAvD_BwE; _ga_JNW5SCCVXP=GS1.2.1702385408.1.1.1702385408.0.0.0; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzA0MjY1ODQ4MDAwLCJobWFjU2lnbmF0dXJlIjoiODk2MTgyNmYxNTBiMmJkNTBiZjMyYjE5YzRiMDZiNjhlNjZmODA1Y2M3ZmYwZGFlYjhhZjU3ODg3NjI1NTE5ZiIsInNpZCI6ImZmMjEyNWU0LTUzM2ItNDRlMy04MDVmLWFiMjYzNDc1MjVkNSIsInRpbWVzdGFtcCI6MTcwNDIzNzA0ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; DA-SID-prod15-mmmm-0012-0350=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAzNTAiLCJleHBpcmF0aW9uIjoxNzA0MjU3OTg2MDAwLCJobWFjU2lnbmF0dXJlIjoiZDgyZGM2ZjNmMmEyNDQ4ZDM0MTI3OTgwNGMxOGY2NGQ1NjE2MDJlNjIwMWQyMGI3N2YxYjAzNGE2MzQ4NmZjYyIsInNpZCI6IjBlY2I0ZmYzLTZmNDUtNGZjZC1iN2JhLWQwNzZjOTA0NTFjOCIsInRpbWVzdGFtcCI6MTcwNDIyOTE4NjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI5NjQ4MjgyMDkifQ%3D%3D; SESSION_TOE=THLCSLHUGF; redirectUrl=%2F; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; _dsidv1=113aae51-b67e-4532-b85c-615450f23fec; csrf-token=3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d; CENTERVIEWSESSIONID=1893952720-mmmm-0012-0200; DA-SID-prod1-mmmm-0012-0200=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAyMDAiLCJleHBpcmF0aW9uIjoxNzA0MjcwMDMxMDAwLCJobWFjU2lnbmF0dXJlIjoiNmE0ZGRjNmExZTE4MDE3MjY2YzhlMmZlY2ZiNGYyN2JlNzZlMmZkNjhkMzQ0ZDMzM2VhMGQzYWUzZjM3MDRhMSIsInNpZCI6ImRjYzc3ODZhLWYwMzYtNGM3Mi1hODlhLWJjYzQ2ODBjMWE1MyIsInRpbWVzdGFtcCI6MTcwNDI0MTIzMTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxODkzOTUyNzIwIn0%3D"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":""},"url":"https://{{instance}}.domo.com/api/user/v1/properties/meta/keys/{{user_attribute_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["user","v1","properties","meta","keys","{{user_attribute_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"30b85912-d295-428c-89fa-41e5ea6f1e9d"},{"name":"POST User Attribute","id":"df2b30b7-8b5f-4893-ae21-bd8cbb3b349c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Host","value":"domo-community.domo.com"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0"},{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"Accept-Language","value":"en"},{"key":"Accept-Encoding","value":"gzip, deflate, br"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"x-csrf-token","value":"3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"THLCSLHUGF-EFJF7\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"Origin","value":"https://domo-community.domo.com"},{"key":"Connection","value":"keep-alive"},{"key":"Cookie","value":"mbox=PC#aaf5f85b3d8b49edad74004ed4427024.35_0#1767486027|session#2260eae947014d13a96ffd4542de2135#1704243087; _pubweb_idc=mmmm-0012-0200_#_standard; amp_c68dc3=xquNzR1WGBkYioqvlut2Uj.MzlGQjAwQTRGNjJGQ0I0QzMzNkE4QTZCN0NDMjJFMzU4NThBOTc2NzgwMDRCRDkzMDA0N0MyMENEQjA3NzlBOQ==..1hj6b2sqi.1hj6b3u3h.1fl.a1.1pm; did=2404658101; _pubweb_is_cus=true; eb03b5b0dbaeb744_cfid=14028j7c622j73636g845a511447022a37344g3h6c5c6h755ebe282d9i4ebi80271519a75c8cb051669e0f055g0a370i64252b76512ic39b1abh21c876265g69; _ga_P3SE4R9WJH=GS1.1.1702430618.13.0.1702430618.0.0.0; _ga=GA1.1.811451550.1699993524; _ga_3RM9SF8PCZ=GS1.1.1702385374.7.1.1702385420.14.0.0; _ga_ZH4TQCL1RC=GS1.1.1701123959.2.0.1701123959.60.0.0; amplitude_id_c68dc3f20888d7c6242144da91c31629domo.com=eyJkZXZpY2VJZCI6IjQ2MGUwNDhkLTJiNzgtNGIyZi1iMWNkLWVkYzQyOGE0ZWY1ZVIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTcwMjM4NTM3NDc3NiwibGFzdEV2ZW50VGltZSI6MTcwMjM4NTM4Mzc2MywiZXZlbnRJZCI6NiwiaWRlbnRpZnlJZCI6MjcsInNlcXVlbmNlTnVtYmVyIjozM30=; s_fid=45855F6118AF2D46-181127ABF10E63F5; s_vnum=1953661657476%26vn%3D4; _gcl_au=1.1.534212909.1701200858; ELOQUA=GUID=1762DBABDB3546A596E9CAE139B8585C; _clck=1w7qx72%7C2%7Cfhh%7C0%7C1427; _gac_UA-51290288-1=1.1701980519.CjwKCAiA98WrBhAYEiwA2WvhOswXEZXYNfMmWd9NYJdVPyr2Dcyd7cqo9ibbaP15yBStehtFaWsMPRoCpFgQAvD_BwE; _ga_JNW5SCCVXP=GS1.2.1702385408.1.1.1702385408.0.0.0; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzA0MjY1ODQ4MDAwLCJobWFjU2lnbmF0dXJlIjoiODk2MTgyNmYxNTBiMmJkNTBiZjMyYjE5YzRiMDZiNjhlNjZmODA1Y2M3ZmYwZGFlYjhhZjU3ODg3NjI1NTE5ZiIsInNpZCI6ImZmMjEyNWU0LTUzM2ItNDRlMy04MDVmLWFiMjYzNDc1MjVkNSIsInRpbWVzdGFtcCI6MTcwNDIzNzA0ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; DA-SID-prod15-mmmm-0012-0350=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAzNTAiLCJleHBpcmF0aW9uIjoxNzA0MjU3OTg2MDAwLCJobWFjU2lnbmF0dXJlIjoiZDgyZGM2ZjNmMmEyNDQ4ZDM0MTI3OTgwNGMxOGY2NGQ1NjE2MDJlNjIwMWQyMGI3N2YxYjAzNGE2MzQ4NmZjYyIsInNpZCI6IjBlY2I0ZmYzLTZmNDUtNGZjZC1iN2JhLWQwNzZjOTA0NTFjOCIsInRpbWVzdGFtcCI6MTcwNDIyOTE4NjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI5NjQ4MjgyMDkifQ%3D%3D; SESSION_TOE=THLCSLHUGF; redirectUrl=%2F; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; _dsidv1=113aae51-b67e-4532-b85c-615450f23fec; csrf-token=3ad80a1a-b84a-43b2-b63d-a6ff68b6b33d; CENTERVIEWSESSIONID=1893952720-mmmm-0012-0200; DA-SID-prod1-mmmm-0012-0200=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAyMDAiLCJleHBpcmF0aW9uIjoxNzA0MjcwMDMxMDAwLCJobWFjU2lnbmF0dXJlIjoiNmE0ZGRjNmExZTE4MDE3MjY2YzhlMmZlY2ZiNGYyN2JlNzZlMmZkNjhkMzQ0ZDMzM2VhMGQzYWUzZjM3MDRhMSIsInNpZCI6ImRjYzc3ODZhLWYwMzYtNGM3Mi1hODlhLWJjYzQ2ODBjMWE1MyIsInRpbWVzdGFtcCI6MTcwNDI0MTIzMTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxODkzOTUyNzIwIn0%3D"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":"{\r\n    \"keyspace\": \"customer-defined\",\r\n    \"key\": \"DomoLibraryStore\",\r\n    \"securityVoter\": \"FULL_VIS_ADMIN_IDP\",\r\n    \"validator\": \"ANY_VALUE\",\r\n    \"title\": \"store_id2\",\r\n    \"description\": \"store ids\"\r\n}"},"url":"https://{{instance}}.domo.com/api/user/v1/properties/meta/keys/{{user_attribute_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["user","v1","properties","meta","keys","{{user_attribute_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"df2b30b7-8b5f-4893-ae21-bd8cbb3b349c"},{"name":"toggle_weekly_digest","event":[{"listen":"test","script":{"id":"95c55006-e950-4a4c-8c6b-7caad63a81fd","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response content type is text/xml\", function () {","    pm.expect(pm.response.headers.get('Content-Type')).to.include('text/xml');","});","","pm.test(\"Response is not null\", function () {","    pm.expect(pm.response.text()).to.not.equal(null);","});"],"type":"text/javascript","packages":{}}}],"id":"4b3310dc-1d5c-4095-8a37-3623d729c854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"come-back-to-domo-all-users\",\r\n    \"value\": false\r\n}"},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/come-back-to-domo-all-users","description":"<p>This endpoint makes an HTTP PUT request to update the customer states for all users on the Domo platform. The request should be sent to https://{{domo_instance}}.domo.com/api/content/v1/customer-states/come-back-to-domo-all-users.</p>\n<p>The request body should be in raw format and include the \"name\" and \"value\" parameters.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>name</code>: (text) The name of the customer state.</li>\n<li><code>value</code>: (text) The value associated with the customer state.</li>\n</ul>\n<p>The response to the request will have a status code of 200 and a content type of text/xml. The response body will be null.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":true,"source":{"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","name":"Domo Instance Configuration","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","come-back-to-domo-all-users"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b3310dc-1d5c-4095-8a37-3623d729c854"}],"id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-authentication","value":"{{session_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"dc8ad807-a681-4d51-befb-a4632315eee8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d49bd4fc-49f0-4e7a-8a8d-ef80d7adbbd7","type":"text/javascript","exec":[""]}}],"_postman_id":"9a539de3-7a60-4891-9d1b-f524caa4ecac","description":""},{"name":"Groups","item":[{"name":"Search Groups by ID","id":"6e1215b2-5ac3-4926-8554-196fb5f14774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v2/groups/{{group_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Search groups by name.</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Groups</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934294-Creating-and-Managing-User-Groups\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>search - search criteria</li>\n<li>limit - limit number to show</li>\n<li>ascending (true/false) - sort type</li>\n<li>sort - field name to sort</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<p>Returns a list of groups that meet search criteria</p>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","groups","{{group_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"ed1ad969-d74b-46e5-bf41-fa473c42632a","name":"Groups - Search Groups by Name","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://domo-dojo.domo.com/api/content/v2/groups/grouplist?ascending=true&limit=50&offset=0&search={{search_criteria}}&sort=name","protocol":"https","host":["domo-dojo","domo","com"],"path":["api","content","v2","groups","grouplist"],"query":[{"key":"ascending","value":"true"},{"key":"limit","value":"50"},{"key":"offset","value":"0"},{"key":"search","value":"{{search_criteria}}"},{"key":"sort","value":"name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 18:18:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Power User Group\",\n        \"groupId\": 1063525969,\n        \"owners\": [],\n        \"groupType\": \"adHoc\",\n        \"groupMembers\": [\n            {\n                \"type\": \"USER\",\n                \"id\": \"269129820\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1345408759\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1095515127\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1768567034\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"587894148\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"827093373\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1144220331\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"149943626\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"55874022\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"796785200\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1079474652\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1893952720\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"2072302260\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"756306366\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1504505648\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"699075231\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1227422648\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1229264718\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1318781111\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"617808774\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"826020125\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1446165056\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"966365811\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"693722501\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1167580245\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1154339157\"\n            },\n            {\n                \"type\": \"USER\",\n                \"id\": \"1354070971\"\n            }\n        ],\n        \"memberCount\": 27,\n        \"created\": \"2020-05-15 16:58:56.0\"\n    }\n]"}],"_postman_id":"6e1215b2-5ac3-4926-8554-196fb5f14774"},{"name":"Get All Groups","id":"fce4ed65-080c-44b0-9dd9-187d96b7583c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v2/groups","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of groups</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; Groups</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934294-Creating-and-Managing-User-Groups#1.1.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<ul>\n<li>ignoreCache (true/false)</li>\n<li>includeActive (true/false)</li>\n<li>includeUsers (true/false)</li>\n</ul>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of groups with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"8ea054b4-a776-4d0c-ba40-67284b6cc724","name":"Groups - Get All Groups","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/content/v2/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 18:11:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 180920085,\n        \"name\": \"Content\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 0,\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1063525969,\n        \"name\": \"Power User Group\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1589561936000,\n        \"memberCount\": 27,\n        \"guid\": \"14ebea60-9155-11ea-a6eb-12affd108866\",\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1324037627,\n        \"name\": \"Default\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 294,\n        \"active\": true,\n        \"default\": true\n    },\n    {\n        \"id\": 2088006361,\n        \"name\": \"_Inline_Edit_Owners\",\n        \"type\": \"closed\",\n        \"userIds\": [],\n        \"created\": 1617953643000,\n        \"memberCount\": 7,\n        \"guid\": \"f5231ce5-9905-11eb-8e8b-0a775c76e4e4\",\n        \"description\": \"Inline Editor_Owner\",\n        \"active\": true,\n        \"default\": false\n    }\n]"},{"id":"498149b5-7cb9-4c06-a945-dd0636e6b78b","name":"Get All Groups with optional parameters","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v2/groups?ignoreCache=false&includeActive=false&includeUsers=false","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v2","groups"],"query":[{"key":"ignoreCache","value":"false"},{"key":"includeActive","value":"false"},{"key":"includeUsers","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 15:34:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 180920085,\n        \"name\": \"Content\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 0,\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1063525969,\n        \"name\": \"Power User Group\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1589561936000,\n        \"memberCount\": 27,\n        \"guid\": \"14ebea60-9155-11ea-a6eb-12affd108866\",\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1324037627,\n        \"name\": \"Default\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 294,\n        \"active\": true,\n        \"default\": true\n    },\n    {\n        \"id\": 2088006361,\n        \"name\": \"_Inline_Edit_Owners\",\n        \"type\": \"closed\",\n        \"userIds\": [],\n        \"created\": 1617953643000,\n        \"memberCount\": 7,\n        \"guid\": \"f5231ce5-9905-11eb-8e8b-0a775c76e4e4\",\n        \"description\": \"Inline Editor_Owner\",\n        \"active\": true,\n        \"default\": false\n    }\n]"}],"_postman_id":"fce4ed65-080c-44b0-9dd9-187d96b7583c"},{"name":"Get All Groups where Owner","id":"a9807105-363e-4b54-be1f-7d9b57040e44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/content/v2/groups/grouplist?ascending=true&includeFullMembership=false&limit=100&offset=0&owner={{owner_id}}&ownerType=USER&sort=name","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of groups</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; Groups</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934294-Creating-and-Managing-User-Groups#1.1.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<ul>\n<li>ignoreCache (true/false)</li>\n<li>includeActive (true/false)</li>\n<li>includeUsers (true/false)</li>\n</ul>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of groups with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v2","groups","grouplist"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"ascending","value":"true"},{"key":"includeFullMembership","value":"false"},{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"owner","value":"{{owner_id}}"},{"key":"ownerType","value":"USER"},{"key":"sort","value":"name"}],"variable":[]}},"response":[{"id":"1342ba4d-08e0-4d3a-aaf0-1d63b1d1dca3","name":"Groups - Get All Groups","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/content/v2/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 18:11:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 180920085,\n        \"name\": \"Content\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 0,\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1063525969,\n        \"name\": \"Power User Group\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1589561936000,\n        \"memberCount\": 27,\n        \"guid\": \"14ebea60-9155-11ea-a6eb-12affd108866\",\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1324037627,\n        \"name\": \"Default\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 294,\n        \"active\": true,\n        \"default\": true\n    },\n    {\n        \"id\": 2088006361,\n        \"name\": \"_Inline_Edit_Owners\",\n        \"type\": \"closed\",\n        \"userIds\": [],\n        \"created\": 1617953643000,\n        \"memberCount\": 7,\n        \"guid\": \"f5231ce5-9905-11eb-8e8b-0a775c76e4e4\",\n        \"description\": \"Inline Editor_Owner\",\n        \"active\": true,\n        \"default\": false\n    }\n]"},{"id":"bf09884b-7b49-4c43-8acc-5b13200e545b","name":"Get All Groups with optional parameters","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v2/groups?ignoreCache=false&includeActive=false&includeUsers=false","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v2","groups"],"query":[{"key":"ignoreCache","value":"false"},{"key":"includeActive","value":"false"},{"key":"includeUsers","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 15:34:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 180920085,\n        \"name\": \"Content\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 0,\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1063525969,\n        \"name\": \"Power User Group\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1589561936000,\n        \"memberCount\": 27,\n        \"guid\": \"14ebea60-9155-11ea-a6eb-12affd108866\",\n        \"active\": true,\n        \"default\": false\n    },\n    {\n        \"id\": 1324037627,\n        \"name\": \"Default\",\n        \"type\": \"adHoc\",\n        \"userIds\": [],\n        \"created\": 1464820852000,\n        \"memberCount\": 294,\n        \"active\": true,\n        \"default\": true\n    },\n    {\n        \"id\": 2088006361,\n        \"name\": \"_Inline_Edit_Owners\",\n        \"type\": \"closed\",\n        \"userIds\": [],\n        \"created\": 1617953643000,\n        \"memberCount\": 7,\n        \"guid\": \"f5231ce5-9905-11eb-8e8b-0a775c76e4e4\",\n        \"description\": \"Inline Editor_Owner\",\n        \"active\": true,\n        \"default\": false\n    }\n]"}],"_postman_id":"a9807105-363e-4b54-be1f-7d9b57040e44"},{"name":"Add Group Owner","id":"698fe4b9-c2c0-44eb-ab4c-1cc5dfedbdfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[{\"groupId\" : 804506650,\n\"addOwners\": [{\"type\":\"GROUP\", \"id\":612085674}]}]\n","options":{"raw":{"language":"javascript"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups/access","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","groups","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"698fe4b9-c2c0-44eb-ab4c-1cc5dfedbdfd"},{"name":"update group","id":"162ab105-7f71-4dd0-b7e0-442646f776aa","protocolProfileBehavior":{"disabledSystemHeaders":{"user-agent":true,"accept":true,"connection":true,"accept-encoding":true},"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"cookie","value":"PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; CENTERVIEWSESSIONID=964828209-mmmm-0012-0350; eb03b5b0dbaeb744_cfid=2e18bi961j9c1e0d3d131j4bbe6518bi07464i7j0h74295h0c408c6dbc135ebi8f028a3jb1806ha22b0f499ja7057724b4ad2g138h8acf3ibh144f28169d8g12; _pubweb_is_cus=true; did=3418706920; _ga=GA1.1.2036930102.1702476695; _ga_KCXF7VX0J3=GS1.1.1702476694.1.0.1702476701.0.0.0; redirectUrl=%2Fdatacenter%2Fdatasources; SESSION_TOE=P1M51MK1SO; _dsidv1=604bd2d7-a7c3-45d1-9aaf-850115d576f5; DA-SID-prod15-mmmm-0026-0206=eyJjdXN0b21lcklkIjoibW1tbS0wMDI2LTAyMDYiLCJleHBpcmF0aW9uIjoxNzAyNjEwMzU4MDAwLCJobWFjU2lnbmF0dXJlIjoiMzQ2ZTllNDFmMmY0MmE2YzA3ZjliNjFjZjIzOWM5MTYxMzhkYWEyOWJiOWFiODg3MTcxNzJkYzA3ZTIzZGNlYSIsInNpZCI6IjBhMmFmYWJhLThiYzktNDAzMC05OWRmLWU5Y2E1MjY5MjI1OSIsInRpbWVzdGFtcCI6MTcwMjU4MTU1ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxNTc1NzQ3NjgifQ%3D%3D; DA-SID-prod15-mmmm-0023-2211=eyJjdXN0b21lcklkIjoibW1tbS0wMDIzLTIyMTEiLCJleHBpcmF0aW9uIjoxNzAyNjE3ODY4MDAwLCJobWFjU2lnbmF0dXJlIjoiYzIzMmZlOTVlYTI0ZDdiZDNmNjg3NWE0NDE3MjFmNDg4YTFhOWUzYTRmNTFiZWMxOGU4NTRiYmIzOTU3YjgwMyIsInNpZCI6ImJmODkwOTY3LTk4NDUtNDJlMy05ZmUyLTg1ZjIwOTczNWY2MSIsInRpbWVzdGFtcCI6MTcwMjU4OTA2ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxMzgwMzY2Mjg3In0%3D; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzAyNjIwOTk1MDAwLCJobWFjU2lnbmF0dXJlIjoiZThiODBkMWZmYTc3ZGFlZDk2YTc2NjEwNWZhODA5NDMzMDQ2Nzg4Njk5M2Y0ZTEzZTMyZGYyNGQ3MThiMTlhNSIsInNpZCI6ImVjMWQ1M2U0LWFlMTYtNDhmZS1hOTc5LTE4OGYwZjdmOThjNiIsInRpbWVzdGFtcCI6MTcwMjU5MjE5NTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; DA-SID-prod15-mmmm-0013-1082=eyJjdXN0b21lcklkIjoibW1tbS0wMDEzLTEwODIiLCJleHBpcmF0aW9uIjoxNzAyNTk2MDAzMDAwLCJobWFjU2lnbmF0dXJlIjoiYzg0YzkyNzk1MjVlYzQzNGU1NTE4NTJjNDk3ZGUxNjc2ZDdmYzA4MzRhODg2NDZhOGJlMWRjYmUxNTIyNzdmMSIsInNpZCI6IjliY2RmMThjLWQ5NTYtNGE4My05NzMyLTFkNzlmY2NjYTZlYyIsInRpbWVzdGFtcCI6MTcwMjU5MjQwMzAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI3ODA5MzE1MDYifQ%3D%3D; _pubweb_idc=mmmm-0012-0350_#_platform5; csrf-token=690ecc10-8acc-48d8-b689-aec7b82c4633; DA-SID-prod15-mmmm-0012-0350=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAzNTAiLCJleHBpcmF0aW9uIjoxNzAyNjIxMjQ3MDAwLCJobWFjU2lnbmF0dXJlIjoiOTQxZmFkMjZmMWNiNGUwMTAzNmNjMTVmNTQ2ZTExMzliODJhYTM2ZDBkYWVjOTUxM2VhZTM0MzNjNWQ0NmJjMSIsInNpZCI6ImFjMDgzNjg2LWQ0NDEtNGVhNC1iMTcwLTkwNjk4ZTM3NjQ5NyIsInRpbWVzdGFtcCI6MTcwMjU5MjQ0NzAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI5NjQ4MjgyMDkifQ%3D%3D; amp_c68dc3=WC0qgT-SKK1XiLrlGQvSnl.QTI3RjlENEJDNEFDRTJGNzAwOUQ4QkZDN0VGQUNGMjdFNTM5Njk5NzM1RTFCMzE2NDIzNTc5QjREQkRGN0JDQQ==..1hhl2veqo.1hhl6m4ur.4d.1u.6b"},{"key":"origin","value":"https://playstation-beta.domo.com"}],"body":{"mode":"raw","raw":"[{\"groupId\":695670217,\"description\":\"test update\"}]"},"url":"https://{{instance}}.domo.com/api/content/v2/groups","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"162ab105-7f71-4dd0-b7e0-442646f776aa"}],"id":"dfe65805-6b6e-4e92-bcb1-a79bf44d6759","_postman_id":"dfe65805-6b6e-4e92-bcb1-a79bf44d6759","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Page","item":[{"name":"Edit Page","item":[{"name":"PUT Writelock","id":"9fc4bbfd-5392-4d29-89c2-525ea8a2f136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"layoutId\": {{layout_id}},\r\n  \"userId\": {{user_id}},\r\n  \"lockTimestamp\": 1713911192925,\r\n  \"lockHeartbeat\": 1713911192925\r\n}","options":{"raw":{"language":"json"}}},"url":"https://domo-community.domo.com/api/content/v4/pages/layouts/1668051644/writelock","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v4","pages","layouts","1668051644","writelock"],"host":["domo-community","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fc4bbfd-5392-4d29-89c2-525ea8a2f136"},{"name":"GET Page Layout","id":"b421b118-1d5c-457e-afa6-3a9286a3225e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v4/pages/layouts/{{layout_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v4","pages","layouts","{{layout_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b421b118-1d5c-457e-afa6-3a9286a3225e"},{"name":"New Request","id":"eb7767c5-3043-4176-bc5e-003656809d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"eb7767c5-3043-4176-bc5e-003656809d96"},{"name":"Get Page","id":"84896017-164a-4354-a246-c7bf59987b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://https://{{instance}}.domo.com/api/content/v3/stacks/{{page_id}}/cards?includeV4PageLayouts=true&parts=metadata,datasources,library,drillPathURNs,owners,certification,dateInfo,subscriptions,slicers,metadataOverrides&stackLoadContext=Page&stackLoadTrigger=page-view","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v3","stacks","{{page_id}}","cards"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeV4PageLayouts","value":"true"},{"key":"parts","value":"metadata,datasources,library,drillPathURNs,owners,certification,dateInfo,subscriptions,slicers,metadataOverrides"},{"key":"stackLoadContext","value":"Page"},{"key":"stackLoadTrigger","value":"page-view"}],"variable":[]}},"response":[],"_postman_id":"84896017-164a-4354-a246-c7bf59987b00"}],"id":"f4ce5d82-6727-466e-8f99-a84f04dac55a","_postman_id":"f4ce5d82-6727-466e-8f99-a84f04dac55a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Get Pages","id":"ab77ed92-4857-4ecb-ae67-f8e4ccbe88fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v1/pages","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of pages</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; Pages</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934234-Admin-Settings-Layout#h_01F9HKX4CSAX96A82Q4C8Z50MX\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of pages with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","pages"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"a2e31ddb-d7a8-43ac-af4c-9626cb48bf3a","name":"Get Pages","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}/api/content/v1/pages"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ab77ed92-4857-4ecb-ae67-f8e4ccbe88fb"},{"name":"Get Page by ID","id":"5c9d7842-8ac5-47af-8dac-6e15a95d8d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v3/stacks/{{page_id}}/cards?includeV4PageLayouts=true&parts=metadata,datasources,library,drillPathURNs,certification,owners,dateInfo,subscriptions,slicers","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v3","stacks","{{page_id}}","cards"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeV4PageLayouts","value":"true"},{"key":"parts","value":"metadata,datasources,library,drillPathURNs,certification,owners,dateInfo,subscriptions,slicers"}],"variable":[]}},"response":[{"id":"b3b6fc62-2c4c-43d9-9b74-f011cd8e4995","name":"Get Page by ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{domo_instance}}.domo.com/api/content/v3/stacks/{{page_id}}/cards?includeV4PageLayouts=true&parts=metadata,datasources,library,drillPathURNs,certification,owners,dateInfo,subscriptions,slicers&stackLoadContext=Page&stackLoadContextId=127044793&stackLoadTrigger=page-view\n","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","content","v3","stacks","{{page_id}}","cards"],"query":[{"key":"includeV4PageLayouts","value":"true"},{"key":"parts","value":"metadata,datasources,library,drillPathURNs,certification,owners,dateInfo,subscriptions,slicers"},{"key":"stackLoadContext","value":"Page"},{"key":"stackLoadContextId","value":"127044793"},{"key":"stackLoadTrigger","value":"page-view\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jun 2022 13:49:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"727624603\",\n    \"page\": {\n        \"pageId\": 727624603,\n        \"parentPageId\": 109096720,\n        \"owners\": [\n            {\n                \"id\": 55874022,\n                \"type\": \"USER\",\n                \"displayName\": \"Grant Smith\"\n            }\n        ],\n        \"type\": \"page\",\n        \"title\": \"Beast Modes\",\n        \"pageName\": \"Ideas Conference\",\n        \"created\": 1618229565000,\n        \"updated\": 1618692483764,\n        \"locked\": false,\n        \"mobileEnabled\": true,\n        \"sharedViewPage\": true,\n        \"virtualPage\": false,\n        \"isOwner\": false\n    },\n    \"type\": \"page\",\n    \"title\": \"Beast Modes\",\n    \"sizes\": [\n        {\n            \"id\": \"1904892197\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1601825647\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1801667739\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1004414734\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"847474400\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1709209622\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"478382425\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"88584542\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"2099798099\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"2127545811\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"736590287\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1413471239\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"195472848\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1981091156\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1931943776\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"391211586\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1935311499\",\n            \"size\": \"\"\n        },\n        {\n            \"id\": \"1305645388\",\n            \"size\": \"\"\n        }\n    ],\n    \"cards\": [\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Beast Mode Governance Dataset\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Beast Mode Governance Dataset</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1981091156\",\n            \"id\": 1981091156,\n            \"type\": \"Text\",\n            \"created\": 1618193765,\n            \"badgeUpdated\": 1618193971000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 11, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"25e8aa6a-9908-497e-8787-27f4b7ef6afc\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"defaultDateGrain\": \"Day\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1305645388,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"Date\",\n                                \"calendar\": true,\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_f35060f5-eb5e-4989-9910-4ac26654cf3a\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_a3507493-0b32-4e1c-ae36-2ea9b8410381\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_2ab5b95a-d75c-4fa5-8e77-15a36b90a7b9\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"dt\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"MONTH\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"dt\",\n                            \"dateTimeElement\": \"DAY\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"dt\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"MONTH\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"dateTimeElement\": \"DAY\",\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1305645388\",\n            \"id\": 1305645388,\n            \"type\": \"kpi\",\n            \"created\": 1613757361,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"https://dojo.domo.com/discussion/comment/52539/#Comment_52539\",\n            \"title\": \"Adding Business Days with a Beast Mode\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"3401a5c8-acab-433b-91dd-8ff6ac3db929\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1801667739,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"dt\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_f1c3e324-4dca-41db-ad2e-587d0e4c4e2d\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_ba050c3c-1f7f-4ecf-b05f-16f8a214e01c\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_4d97788a-1432-414f-b2e1-0bf5ea55e842\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_ab9db156-c596-4323-b247-2a00a8395da7\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_45140bf4-5905-4951-bc74-a8372d42cb2a\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_e9506d1e-7548-4977-bcb0-62a85d38a6e6\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_0013e16b-3318-459e-8fae-7d66e9e5c5d0\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"dt\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"MONTH\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"dt\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"dt\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"MONTH\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1801667739\",\n            \"id\": 1801667739,\n            \"type\": \"kpi\",\n            \"created\": 1615840415,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"https://dojo.domo.com/discussion/comment/52822/#Comment_52822\\nNegative business days means a date in the future.\",\n            \"title\": \"Business Days Prior To Today with a Beast Mode\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"aab31a9a-5695-47e6-8e33-b39f88e7e987\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1413471239,\n                    \"dataSourceId\": \"6c48beaa-c68d-435e-b026-2e6b64d4dd39\",\n                    \"dataSourceName\": \"Numbers with Nulls\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"6c48beaa-c68d-435e-b026-2e6b64d4dd39\",\n                        \"columns\": [\n                            {\n                                \"column\": \"Value1\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"column\": \"Value2\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_9e633015-3236-4f36-8802-1d0afd96d343\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_89317644-fa14-4619-8c0c-c06c54c5b4a3\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_868c5b54-4f3b-49cb-807f-9e8a514a7258\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"orderBy\": [],\n                        \"groupBy\": [\n                            {\n                                \"column\": \"Value1\"\n                            },\n                            {\n                                \"column\": \"Value2\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_9e633015-3236-4f36-8802-1d0afd96d343\"\n                            }\n                        ],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"webform\",\n                    \"dataType\": \"webform\",\n                    \"providerType\": \"webform\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {},\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"6c48beaa-c68d-435e-b026-2e6b64d4dd39\",\n                    \"dataSourceName\": \"Numbers with Nulls\",\n                    \"displayType\": \"webform\",\n                    \"dataType\": \"webform\",\n                    \"providerType\": \"webform\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1618192553201,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": \"SUCCESS\"\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1413471239\",\n            \"id\": 1413471239,\n            \"type\": \"kpi\",\n            \"created\": 1618193129,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"How Nulls behave with mathematical operators vs aggregate functions\",\n            \"title\": \"Math with Nulls\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Beast Mode with Fields Governance Dataset\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Beast Mode with Fields Governance Dataset</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1931943776\",\n            \"id\": 1931943776,\n            \"type\": \"Text\",\n            \"created\": 1618193875,\n            \"badgeUpdated\": 1618193965000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 11, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Window Functions / Running Totals\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Window Functions / Running Totals</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"88584542\",\n            \"id\": 88584542,\n            \"type\": \"Text\",\n            \"created\": 1617759019,\n            \"badgeUpdated\": 1617759866000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 6, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_table\",\n                \"chartVersion\": \"8\",\n                \"currentLabel\": \"Abbreviated Summary Number\",\n                \"historyId\": \"29b64993-1fab-4615-b401-231739c4dab9\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"defaultDateGrain\": \"Year\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"0A\\\"}\",\n                \"dynamicTitle\": \"{\\\"text\\\":[{\\\"text\\\":\\\"Number Formatting Examples\\\",\\\"type\\\":\\\"TEXT\\\"}]}\",\n                \"dynamicDescription\": \"{\\\"text\\\":[{\\\"text\\\":\\\"Shows how to abbreviate a summary number and custom format a number\\\",\\\"type\\\":\\\"TEXT\\\"}]}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 847474400,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"big_number\",\n                    \"subscription\": {\n                        \"name\": \"big_number\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"formulaId\": \"calculation_b2575fcd-731a-499f-a3e0-3f6a106bdd6a\",\n                                \"alias\": \"Conditional Formatting\",\n                                \"format\": {\n                                    \"type\": \"abbreviated\",\n                                    \"format\": \"0\"\n                                }\n                            }\n                        ],\n                        \"filters\": [],\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false,\n                        \"limit\": 1\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                },\n                {\n                    \"cardId\": 847474400,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"Year\",\n                                \"calendar\": true,\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_b2575fcd-731a-499f-a3e0-3f6a106bdd6a\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_d84eacc6-c7e7-4443-9273-707394cceed0\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateGrain\": {\n                            \"column\": \"dt\",\n                            \"dateTimeElement\": \"YEAR\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [\n                            {\n                                \"column\": \"Year\",\n                                \"calendar\": true\n                            }\n                        ],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                },\n                \"dateGrain\": {\n                    \"dateTimeElement\": \"YEAR\",\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"847474400\",\n            \"id\": 847474400,\n            \"type\": \"kpi\",\n            \"created\": 1616525721,\n            \"badgeUpdated\": 1645560575000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"Shows how to abbreviate a summary number and custom format a number\",\n            \"title\": \"Number Formatting Examples\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"e235d762-5ff3-496f-ab5d-ce025cf15ed9\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 2127545811,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"dt\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_d51c0497-1148-4b62-81e0-d008489f57c2\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"column\": \"random_number\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_8d7db7a6-0ea3-4b87-badc-07727bcd4d2c\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_97ea8592-b51c-4c34-a871-7e63f29538ab\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"dt\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"MONTH\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"dt\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [\n                            {\n                                \"column\": \"dt\"\n                            },\n                            {\n                                \"column\": \"random_number\"\n                            }\n                        ],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"dt\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"MONTH\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"2127545811\",\n            \"id\": 2127545811,\n            \"type\": \"kpi\",\n            \"created\": 1616966751,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"\",\n            \"title\": \"Lag / Lead Window Function\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_xybubble\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"9fb6cb3e-ecd0-43d1-b75d-874a41860e84\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1935311499,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"formulaId\": \"calculation_24441b67-09ca-43a9-a537-f42423abbf02\",\n                                \"mapping\": \"XTIME\"\n                            },\n                            {\n                                \"column\": \"random_number\",\n                                \"aggregation\": \"SUM\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateGrain\": {\n                            \"column\": \"dt\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [\n                            {\n                                \"formulaId\": \"calculation_24441b67-09ca-43a9-a537-f42423abbf02\"\n                            }\n                        ],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1935311499\",\n            \"id\": 1935311499,\n            \"type\": \"kpi\",\n            \"created\": 1614263607,\n            \"badgeUpdated\": 1623843275000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"https://dojo.domo.com/discussion/comment/52569/#Comment_52569\",\n            \"title\": \"Scatter Plot with Jitter\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"a4ac31eb-94ec-441f-8e33-6631f10bb810\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 478382425,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"dt\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_e317dcbf-16ac-4872-821d-7f92397e4586\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_d6551db3-206e-4488-92aa-f60f0e8852f9\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_98cd9dec-bfc8-473b-a424-053f8193f79c\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_bf768f9f-2f32-4594-a447-5d3e53594ced\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_75dd0f12-84bd-4bb3-9db4-8c9f05dac014\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_7c52d816-14b3-488f-bff8-dcd8904c4852\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"dt\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"MONTH\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"dt\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"dt\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"MONTH\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"478382425\",\n            \"id\": 478382425,\n            \"type\": \"kpi\",\n            \"created\": 1616964388,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"https://dojo.domo.com/discussion/comment/49259/#Comment_49259\",\n            \"title\": \"Time Difference Formatting\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"38a1fe6a-708e-4836-b5e1-0537ef443125\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1601825647,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"dt\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_62d65c53-3e58-4f6c-8901-50bee9764ca1\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_a4fb5999-6d20-44e1-a5a7-f010fc0f6e53\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_d71bb845-398e-441c-87f9-d55b1fbae350\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"MONTH\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"MONTH\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"calculation_8b5597c7-c47b-4e2c-8b6b-b6ddbf0b850c\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1601825647\",\n            \"id\": 1601825647,\n            \"type\": \"kpi\",\n            \"created\": 1616965358,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"https://dojo.domo.com/discussion/comment/52736/#Comment_52736\",\n            \"title\": \"Start / End of Week or Month\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Formatting\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Formatting</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1004414734\",\n            \"id\": 1004414734,\n            \"type\": \"Text\",\n            \"created\": 1617759089,\n            \"badgeUpdated\": 1617759099000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 6, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_two_trendline\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"\",\n                \"currentMethod\": \"empty\",\n                \"historyId\": \"9e69e574-1524-4cd9-9b84-320da399caa6\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"dt\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"defaultDateGrain\": \"Day\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 2099798099,\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                        \"columns\": [\n                            {\n                                \"column\": \"Date\",\n                                \"calendar\": true,\n                                \"mapping\": \"ITEM\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_79dc7627-ef03-4f04-95c7-f23f0070db1a\",\n                                \"mapping\": \"SERIES\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_7662d609-87ea-45d5-a05d-d0705f3dfcf6\",\n                                \"mapping\": \"SERIES\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_2aa6084c-9423-4b23-a762-2e17a3f80aa9\",\n                                \"mapping\": \"SERIES\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateRangeFilter\": {\n                            \"column\": {\n                                \"column\": \"dt\",\n                                \"exprType\": \"COLUMN\"\n                            },\n                            \"dateTimeRange\": {\n                                \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                                \"interval\": \"YEAR\",\n                                \"offset\": 0,\n                                \"count\": 0\n                            }\n                        },\n                        \"dateGrain\": {\n                            \"column\": \"dt\",\n                            \"dateTimeElement\": \"DAY\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [\n                            {\n                                \"column\": \"Date\",\n                                \"calendar\": true\n                            },\n                            {\n                                \"column\": \"dt\"\n                            }\n                        ],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\",\n                    \"dateRangeFilter\": {\n                        \"column\": {\n                            \"column\": \"dt\",\n                            \"exprType\": \"COLUMN\"\n                        },\n                        \"dateTimeRange\": {\n                            \"dateTimeRangeType\": \"INTERVAL_OFFSET\",\n                            \"interval\": \"YEAR\",\n                            \"offset\": 0,\n                            \"count\": 0\n                        }\n                    }\n                },\n                \"dateGrain\": {\n                    \"dateTimeElement\": \"DAY\",\n                    \"columnName\": \"dt\",\n                    \"columnDataType\": \"DATE\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"ca6f4b8a-ad46-4ea7-be9f-39aca37b5b25\",\n                    \"dataSourceName\": \"Dates with Random Number\",\n                    \"displayType\": \"dataflow\",\n                    \"dataType\": \"DataFlow\",\n                    \"providerType\": \"dataflow\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1621993470400,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": null\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"2099798099\",\n            \"id\": 2099798099,\n            \"type\": \"kpi\",\n            \"created\": 1616966518,\n            \"badgeUpdated\": 1623843276000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"\",\n            \"title\": \"Running Totals\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Take me to:\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"header\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:32px\\\">Take me to:</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"195472848\",\n            \"id\": 195472848,\n            \"type\": \"Text\",\n            \"created\": 1618193889,\n            \"badgeUpdated\": 1618193903000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 11, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"NULL Values\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"header\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:32px\\\">NULL Values</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"736590287\",\n            \"id\": 736590287,\n            \"type\": \"Text\",\n            \"created\": 1618193199,\n            \"badgeUpdated\": 1618193219000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 11, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Business Days / Date Manipulation\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Business Days / Date Manipulation</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1904892197\",\n            \"id\": 1904892197,\n            \"type\": \"Text\",\n            \"created\": 1617758947,\n            \"badgeUpdated\": 1617759836000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 6, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"chartType\": \"badge_basic_table\",\n                \"chartVersion\": \"7\",\n                \"currentLabel\": \"Sum of Employee Number\",\n                \"historyId\": \"0b6f2846-21f8-4700-94fe-7e68a04f8ae2\",\n                \"allTime\": \"{\\\"groupName\\\":\\\"Other\\\",\\\"name\\\":\\\"DEFAULT\\\",\\\"type\\\":\\\"Other\\\",\\\"selected\\\":true,\\\"estimatedSeconds\\\":-1,\\\"dateLabel\\\":\\\"\\\",\\\"column\\\":\\\"Last Login\\\"}\",\n                \"calendar\": \"default\",\n                \"columnAliases\": \"{}\",\n                \"columnFormats\": \"{}\",\n                \"SummaryNumberFormat\": \"{\\\"type\\\":\\\"number\\\",\\\"format\\\":\\\"#A\\\"}\"\n            },\n            \"drillPathURNs\": [],\n            \"subscriptions\": [\n                {\n                    \"cardId\": 1709209622,\n                    \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                    \"dataSourceName\": \"DomoStats - People\",\n                    \"componentName\": \"big_number\",\n                    \"subscription\": {\n                        \"name\": \"big_number\",\n                        \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                        \"columns\": [\n                            {\n                                \"column\": \"User ID\",\n                                \"aggregation\": \"COUNT\",\n                                \"alias\": \"Users\",\n                                \"format\": {\n                                    \"type\": \"abbreviated\",\n                                    \"format\": \"0\"\n                                }\n                            }\n                        ],\n                        \"filters\": [],\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false,\n                        \"limit\": 1\n                    },\n                    \"displayType\": \"domostats\",\n                    \"dataType\": \"domostats\",\n                    \"providerType\": \"domostats\"\n                },\n                {\n                    \"cardId\": 1709209622,\n                    \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                    \"dataSourceName\": \"DomoStats - People\",\n                    \"componentName\": \"main\",\n                    \"subscription\": {\n                        \"name\": \"main\",\n                        \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                        \"columns\": [\n                            {\n                                \"column\": \"Display Name\",\n                                \"mapping\": \"VALUE\"\n                            },\n                            {\n                                \"formulaId\": \"calculation_15f4c13c-622f-4790-b1cb-1ec0078f8e89\",\n                                \"mapping\": \"VALUE\"\n                            }\n                        ],\n                        \"filters\": [],\n                        \"dateGrain\": {\n                            \"column\": \"Last Login\"\n                        },\n                        \"orderBy\": [],\n                        \"groupBy\": [],\n                        \"fiscal\": false,\n                        \"projection\": false,\n                        \"distinct\": false\n                    },\n                    \"displayType\": \"domostats\",\n                    \"dataType\": \"domostats\",\n                    \"providerType\": \"domostats\"\n                }\n            ],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"dateInfo\": {\n                \"dateRange\": {\n                    \"columnName\": \"Last Login\",\n                    \"columnDataType\": \"DATETIME\"\n                },\n                \"dateGrain\": {\n                    \"columnName\": \"Last Login\",\n                    \"columnDataType\": \"DATETIME\"\n                }\n            },\n            \"datasources\": [\n                {\n                    \"dataSourceId\": \"241025d7-3cca-4369-b7c0-b3264277c0e1\",\n                    \"dataSourceName\": \"DomoStats - People\",\n                    \"displayType\": \"domostats\",\n                    \"dataType\": \"domostats\",\n                    \"providerType\": \"domostats\",\n                    \"isSampleData\": false,\n                    \"lastUpdated\": 1655139306595,\n                    \"adc\": false,\n                    \"phase\": null,\n                    \"state\": \"SUCCESS\"\n                }\n            ],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"1709209622\",\n            \"id\": 1709209622,\n            \"type\": \"kpi\",\n            \"created\": 1600347413,\n            \"badgeUpdated\": 1623843275000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"description\": \"\",\n            \"title\": \"Image In Table Example\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        },\n        {\n            \"metadata\": {\n                \"markup\": \"{\\\"object\\\":\\\"value\\\",\\\"document\\\":{\\\"object\\\":\\\"document\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"block\\\",\\\"type\\\":\\\"p\\\",\\\"data\\\":{},\\\"nodes\\\":[{\\\"object\\\":\\\"text\\\",\\\"leaves\\\":[{\\\"object\\\":\\\"leaf\\\",\\\"text\\\":\\\"Beast Mode Manager\\\",\\\"marks\\\":[{\\\"object\\\":\\\"mark\\\",\\\"type\\\":\\\"h1\\\",\\\"data\\\":{}}]}]}]}]}}\",\n                \"textHtml\": \"<div style=\\\"white-space:pre-wrap\\\"><div><span style=\\\"font-size:24px\\\">Beast Mode Manager</span></div></div>\",\n                \"kpiType\": \"Text\",\n                \"dataFileIds\": \"[]\",\n                \"notebookVersion\": \"v3\"\n            },\n            \"drillPathURNs\": [],\n            \"owners\": [\n                {\n                    \"id\": \"55874022\",\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"slicers\": [],\n            \"datasources\": [],\n            \"certification\": {\n                \"state\": \"NOT_CERTIFIED\",\n                \"adminCertified\": false\n            },\n            \"urn\": \"391211586\",\n            \"id\": 391211586,\n            \"type\": \"Text\",\n            \"created\": 1618692455,\n            \"badgeUpdated\": 1618692466000,\n            \"creatorId\": 55874022,\n            \"ownerId\": 55874022,\n            \"title\": \"Grant Smith's Notebook Apr 17, 2021\",\n            \"active\": true,\n            \"allowTableDrill\": true,\n            \"locked\": false,\n            \"access\": true,\n            \"isCurrentUserOwner\": false\n        }\n    ],\n    \"collections\": [],\n    \"locked\": false,\n    \"pageLayoutV4\": {\n        \"layoutId\": 270300761,\n        \"pageUrn\": \"727624603\",\n        \"printFriendly\": true,\n        \"enabled\": true,\n        \"isDynamic\": false,\n        \"hasPageBreaks\": false,\n        \"content\": [\n            {\n                \"id\": 676,\n                \"type\": \"HEADER\",\n                \"contentKey\": 0,\n                \"text\": \"Beast Mode Examples\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": false,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 677,\n                \"type\": \"CARD\",\n                \"contentKey\": 1,\n                \"cardId\": 1904892197,\n                \"cardUrn\": \"1904892197\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"DISABLED\",\n                    \"config\": {\n                        \"openInNewWindow\": false,\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false\n                    }\n                }\n            },\n            {\n                \"id\": 678,\n                \"type\": \"CARD\",\n                \"contentKey\": 2,\n                \"cardId\": 1801667739,\n                \"cardUrn\": \"1801667739\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 679,\n                \"type\": \"CARD\",\n                \"contentKey\": 4,\n                \"cardId\": 1004414734,\n                \"cardUrn\": \"1004414734\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"DISABLED\",\n                    \"config\": {\n                        \"openInNewWindow\": false,\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false\n                    }\n                }\n            },\n            {\n                \"id\": 680,\n                \"type\": \"CARD\",\n                \"contentKey\": 5,\n                \"cardId\": 847474400,\n                \"cardUrn\": \"847474400\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 681,\n                \"type\": \"CARD\",\n                \"contentKey\": 6,\n                \"cardId\": 478382425,\n                \"cardUrn\": \"478382425\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 682,\n                \"type\": \"CARD\",\n                \"contentKey\": 7,\n                \"cardId\": 1709209622,\n                \"cardUrn\": \"1709209622\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 683,\n                \"type\": \"CARD\",\n                \"contentKey\": 8,\n                \"cardId\": 736590287,\n                \"cardUrn\": \"736590287\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"DISABLED\",\n                    \"config\": {\n                        \"openInNewWindow\": false,\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false\n                    }\n                }\n            },\n            {\n                \"id\": 684,\n                \"type\": \"CARD\",\n                \"contentKey\": 9,\n                \"cardId\": 88584542,\n                \"cardUrn\": \"88584542\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"DISABLED\",\n                    \"config\": {\n                        \"openInNewWindow\": false,\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false\n                    }\n                }\n            },\n            {\n                \"id\": 685,\n                \"type\": \"CARD\",\n                \"contentKey\": 11,\n                \"cardId\": 2127545811,\n                \"cardUrn\": \"2127545811\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 686,\n                \"type\": \"CARD\",\n                \"contentKey\": 12,\n                \"cardId\": 1981091156,\n                \"cardUrn\": \"1981091156\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"WEBLINK\",\n                    \"config\": {\n                        \"openInNewWindow\": true,\n                        \"displayName\": \"\",\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false,\n                        \"url\": \"https://domo-dojo.domo.com/datasources/b7998b45-ccb5-4183-830e-8c2bdd489fd0/details/data/table\"\n                    }\n                }\n            },\n            {\n                \"id\": 687,\n                \"type\": \"CARD\",\n                \"contentKey\": 14,\n                \"cardId\": 2099798099,\n                \"cardUrn\": \"2099798099\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 688,\n                \"type\": \"CARD\",\n                \"contentKey\": 15,\n                \"cardId\": 1413471239,\n                \"cardUrn\": \"1413471239\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 689,\n                \"type\": \"CARD\",\n                \"contentKey\": 16,\n                \"cardId\": 195472848,\n                \"cardUrn\": \"195472848\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 690,\n                \"type\": \"CARD\",\n                \"contentKey\": 17,\n                \"cardId\": 1601825647,\n                \"cardUrn\": \"1601825647\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"id\": 691,\n                \"type\": \"CARD\",\n                \"contentKey\": 18,\n                \"cardId\": 391211586,\n                \"cardUrn\": \"391211586\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"WEBLINK\",\n                    \"config\": {\n                        \"openInNewWindow\": true,\n                        \"displayName\": \"\",\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false,\n                        \"url\": \"https://domo-dojo.domo.com/datacenter/beastmode\"\n                    }\n                }\n            },\n            {\n                \"id\": 692,\n                \"type\": \"CARD\",\n                \"contentKey\": 21,\n                \"cardId\": 1931943776,\n                \"cardUrn\": \"1931943776\",\n                \"hideTitle\": true,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": true,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true,\n                \"interaction\": {\n                    \"type\": \"WEBLINK\",\n                    \"config\": {\n                        \"openInNewWindow\": true,\n                        \"displayName\": \"\",\n                        \"allowCardToCardInteractions\": false,\n                        \"selectedCardUrns\": [],\n                        \"selectIndividualCards\": false,\n                        \"url\": \"https://domo-dojo.domo.com/datasources/4b040c32-ad82-4c00-864e-5bc0c608b26f/details/data/table\"\n                    }\n                }\n            },\n            {\n                \"type\": \"HEADER\",\n                \"contentKey\": 23,\n                \"text\": \"Appendix\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": false,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": false,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"type\": \"CARD\",\n                \"contentKey\": 24,\n                \"cardId\": 1935311499,\n                \"cardUrn\": \"1935311499\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            },\n            {\n                \"type\": \"CARD\",\n                \"contentKey\": 25,\n                \"cardId\": 1305645388,\n                \"cardUrn\": \"1305645388\",\n                \"hideTitle\": false,\n                \"hideDescription\": true,\n                \"hideSummary\": false,\n                \"summaryNumberOnly\": false,\n                \"hideTimeframe\": false,\n                \"hideFooter\": true,\n                \"hideWrench\": false,\n                \"hideMargins\": false,\n                \"hasSummary\": true,\n                \"fitToFrame\": false,\n                \"hideBorder\": false,\n                \"acceptFilters\": true,\n                \"acceptDateFilter\": true,\n                \"acceptSegments\": true,\n                \"compactInteractionDefault\": true\n            }\n        ],\n        \"standard\": {\n            \"aspectRatio\": 1.67,\n            \"width\": 60,\n            \"type\": \"STANDARD\",\n            \"template\": [\n                {\n                    \"contentKey\": 0,\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 60,\n                    \"height\": 5,\n                    \"type\": \"HEADER\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 1,\n                    \"x\": 0,\n                    \"y\": 5,\n                    \"width\": 60,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 17,\n                    \"x\": 0,\n                    \"y\": 11,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 2,\n                    \"x\": 30,\n                    \"y\": 11,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 4,\n                    \"x\": 0,\n                    \"y\": 41,\n                    \"width\": 60,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 10,\n                    \"x\": 0,\n                    \"y\": 47,\n                    \"width\": 60,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 5,\n                    \"x\": 0,\n                    \"y\": 47,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 7,\n                    \"x\": 30,\n                    \"y\": 47,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 6,\n                    \"x\": 0,\n                    \"y\": 77,\n                    \"width\": 60,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 13,\n                    \"x\": 0,\n                    \"y\": 107,\n                    \"width\": 60,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 9,\n                    \"x\": 0,\n                    \"y\": 107,\n                    \"width\": 60,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 14,\n                    \"x\": 0,\n                    \"y\": 113,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 11,\n                    \"x\": 30,\n                    \"y\": 113,\n                    \"width\": 30,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 8,\n                    \"x\": 0,\n                    \"y\": 143,\n                    \"width\": 60,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 15,\n                    \"x\": 0,\n                    \"y\": 149,\n                    \"width\": 60,\n                    \"height\": 14,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 16,\n                    \"x\": 0,\n                    \"y\": 163,\n                    \"width\": 60,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 19,\n                    \"x\": 0,\n                    \"y\": 169,\n                    \"width\": 60,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 12,\n                    \"x\": 0,\n                    \"y\": 169,\n                    \"width\": 20,\n                    \"height\": 9,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 21,\n                    \"x\": 20,\n                    \"y\": 169,\n                    \"width\": 20,\n                    \"height\": 9,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 18,\n                    \"x\": 40,\n                    \"y\": 169,\n                    \"width\": 20,\n                    \"height\": 9,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 22,\n                    \"x\": 0,\n                    \"y\": 178,\n                    \"width\": 60,\n                    \"height\": 3,\n                    \"type\": \"SEPARATOR\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 23,\n                    \"x\": 0,\n                    \"y\": 181,\n                    \"width\": 60,\n                    \"height\": 5,\n                    \"type\": \"HEADER\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 24,\n                    \"x\": 0,\n                    \"y\": 186,\n                    \"width\": 15,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 25,\n                    \"x\": 15,\n                    \"y\": 186,\n                    \"width\": 15,\n                    \"height\": 30,\n                    \"type\": \"CARD\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                }\n            ]\n        },\n        \"compact\": {\n            \"aspectRatio\": 1,\n            \"width\": 12,\n            \"type\": \"COMPACT\",\n            \"template\": [\n                {\n                    \"contentKey\": 0,\n                    \"x\": 0,\n                    \"y\": 0,\n                    \"width\": 12,\n                    \"height\": 2,\n                    \"type\": \"HEADER\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 1,\n                    \"x\": 0,\n                    \"y\": 2,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 17,\n                    \"x\": 0,\n                    \"y\": 8,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 2,\n                    \"x\": 0,\n                    \"y\": 14,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 4,\n                    \"x\": 0,\n                    \"y\": 20,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 10,\n                    \"x\": 0,\n                    \"y\": 26,\n                    \"width\": 12,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 5,\n                    \"x\": 0,\n                    \"y\": 26,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 7,\n                    \"x\": 0,\n                    \"y\": 32,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 6,\n                    \"x\": 0,\n                    \"y\": 38,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 13,\n                    \"x\": 0,\n                    \"y\": 44,\n                    \"width\": 12,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 9,\n                    \"x\": 0,\n                    \"y\": 44,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 14,\n                    \"x\": 0,\n                    \"y\": 50,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 11,\n                    \"x\": 0,\n                    \"y\": 56,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 8,\n                    \"x\": 0,\n                    \"y\": 62,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 15,\n                    \"x\": 0,\n                    \"y\": 68,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 16,\n                    \"x\": 0,\n                    \"y\": 74,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 19,\n                    \"x\": 0,\n                    \"y\": 80,\n                    \"width\": 12,\n                    \"height\": 0,\n                    \"type\": \"PAGE_BREAK\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 12,\n                    \"x\": 0,\n                    \"y\": 80,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 18,\n                    \"x\": 0,\n                    \"y\": 86,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 21,\n                    \"x\": 0,\n                    \"y\": 92,\n                    \"width\": 12,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": false,\n                    \"virtualAppendix\": false\n                },\n                {\n                    \"contentKey\": 22,\n                    \"x\": 0,\n                    \"y\": 98,\n                    \"width\": 12,\n                    \"height\": 1,\n                    \"type\": \"SEPARATOR\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 23,\n                    \"x\": 0,\n                    \"y\": 99,\n                    \"width\": 12,\n                    \"height\": 2,\n                    \"type\": \"HEADER\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 24,\n                    \"x\": 0,\n                    \"y\": 101,\n                    \"width\": 6,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                },\n                {\n                    \"contentKey\": 25,\n                    \"x\": 6,\n                    \"y\": 101,\n                    \"width\": 6,\n                    \"height\": 6,\n                    \"type\": \"CARD\",\n                    \"virtual\": true,\n                    \"virtualAppendix\": true\n                }\n            ]\n        },\n        \"background\": null\n    },\n    \"isFavorite\": false,\n    \"pageAnalyzerSettings\": {\n        \"pageId\": 727624603,\n        \"interactionFilters\": false,\n        \"noAddingNewFilters\": false,\n        \"showFilterBar\": true,\n        \"showGlobalDateFilters\": true,\n        \"showSegments\": true,\n        \"showFilterIcons\": true\n    }\n}"}],"_postman_id":"5c9d7842-8ac5-47af-8dac-6e15a95d8d46"},{"name":"Get Pages - Admin Summary","id":"2da5e7c6-c948-4648-83a7-d4bf4a39d504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includeVirtual\": \"false\",\r\n    \"includePageTitleClause\": \"true\",\r\n    \"orderBy\": \"parentPageTitlePageTitle\",\r\n    \"pageTitleSearchText\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/pages/adminsummary","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","pages","adminsummary"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"166ef246-1005-4a77-b1d1-62a9aeed5af7","name":"Get Pages - Admin Summary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includeVirtual\": \"false\",\r\n    \"includePageTitleClause\": \"true\",\r\n    \"orderBy\": \"parentPageTitlePageTitle\",\r\n    \"pageTitleSearchText\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/content/v1/pages/adminsummary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 14 Jun 2022 13:39:05 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"pageAdminSummaries\": [\n        {\n            \"pageId\": 384424178,\n            \"pageTitle\": \"75th Percentile Test\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1898323170,\n            \"ownerName\": \"Creed Smith\",\n            \"owners\": [\n                {\n                    \"id\": 1898323170,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Creed Smith\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1634778463798,\n            \"cardCount\": 5\n        },\n        {\n            \"pageId\": 1435819614,\n            \"pageTitle\": \"AutoML\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1083995483,\n            \"ownerName\": \"JP Putegnat\",\n            \"owners\": [\n                {\n                    \"id\": 1083995483,\n                    \"type\": \"USER\",\n                    \"displayName\": \"JP Putegnat\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619023585541,\n            \"cardCount\": 6\n        },\n        {\n            \"pageId\": 1565454523,\n            \"pageTitle\": \"AutoML Sales Prediction Example\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 2144185095,\n            \"ownerName\": \"Ben Ainscough\",\n            \"owners\": [\n                {\n                    \"id\": 2144185095,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ben Ainscough\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1618980093993,\n            \"cardCount\": 5\n        },\n        {\n            \"pageId\": 1240435664,\n            \"pageTitle\": \"Beta\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1588957065000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 1040607753,\n            \"pageTitle\": \"Campaigns\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345737456,\n            \"ownerName\": \"Aditya Jain\",\n            \"owners\": [\n                {\n                    \"id\": 1345737456,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Aditya Jain\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1622138538000,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 223314004,\n            \"pageTitle\": \"Copy of Crypto Use-Case\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 86093101,\n            \"ownerName\": \"Michel Wieczorkiewicz\",\n            \"owners\": [\n                {\n                    \"id\": 86093101,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Michel Wieczorkiewicz\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1620630950182,\n            \"cardCount\": 19\n        },\n        {\n            \"pageId\": 155942344,\n            \"pageTitle\": \"Copy of Data Stories\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1251168784,\n            \"ownerName\": \"Andre Wieczorkiewicz\",\n            \"owners\": [\n                {\n                    \"id\": 1251168784,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Andre Wieczorkiewicz\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1620394094601,\n            \"cardCount\": 18\n        },\n        {\n            \"pageId\": 561548862,\n            \"pageTitle\": \"Copy of New Feature Releases\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1617734489520,\n            \"cardCount\": 24\n        },\n        {\n            \"pageId\": 790951325,\n            \"pageTitle\": \"Coronavirus (COVID-19) Dashboard\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1594224755000,\n            \"cardCount\": 54\n        },\n        {\n            \"pageId\": 11555470,\n            \"pageTitle\": \"Contiguous United States Detail (Alexis)\",\n            \"parentPageId\": 790951325,\n            \"parentPageTitle\": \"Coronavirus (COVID-19) Dashboard\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1594755936132,\n            \"cardCount\": 15\n        },\n        {\n            \"pageId\": 756869253,\n            \"pageTitle\": \"Coronavirus (Alexis)\",\n            \"parentPageId\": 790951325,\n            \"parentPageTitle\": \"Coronavirus (COVID-19) Dashboard\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1617729874182,\n            \"cardCount\": 33\n        },\n        {\n            \"pageId\": 1289295627,\n            \"pageTitle\": \"Dataset Schemas\",\n            \"parentPageId\": 790951325,\n            \"parentPageTitle\": \"Coronavirus (COVID-19) Dashboard\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1594307751392,\n            \"cardCount\": 11\n        },\n        {\n            \"pageId\": 2079289001,\n            \"pageTitle\": \"QC and Dev\",\n            \"parentPageId\": 790951325,\n            \"parentPageTitle\": \"Coronavirus (COVID-19) Dashboard\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1594654292779,\n            \"cardCount\": 10\n        },\n        {\n            \"pageId\": 400620119,\n            \"pageTitle\": \"Data Science Workshop\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1504505648,\n            \"ownerName\": \"Ken Lorenz\",\n            \"owners\": [\n                {\n                    \"id\": 1504505648,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Lorenz\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1624033630884,\n            \"cardCount\": 5\n        },\n        {\n            \"pageId\": 90757496,\n            \"pageTitle\": \"Data Profiling\",\n            \"parentPageId\": 400620119,\n            \"parentPageTitle\": \"Data Science Workshop\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1504505648,\n            \"ownerName\": \"Ken Lorenz\",\n            \"owners\": [\n                {\n                    \"id\": 1504505648,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Lorenz\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1618511769278,\n            \"cardCount\": 3\n        },\n        {\n            \"pageId\": 1227575631,\n            \"pageTitle\": \"Data Validation Using Alerts\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 307632801,\n            \"ownerName\": \"Dan Brinton\",\n            \"owners\": [\n                {\n                    \"id\": 307632801,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Dan Brinton\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1654897347000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 1878883028,\n            \"pageTitle\": \"DDX What If\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 55874022,\n            \"ownerName\": \"Grant Smith\",\n            \"owners\": [\n                {\n                    \"id\": 55874022,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1652985473990,\n            \"cardCount\": 2\n        },\n        {\n            \"pageId\": 1761849366,\n            \"pageTitle\": \"delete me\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1631900656760,\n            \"cardCount\": 2\n        },\n        {\n            \"pageId\": 423813863,\n            \"pageTitle\": \"delete_prod me\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1631900717954,\n            \"cardCount\": 2\n        },\n        {\n            \"pageId\": 545237196,\n            \"pageTitle\": \"Demo Apps\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 826020125,\n            \"ownerName\": \"Ritwik\",\n            \"owners\": [\n                {\n                    \"id\": 826020125,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ritwik\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619168876088,\n            \"cardCount\": 3\n        },\n        {\n            \"pageId\": 1239400587,\n            \"pageTitle\": \"DEV\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1631900247000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 1267639476,\n            \"pageTitle\": \"Dojo Solutions\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1588957006000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 608900314,\n            \"pageTitle\": \"Analyzer\",\n            \"parentPageId\": 1267639476,\n            \"parentPageTitle\": \"Dojo Solutions\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1588957016000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 1759878295,\n            \"pageTitle\": \"Beast Modes\",\n            \"parentPageId\": 1267639476,\n            \"parentPageTitle\": \"Dojo Solutions\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1588957012000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 951949615,\n            \"pageTitle\": \"Data\",\n            \"parentPageId\": 1267639476,\n            \"parentPageTitle\": \"Dojo Solutions\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1588957019000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 717329130,\n            \"pageTitle\": \"CLI\",\n            \"parentPageId\": 531423275,\n            \"parentPageTitle\": \"Domo APIs\",\n            \"topPageId\": 109096720,\n            \"topPageTitle\": \"Domo IDEA Exchange\",\n            \"ownerId\": 1158827447,\n            \"ownerName\": \"Ken Boyer\",\n            \"owners\": [\n                {\n                    \"id\": 1158827447,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Boyer\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619053593323,\n            \"cardCount\": 6\n        },\n        {\n            \"pageId\": 1973375319,\n            \"pageTitle\": \"Developer Portal\",\n            \"parentPageId\": 531423275,\n            \"parentPageTitle\": \"Domo APIs\",\n            \"topPageId\": 109096720,\n            \"topPageTitle\": \"Domo IDEA Exchange\",\n            \"ownerId\": 1158827447,\n            \"ownerName\": \"Ken Boyer\",\n            \"owners\": [\n                {\n                    \"id\": 1158827447,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Boyer\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619012411338,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 1222214176,\n            \"pageTitle\": \"SDKs\",\n            \"parentPageId\": 531423275,\n            \"parentPageTitle\": \"Domo APIs\",\n            \"topPageId\": 109096720,\n            \"topPageTitle\": \"Domo IDEA Exchange\",\n            \"ownerId\": 1158827447,\n            \"ownerName\": \"Ken Boyer\",\n            \"owners\": [\n                {\n                    \"id\": 1158827447,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Boyer\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619018517409,\n            \"cardCount\": 6\n        },\n        {\n            \"pageId\": 109096720,\n            \"pageTitle\": \"Domo IDEA Exchange\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1619171270943,\n            \"cardCount\": 4\n        },\n        {\n            \"pageId\": 727624603,\n            \"pageTitle\": \"Beast Modes\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": null,\n            \"ownerName\": null,\n            \"owners\": [\n                {\n                    \"id\": 55874022,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1618692483764,\n            \"cardCount\": 18\n        },\n        {\n            \"pageId\": 1533239291,\n            \"pageTitle\": \"Crypto Use-Case\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619169620000,\n            \"cardCount\": 19\n        },\n        {\n            \"pageId\": 989969396,\n            \"pageTitle\": \"Custom Apps\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1095515127,\n            \"ownerName\": \"Andrew Chaffin\",\n            \"owners\": [\n                {\n                    \"id\": 1095515127,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Andrew Chaffin\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619188653306,\n            \"cardCount\": 10\n        },\n        {\n            \"pageId\": 52816148,\n            \"pageTitle\": \"Data Stories\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 351874351,\n            \"ownerName\": \"Marc-Anton Clavel\",\n            \"owners\": [\n                {\n                    \"id\": 351874351,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Marc-Anton Clavel\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619016577126,\n            \"cardCount\": 18\n        },\n        {\n            \"pageId\": 531423275,\n            \"pageTitle\": \"Domo APIs\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1158827447,\n            \"ownerName\": \"Ken Boyer\",\n            \"owners\": [\n                {\n                    \"id\": 1158827447,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Ken Boyer\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619013932765,\n            \"cardCount\": 5\n        },\n        {\n            \"pageId\": 1386300631,\n            \"pageTitle\": \"Forecasting / Inline Editor App\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619168256142,\n            \"cardCount\": 3\n        },\n        {\n            \"pageId\": 225044251,\n            \"pageTitle\": \"Text Analytics\",\n            \"parentPageId\": 109096720,\n            \"parentPageTitle\": \"Domo IDEA Exchange\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619168621534,\n            \"cardCount\": 13\n        },\n        {\n            \"pageId\": 965980384,\n            \"pageTitle\": \"Domo Knowledge and Reference Materials\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1593700715000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 1374472120,\n            \"pageTitle\": \"Auto PDP?\",\n            \"parentPageId\": 965980384,\n            \"parentPageTitle\": \"Domo Knowledge and Reference Materials\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1594921342405,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 1566221928,\n            \"pageTitle\": \"Domo Specs and Standards\",\n            \"parentPageId\": 965980384,\n            \"parentPageTitle\": \"Domo Knowledge and Reference Materials\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1593700756998,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 1383443237,\n            \"pageTitle\": \"Magic ETL Tiles\",\n            \"parentPageId\": 965980384,\n            \"parentPageTitle\": \"Domo Knowledge and Reference Materials\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1593700929085,\n            \"cardCount\": 4\n        },\n        {\n            \"pageId\": 1416746303,\n            \"pageTitle\": \"Workbench Monitoring\",\n            \"parentPageId\": 965980384,\n            \"parentPageTitle\": \"Domo Knowledge and Reference Materials\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1596482762747,\n            \"cardCount\": 2\n        },\n        {\n            \"pageId\": 991825150,\n            \"pageTitle\": \"Domo MetaData\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1590171306448,\n            \"cardCount\": 4\n        },\n        {\n            \"pageId\": 332686339,\n            \"pageTitle\": \"Instance Objects\",\n            \"parentPageId\": 991825150,\n            \"parentPageTitle\": \"Domo MetaData\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1606145965096,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 1050465610,\n            \"pageTitle\": \"MetaData Table Info and QA\",\n            \"parentPageId\": 991825150,\n            \"parentPageTitle\": \"Domo MetaData\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345408759,\n            \"ownerName\": \"Alexis Lorenz (DataMaven)\",\n            \"owners\": [\n                {\n                    \"id\": 1345408759,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Alexis Lorenz (DataMaven)\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1590171147000,\n            \"cardCount\": null\n        },\n        {\n            \"pageId\": 2139737411,\n            \"pageTitle\": \"Domopalooza 2022\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 55874022,\n            \"ownerName\": \"Grant Smith\",\n            \"owners\": [\n                {\n                    \"id\": 55874022,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Grant Smith\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1641615913141,\n            \"cardCount\": 7\n        },\n        {\n            \"pageId\": 1845973736,\n            \"pageTitle\": \"DomoStats Activity Log\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 587894148,\n            \"ownerName\": \"Bryan Van Kampen\",\n            \"owners\": [\n                {\n                    \"id\": 587894148,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Bryan Van Kampen\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1616606524622,\n            \"cardCount\": 31\n        },\n        {\n            \"pageId\": 1018018941,\n            \"pageTitle\": \"How Should we manage this monster?\",\n            \"parentPageId\": 1845973736,\n            \"parentPageTitle\": \"DomoStats Activity Log\",\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1893952720,\n            \"ownerName\": \"Jae Wilson\",\n            \"owners\": [\n                {\n                    \"id\": 1893952720,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Jae Wilson\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1588961260691,\n            \"cardCount\": 2\n        },\n        {\n            \"pageId\": 737881334,\n            \"pageTitle\": \"Dynamic Governance: Example Dashboard\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 178731478,\n            \"ownerName\": \"Carlos Kemeny\",\n            \"owners\": [\n                {\n                    \"id\": 178731478,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Carlos Kemeny\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1644385151408,\n            \"cardCount\": 6\n        },\n        {\n            \"pageId\": 465954796,\n            \"pageTitle\": \"Estimate Price Change\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1345737456,\n            \"ownerName\": \"Aditya Jain\",\n            \"owners\": [\n                {\n                    \"id\": 1345737456,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Aditya Jain\"\n                }\n            ],\n            \"locked\": true,\n            \"lastModified\": 1650133077110,\n            \"cardCount\": 1\n        },\n        {\n            \"pageId\": 829936442,\n            \"pageTitle\": \"Filter Tree App\",\n            \"parentPageId\": null,\n            \"parentPageTitle\": null,\n            \"topPageId\": null,\n            \"topPageTitle\": null,\n            \"ownerId\": 1095515127,\n            \"ownerName\": \"Andrew Chaffin\",\n            \"owners\": [\n                {\n                    \"id\": 1095515127,\n                    \"type\": \"USER\",\n                    \"displayName\": \"Andrew Chaffin\"\n                }\n            ],\n            \"locked\": false,\n            \"lastModified\": 1619623639000,\n            \"cardCount\": 5\n        }\n    ],\n    \"totalPageCount\": 104,\n    \"nextOffset\": 50\n}"}],"_postman_id":"2da5e7c6-c948-4648-83a7-d4bf4a39d504"},{"name":"Share Page","id":"144dc0d5-d7b3-4b2d-828c-470ccec0dce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resources\": [\r\n        {\r\n            \"type\": \"page\",\r\n            \"id\": 575932570\r\n        }\r\n    ],\r\n    \"recipients\": [\r\n        {\r\n            \"type\": \"group\",\r\n            \"id\": \"{{group_id}}\"\r\n        }\r\n    ],\r\n    \"message\": \"I thought you might find this page interesting.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v1/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","share"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[],"_postman_id":"144dc0d5-d7b3-4b2d-828c-470ccec0dce6"},{"name":"Page Access List","id":"8b238a12-7ac6-4632-8c4e-1a57ada3a223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v1/share/accesslist/page/{{page_id}}?expandUsers=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","share","accesslist","page","{{page_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"expandUsers","value":"false"}],"variable":[]}},"response":[],"_postman_id":"8b238a12-7ac6-4632-8c4e-1a57ada3a223"}],"id":"f7021e0e-e02f-4a31-8f87-2a81f58db30d","_postman_id":"f7021e0e-e02f-4a31-8f87-2a81f58db30d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"PDP","item":[{"name":"Get PDP Groups","id":"27013740-bfaa-4ef2-a9fd-4d7fc0f695c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"http://https://{{instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups/?options=load_associations,load_filters,include_open_policy","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get PDP Groups by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets -&gt; PDP</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934614-Creating-and-Deleting-PDP-Policies\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>PDP Group with all properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"http","path":["api","query","v1","data-control","{{dataset_id}}","filter-groups",""],"host":["https://{{instance}}.domo.com"],"query":[{"key":"options","value":"load_associations,load_filters,include_open_policy"}],"variable":[]}},"response":[{"id":"c6779315-82e1-4620-868e-0ed4e06fa586","name":"Get PDP Groups","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","description":"create by sending Full Authentication request","type":"text"}],"url":"http://{{domo_instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 19:36:45 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Test_DO NOT DELETE\",\n        \"filterGroupId\": 593,\n        \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n        \"type\": \"user\",\n        \"groupIds\": [\n            1324037627\n        ],\n        \"dataSourcePermissions\": false,\n        \"resources\": {\n            \"GROUP\": [\n                \"1324037627\"\n            ]\n        },\n        \"parameters\": [\n            {\n                \"name\": \"Action\",\n                \"value\": \"ACCOUNT_LOCKED\",\n                \"values\": [\n                    \"ACCOUNT_LOCKED\"\n                ],\n                \"type\": \"COLUMN\",\n                \"operator\": \"EQUALS\",\n                \"not\": false,\n                \"ignoreCase\": false\n            }\n        ]\n    }\n]"}],"_postman_id":"27013740-bfaa-4ef2-a9fd-4d7fc0f695c6"},{"name":"Create PDP Group","id":"6d40adb1-63b0-499e-b16f-52ea34c9a693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Policy_trusted_attribute\",\r\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [\r\n        \"1324037627\"\r\n    ],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"DYNAMIC\",\r\n            \"name\": \"Email\",\r\n            \"values\": [\r\n                \"domo.policy.managed_user_department\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Create PDP Groups for specified dataset id. Policy parameters are specified in the body</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets -&gt; PDP</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934614-Creating-and-Deleting-PDP-Policies\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n<li>Body (please refer to example)</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Creation of PDP Group with all properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","data-control","{{dataset_id}}","filter-groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"6648eba5-a8cd-4ac7-b7f1-bfed5f4e6039","name":"Create PDP Group","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Policy_trusted_attribute\",\r\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [\r\n        \"1324037627\"\r\n    ],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"DYNAMIC\",\r\n            \"name\": \"Email\",\r\n            \"values\": [\r\n                \"domo.policy.managed_user_department\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:17:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Policy_trusted_attribute\",\n    \"filterGroupId\": 595,\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"policySetId\": 474,\n    \"groupIds\": [\n        1324037627\n    ],\n    \"dataSourcePermissions\": false,\n    \"parameters\": [\n        {\n            \"name\": \"Email\",\n            \"value\": \"domo.policy.managed_user_department\",\n            \"values\": [\n                \"domo.policy.managed_user_department\"\n            ],\n            \"type\": \"DYNAMIC\",\n            \"operator\": \"EQUALS\",\n            \"not\": false,\n            \"ignoreCase\": false\n        }\n    ]\n}"}],"_postman_id":"6d40adb1-63b0-499e-b16f-52ea34c9a693"},{"name":"Alter PDP Group","id":"b4fc4a50-aabe-4706-9cbb-eecf87821a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Simple Filter\",\r\n    \"filterGroupId\": 593,\r\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [\r\n        1324037627\r\n    ],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Action\",\r\n            \"values\": [\r\n                \"ACCOUNT_LOCKED\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        },\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Department\",\r\n            \"values\": [\r\n                \"Crystal Ballers\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups/{{filter_group_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Update PDP Groups for specified dataset id and for specified policy-group-id. Policy parameters are specified in the body</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets -&gt; PDP</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934614-Creating-and-Deleting-PDP-Policies\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n<li>Filter-group-id</li>\n<li>Body (please refer to example)</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Update of PDP Group with all properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","data-control","{{dataset_id}}","filter-groups","{{filter_group_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"15c41bde-75b7-47df-b76f-11ad1ae9c30f","name":"Alter Policy - Begins With","originalRequest":{"method":"PUT","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Policy_Column_Begins_With\",\r\n    \"filterGroupId\": 594,\r\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [\r\n        1324037627\r\n    ],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Email\",\r\n            \"values\": [\r\n                \"801\"\r\n            ],\r\n            \"operator\": \"BEGINS_WITH\",\r\n            \"ignoreCase\": false\r\n        },\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Email\",\r\n            \"values\": [\r\n                \"702\"\r\n            ],\r\n            \"operator\": \"BEGINS_WITH\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups/{{filter_group_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:28:54 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Policy_Column_Begins_With\",\n    \"filterGroupId\": 593,\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"groupIds\": [\n        1324037627\n    ],\n    \"dataSourcePermissions\": false,\n    \"parameters\": [\n        {\n            \"name\": \"Email\",\n            \"value\": \"801\",\n            \"values\": [\n                \"801\"\n            ],\n            \"type\": \"COLUMN\",\n            \"operator\": \"BEGINS_WITH\",\n            \"not\": false,\n            \"ignoreCase\": false\n        },\n        {\n            \"name\": \"Email\",\n            \"value\": \"702\",\n            \"values\": [\n                \"702\"\n            ],\n            \"type\": \"COLUMN\",\n            \"operator\": \"BEGINS_WITH\",\n            \"not\": false,\n            \"ignoreCase\": false\n        }\n    ]\n}"},{"id":"5dbc4909-af51-4c32-8da7-dc8a30042904","name":"Alter Policy - Simple Filter","originalRequest":{"method":"PUT","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"},{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Simple Filter\",\r\n    \"filterGroupId\": 593,\r\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [\r\n        1324037627\r\n    ],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Action\",\r\n            \"values\": [\r\n                \"ACCOUNT_LOCKED\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        },\r\n        {\r\n            \"type\": \"COLUMN\",\r\n            \"name\": \"Department\",\r\n            \"values\": [\r\n                \"Crystal Ballers\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/query/v1/data-control/{{dataset_id}}/filter-groups/{{filter_group_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 20:30:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Simple Filter\",\n    \"filterGroupId\": 593,\n    \"dataSourceId\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"groupIds\": [\n        1324037627\n    ],\n    \"dataSourcePermissions\": false,\n    \"parameters\": [\n        {\n            \"name\": \"Action\",\n            \"value\": \"ACCOUNT_LOCKED\",\n            \"values\": [\n                \"ACCOUNT_LOCKED\"\n            ],\n            \"type\": \"COLUMN\",\n            \"operator\": \"EQUALS\",\n            \"not\": false,\n            \"ignoreCase\": false\n        },\n        {\n            \"name\": \"Department\",\n            \"value\": \"Crystal Ballers\",\n            \"values\": [\n                \"Crystal Ballers\"\n            ],\n            \"type\": \"COLUMN\",\n            \"operator\": \"EQUALS\",\n            \"not\": false,\n            \"ignoreCase\": false\n        }\n    ]\n}"}],"_postman_id":"b4fc4a50-aabe-4706-9cbb-eecf87821a60"}],"id":"9411e837-2ca6-45d0-89d5-e551fce7eb54","description":"<p>PDP Policies can be set for multiple filter types (simple, calculated and trusted attributes), see the Alter Policy documentation for multiple examples</p>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/sections/360007334593-Personalized-Data-Permissions-PDP-\">Domo KB Article</a></p>\n","_postman_id":"9411e837-2ca6-45d0-89d5-e551fce7eb54","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Publish","item":[{"name":"GET all Publish Jobs","id":"cc8786e3-320f-4c25-be95-2ee382e85a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/publish/v2/publication","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get all publish jobs from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array wth publish jobs</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","publication"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc8786e3-320f-4c25-be95-2ee382e85a18"},{"name":"GET Publish Jobs Summary","id":"4bddaaf1-dcf9-4250-8109-8308474538fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/publish/v2/publication/summaries?limit=40&offset=0&searchTerm=","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","publish","v2","publication","summaries"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"limit","value":"40"},{"key":"offset","value":"0"},{"key":"searchTerm","value":""}],"variable":[]}},"response":[],"_postman_id":"4bddaaf1-dcf9-4250-8109-8308474538fb"},{"name":"GET Publish Job by ID","id":"bb8b3739-1f20-4bea-bca1-ee5882180f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/publish/v2/publication/{{publish_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Search for publish job by ID</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>Job ID</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Publish Job with all properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","publication","{{publish_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"e64d6e1d-7371-4bac-b433-cc4a76e5d7f1","name":"Search a Publish Job","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/publish/v2/publication/{{publish_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 21:53:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"\",\n    \"name\": \"haleua test of form viewer\",\n    \"customer_id\": \"\",\n    \"created\": 1651701184880,\n    \"content\": {\n        \"id\": \"917a9757-632e-4361-97c7-8cbb4c080a65\",\n        \"domain\": \"\",\n        \"customerId\": \"\",\n        \"userId\": \"Fake User Id\",\n        \"type\": \"UNDEFINED\",\n        \"updated\": 1651701184880,\n        \"hash\": \"\"\n    },\n    \"description\": \"share form viewer instead of builder\",\n    \"children\": [\n        {\n            \"id\": \"23b63afb-47e7-44ed-a31e-f2605d1af766\",\n            \"customer_id\": \"\",\n            \"created\": 1651701184879,\n            \"content\": {\n                \"id\": \"43433b62-e67c-47be-ac59-6be9ce0cec88\",\n                \"domain\": \"\",\n                \"customerId\": \"\",\n                \"userId\": \"Fake User Id\",\n                \"domoObjectId\": \"955478113\",\n                \"type\": \"PAGE\",\n                \"updated\": 1651701184879,\n                \"hash\": \"\"\n            },\n            \"children\": [],\n            \"subscription_authorizations\": [],\n            \"subscribers\": [],\n            \"useDirectContent\": true,\n            \"type\": \"CONTENT\",\n            \"isV2\": true,\n            \"hasDuplicate\": false,\n            \"isBackup\": false,\n            \"childIds\": []\n        }\n    ],\n    \"subscription_authorizations\": [\n        {\n            \"id\": \"\",\n            \"domain\": \"\",\n            \"created\": 1623382254328,\n            \"publicationId\": \"\"\n        }\n    ],\n    \"subscribers\": [],\n    \"useDirectContent\": true,\n    \"type\": \"CONTENT\",\n    \"isV2\": true,\n    \"hasDuplicate\": false,\n    \"isBackup\": false,\n    \"childIds\": []\n}"}],"_postman_id":"bb8b3739-1f20-4bea-bca1-ee5882180f1f"},{"name":"Get Virtual Users","id":"0bc00d13-110e-4734-b06a-45ef90a79f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domains\": [\r\n        \"https://{{instance}}.domo.com\",\r\n        \"{{domo_subscriber_instance}}.domo.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/publish/v2/proxy_user/domain/","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","proxy_user","domain",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"0a0a775f-8802-483f-9dfb-214c6e8e5ea7","name":"Get Virtual Users","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"domains\": [\r\n        \"{{domo_instance}}.domo.com\",\r\n        \"{{domo_subscriber_instance}}.domo.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/publish/v2/proxy_user/domain/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 21:25:17 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"32eafd19-601c-4291-8744-d5d32c502fc2\",\n        \"publisherDomain\": \"\",\n        \"customerId\": \"\",\n        \"subscriberCustomerId\": null,\n        \"subscriberDomain\": \"\",\n        \"virtualUserId\": \"fc:33c3a3a5-1432-45a7-b2e7-a0897c0ba331\",\n        \"tenantId\": null,\n        \"created\": 1600463895000\n    }\n]"}],"_postman_id":"0bc00d13-110e-4734-b06a-45ef90a79f67"},{"name":"Get Publish Status","id":"5e515d7a-691c-41b1-a3b3-cef67cc3ed19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/publish/v2/publication/status","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get status of Publish feature</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Status of publish feature</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","publication","status"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"ee91978f-bc5c-4c34-8424-0a7310572e0f","name":"Get Publish Status","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/publish/v2/publication/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 04 May 2022 21:46:24 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"READY\"\n}"}],"_postman_id":"5e515d7a-691c-41b1-a3b3-cef67cc3ed19"},{"name":"Create a Publish Job","id":"7fef2e3b-4e00-405b-b08e-a60ea1dcd588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"2fb8a8cc-6800-4f4a-8866-c2663cf52c0d\",\n    \"name\": \"TST_Oleksii\",\n    \"description\": \"dd\",\n    \"domain\": \"playstation-beta.domo.com\",\n    \"content\": [\n        {\n            \"domain\": \"playstation-beta.domo.com\",\n            \"domoObjectId\": \"de8deeda-99cb-4d9c-be6a-d67c81c24e15\",\n            \"customerId\": \"playstation-beta.domo.com\",\n            \"type\": \"DATASET\"\n        }\n    ],\n    \"subscriberDomain\": [\n        \"playstation-training-sandbox.domo.com\"\n    ],\n    \"new\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/publish/v2/publication/","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Create a Publish job</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","publication",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"c980946d-a5ff-4370-ab5d-964a0bfd6bb2","name":"Create a Publish Job","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"2fb8a8cc-6800-4f4a-8866-c2663cf52c0d\",\n    \"name\": \"TST_Oleksii\",\n    \"description\": \"dd\",\n    \"domain\": \"playstation-beta.domo.com\",\n    \"content\": [\n        {\n            \"domain\": \"playstation-beta.domo.com\",\n            \"domoObjectId\": \"de8deeda-99cb-4d9c-be6a-d67c81c24e15\",\n            \"customerId\": \"playstation-beta.domo.com\",\n            \"type\": \"DATASET\"\n        }\n    ],\n    \"subscriberDomain\": [\n        \"playstation-training-sandbox.domo.com\"\n    ],\n    \"new\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/publish/v2/publication/"},"status":"Accepted","code":202,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 23 Nov 2022 20:26:28 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7fef2e3b-4e00-405b-b08e-a60ea1dcd588"},{"name":"GET Subscriptions","id":"e2a23754-3159-412b-b9ca-1fe12df806b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/publish/v2/subscription/summaries","description":"<p>Retrieve a list of instances you are subscribed to.</p>\n<p>Can be Seen in:</p>\n<p>https://{{domo_instance}}.domo.com/admin/domo-everywhere/subscriptions</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","subscription","summaries"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2a23754-3159-412b-b9ca-1fe12df806b5"},{"name":"GET Subscriptions Copy","id":"e0a494e6-bd53-4673-a608-bc19a1552925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/publish/v2/subscription/summaries","description":"<p>Retrieve a list of instances you are subscribed to.</p>\n<p>Can be Seen in:</p>\n<p>https://{{domo_instance}}.domo.com/admin/domo-everywhere/subscriptions</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","subscription","summaries"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0a494e6-bd53-4673-a608-bc19a1552925"},{"name":"Get Subscription Invitations","id":"41aeea57-89bc-461c-9e84-5b11ed657eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/publish/v2/subscription/invites","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get all jobs waiting to be accepted from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array wth subsctiptions jobs</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","subscription","invites"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"e7680457-fb87-4e1a-9133-84bd1eb18ec7","name":"Get Sub list example","originalRequest":{"method":"GET","header":[],"url":"https://{{domo_instance}}.domo.com/api/publish/v2/subscription/invites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 17 May 2022 00:02:55 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"subscriptionId\": null,\n        \"publisherDomain\": \"datamavenllc-io.domo.com\",\n        \"publicationSummary\": {\n            \"id\": \"0f576510-f489-49a5-a2d0-d416221934ca\",\n            \"name\": \"MetaData Test\",\n            \"description\": null,\n            \"dataSets\": 8,\n            \"pages\": 3,\n            \"cards\": 42,\n            \"subscribers\": null,\n            \"isV2\": true,\n            \"hasDuplicate\": false,\n            \"refreshing\": false,\n            \"executionType\": null,\n            \"executionStatusDescription\": null,\n            \"executionEstimatedCompletionTime\": null,\n            \"executionStartTime\": null,\n            \"executionEndTime\": null\n        },\n        \"status\": \"READY\"\n    },\n    {\n        \"subscriptionId\": null,\n        \"publisherDomain\": \"datamavenllc-io.domo.com\",\n        \"publicationSummary\": {\n            \"id\": \"6c0c8f80-5eda-4eef-8267-6875ccd596fb\",\n            \"name\": \"Hoosac\",\n            \"description\": null,\n            \"dataSets\": 3,\n            \"pages\": 3,\n            \"cards\": 5,\n            \"subscribers\": null,\n            \"isV2\": true,\n            \"hasDuplicate\": false,\n            \"refreshing\": false,\n            \"executionType\": null,\n            \"executionStatusDescription\": null,\n            \"executionEstimatedCompletionTime\": null,\n            \"executionStartTime\": null,\n            \"executionEndTime\": null\n        },\n        \"status\": \"READY\"\n    }\n]"}],"_postman_id":"41aeea57-89bc-461c-9e84-5b11ed657eef"},{"name":"Delete Publish Job","id":"e0b86a65-e01d-4639-8e09-29573b905d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://https://{{instance}}.domo.com/api/publish/v2/subscription/{{subscription_id}}?isOldSub=false","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Delete a Publish job</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","publish","v2","subscription","{{subscription_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"isOldSub","value":"false"}],"variable":[]}},"response":[],"_postman_id":"e0b86a65-e01d-4639-8e09-29573b905d4c"},{"name":"Post Accept Subscription Invitation","id":"6ad8b9b4-9825-4e7e-80b9-782ada0ea439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/publish/v2/subscription/{{subscription_id}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Accepts all jobs waiting to be accepted from Domo instance</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin -&gt; Domo everywhere -&gt; Publish</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/4403486465687-Domo-Everywhere-Launch-Page#4.\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array wth subsctiptions jobs</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","subscription","{{subscription_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ad8b9b4-9825-4e7e-80b9-782ada0ea439"},{"name":"Get Publish Job Associations (Subscriber Content)","id":"2e02c2f4-4e1d-47be-b2c5-bc0ab4d0c0f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"url":"https://https://{{instance}}.domo.com/api/publish/v2/associations/{{publish_id}}/subscribers/{{subscriber_domain}}","description":"<p>subscriber_domain must be full domain 'customer.domo.com'</p>\n<p>will only return content from within he same region</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","publish","v2","associations","{{publish_id}}","subscribers","{{subscriber_domain}}"],"host":["https://{{instance}}.domo.com"],"query":[{"disabled":true,"key":"x-domo-authentication","value":"{{session_token}}"}],"variable":[]}},"response":[],"_postman_id":"2e02c2f4-4e1d-47be-b2c5-bc0ab4d0c0f2"},{"name":"Targeted Refresh","id":"e37a8101-2a9f-4c17-9a87-76fe1f18a7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"publicationId\": \"6a60f1ea-9676-49bc-8c7d-c4c51b720de3\",\r\n    \"domains\": [\r\n        \"customer1.domo.com\",\r\n        \"customer2.domo.com \"\r\n    ],\r\n    \"targetContents\": [\r\n        {\r\n            \"domoObjectId\": \"233950733\",\r\n            \"type\": \"CARD\"\r\n        },\r\n        {\r\n            \"domoObjectId\": \"659052271\",\r\n            \"type\": \"PAGE\"\r\n        },\r\n        {\r\n            \"domoObjectId\": \"b292cb85-05c4-4d55-9f2e-913c595a5c92\",\r\n            \"type\": \"DATASET\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/publish/v2/publication/refresh/target-content","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["publish","v2","publication","refresh","target-content"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e37a8101-2a9f-4c17-9a87-76fe1f18a7b0"}],"id":"01763d0f-cbb9-43f4-b92b-4054b5000b1f","_postman_id":"01763d0f-cbb9-43f4-b92b-4054b5000b1f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Remote Domostats","item":[{"name":"Get Applications","id":"8c4290d9-e6b5-4aec-b7a3-91e16da6429d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataset full information by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li>To tell if a dataset is running check the 'state' and 'pair` values. State = Active indicates the dataset is running.</li>\n</ul>\n","urlObject":{"path":["executor","v1","applications",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"2b4147ca-e2bb-49c3-b584-c03688b0b3b9","name":"Dataflow Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:15:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"displayType\": \"DataFlow\",\n    \"type\": \"DataFlow\",\n    \"name\": \"DomoStats People with Activity Log\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1624432428000,\n    \"lastTouched\": 1651769881000,\n    \"lastUpdated\": 1651769880787,\n    \"rowCount\": 833556,\n    \"columnCount\": 18,\n    \"cardInfo\": {\n        \"cardCount\": 9,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\": {\n                    \"templateId\": 1109,\n                    \"id\": \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\",\n                    \"name\": \"Content Creation Filter\",\n                    \"formula\": \"(CASE WHEN ((`Object_Type` = 'CARD') AND `Action` IN ('CREATED', 'UPDATED’, ‘ADDED’, ‘DUPLICATED’, ‘SHARED')) THEN 1 WHEN ((`Object_Type` = 'DRILL_VIEW') AND (`Action` = 'ADD_DRILL_VIEW')) THEN 1 WHEN (`Object_Type` IN ('PAGE', 'PAGE_COLLECTION') AND `Action` IN ('CREATED', 'DUPLICATED', 'UPDATED', 'REORDERED CARDS ON')) THEN 1 WHEN ((`Object_Type` = 'DATAFLOW_TYPE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'DATA_SOURCE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'ADC_POLICY') AND (`Action` = 'CREATED')) THEN 1 WHEN ((`Object_Type` = 'BEAST_MODE_FORMULA') AND `Action` IN ('CREATED', 'DELETED', 'UPDATED')) THEN 1 ELSE 0 END)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 41\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 124\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 159\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 202\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 251\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 374\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 424\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 459\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 509\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 544\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 581\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 623\n                        }\n                    ]\n                },\n                \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\": {\n                    \"templateId\": 1102,\n                    \"id\": \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\",\n                    \"name\": \"Date of Event Time\",\n                    \"formula\": \"DATE(`Event_Time`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Event_Time`\",\n                            \"columnPosition\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"adc\": true,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_WRITE_DELETE_SHARE_ADMIN\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"domoStats\\\",\\\"domostats\\\",\\\"c_people\\\"]\",\n    \"cryoStatus\": \"ADRENALINE\"\n}"},{"id":"7f85e4b6-83f3-41e1-8682-b58b32b72b0c","name":"Connector Dataset Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:21:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n    \"displayType\": \"covid-19\",\n    \"dataProviderType\": \"covid-19\",\n    \"type\": \"covid-19\",\n    \"name\": \"DOMO Covid Time Series Tracker Data\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1594224795000,\n    \"lastTouched\": 1651796042000,\n    \"lastUpdated\": 1651796041786,\n    \"nextUpdate\": 1651797779198,\n    \"rowCount\": 280749,\n    \"columnCount\": 22,\n    \"cardInfo\": {\n        \"cardCount\": 30,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                    \"templateId\": 422,\n                    \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                    \"name\": \"Filter out Early Results\",\n                    \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 29\n                        }\n                    ]\n                },\n                \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                    \"templateId\": 429,\n                    \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                    \"name\": \"Recovered (Negative)\",\n                    \"formula\": \"(`recovered_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                    \"templateId\": 424,\n                    \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                    \"name\": \"US Region\",\n                    \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 120\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 178\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 230\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 284\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 396\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 467\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 526\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 584\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 642\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 692\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 746\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 796\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 854\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 911\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 967\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1025\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1084\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1145\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1204\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1257\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1315\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1374\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1493\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1545\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1610\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1672\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1730\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1791\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1853\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1908\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1959\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2019\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2073\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2181\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2245\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2370\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2491\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2546\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2595\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2654\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2709\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2763\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2822\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2886\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2938\n                        }\n                    ]\n                },\n                \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                    \"templateId\": 426,\n                    \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                    \"name\": \"Days Since First Case\",\n                    \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`filename`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`First_Reported_Date`\",\n                            \"columnPosition\": 20\n                        }\n                    ]\n                },\n                \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                    \"templateId\": 425,\n                    \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                    \"name\": \"Days Since 100 Case Reported\",\n                    \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"LONG\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`Over100_First_Reported_Date`\",\n                            \"columnPosition\": 16\n                        }\n                    ]\n                },\n                \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                    \"templateId\": 451,\n                    \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                    \"templateId\": 428,\n                    \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                    \"name\": \"Deaths (Negative)\",\n                    \"formula\": \"(`deaths_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                    \"templateId\": 431,\n                    \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                    \"name\": \"Currently Infected Sum\",\n                    \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 31\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 53\n                        }\n                    ]\n                },\n                \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                    \"templateId\": 421,\n                    \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                    \"name\": \"Country Abbrev.\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 66\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 119\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 171\n                        }\n                    ]\n                },\n                \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                    \"templateId\": 452,\n                    \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                    \"name\": \"Infections per 100k People\",\n                    \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 6\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 26\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 42\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 77\n                        },\n                        {\n                            \"columnName\": \"`pop`\",\n                            \"columnPosition\": 118\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 199\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 224\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 256\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 339\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 377\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 402\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 487\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 520\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 558\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 583\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 616\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 667\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 703\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 742\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 767\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 803\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 855\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 897\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 926\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 951\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 992\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1037\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1071\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1100\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1125\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1158\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1203\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1242\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1271\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1296\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1334\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1377\n                        }\n                    ]\n                },\n                \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                    \"templateId\": 420,\n                    \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                    \"name\": \"Death Rate summed\",\n                    \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 27\n                        }\n                    ]\n                },\n                \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                    \"templateId\": 430,\n                    \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                    \"name\": \"Continent\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 222\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 272\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 322\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 373\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 421\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 471\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 536\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 592\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 639\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 690\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 745\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 800\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 846\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 904\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1014\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1231\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1288\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1336\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1386\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1485\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1535\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1583\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1632\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1682\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1732\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1828\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1873\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1918\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1968\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2109\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2156\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2207\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2253\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2300\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2349\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2397\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2449\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2502\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2599\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2655\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2705\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2755\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2809\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2864\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2922\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2971\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3018\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3067\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3177\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3229\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3278\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3329\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3375\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3425\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3472\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3525\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3578\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3677\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3727\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3829\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3884\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3932\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3982\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4031\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4085\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4134\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4184\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4233\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4283\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4344\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4401\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4458\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4517\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4565\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4684\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4737\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4789\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4838\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4907\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5073\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5179\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5227\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5274\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5331\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5384\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5433\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5484\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5598\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5719\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5830\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5881\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5939\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6000\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6060\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6110\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6161\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6212\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6260\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6308\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6357\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6407\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6523\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6579\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6635\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6691\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6746\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6797\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6855\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6912\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6960\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7011\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7056\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7106\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7154\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7210\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7263\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7312\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7359\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7412\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7513\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7562\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7615\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7668\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7718\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7764\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7823\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7871\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7921\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7981\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8039\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8088\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8159\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8220\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8302\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8355\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8405\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8453\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8511\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8557\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8608\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8707\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8825\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8876\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8925\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8976\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9025\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9084\n                        }\n                    ]\n                },\n                \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                    \"templateId\": 427,\n                    \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                    \"name\": \"Infected Count Today\",\n                    \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 18\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 40\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 85\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 107\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 148\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 170\n                        }\n                    ]\n                },\n                \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                    \"templateId\": 453,\n                    \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                    \"templateId\": 423,\n                    \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                    \"name\": \"Currently Infected\",\n                    \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 1\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 22\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 39\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"state\": \"SUCCESS\",\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"streamId\": 371,\n    \"transportType\": \"CONNECTOR\",\n    \"adc\": false,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_SHARE\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n    \"scheduleActive\": true,\n    \"cryoStatus\": \"ADRENALINE\"\n}"}],"_postman_id":"8c4290d9-e6b5-4aec-b7a3-91e16da6429d"},{"name":"Get Application","id":"4dfb2098-5def-4d3f-9343-9f835c7d7f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataset full information by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li>To tell if a dataset is running check the 'state' and 'pair` values. State = Active indicates the dataset is running.</li>\n</ul>\n","urlObject":{"path":["executor","v1","applications",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"f0011bcc-41b6-4cbf-ad53-164b18baa5b7","name":"Dataflow Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:15:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"displayType\": \"DataFlow\",\n    \"type\": \"DataFlow\",\n    \"name\": \"DomoStats People with Activity Log\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1624432428000,\n    \"lastTouched\": 1651769881000,\n    \"lastUpdated\": 1651769880787,\n    \"rowCount\": 833556,\n    \"columnCount\": 18,\n    \"cardInfo\": {\n        \"cardCount\": 9,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\": {\n                    \"templateId\": 1109,\n                    \"id\": \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\",\n                    \"name\": \"Content Creation Filter\",\n                    \"formula\": \"(CASE WHEN ((`Object_Type` = 'CARD') AND `Action` IN ('CREATED', 'UPDATED’, ‘ADDED’, ‘DUPLICATED’, ‘SHARED')) THEN 1 WHEN ((`Object_Type` = 'DRILL_VIEW') AND (`Action` = 'ADD_DRILL_VIEW')) THEN 1 WHEN (`Object_Type` IN ('PAGE', 'PAGE_COLLECTION') AND `Action` IN ('CREATED', 'DUPLICATED', 'UPDATED', 'REORDERED CARDS ON')) THEN 1 WHEN ((`Object_Type` = 'DATAFLOW_TYPE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'DATA_SOURCE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'ADC_POLICY') AND (`Action` = 'CREATED')) THEN 1 WHEN ((`Object_Type` = 'BEAST_MODE_FORMULA') AND `Action` IN ('CREATED', 'DELETED', 'UPDATED')) THEN 1 ELSE 0 END)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 41\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 124\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 159\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 202\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 251\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 374\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 424\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 459\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 509\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 544\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 581\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 623\n                        }\n                    ]\n                },\n                \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\": {\n                    \"templateId\": 1102,\n                    \"id\": \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\",\n                    \"name\": \"Date of Event Time\",\n                    \"formula\": \"DATE(`Event_Time`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Event_Time`\",\n                            \"columnPosition\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"adc\": true,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_WRITE_DELETE_SHARE_ADMIN\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"domoStats\\\",\\\"domostats\\\",\\\"c_people\\\"]\",\n    \"cryoStatus\": \"ADRENALINE\"\n}"},{"id":"4be89aab-0988-4d46-8724-0197fcdf890d","name":"Connector Dataset Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:21:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n    \"displayType\": \"covid-19\",\n    \"dataProviderType\": \"covid-19\",\n    \"type\": \"covid-19\",\n    \"name\": \"DOMO Covid Time Series Tracker Data\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1594224795000,\n    \"lastTouched\": 1651796042000,\n    \"lastUpdated\": 1651796041786,\n    \"nextUpdate\": 1651797779198,\n    \"rowCount\": 280749,\n    \"columnCount\": 22,\n    \"cardInfo\": {\n        \"cardCount\": 30,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                    \"templateId\": 422,\n                    \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                    \"name\": \"Filter out Early Results\",\n                    \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 29\n                        }\n                    ]\n                },\n                \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                    \"templateId\": 429,\n                    \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                    \"name\": \"Recovered (Negative)\",\n                    \"formula\": \"(`recovered_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                    \"templateId\": 424,\n                    \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                    \"name\": \"US Region\",\n                    \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 120\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 178\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 230\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 284\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 396\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 467\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 526\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 584\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 642\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 692\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 746\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 796\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 854\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 911\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 967\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1025\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1084\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1145\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1204\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1257\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1315\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1374\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1493\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1545\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1610\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1672\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1730\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1791\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1853\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1908\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1959\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2019\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2073\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2181\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2245\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2370\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2491\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2546\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2595\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2654\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2709\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2763\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2822\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2886\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2938\n                        }\n                    ]\n                },\n                \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                    \"templateId\": 426,\n                    \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                    \"name\": \"Days Since First Case\",\n                    \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`filename`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`First_Reported_Date`\",\n                            \"columnPosition\": 20\n                        }\n                    ]\n                },\n                \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                    \"templateId\": 425,\n                    \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                    \"name\": \"Days Since 100 Case Reported\",\n                    \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"LONG\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`Over100_First_Reported_Date`\",\n                            \"columnPosition\": 16\n                        }\n                    ]\n                },\n                \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                    \"templateId\": 451,\n                    \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                    \"templateId\": 428,\n                    \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                    \"name\": \"Deaths (Negative)\",\n                    \"formula\": \"(`deaths_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                    \"templateId\": 431,\n                    \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                    \"name\": \"Currently Infected Sum\",\n                    \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 31\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 53\n                        }\n                    ]\n                },\n                \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                    \"templateId\": 421,\n                    \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                    \"name\": \"Country Abbrev.\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 66\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 119\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 171\n                        }\n                    ]\n                },\n                \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                    \"templateId\": 452,\n                    \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                    \"name\": \"Infections per 100k People\",\n                    \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 6\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 26\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 42\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 77\n                        },\n                        {\n                            \"columnName\": \"`pop`\",\n                            \"columnPosition\": 118\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 199\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 224\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 256\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 339\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 377\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 402\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 487\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 520\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 558\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 583\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 616\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 667\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 703\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 742\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 767\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 803\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 855\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 897\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 926\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 951\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 992\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1037\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1071\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1100\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1125\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1158\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1203\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1242\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1271\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1296\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1334\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1377\n                        }\n                    ]\n                },\n                \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                    \"templateId\": 420,\n                    \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                    \"name\": \"Death Rate summed\",\n                    \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 27\n                        }\n                    ]\n                },\n                \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                    \"templateId\": 430,\n                    \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                    \"name\": \"Continent\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 222\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 272\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 322\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 373\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 421\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 471\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 536\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 592\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 639\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 690\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 745\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 800\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 846\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 904\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1014\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1231\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1288\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1336\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1386\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1485\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1535\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1583\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1632\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1682\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1732\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1828\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1873\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1918\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1968\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2109\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2156\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2207\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2253\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2300\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2349\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2397\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2449\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2502\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2599\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2655\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2705\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2755\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2809\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2864\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2922\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2971\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3018\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3067\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3177\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3229\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3278\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3329\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3375\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3425\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3472\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3525\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3578\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3677\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3727\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3829\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3884\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3932\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3982\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4031\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4085\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4134\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4184\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4233\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4283\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4344\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4401\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4458\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4517\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4565\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4684\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4737\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4789\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4838\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4907\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5073\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5179\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5227\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5274\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5331\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5384\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5433\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5484\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5598\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5719\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5830\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5881\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5939\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6000\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6060\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6110\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6161\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6212\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6260\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6308\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6357\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6407\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6523\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6579\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6635\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6691\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6746\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6797\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6855\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6912\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6960\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7011\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7056\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7106\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7154\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7210\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7263\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7312\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7359\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7412\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7513\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7562\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7615\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7668\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7718\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7764\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7823\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7871\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7921\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7981\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8039\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8088\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8159\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8220\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8302\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8355\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8405\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8453\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8511\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8557\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8608\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8707\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8825\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8876\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8925\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8976\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9025\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9084\n                        }\n                    ]\n                },\n                \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                    \"templateId\": 427,\n                    \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                    \"name\": \"Infected Count Today\",\n                    \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 18\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 40\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 85\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 107\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 148\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 170\n                        }\n                    ]\n                },\n                \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                    \"templateId\": 453,\n                    \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                    \"templateId\": 423,\n                    \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                    \"name\": \"Currently Infected\",\n                    \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 1\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 22\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 39\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"state\": \"SUCCESS\",\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"streamId\": 371,\n    \"transportType\": \"CONNECTOR\",\n    \"adc\": false,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_SHARE\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n    \"scheduleActive\": true,\n    \"cryoStatus\": \"ADRENALINE\"\n}"}],"_postman_id":"4dfb2098-5def-4d3f-9343-9f835c7d7f0f"},{"name":"Get List of Jobs","id":"d9c9bd3a-f1f1-487e-9d7a-1294da366f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://https://{{instance}}.domo.com/api/executor/v2/applications/50e7230f-d2f2-42e2-a208-d94c8ae9f64c/jobs?offset=0","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataset full information by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li>To tell if a dataset is running check the 'state' and 'pair` values. State = Active indicates the dataset is running.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","executor","v2","applications","50e7230f-d2f2-42e2-a208-d94c8ae9f64c","jobs"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"072eb99d-1147-4a0e-89da-6a7bbcade9a6","name":"Dataflow Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:15:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"displayType\": \"DataFlow\",\n    \"type\": \"DataFlow\",\n    \"name\": \"DomoStats People with Activity Log\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1624432428000,\n    \"lastTouched\": 1651769881000,\n    \"lastUpdated\": 1651769880787,\n    \"rowCount\": 833556,\n    \"columnCount\": 18,\n    \"cardInfo\": {\n        \"cardCount\": 9,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\": {\n                    \"templateId\": 1109,\n                    \"id\": \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\",\n                    \"name\": \"Content Creation Filter\",\n                    \"formula\": \"(CASE WHEN ((`Object_Type` = 'CARD') AND `Action` IN ('CREATED', 'UPDATED’, ‘ADDED’, ‘DUPLICATED’, ‘SHARED')) THEN 1 WHEN ((`Object_Type` = 'DRILL_VIEW') AND (`Action` = 'ADD_DRILL_VIEW')) THEN 1 WHEN (`Object_Type` IN ('PAGE', 'PAGE_COLLECTION') AND `Action` IN ('CREATED', 'DUPLICATED', 'UPDATED', 'REORDERED CARDS ON')) THEN 1 WHEN ((`Object_Type` = 'DATAFLOW_TYPE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'DATA_SOURCE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'ADC_POLICY') AND (`Action` = 'CREATED')) THEN 1 WHEN ((`Object_Type` = 'BEAST_MODE_FORMULA') AND `Action` IN ('CREATED', 'DELETED', 'UPDATED')) THEN 1 ELSE 0 END)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 41\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 124\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 159\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 202\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 251\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 374\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 424\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 459\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 509\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 544\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 581\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 623\n                        }\n                    ]\n                },\n                \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\": {\n                    \"templateId\": 1102,\n                    \"id\": \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\",\n                    \"name\": \"Date of Event Time\",\n                    \"formula\": \"DATE(`Event_Time`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Event_Time`\",\n                            \"columnPosition\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"adc\": true,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_WRITE_DELETE_SHARE_ADMIN\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"domoStats\\\",\\\"domostats\\\",\\\"c_people\\\"]\",\n    \"cryoStatus\": \"ADRENALINE\"\n}"},{"id":"0c474eca-e839-4234-91a1-1c7bad691eb7","name":"Connector Dataset Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:21:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n    \"displayType\": \"covid-19\",\n    \"dataProviderType\": \"covid-19\",\n    \"type\": \"covid-19\",\n    \"name\": \"DOMO Covid Time Series Tracker Data\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1594224795000,\n    \"lastTouched\": 1651796042000,\n    \"lastUpdated\": 1651796041786,\n    \"nextUpdate\": 1651797779198,\n    \"rowCount\": 280749,\n    \"columnCount\": 22,\n    \"cardInfo\": {\n        \"cardCount\": 30,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                    \"templateId\": 422,\n                    \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                    \"name\": \"Filter out Early Results\",\n                    \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 29\n                        }\n                    ]\n                },\n                \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                    \"templateId\": 429,\n                    \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                    \"name\": \"Recovered (Negative)\",\n                    \"formula\": \"(`recovered_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                    \"templateId\": 424,\n                    \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                    \"name\": \"US Region\",\n                    \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 120\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 178\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 230\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 284\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 396\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 467\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 526\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 584\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 642\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 692\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 746\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 796\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 854\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 911\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 967\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1025\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1084\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1145\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1204\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1257\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1315\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1374\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1493\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1545\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1610\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1672\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1730\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1791\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1853\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1908\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1959\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2019\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2073\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2181\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2245\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2370\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2491\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2546\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2595\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2654\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2709\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2763\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2822\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2886\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2938\n                        }\n                    ]\n                },\n                \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                    \"templateId\": 426,\n                    \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                    \"name\": \"Days Since First Case\",\n                    \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`filename`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`First_Reported_Date`\",\n                            \"columnPosition\": 20\n                        }\n                    ]\n                },\n                \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                    \"templateId\": 425,\n                    \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                    \"name\": \"Days Since 100 Case Reported\",\n                    \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"LONG\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`Over100_First_Reported_Date`\",\n                            \"columnPosition\": 16\n                        }\n                    ]\n                },\n                \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                    \"templateId\": 451,\n                    \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                    \"templateId\": 428,\n                    \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                    \"name\": \"Deaths (Negative)\",\n                    \"formula\": \"(`deaths_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                    \"templateId\": 431,\n                    \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                    \"name\": \"Currently Infected Sum\",\n                    \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 31\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 53\n                        }\n                    ]\n                },\n                \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                    \"templateId\": 421,\n                    \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                    \"name\": \"Country Abbrev.\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 66\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 119\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 171\n                        }\n                    ]\n                },\n                \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                    \"templateId\": 452,\n                    \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                    \"name\": \"Infections per 100k People\",\n                    \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 6\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 26\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 42\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 77\n                        },\n                        {\n                            \"columnName\": \"`pop`\",\n                            \"columnPosition\": 118\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 199\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 224\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 256\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 339\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 377\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 402\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 487\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 520\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 558\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 583\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 616\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 667\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 703\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 742\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 767\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 803\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 855\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 897\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 926\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 951\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 992\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1037\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1071\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1100\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1125\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1158\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1203\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1242\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1271\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1296\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1334\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1377\n                        }\n                    ]\n                },\n                \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                    \"templateId\": 420,\n                    \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                    \"name\": \"Death Rate summed\",\n                    \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 27\n                        }\n                    ]\n                },\n                \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                    \"templateId\": 430,\n                    \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                    \"name\": \"Continent\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 222\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 272\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 322\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 373\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 421\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 471\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 536\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 592\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 639\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 690\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 745\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 800\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 846\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 904\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1014\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1231\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1288\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1336\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1386\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1485\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1535\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1583\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1632\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1682\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1732\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1828\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1873\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1918\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1968\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2109\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2156\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2207\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2253\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2300\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2349\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2397\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2449\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2502\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2599\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2655\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2705\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2755\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2809\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2864\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2922\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2971\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3018\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3067\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3177\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3229\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3278\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3329\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3375\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3425\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3472\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3525\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3578\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3677\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3727\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3829\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3884\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3932\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3982\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4031\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4085\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4134\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4184\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4233\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4283\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4344\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4401\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4458\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4517\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4565\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4684\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4737\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4789\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4838\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4907\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5073\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5179\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5227\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5274\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5331\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5384\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5433\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5484\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5598\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5719\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5830\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5881\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5939\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6000\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6060\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6110\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6161\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6212\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6260\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6308\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6357\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6407\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6523\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6579\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6635\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6691\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6746\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6797\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6855\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6912\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6960\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7011\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7056\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7106\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7154\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7210\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7263\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7312\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7359\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7412\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7513\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7562\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7615\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7668\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7718\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7764\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7823\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7871\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7921\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7981\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8039\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8088\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8159\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8220\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8302\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8355\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8405\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8453\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8511\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8557\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8608\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8707\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8825\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8876\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8925\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8976\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9025\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9084\n                        }\n                    ]\n                },\n                \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                    \"templateId\": 427,\n                    \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                    \"name\": \"Infected Count Today\",\n                    \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 18\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 40\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 85\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 107\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 148\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 170\n                        }\n                    ]\n                },\n                \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                    \"templateId\": 453,\n                    \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                    \"templateId\": 423,\n                    \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                    \"name\": \"Currently Infected\",\n                    \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 1\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 22\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 39\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"state\": \"SUCCESS\",\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"streamId\": 371,\n    \"transportType\": \"CONNECTOR\",\n    \"adc\": false,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_SHARE\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n    \"scheduleActive\": true,\n    \"cryoStatus\": \"ADRENALINE\"\n}"}],"_postman_id":"d9c9bd3a-f1f1-487e-9d7a-1294da366f1d"},{"name":"Update the job","id":"c1b92bdf-873d-4251-93b4-606a7df05409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"jobId\": \"526906bb-e7e0-4f70-9ca0-3bb4fdf99c82\",\n  \"jobName\": \"domo-labs-dev2.dev.domo.com\",\n  \"executionTimeout\": 720,\n  \"executionPayload\": {\n    \"remoteInstance\": \"domo-labs-dev.dev.domo.com\",\n    \"subscriberJobId\": \"b8ff1dc6-4426-4256-8176-1cb9482e79c0\",\n    \"policies\": {\n      \"AccessTokens\": \"85f65936-e0c3-4e74-8398-13096df9bdb3\",\n      \"DomainWhitelist\": \"cd473383-9589-4d44-a85a-ffd58c0b1d55\",\n      \"IPWhitelist\": \"6f570767-ec10-4d9b-b0f2-abb0bf1bd8d2\",\n      \"OIDC\": \"d26a1d1e-a6c0-4367-b929-70a6e01e5b46\",\n      \"SAML\": \"081d8320-c6df-4d0b-8802-97875989236d\",\n      \"DirectSignOn\": \"7b1f43e1-165d-4eed-b195-491a6bedcef0\"\n    },\n    \"metricsDatasetId\": \"2644b5d0-344b-4bc0-b379-d3854923a29c\"\n  },\n  \"executionResponse\": {\n  },\n  \"accounts\": [\n    479\n  ],\n  \"resources\": {\n    \"requests\": {\n      \"memory\": \"256M\"\n    },\n    \"limits\": {\n      \"memory\": \"256M\"\n    }\n  },\n  \"triggers\": [\n  ]\n}\n ","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/{{Application_Id}}/jobs/{{Job _d}}","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the dataset full information by dataset id</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Left bar menu -&gt; Datasets</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/categories/4418219258647-Working-with-DataSets-in-Domo\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<ul>\n<li>Dataset id</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Dataset with all properties</li>\n</ul>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li>To tell if a dataset is running check the 'state' and 'pair` values. State = Active indicates the dataset is running.</li>\n</ul>\n","urlObject":{"path":["executor","v1","applications","{{Application_Id}}","jobs","{{Job _d}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"0240edc3-23d9-4fc7-8e47-5a7e9caf9d7b","name":"Dataflow Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:15:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"94a4edfa-5926-4f0c-ad1e-a341f53f6113\",\n    \"displayType\": \"DataFlow\",\n    \"type\": \"DataFlow\",\n    \"name\": \"DomoStats People with Activity Log\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1624432428000,\n    \"lastTouched\": 1651769881000,\n    \"lastUpdated\": 1651769880787,\n    \"rowCount\": 833556,\n    \"columnCount\": 18,\n    \"cardInfo\": {\n        \"cardCount\": 9,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\": {\n                    \"templateId\": 1109,\n                    \"id\": \"calculation_534c74ab-37aa-48dc-8322-34bb5784a9f0\",\n                    \"name\": \"Content Creation Filter\",\n                    \"formula\": \"(CASE WHEN ((`Object_Type` = 'CARD') AND `Action` IN ('CREATED', 'UPDATED’, ‘ADDED’, ‘DUPLICATED’, ‘SHARED')) THEN 1 WHEN ((`Object_Type` = 'DRILL_VIEW') AND (`Action` = 'ADD_DRILL_VIEW')) THEN 1 WHEN (`Object_Type` IN ('PAGE', 'PAGE_COLLECTION') AND `Action` IN ('CREATED', 'DUPLICATED', 'UPDATED', 'REORDERED CARDS ON')) THEN 1 WHEN ((`Object_Type` = 'DATAFLOW_TYPE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'DATA_SOURCE') AND `Action` IN ('CREATED', 'UPDATED')) THEN 1 WHEN ((`Object_Type` = 'ADC_POLICY') AND (`Action` = 'CREATED')) THEN 1 WHEN ((`Object_Type` = 'BEAST_MODE_FORMULA') AND `Action` IN ('CREATED', 'DELETED', 'UPDATED')) THEN 1 ELSE 0 END)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 41\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 124\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 159\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 202\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 251\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 374\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 424\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 459\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 509\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 544\n                        },\n                        {\n                            \"columnName\": \"`Object_Type`\",\n                            \"columnPosition\": 581\n                        },\n                        {\n                            \"columnName\": \"`Action`\",\n                            \"columnPosition\": 623\n                        }\n                    ]\n                },\n                \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\": {\n                    \"templateId\": 1102,\n                    \"id\": \"calculation_5ad1b149-fcda-497d-87d0-5d95c016c2af\",\n                    \"name\": \"Date of Event Time\",\n                    \"formula\": \"DATE(`Event_Time`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`Event_Time`\",\n                            \"columnPosition\": 5\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"adc\": true,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_WRITE_DELETE_SHARE_ADMIN\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"domoStats\\\",\\\"domostats\\\",\\\"c_people\\\"]\",\n    \"cryoStatus\": \"ADRENALINE\"\n}"},{"id":"64575f72-0e4b-47dd-8581-342c8d80c89a","name":"Connector Dataset Response","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/data/v3/datasources/{{dataset_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 00:21:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"dcad2f50-e65e-4259-a9e8-214a3d1e18a7\",\n    \"displayType\": \"covid-19\",\n    \"dataProviderType\": \"covid-19\",\n    \"type\": \"covid-19\",\n    \"name\": \"DOMO Covid Time Series Tracker Data\",\n    \"owner\": {\n        \"id\": \"\",\n        \"name\": \"\",\n        \"type\": \"USER\",\n        \"group\": false\n    },\n    \"status\": \"SUCCESS\",\n    \"created\": 1594224795000,\n    \"lastTouched\": 1651796042000,\n    \"lastUpdated\": 1651796041786,\n    \"nextUpdate\": 1651797779198,\n    \"rowCount\": 280749,\n    \"columnCount\": 22,\n    \"cardInfo\": {\n        \"cardCount\": 30,\n        \"cardViewCount\": 0\n    },\n    \"properties\": {\n        \"formulas\": {\n            \"formulas\": {\n                \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\": {\n                    \"templateId\": 422,\n                    \"id\": \"calculation_c8db9ded-314f-41fa-9352-2954139a1302\",\n                    \"name\": \"Filter out Early Results\",\n                    \"formula\": \"(CASE  WHEN ((CURRENT_DATE = `date`) AND (HOUR(CURRENT_TIMESTAMP) >= 8)) THEN 'TOO EARLY' ELSE 'USE CURRENT' END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 29\n                        }\n                    ]\n                },\n                \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\": {\n                    \"templateId\": 429,\n                    \"id\": \"calculation_af03accf-482c-46ce-bb73-eaa008e511d5\",\n                    \"name\": \"Recovered (Negative)\",\n                    \"formula\": \"(`recovered_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\": {\n                    \"templateId\": 424,\n                    \"id\": \"calculation_b448f456-7ebc-43be-8611-908441d8ecc0\",\n                    \"name\": \"US Region\",\n                    \"formula\": \"(CASE  WHEN (`province_state` = 'Alaska') THEN 'Pacific' WHEN (`province_state` = 'Alabama') THEN 'South Central' WHEN (`province_state` = 'Arkansas') THEN 'South Central' WHEN (`province_state` = 'Arizona') THEN 'Mountain' WHEN (`province_state` = 'California') THEN 'Pacific' WHEN (`province_state` = 'Colorado') THEN 'Mountain' WHEN (`province_state` = 'Connecticut') THEN 'New England' WHEN (`province_state` = 'District of Columbia') THEN 'South Atlantic' WHEN (`province_state` = 'Delaware') THEN 'South Atlantic' WHEN (`province_state` = 'Florida') THEN 'South Atlantic' WHEN (`province_state` = 'Georgia') THEN 'South Atlantic' WHEN (`province_state` = 'Hawaii') THEN 'Pacific' WHEN (`province_state` = 'Iowa') THEN 'North Central' WHEN (`province_state` = 'Idaho') THEN 'Mountain' WHEN (`province_state` = 'Illinois') THEN 'North Central' WHEN (`province_state` = 'Indiana') THEN 'North Central' WHEN (`province_state` = 'Kansas') THEN 'North Central' WHEN (`province_state` = 'Kentucky') THEN 'South Central' WHEN (`province_state` = 'Louisiana') THEN 'South Central' WHEN (`province_state` = 'Massachusetts') THEN 'New England' WHEN (`province_state` = 'Maryland') THEN 'South Atlantic' WHEN (`province_state` = 'Maine') THEN 'New England' WHEN (`province_state` = 'Michigan') THEN 'North Central' WHEN (`province_state` = 'Minnesota') THEN 'North Central' WHEN (`province_state` = 'Missouri') THEN 'North Central' WHEN (`province_state` = 'Mississippi') THEN 'South Central' WHEN (`province_state` = 'Montana') THEN 'Mountain' WHEN (`province_state` = 'North Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'North Dakota') THEN 'North Central' WHEN (`province_state` = 'Nebraska') THEN 'North Central' WHEN (`province_state` = 'New Hampshire') THEN 'New England' WHEN (`province_state` = 'New Jersey') THEN 'Middle Atlantic' WHEN (`province_state` = 'New Mexico') THEN 'Mountain' WHEN (`province_state` = 'Nevada') THEN 'Mountain' WHEN (`province_state` = 'New York') THEN 'Middle Atlantic' WHEN (`province_state` = 'Ohio') THEN 'North Central' WHEN (`province_state` = 'Oklahoma') THEN 'South Central' WHEN (`province_state` = 'Oregon') THEN 'Pacific' WHEN (`province_state` = 'Pennsylvania') THEN 'Middle Atlantic' WHEN (`province_state` = 'Rhode Island') THEN 'New England' WHEN (`province_state` = 'South Carolina') THEN 'South Atlantic' WHEN (`province_state` = 'South Dakota') THEN 'North Central' WHEN (`province_state` = 'Tennessee') THEN 'South Central' WHEN (`province_state` = 'Texas') THEN 'South Central' WHEN (`province_state` = 'Utah') THEN 'Mountain' WHEN (`province_state` = 'Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Vermont') THEN 'New England' WHEN (`province_state` = 'Washington') THEN 'Pacific' WHEN (`province_state` = 'Wisconsin') THEN 'North Central' WHEN (`province_state` = 'West Virginia') THEN 'South Atlantic' WHEN (`province_state` = 'Wyoming') THEN 'Mountain' WHEN (`province_state` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 120\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 178\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 230\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 284\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 337\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 396\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 467\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 526\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 584\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 642\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 692\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 746\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 796\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 854\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 911\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 967\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1025\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1084\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1145\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1204\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1257\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1315\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1374\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1493\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1545\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1610\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1672\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1730\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1791\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1853\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1908\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1959\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2019\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2073\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2181\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2245\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2370\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2432\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2491\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2546\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2595\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2654\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2709\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2763\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2822\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2886\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 2938\n                        }\n                    ]\n                },\n                \"calculation_4de77d84-d036-4976-85ed-72365c41552f\": {\n                    \"templateId\": 426,\n                    \"id\": \"calculation_4de77d84-d036-4976-85ed-72365c41552f\",\n                    \"name\": \"Days Since First Case\",\n                    \"formula\": \"DATEDIFF(`filename`,`First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`filename`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`First_Reported_Date`\",\n                            \"columnPosition\": 20\n                        }\n                    ]\n                },\n                \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\": {\n                    \"templateId\": 425,\n                    \"id\": \"calculation_b1b480f0-83b4-4587-b5d5-5ad9de7e14b6\",\n                    \"name\": \"Days Since 100 Case Reported\",\n                    \"formula\": \"DATEDIFF(`date`,`Over100_First_Reported_Date`)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"LONG\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`date`\",\n                            \"columnPosition\": 9\n                        },\n                        {\n                            \"columnName\": \"`Over100_First_Reported_Date`\",\n                            \"columnPosition\": 16\n                        }\n                    ]\n                },\n                \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\": {\n                    \"templateId\": 451,\n                    \"id\": \"calculation_a8571259-683b-4488-9e83-2d5d309221b8\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 648b777c-8259-41a9-872a-0e7eaccb142a)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\": {\n                    \"templateId\": 428,\n                    \"id\": \"calculation_4e92e9d4-7d23-4306-802e-92147053fd37\",\n                    \"name\": \"Deaths (Negative)\",\n                    \"formula\": \"(`deaths_total` * -1)\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 1\n                        }\n                    ]\n                },\n                \"calculation_add79df9-7054-4d33-880a-98c7b183694c\": {\n                    \"templateId\": 431,\n                    \"id\": \"calculation_add79df9-7054-4d33-880a-98c7b183694c\",\n                    \"name\": \"Currently Infected Sum\",\n                    \"formula\": \"(sum(`confirmed_total`) - (sum(`deaths_total`) + sum(`recovered_total`)))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 31\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 53\n                        }\n                    ]\n                },\n                \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\": {\n                    \"templateId\": 421,\n                    \"id\": \"calculation_bfe19f3c-aa0e-4193-bc43-aa28d2664196\",\n                    \"name\": \"Country Abbrev.\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'United States') THEN 'USA' WHEN (`country_region` = 'United Kingdom') THEN 'UK' WHEN (`country_region` = 'Korea') THEN 'South Korea' ELSE `country_region` END )\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 66\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 119\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 171\n                        }\n                    ]\n                },\n                \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\": {\n                    \"templateId\": 452,\n                    \"id\": \"calculation_8c448b41-b1ed-434c-b76a-c768e5e8126b\",\n                    \"name\": \"Infections per 100k People\",\n                    \"formula\": \"((sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`))) / (sum((CASE  WHEN (`country_region` = 'United States') THEN `pop` WHEN ((`country_region` = 'China') AND `province_state` IN ('Hubei')) THEN `population_2020` WHEN ((`country_region` = 'China') AND `province_state` NOT IN ('Hubei')) THEN 0 WHEN ((`country_region` = 'Denmark') AND `province_state` IN ('Denmark')) THEN `population_2020` WHEN ((`country_region` = 'Denmark') AND `province_state` NOT IN ('Denmark')) THEN 0 WHEN ((`country_region` = 'Canada') AND `province_state` IN ('Ontario')) THEN `population_2020` WHEN ((`country_region` = 'Canada') AND `province_state` NOT IN ('Ontario')) THEN 0 WHEN ((`country_region` = 'Australia') AND `province_state` IN ('Victoria')) THEN `population_2020` WHEN ((`country_region` = 'Australia') AND `province_state` NOT IN ('Victoria')) THEN 0 WHEN ((`country_region` = 'United Kingdom') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'United Kingdom') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'France') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'France') AND `province_state` IS NOT NULL ) THEN 0 WHEN ((`country_region` = 'Netherlands') AND (`province_state` = '')) THEN `population_2020` WHEN ((`country_region` = 'Netherlands') AND `province_state` IS NOT NULL ) THEN 0 ELSE `population_2020` END )) / 100000))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 6\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 26\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 42\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 77\n                        },\n                        {\n                            \"columnName\": \"`pop`\",\n                            \"columnPosition\": 118\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 131\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 199\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 224\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 256\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 305\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 339\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 377\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 402\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 487\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 520\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 558\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 583\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 616\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 667\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 703\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 742\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 767\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 803\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 855\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 897\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 926\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 951\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 992\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1037\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1071\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1100\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1125\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1158\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1203\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1242\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1271\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1296\n                        },\n                        {\n                            \"columnName\": \"`province_state`\",\n                            \"columnPosition\": 1334\n                        },\n                        {\n                            \"columnName\": \"`population_2020`\",\n                            \"columnPosition\": 1377\n                        }\n                    ]\n                },\n                \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\": {\n                    \"templateId\": 420,\n                    \"id\": \"calculation_954fee0f-a18f-41af-8ed1-019c0157941b\",\n                    \"name\": \"Death Rate summed\",\n                    \"formula\": \"(sum(`deaths_total`) / sum(`confirmed_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 27\n                        }\n                    ]\n                },\n                \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\": {\n                    \"templateId\": 430,\n                    \"id\": \"calculation_7abcb9d6-c73b-492e-99f9-353614933a37\",\n                    \"name\": \"Continent\",\n                    \"formula\": \"(CASE  WHEN (`country_region` = 'Albania') THEN 'Europe' WHEN (`country_region` = 'Algeria') THEN 'Africa' WHEN (`country_region` = 'Andorra') THEN 'Europe' WHEN (`country_region` = 'Argentina') THEN 'South America' WHEN (`country_region` = 'Armenia') THEN 'Europe' WHEN (`country_region` = 'Austria') THEN 'Europe' WHEN (`country_region` = 'Azerbaijan') THEN 'Asia' WHEN (`country_region` = 'Bahrain') THEN 'Asia' WHEN (`country_region` = 'Belgium') THEN 'Europe' WHEN (`country_region` = 'Bosnia and Herzegovina') THEN 'Europe' WHEN (`country_region` = 'Brazil') THEN 'South America' WHEN (`country_region` = 'Brunei') THEN 'Asia' WHEN (`country_region` = 'Bulgaria') THEN 'Europe' WHEN (`country_region` = 'Burkina Faso') THEN 'Africa' WHEN (`country_region` = 'Chile') THEN 'South America' WHEN (`country_region` = 'China') THEN 'Asia' WHEN (`country_region` = 'Colombia') THEN 'South America' WHEN (`country_region` = 'Costa Rica') THEN 'North America' WHEN (`country_region` = 'Croatia') THEN 'Europe' WHEN (`country_region` = 'Cyprus') THEN 'Europe' WHEN (`country_region` = 'Czechia') THEN 'Europe' WHEN (`country_region` = 'Denmark') THEN 'Europe' WHEN (`country_region` = 'Dominican Republic') THEN 'North America' WHEN (`country_region` = 'Ecuador') THEN 'South America' WHEN (`country_region` = 'Egypt') THEN 'Africa' WHEN (`country_region` = 'Estonia') THEN 'Europe' WHEN (`country_region` = 'Finland') THEN 'Europe' WHEN (`country_region` = 'France') THEN 'Europe' WHEN (`country_region` = 'Germany') THEN 'Europe' WHEN (`country_region` = 'Ghana') THEN 'Africa' WHEN (`country_region` = 'Greece') THEN 'Europe' WHEN (`country_region` = 'Hungary') THEN 'Europe' WHEN (`country_region` = 'Iceland') THEN 'Europe' WHEN (`country_region` = 'India') THEN 'Asia' WHEN (`country_region` = 'Indonesia') THEN 'Asia' WHEN (`country_region` = 'Iran') THEN 'Asia' WHEN (`country_region` = 'Iraq') THEN 'Asia' WHEN (`country_region` = 'Ireland') THEN 'Europe' WHEN (`country_region` = 'Israel') THEN 'Asia' WHEN (`country_region` = 'Italy') THEN 'Europe' WHEN (`country_region` = 'Japan') THEN 'Asia' WHEN (`country_region` = 'Jordan') THEN 'Asia' WHEN (`country_region` = 'Kazakhstan') THEN 'Asia' WHEN (`country_region` = 'Korea') THEN 'Asia' WHEN (`country_region` = 'Kuwait') THEN 'Asia' WHEN (`country_region` = 'Latvia') THEN 'Europe' WHEN (`country_region` = 'Lebanon') THEN 'Asia' WHEN (`country_region` = 'Lithuania') THEN 'Europe' WHEN (`country_region` = 'Luxembourg') THEN 'Europe' WHEN (`country_region` = 'Malaysia') THEN 'Asia' WHEN (`country_region` = 'Malta') THEN 'Europe' WHEN (`country_region` = 'Mexico') THEN 'North America' WHEN (`country_region` = 'Moldova') THEN 'Europe' WHEN (`country_region` = 'Morocco') THEN 'Africa' WHEN (`country_region` = 'Netherlands') THEN 'Europe' WHEN (`country_region` = 'New Zealand') THEN 'Oceania' WHEN (`country_region` = 'North Macedonia') THEN 'Europe' WHEN (`country_region` = 'Norway') THEN 'Europe' WHEN (`country_region` = 'Oman') THEN 'Africa' WHEN (`country_region` = 'Pakistan') THEN 'Asia' WHEN (`country_region` = 'Panama') THEN 'North America' WHEN (`country_region` = 'Peru') THEN 'South America' WHEN (`country_region` = 'Philippines') THEN 'Asia' WHEN (`country_region` = 'Poland') THEN 'Europe' WHEN (`country_region` = 'Portugal') THEN 'Europe' WHEN (`country_region` = 'Qatar') THEN 'Asia' WHEN (`country_region` = 'Romania') THEN 'Europe' WHEN (`country_region` = 'Russia') THEN 'Asia' WHEN (`country_region` = 'San Marino') THEN 'Europe' WHEN (`country_region` = 'Saudi Arabia') THEN 'Asia' WHEN (`country_region` = 'Senegal') THEN 'Africa' WHEN (`country_region` = 'Serbia') THEN 'Europe' WHEN (`country_region` = 'Singapore') THEN 'Asia' WHEN (`country_region` = 'Slovakia') THEN 'Europe' WHEN (`country_region` = 'Slovenia') THEN 'Europe' WHEN (`country_region` = 'South Africa') THEN 'Africa' WHEN (`country_region` = 'Spain') THEN 'Europe' WHEN (`country_region` = 'Sri Lanka') THEN 'Asia' WHEN (`country_region` = 'Sweden') THEN 'Europe' WHEN (`country_region` = 'Switzerland') THEN 'Europe' WHEN (`country_region` = 'Thailand') THEN 'Asia' WHEN (`country_region` = 'Tunisia') THEN 'Africa' WHEN (`country_region` = 'Turkey') THEN 'Europe' WHEN (`country_region` = 'Ukraine') THEN 'Europe' WHEN (`country_region` = 'United Arab Emirates') THEN 'Asia' WHEN (`country_region` = 'United Kingdom') THEN 'Europe' WHEN (`country_region` = 'Uruguay') THEN 'South America' WHEN (`country_region` = 'Venezuela') THEN 'South America' WHEN (`country_region` = 'Vietnam') THEN 'Asia' WHEN (`country_region` = 'United States') THEN 'North America' WHEN (`country_region` = 'Canada') THEN 'North America' WHEN (`country_region` = 'Australia') THEN 'Oceania' WHEN (`country_region` = 'Afghanistan') THEN 'Asia' WHEN (`country_region` = 'Angola') THEN 'Africa' WHEN (`country_region` = 'Antigua and Barbuda') THEN 'North America' WHEN (`country_region` = 'Bahamas') THEN 'North America' WHEN (`country_region` = 'Bangladesh') THEN 'Asia' WHEN (`country_region` = 'Barbados') THEN 'North America' WHEN (`country_region` = 'Belarus') THEN 'Europe' WHEN (`country_region` = 'Belize') THEN 'North America' WHEN (`country_region` = 'Benin') THEN 'Africa' WHEN (`country_region` = 'Bhutan') THEN 'Asia' WHEN (`country_region` = 'Bolivia') THEN 'South America' WHEN (`country_region` = 'Cabo Verde') THEN 'Africa' WHEN (`country_region` = 'Cambodia') THEN 'Asia' WHEN (`country_region` = 'Cameroon') THEN 'Africa' WHEN (`country_region` = 'Central African Republic') THEN 'Africa' WHEN (`country_region` = 'Chad') THEN 'Africa' WHEN (`country_region` = 'Congo (Brazzaville)') THEN 'Africa' WHEN (`country_region` = 'Congo (Kinshasa)') THEN 'Africa' WHEN (`country_region` = 'Cote d''Ivoire') THEN 'Africa' WHEN (`country_region` = 'Cuba') THEN 'North America' WHEN (`country_region` = 'Djibouti') THEN 'Africa' WHEN (`country_region` = 'Dominica') THEN 'North America' WHEN (`country_region` = 'El Salvador') THEN 'North America' WHEN (`country_region` = 'Equatorial Guinea') THEN 'Africa' WHEN (`country_region` = 'Eritrea') THEN 'Africa' WHEN (`country_region` = 'Eswatini') THEN 'Africa' WHEN (`country_region` = 'Ethiopia') THEN 'Africa' WHEN (`country_region` = 'Fiji') THEN 'Oceania' WHEN (`country_region` = 'Gabon') THEN 'Africa' WHEN (`country_region` = 'Gambia') THEN 'Africa' WHEN (`country_region` = 'Georgia') THEN 'Europe' WHEN (`country_region` = 'Grenada') THEN 'North America' WHEN (`country_region` = 'Guatemala') THEN 'South America' WHEN (`country_region` = 'Guinea') THEN 'North America' WHEN (`country_region` = 'Guinea-Bissau') THEN 'Africa' WHEN (`country_region` = 'Guyana') THEN 'South America' WHEN (`country_region` = 'Haiti') THEN 'North America' WHEN (`country_region` = 'Holy See') THEN 'Europe' WHEN (`country_region` = 'Honduras') THEN 'North America' WHEN (`country_region` = 'Jamaica') THEN 'North America' WHEN (`country_region` = 'Kenya') THEN 'Africa' WHEN (`country_region` = 'Kyrgyzstan') THEN 'Asia' WHEN (`country_region` = 'Laos') THEN 'Asia' WHEN (`country_region` = 'Liberia') THEN 'Africa' WHEN (`country_region` = 'Libya') THEN 'Africa' WHEN (`country_region` = 'Liechtenstein') THEN 'Europe' WHEN (`country_region` = 'Madagascar') THEN 'Africa' WHEN (`country_region` = 'Maldives') THEN 'Asia' WHEN (`country_region` = 'Mali') THEN 'Africa' WHEN (`country_region` = 'Mauritania') THEN 'Africa' WHEN (`country_region` = 'Mauritius') THEN 'Africa' WHEN (`country_region` = 'Monaco') THEN 'Europe' WHEN (`country_region` = 'Mongolia') THEN 'Asia' WHEN (`country_region` = 'Montenegro') THEN 'Europe' WHEN (`country_region` = 'Mozambique') THEN 'Africa' WHEN (`country_region` = 'Namibia') THEN 'Africa' WHEN (`country_region` = 'Nepal') THEN 'Asia' WHEN (`country_region` = 'Nicaragua') THEN 'North America' WHEN (`country_region` = 'Niger') THEN 'Africa' WHEN (`country_region` = 'Nigeria') THEN 'Africa' WHEN (`country_region` = 'Papua New Guinea') THEN 'Oceania' WHEN (`country_region` = 'Paraguay') THEN 'South America' WHEN (`country_region` = 'Rwanda') THEN 'Africa' WHEN (`country_region` = 'Saint Kitts and Nevis') THEN 'North America' WHEN (`country_region` = 'Saint Lucia') THEN 'North America' WHEN (`country_region` = 'Saint Vincent and the Grenadines') THEN 'North America' WHEN (`country_region` = 'Seychelles') THEN 'Africa' WHEN (`country_region` = 'Somalia') THEN 'Africa' WHEN (`country_region` = 'Sudan') THEN 'Africa' WHEN (`country_region` = 'Suriname') THEN 'South America' WHEN (`country_region` = 'Syria') THEN 'Asia' WHEN (`country_region` = 'Tanzania') THEN 'Africa' WHEN (`country_region` = 'Timor-Leste') THEN 'Asia' WHEN (`country_region` = 'Togo') THEN 'Africa' WHEN (`country_region` = 'Trinidad and Tobago') THEN 'South America' WHEN (`country_region` = 'Uganda') THEN 'Africa' WHEN (`country_region` = 'Uzbekistan') THEN 'Asia' WHEN (`country_region` = 'Zambia') THEN 'Africa' WHEN (`country_region` = 'Zimbabwe') THEN 'Africa' WHEN (`country_region` = 'Kosovo') THEN 'Europe' WHEN (`country_region` = 'West Bank and Gaza') THEN 'Asia' WHEN (`country_region` = '') THEN '' ELSE '' END )\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"STRING\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 13\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 63\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 222\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 272\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 322\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 373\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 421\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 471\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 536\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 592\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 639\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 690\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 745\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 800\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 846\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 904\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1014\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1113\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1163\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1231\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1288\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1336\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1386\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1436\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1485\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1535\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1583\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1632\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1682\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1732\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1828\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1873\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1918\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 1968\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2063\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2109\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2156\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2207\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2253\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2300\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2349\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2397\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2449\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2502\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2599\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2655\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2705\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2755\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2809\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2864\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2922\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 2971\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3018\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3067\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3177\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3229\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3278\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3329\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3375\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3425\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3472\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3525\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3578\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3677\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3727\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3778\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3829\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3884\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3932\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 3982\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4031\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4085\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4134\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4184\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4233\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4283\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4344\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4401\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4458\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4517\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4565\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4628\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4684\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4737\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4789\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4838\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4907\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 4964\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5015\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5073\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5123\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5179\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5227\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5274\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5331\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5384\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5433\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5484\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5551\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5598\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5719\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5830\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5881\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 5939\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6000\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6060\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6110\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6161\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6212\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6260\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6308\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6357\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6407\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6523\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6579\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6635\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6691\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6746\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6797\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6855\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6912\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 6960\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7011\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7056\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7106\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7154\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7210\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7263\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7312\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7359\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7412\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7464\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7513\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7562\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7615\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7668\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7718\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7764\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7823\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7871\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7921\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 7981\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8039\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8088\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8159\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8220\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8302\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8355\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8405\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8453\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8511\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8557\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8608\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8660\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8707\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8776\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8825\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8876\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8925\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 8976\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9025\n                        },\n                        {\n                            \"columnName\": \"`country_region`\",\n                            \"columnPosition\": 9084\n                        }\n                    ]\n                },\n                \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\": {\n                    \"templateId\": 427,\n                    \"id\": \"calculation_03525e1e-6878-407a-b0c2-667a9ff7ae00\",\n                    \"name\": \"Infected Count Today\",\n                    \"formula\": \"(SUM((CASE  WHEN (`is_latest` = 1) THEN `confirmed_total` END )) - (SUM((CASE  WHEN (`is_latest` = 1) THEN `deaths_total` END )) + SUM((CASE  WHEN (`is_latest` = 1) THEN `recovered_total` END ))))\",\n                    \"status\": \"VALID\",\n                    \"dataType\": \"DOUBLE\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 18\n                        },\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 40\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 85\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 107\n                        },\n                        {\n                            \"columnName\": \"`is_latest`\",\n                            \"columnPosition\": 148\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 170\n                        }\n                    ]\n                },\n                \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\": {\n                    \"templateId\": 453,\n                    \"id\": \"calculation_972e511f-d2e8-4012-a989-2a4586b77159\",\n                    \"name\": \"Currently Infected Sum (Merged from datasource: 28c03d15-ec4c-49b1-b12b-60044c708815)\",\n                    \"formula\": \"(sum(`confirmed`) - (sum(`deaths`) + sum(`recovered`)))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": true,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed`\",\n                            \"columnPosition\": 5\n                        },\n                        {\n                            \"columnName\": \"`deaths`\",\n                            \"columnPosition\": 25\n                        },\n                        {\n                            \"columnName\": \"`recovered`\",\n                            \"columnPosition\": 41\n                        }\n                    ]\n                },\n                \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\": {\n                    \"templateId\": 423,\n                    \"id\": \"calculation_aa907758-524a-4bcc-b6d7-9b735ee3f2c9\",\n                    \"name\": \"Currently Infected\",\n                    \"formula\": \"(`confirmed_total` - (`deaths_total` + `recovered_total`))\",\n                    \"status\": \"VALID\",\n                    \"persistedOnDataSource\": true,\n                    \"isAggregatable\": false,\n                    \"bignumber\": false,\n                    \"columnPositions\": [\n                        {\n                            \"columnName\": \"`confirmed_total`\",\n                            \"columnPosition\": 1\n                        },\n                        {\n                            \"columnName\": \"`deaths_total`\",\n                            \"columnPosition\": 22\n                        },\n                        {\n                            \"columnName\": \"`recovered_total`\",\n                            \"columnPosition\": 39\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"state\": \"SUCCESS\",\n    \"validConfiguration\": true,\n    \"validAccount\": true,\n    \"streamId\": 371,\n    \"transportType\": \"CONNECTOR\",\n    \"adc\": false,\n    \"adcExternal\": false,\n    \"cloudId\": \"domo\",\n    \"cloudName\": \"Domo\",\n    \"permissions\": \"READ_SHARE\",\n    \"hidden\": false,\n    \"tags\": \"[\\\"s_covid-19\\\",\\\"udt_MINUTE at undefined\\\",\\\"um_REPLACE\\\",\\\"covid-19\\\"]\",\n    \"scheduleActive\": true,\n    \"cryoStatus\": \"ADRENALINE\"\n}"}],"_postman_id":"c1b92bdf-873d-4251-93b4-606a7df05409"}],"id":"eff2e5e1-2fb1-48bc-bc52-9de0edc4662c","_postman_id":"eff2e5e1-2fb1-48bc-bc52-9de0edc4662c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Roles","item":[{"name":"Create a Role","id":"1f29c703-ac49-497c-a4e0-16b0a03e0b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"test\",\r\n    \"description\": \"deleteme\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f29c703-ac49-497c-a4e0-16b0a03e0b5b"},{"name":"List All Roles","id":"9a54ad14-d39f-4f45-9d07-e2d330972917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/roles","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a54ad14-d39f-4f45-9d07-e2d330972917"},{"name":"List All Grants","id":"ed8320d3-64ab-48d6-8be9-95f3f3101a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/authorities","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","authorities"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed8320d3-64ab-48d6-8be9-95f3f3101a39"},{"name":"Update Role Grants","id":"82de2c36-d6c8-48d2-88b4-3ac1f488d324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\"alert.edit\",\"alert.admin\",\"alert.actions\",\"appstore.admin\",\"appstore.edit\",\"appstore.read\",\"content.card.embed\",\"content.card.edit\",\"content.card.analyzerview\",\"content.page.edit\",\"content.export\",\"content.admin\",\"content.card.narrative.edit\",\"content.variable.edit\",\"codeengine.package.manage\",\"codeengine.package.admin\",\"authorization.roles\",\"audit\",\"customer.edit\",\"developer.token.manage\",\"domo.system.messages\",\"datastore.create\",\"datastore.admin\",\"account.admin\",\"account.view.all\",\"dataset.manage\",\"dataset.admin\",\"dataset.export\",\"dataset.account.create\",\"dataset.account.create.big.query\",\"workbench.download\",\"dataflow.manage\",\"dataflow.admin\",\"ml.execute\",\"dataflow.adrenaline\",\"dataflow.magic\",\"datascience.notebooks.create\",\"datascience.notebooks.admin\",\"publish.publication.create\",\"publish.space.admin\",\"publish.subscribers.manage\",\"domoapps.read\",\"domoapps.edit\",\"app.admin\",\"app.ddx\",\"form.create\",\"form.admin\",\"goal.edit\",\"goal.admin\",\"goal.distribute\",\"pipeline.executor.job.create\",\"pipeline.executor.job.admin\",\"saasaas.edit\",\"versions.deployment.manage\",\"versions.repository.create\",\"versions.repository.admin\",\"buzz.admin\",\"user.edit\",\"user.invite\",\"group.edit\",\"group.admin\",\"profile.achieve.assign\",\"tasks.admin\",\"certifiedcontent.admin\",\"certifiedcontent.request\",\"workflow.create\",\"workflow.admin\"]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/{{role_id}}/authorities","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles","{{role_id}}","authorities"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"82de2c36-d6c8-48d2-88b4-3ac1f488d324"},{"name":"Get Role Grants","id":"d613e0b6-ce23-414a-be62-edb37ad8cd0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/{{role_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles","{{role_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d613e0b6-ce23-414a-be62-edb37ad8cd0a"},{"name":"Update Role metadata","id":"6192070f-0e70-477f-b127-b9690d7c4ccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"admin_reset_account\",\r\n    \"description\": \"administer accounts and group\",\r\n    \"id\": {{role_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/{{role_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles","{{role_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6192070f-0e70-477f-b127-b9690d7c4ccc"},{"name":"Add user to Role","id":"d27ac74e-113d-43da-8bdb-63c4423d1230","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[{{user_id}}]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/{{role_id}}/users","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles","{{role_id}}","users"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d27ac74e-113d-43da-8bdb-63c4423d1230"},{"name":"Get members of Role","id":"baaf1cad-7865-40c8-b0ec-638eb289be91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/{{role_id}}/users","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["authorization","v1","roles","{{role_id}}","users"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"baaf1cad-7865-40c8-b0ec-638eb289be91"},{"name":"Set Default Role","id":"63a7f9b2-e9c8-4a43-b4e9-392cbf7b8b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"user.roleid.default\",\r\n    \"value\": {{role_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/user.roleid.default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","user.roleid.default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"63a7f9b2-e9c8-4a43-b4e9-392cbf7b8b64"},{"name":"Set Default Role Copy","id":"48455b3d-f746-496c-8573-8daeff9b7ab5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"user.roleid.default\",\r\n    \"value\": {{role_id}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/user.roleid.default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","user.roleid.default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"48455b3d-f746-496c-8573-8daeff9b7ab5"}],"id":"b8be7647-dc09-4f95-abec-3d98dd4f9107","_postman_id":"b8be7647-dc09-4f95-abec-3d98dd4f9107","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Account","item":[{"name":"List Datasets powered by an Account","id":"948c431c-56c6-43a5-93a3-502a8b0e6177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/datasources/account/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","datasources","account","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"948c431c-56c6-43a5-93a3-502a8b0e6177"},{"name":"List Accounts","id":"ce39411a-0188-4faa-b34d-02e6ff938610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/datasources/providers","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v2","datasources","providers"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce39411a-0188-4faa-b34d-02e6ff938610"},{"name":"Update Account config","id":"9dbe5cca-b00e-4ef4-bff5-efd3aded20ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/providers/{{account_provider_type}}/account/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","providers","{{account_provider_type}}","account","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dbe5cca-b00e-4ef4-bff5-efd3aded20ff"},{"name":"Share Account","id":"ef290ee3-b31e-443f-8e38-fb5f74a07894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"id\":\"1783863312\",\"type\":\"USER\",\"permissions\":[\"READ\"]}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts/{{account_id}}/share","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","{{account_id}}","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef290ee3-b31e-443f-8e38-fb5f74a07894"},{"name":"Delete Account","id":"4c0ab330-22c1-4fbf-88c2-a4282841e837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts/{{account_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accounts","{{account_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c0ab330-22c1-4fbf-88c2-a4282841e837"}],"id":"31a850dd-ccac-4940-8a11-1588397f6170","_postman_id":"31a850dd-ccac-4940-8a11-1588397f6170","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"User","item":[{"name":"Get All Users","id":"17a940f3-04f6-4e08-8914-4955bf5ce5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{instance}}.domo.com/api/content/v2/users","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of users</p>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; People</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934314-Generating-a-List-of-Users\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of users with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","users"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"427f7f5c-a900-48b9-a715-a22958e8aaec","name":"Get All Users - exampe","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"url":"https://{{domo_instance}}.domo.com/api/content/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 16:24:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding, User-Agent"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 0,\n        \"invitorUserId\": 2,\n        \"displayName\": \"monitor\",\n        \"userName\": \"monitor\",\n        \"emailAddress\": \"monitor@domo.com\",\n        \"accepted\": false,\n        \"userType\": \"DOMO_SUPPORT\",\n        \"timeZone\": \"Etc/GMT+7\",\n        \"modified\": 1588877394091,\n        \"created\": 1464820854,\n        \"role\": \"Privileged\",\n        \"roleId\": 1,\n        \"rights\": 31,\n        \"active\": true,\n        \"systemUser\": true,\n        \"anonymous\": true,\n        \"pending\": true\n    }\n   \n]"}],"_postman_id":"17a940f3-04f6-4e08-8914-4955bf5ce5a6"},{"name":"Search Users","id":"4459eeb1-28a7-4687-8b0d-ba2d2792f679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"showCount\": true,\n    \"count\": false,\n    \"includeDeleted\": false,\n    \"includeSupport\": false,\n    \"limit\": 200,\n    \"offset\": 0,\n    \"sort\": {\n        \"field\": \"displayName\",\n        \"order\": \"ASC\"\n    },\n    \"filters\": [\n        {\n            \"filterType\": \"text\",\n            \"field\" : \"emailAddress\",\n            \"text\": \"iain.congdon@domo.com\"\n        }\n    ]\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/users/search","description":"<h4 id=\"description-usage\">Description (usage)</h4>\n<p>Get the list of users</p>\n<p>NOTE</p>\n<ul>\n<li>the difference between POST and GET is unclear. Admin &gt;People appears to use POST, but GET also works occassionally</li>\n<li>the search does not appear to be case sensitive (tested on emailAddress)</li>\n</ul>\n<h4 id=\"ui-reference\"><strong>UI reference</strong></h4>\n<p>Admin section -&gt; People</p>\n<h4 id=\"resources\"><strong>Resources</strong></h4>\n<p><a href=\"https://domohelp.domo.com/hc/en-us/articles/360042934314-Generating-a-List-of-Users\">Link to KB</a></p>\n<h4 id=\"required-parameters\">Required parameters</h4>\n<p>N/A</p>\n<h4 id=\"optional-parameters\">Optional parameters</h4>\n<p>N/A</p>\n<h4 id=\"return-value\"><strong>Return value</strong></h4>\n<ul>\n<li>Array of users with properties</li>\n</ul>\n<p>Please refer to the example below:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["identity","v1","users","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"f7c19934-877d-4bf5-b275-1df5166fe649","name":"search by id","originalRequest":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"showCount\": true,\n    \"count\": false,\n    \"includeDeleted\": false,\n    \"includeSupport\": false,\n    \"filters\": [\n      {\n          \"field\" : \"id\",\n          \"filterType\" : \"value\",\n          \"values\" : [\"1069862308\"],\n          \"operator\": \"EQ\"\n\n\n\n\n      }\n    ]\n  }","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/identity/v1/users/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 06 May 2022 16:55:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"users\": [\n        {\n            \"attributes\": [\n                {\n                    \"key\": \"id\",\n                    \"values\": [\n                        1069862308\n                    ]\n                },\n                {\n                    \"key\": \"displayName\",\n                    \"values\": [\n                        \"Thomas Brown\"\n                    ]\n                },\n                {\n                    \"key\": \"userName\",\n                    \"values\": [\n                        \"Thomas.Brown@everywhere.com\"\n                    ]\n                },\n                {\n                    \"key\": \"emailAddress\",\n                    \"values\": [\n                        \"Thomas.Brown@everywhere.com\"\n                    ]\n                },\n                {\n                    \"key\": \"roleId\",\n                    \"values\": [\n                        1\n                    ]\n                }\n            ],\n            \"roleId\": 1,\n            \"emailAddress\": \"Thomas.Brown@everywhere.com\",\n            \"userName\": \"Thomas.Brown@everywhere.com\",\n            \"displayName\": \"Thomas\",\n            \"id\": 1069862308\n        }\n    ]\n}"},{"id":"6425b01b-a7b9-4d56-b91b-38f6e98d8eb2","name":"search by email","originalRequest":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"showCount\": true,\n    \"count\": false,\n    \"includeDeleted\": false,\n    \"includeSupport\": false,\n    \"limit\": 200,\n    \"offset\": 0,\n    \"sort\": {\n        \"field\": \"displayName\",\n        \"order\": \"ASC\"\n    },\n    \"filters\": [\n        {\n            \"filterType\": \"text\",\n            \"field\" : \"emailAddress\",\n            \"text\": \"iain.congdon@domo.com\"\n        }\n    ]\n\n}\n","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/identity/v1/users/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 09 May 2022 18:58:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"users\": [\n        {\n            \"attributes\": [\n                {\n                    \"key\": \"id\",\n                    \"values\": [\n                        1069862308\n                    ]\n                },\n                {\n                    \"key\": \"displayName\",\n                    \"values\": [\n                        \"Iain Congdon - Domo\"\n                    ]\n                },\n                {\n                    \"key\": \"userName\",\n                    \"values\": [\n                        \"iain.congdon@domo.com\"\n                    ]\n                },\n                {\n                    \"key\": \"emailAddress\",\n                    \"values\": [\n                        \"iain.congdon@domo.com\"\n                    ]\n                },\n                {\n                    \"key\": \"roleId\",\n                    \"values\": [\n                        1\n                    ]\n                }\n            ],\n            \"roleId\": 1,\n            \"emailAddress\": \"iain.congdon@domo.com\",\n            \"userName\": \"iain.congdon@domo.com\",\n            \"displayName\": \"Iain Congdon - Domo\",\n            \"id\": 1069862308\n        }\n    ]\n}"}],"_postman_id":"4459eeb1-28a7-4687-8b0d-ba2d2792f679"},{"name":"Reset User Password","id":"3faaddcb-d492-4c16-9ab1-108697a10189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"domoUserId\": {{user_id}},\r\n    \"password\": {{domo_password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/password","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["identity","v1","password"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3faaddcb-d492-4c16-9ab1-108697a10189"},{"name":"Create a User","id":"61025535-b0db-41e9-ae2a-c5176167f8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"displayName\":\"user_name\",\"detail\":{\"email\":\"user_email@fake.com\"},\"roleId\":1}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/users","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v3","users"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"61025535-b0db-41e9-ae2a-c5176167f8d1"},{"name":"SET- Landing Page","id":"f11bde9e-a67d-4aac-8202-aaa487ddb579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/landings/target/DESKTOP/entity/PAGE/id/{{page_id}}/{{user_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","landings","target","DESKTOP","entity","PAGE","id","{{page_id}}","{{user_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f11bde9e-a67d-4aac-8202-aaa487ddb579"},{"name":"Get User by Id_v3","id":"7c1118cb-b0b5-4fa8-8dcc-58cb42b6988c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v3/users/{{user_id}}?includeDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v3","users","{{user_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[],"_postman_id":"7c1118cb-b0b5-4fa8-8dcc-58cb42b6988c"},{"name":"Get User by Id_v3 Copy","id":"09cccd57-ef98-4bbd-9896-1a02414e68a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/content/v3/users/{{user_id}}?includeDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v3","users","{{user_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"includeDetails","value":"true"}],"variable":[]}},"response":[],"_postman_id":"09cccd57-ef98-4bbd-9896-1a02414e68a1"},{"name":"Get User by Id_v2","id":"5dbcabf1-fe3a-4e05-88b8-eb54c5564963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/users/{{user_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","users","{{user_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dbcabf1-fe3a-4e05-88b8-eb54c5564963"},{"name":"Test AccessToken // validates \"me\"","id":"dded45d5-98f6-45c2-8157-ba3f4bdf3204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-DOMO-Developer-Token","value":"{{domo_access_token}}","type":"text"}],"url":"https://domo-dojo.domo.com/api/content/v2/users/me","urlObject":{"protocol":"https","path":["api","content","v2","users","me"],"host":["domo-dojo","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dded45d5-98f6-45c2-8157-ba3f4bdf3204"}],"id":"fce853e0-2e69-445f-ac85-fef63fcd16da","description":"<h3 id=\"user-folder\">User folder</h3>\n<p>Folder contains the set of documented API about users followed by the list of API:</p>","_postman_id":"fce853e0-2e69-445f-ac85-fef63fcd16da","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Sandbox / Versions","item":[{"name":"Search Sandbox","id":"fb85cd6d-a740-40f6-9554-8493a25a42eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": {\r\n        \"offset\": 0,\r\n        \"limit\": 50,\r\n        \"fieldSearchMap\": {},\r\n        \"sort\": \"started\",\r\n        \"order\": \"desc\",\r\n        \"filters\": {\r\n            \"userId\": null\r\n        },\r\n        \"dateFilters\": {}\r\n    },\r\n    \"shared\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/repositories/search","description":"<p>Change the shared parameter between True and False to see shared versus local repos</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["version","v1","repositories","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"ae755aec-dff8-407f-ba47-8a75e4923ceb","name":"My Repositories","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": {\r\n        \"offset\": 0,\r\n        \"limit\": 50,\r\n        \"fieldSearchMap\": {},\r\n        \"sort\": \"lastCommit\",\r\n        \"order\": \"desc\",\r\n        \"filters\": {\r\n            \"userId\": null\r\n        },\r\n        \"dateFilters\": {}\r\n    },\r\n    \"shared\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/version/v1/repositories/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Nov 2022 22:12:45 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"3646f5d5-6c56-4901-9401-9e8b223576c4","name":"Shared Repositories","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"query\":{\"offset\":0,\"limit\":50,\"fieldSearchMap\":{},\"sort\":\"started\",\"order\":\"desc\",\"filters\":{\"userId\":null},\"dateFilters\":{}},\"shared\":true}","options":{"raw":{"language":"json"}}},"url":"https://{{domo_instance}}.domo.com/api/version/v1/repositories/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 03 Nov 2022 22:14:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"repositories\": [],\n    \"pageContext\": {\n        \"count\": 0,\n        \"totalCount\": 0,\n        \"offSet\": 0\n    }\n}"}],"_postman_id":"fb85cd6d-a740-40f6-9554-8493a25a42eb"},{"name":"GET Repository Definition","id":"4847c86d-83ec-4700-907b-83a964e7dd27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/version/v1/repositories/{{version_repository_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["version","v1","repositories","{{version_repository_id}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4847c86d-83ec-4700-907b-83a964e7dd27"}],"id":"80e89675-573b-4759-82aa-4765b90f63ea","_postman_id":"80e89675-573b-4759-82aa-4765b90f63ea","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"DomoJupyter","item":[{"name":"search for notebooks","id":"ad377a4a-e178-4db8-9cef-02d489464a73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua","value":"\"Not/A)Brand\";v=\"99\", \"Opera\";v=\"101\", \"Chromium\";v=\"115\""},{"key":"x-csrf-token","value":"20a1a233-020a-433a-bf1c-ce887fad4164"},{"key":"accept-language","value":"en"},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 OPR/101.0.0.0"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"Referer","value":""},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"KHKBPQ32QV-RKDRQ\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"sec-ch-ua-platform","value":"\"Windows\""}],"body":{"mode":"raw","raw":"{\"filters\":[{\"type\":\"DATA_FLOW_ID\",\"values\":[16]}]}"},"url":"https://{{instance}}.domo.com/api/datascience/v1/search/notebooks","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","search","notebooks"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad377a4a-e178-4db8-9cef-02d489464a73"},{"name":"get workspaces","id":"92a49c72-b255-4331-93e5-8e79f89f92b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://{{instance}}.domo.com/api/datascience/v1/workspaces/","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","workspaces",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"92a49c72-b255-4331-93e5-8e79f89f92b7"},{"name":"Download Notebook Content","id":"188e81d9-298b-40eb-9df7-913d5dee509b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{domo_instance}}.{{service_location}}/{{service_prefix}}/api/contents?content={{content_id}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["{{service_prefix}}","api","contents"],"host":["{{domo_instance}}","{{service_location}}"],"query":[{"key":"content","value":"{{content_id}}"}],"variable":[]}},"response":[],"_postman_id":"188e81d9-298b-40eb-9df7-913d5dee509b"},{"name":"Get Workspace","event":[{"listen":"test","script":{"id":"e25113c7-493e-4fb0-85c1-3c19460b2202","exec":["// Test to check for an invalid response\r","pm.test(\"Response is not empty and has required properties\", function () {\r","    var jsonData = pm.response.json();\r","    \r","    pm.expect(jsonData).to.not.be.empty;\r","    pm.expect(jsonData).to.have.property('id');\r","    pm.expect(jsonData).to.have.property('name');\r","    pm.expect(jsonData).to.have.property('instances');\r","    pm.expect(jsonData).to.have.property('inputConfiguration');\r","    pm.expect(jsonData).to.have.property('outputConfiguration');\r","    pm.expect(jsonData).to.have.property('owner');\r","    pm.expect(jsonData).to.have.property('bootstrapKernel');\r","    pm.expect(jsonData).to.have.property('migrateFiles');\r","    pm.expect(jsonData).to.have.property('jupyterKernel');\r","    pm.expect(jsonData).to.have.property('cpu');\r","    pm.expect(jsonData).to.have.property('memory');\r","    pm.expect(jsonData).to.have.property('timeoutHours');\r","    pm.expect(jsonData).to.have.property('instanceTypes');\r","    pm.expect(jsonData).to.have.property('sharingEnabled');\r","    pm.expect(jsonData).to.have.property('accountConfiguration');\r","    pm.expect(jsonData).to.have.property('collectionConfiguration');\r","    pm.expect(jsonData).to.have.property('fileshareConfiguration');\r","    pm.expect(jsonData).to.have.property('activityBasedTimeout');\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"a71b3d22-0e46-486b-9ab3-ea21a7de7234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"}],"url":"https://{{instance}}.domo.com/api/datascience/v1/workspaces/{{jupyter_workspace}}","description":"<p>This endpoint retrieves information about a specific Jupyter workspace in the Data Science API. The response is in JSON format and includes details such as the workspace ID, name, description, creation and update timestamps, last run information, instances, input and output configurations, owner and co-owners, kernel settings, resource allocation, sharing status, account configuration, and other related configurations.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"id\": { \"type\": \"string\" },\n    \"name\": { \"type\": \"string\" },\n    \"description\": { \"type\": \"string\" },\n    \"created\": { \"type\": \"string\" },\n    \"updated\": { \"type\": \"string\" },\n    \"lastRun\": { \"type\": \"string\" },\n    \"instances\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"started\": { \"type\": \"string\" },\n          \"lastActivity\": { \"type\": \"string\" },\n          \"url\": { \"type\": \"string\" },\n          \"status\": { \"type\": \"string\" },\n          \"userId\": { \"type\": \"integer\" }\n        }\n      }\n    },\n    \"inputConfiguration\": { \"type\": \"array\" },\n    \"outputConfiguration\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"dataSourceId\": { \"type\": \"string\" },\n          \"alias\": { \"type\": \"string\" },\n          \"streamId\": { \"type\": \"integer\" }\n        }\n      }\n    },\n    \"owner\": { \"type\": \"integer\" },\n    \"coOwners\": { \"type\": \"array\" },\n    \"bootstrapKernel\": { \"type\": \"boolean\" },\n    \"migrateFiles\": { \"type\": \"boolean\" },\n    \"jupyterKernel\": { \"type\": \"string\" },\n    \"cpu\": { \"type\": \"integer\" },\n    \"memory\": { \"type\": \"integer\" },\n    \"timeoutHours\": { \"type\": \"integer\" },\n    \"instanceTypes\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"cpu\": { \"type\": \"integer\" },\n          \"memory\": { \"type\": \"integer\" }\n        }\n      }\n    },\n    \"sharingEnabled\": { \"type\": \"boolean\" },\n    \"accountConfiguration\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"account_id\": { \"type\": \"integer\" },\n          \"alias\": { \"type\": \"string\" }\n        }\n      }\n    },\n    \"collectionConfiguration\": { \"type\": \"array\" },\n    \"fileshareConfiguration\": { \"type\": \"array\" },\n    \"activityBasedTimeout\": { \"type\": \"boolean\" }\n  }\n}\n\n</code></pre>\n<ul>\n<li><p>status (number): The status code of the response.</p>\n</li>\n<li><p>statusReason (string): The reason for the status code.</p>\n</li>\n<li><p>message (string): Additional information about the error.</p>\n</li>\n<li><p>toe (string): An additional field related to the error.</p>\n</li>\n</ul>\n<p>Add a description for the 400 Bad Request response.</p>\n<p>This endpoint retrieves details of a specific Jupyter workspace within the Domo instance.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>GET https://{{domo_instance}}.domo.com/api/datascience/v1/workspaces/{{jupyter_workspace}}</code></p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"\",\n    \"name\": \"\",\n    \"description\": \"\",\n    \"created\": \"\",\n    \"updated\": \"\",\n    \"lastRun\": \"\",\n    \"instances\": [\n        {\n            \"started\": \"\",\n            \"lastActivity\": \"\",\n            \"url\": \"\",\n            \"status\": \"\",\n            \"userId\": 0\n        }\n    ],\n    \"inputConfiguration\": [],\n    \"outputConfiguration\": [\n        {\n            \"dataSourceId\": \"\",\n            \"alias\": \"\",\n            \"streamId\": 0\n        }\n    ],\n    \"owner\": 0,\n    \"coOwners\": [],\n    \"bootstrapKernel\": true,\n    \"migrateFiles\": true,\n    \"jupyterKernel\": \"\",\n    \"cpu\": 0,\n    \"memory\": 0,\n    \"timeoutHours\": 0,\n    \"instanceTypes\": [\n        {\n            \"cpu\": 0,\n            \"memory\": 0\n        }\n    ],\n    \"sharingEnabled\": true,\n    \"accountConfiguration\": [\n        {\n            \"account_id\": 0,\n            \"alias\": \"\"\n        }\n    ],\n    \"collectionConfiguration\": [],\n    \"fileshareConfiguration\": [],\n    \"activityBasedTimeout\": true\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","workspaces","{{jupyter_workspace}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a71b3d22-0e46-486b-9ab3-ea21a7de7234"},{"name":"https://domo-community.jupyter-prod1.domodatascience.com/hub/login?next=%2Fhub%2Fapi%2Foauth2%2Fauthorize%3Fclient_id%3Djupyterhub-user-domo-community-1893952720-1cfe9db4%26redirect_uri%3D%252Fuser%252Fdomo-community-1893952720%252F1cfe9db4%252Foauth_call","id":"09b99425-1022-4368-995d-0a63eba9d963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Upgrade-Insecure-Requests","value":"1"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Accept","value":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"},{"key":"Sec-Fetch-Site","value":"cross-site"},{"key":"Sec-Fetch-Mode","value":"navigate"},{"key":"Sec-Fetch-User","value":"?1"},{"key":"Sec-Fetch-Dest","value":"iframe"},{"key":"Sec-Fetch-Storage-Access","value":"active"},{"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":"\"Windows\""},{"key":"host","value":"domo-community.jupyter-prod1.domodatascience.com"}],"url":"https://domo-community.jupyter-prod1.domodatascience.com/hub/login?next=%2Fhub%2Fapi%2Foauth2%2Fauthorize%3Fclient_id%3Djupyterhub-user-domo-community-1893952720-1cfe9db4%26redirect_uri%3D%252Fuser%252Fdomo-community-1893952720%252F1cfe9db4%252Foauth_callback%26response_type%3Dcode%26state%3DeyJ1dWlkIjogIjViZmIyNDliMTNlNzQ3NmM5ZDE4OWQ5MzQzODE5YjMyIiwgIm5leHRfdXJsIjogIi91c2VyL2RvbW8tY29tbXVuaXR5LTE4OTM5NTI3MjAvMWNmZTlkYjQvbGFiPyJ9","urlObject":{"protocol":"https","path":["hub","login"],"host":["domo-community","jupyter-prod1","domodatascience","com"],"query":[{"key":"next","value":"%2Fhub%2Fapi%2Foauth2%2Fauthorize%3Fclient_id%3Djupyterhub-user-domo-community-1893952720-1cfe9db4%26redirect_uri%3D%252Fuser%252Fdomo-community-1893952720%252F1cfe9db4%252Foauth_callback%26response_type%3Dcode%26state%3DeyJ1dWlkIjogIjViZmIyNDliMTNlNzQ3NmM5ZDE4OWQ5MzQzODE5YjMyIiwgIm5leHRfdXJsIjogIi91c2VyL2RvbW8tY29tbXVuaXR5LTE4OTM5NTI3MjAvMWNmZTlkYjQvbGFiPyJ9"}],"variable":[]}},"response":[],"_postman_id":"09b99425-1022-4368-995d-0a63eba9d963"}],"id":"6540a6c7-ef46-4038-a637-d1ad16481725","_postman_id":"6540a6c7-ef46-4038-a637-d1ad16481725","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"CodeEngine","item":[{"name":"New Request","id":"9a3d4c8d-e949-4c59-a40b-0dfdab124baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"9a3d4c8d-e949-4c59-a40b-0dfdab124baa"},{"name":"update package - \"save button\"","id":"cb35d20c-39ca-469d-9046-f208d697a866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"cookie","value":"eb03b5b0dbaeb744_cfid=422f582c690c02737679513hce089b44413003531jcb9d7a5i0f56c54cafcbbi5b8g4b6b60a15024c11ha8707h9a3c4h27650e1e1bbj422546b9802a8ic74f3h; did=1349600775; _pubweb_is_cus=true; s_fid=3145B0C4CF8D2FA4-1ABB73F9AFDCA573; s_cc=true; _gcl_au=1.1.449642221.1712691465; _clck=2d5ywg%7C2%7Cfl5%7C0%7C1573; _gac_UA-51290288-1=1.1713790327.Cj0KCQjwlZixBhCoARIsAIC745BdM9NKMB1Psjd3-iC8AVA4Bj35EoU7RRCUuaWKpFy5_P2JN6laFkIaAsR8EALw_wcB; _gid=GA1.2.1905289765.1713919988; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; CENTERVIEWSESSIONID=1351541814-mmmm-0034-3815; amplitude_id_c68dc3f20888d7c6242144da91c31629domo.com=eyJkZXZpY2VJZCI6IjIyMWU0NDFiLTE0ZDktNDU2NS05NjNkLWYzZjkwYmUyOTJiZlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTcxNDA1NDAzNjEyNSwibGFzdEV2ZW50VGltZSI6MTcxNDA1NDAzNjEzNCwiZXZlbnRJZCI6NywiaWRlbnRpZnlJZCI6MjcsInNlcXVlbmNlTnVtYmVyIjozNH0=; s_vnum=1965152264702%26vn%3D5; s_sq=%5B%5BB%5D%5D; intercom-device-id-t2q61wxb=d0095201-6bfa-4115-87b4-2730e479e23c; _ga_3K8W5YY8TT=GS1.1.1714061767.1.0.1714061767.0.0.0; _ga_3RM9SF8PCZ=GS1.1.1714068644.9.1.1714068652.52.0.0; _ga_KCXF7VX0J3=GS1.1.1714068503.2.1.1714068734.0.0.0; redirectUrl=%2Fdomoapp%2Fcard%2Fedit%2F1371251823%3Fpage%3D310817712%26details%3Dtrue; _ga=GA1.1.826560041.1712324965; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzE0MTczMjU1MDAwLCJobWFjU2lnbmF0dXJlIjoiYmI0ZGI4YzAzNmE4MTFhOGJmNDhkNGMzODYyNjY0MDcyZTQ4YWE1MjYyNDZmYzZkYTY1OTM1NjgxNmFhMzk3ZSIsInNpZCI6IjJiZWJhY2E4LTgwNzEtNGE4MS1iYWUwLTJiY2RiMzYzODExNiIsInRpbWVzdGFtcCI6MTcxNDE0NDQ1NTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; _ga_P3SE4R9WJH=GS1.1.1714144652.17.0.1714144652.0.0.0; _ga_ZH4TQCL1RC=GS1.1.1714144758.4.0.1714144758.60.0.0; SESSION_TOE=6MLRNTAMF4; mbox=session#492051754a4f488089a47408ef09ca3d#1714147330; _dsidv1=ba544d49-a254-4687-90df-9d9eb65c787d; _pubweb_idc=mmmm-0034-3815_#_freemium; csrf-token=58c4eb63-b31d-4cb3-8bf5-256a6d950df4; amp_c68dc3=SoVrd2IcxjDf8dOwX6PHAm.MUU5NkE3REQ5RDQ1MDFDNzkwNzdCNEFEOUU2QTQ1OTg1NjgyNDA0N0ZBRTlCNDMzOThGRUE0RkY3MjAyQTJFMg==..1hsde3grr.1hsdghn0n.k6.3f.nl; DA-SID-prod4-mmmm-0034-3815=eyJjdXN0b21lcklkIjoibW1tbS0wMDM0LTM4MTUiLCJleHBpcmF0aW9uIjoxNzE0MTc0NTk1MDAwLCJobWFjU2lnbmF0dXJlIjoiZjllYjk3ZjdjZjhjMGU3Y2JlMGNiNWI0ZDUwOGFiODc0MjliZWNmZTZiODgxM2EyMWFlZDI0YjUxN2RmNzdlYiIsInNpZCI6ImQ3N2E2NTEzLTI3MDctNDgwMS04NWVjLTMwMzRiMmNhODZkZCIsInRpbWVzdGFtcCI6MTcxNDE0NTc5NTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxMzUxNTQxODE0In0%3D; DA-SID-prod15-mmmm-0023-2211=eyJjdXN0b21lcklkIjoibW1tbS0wMDIzLTIyMTEiLCJleHBpcmF0aW9uIjoxNzE0MTc0NjY4MDAwLCJobWFjU2lnbmF0dXJlIjoiNDA2Zjc4MGNjNWI4ZDk4MjFlNzA1NDNlNzAwOGVhOTczYzExZmZhM2M4YzgzNWUxYzdiMjczZjhjMGYwZTRhNSIsInNpZCI6IjIyODU5ZTBhLTMzNDktNDNiOS05NDUzLTk1ZjU1ZWNkYWFkMiIsInRpbWVzdGFtcCI6MTcxNDE0NTg2ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxMzgwMzY2Mjg3In0%3D; intercom-session-t2q61wxb=Zm83WWlqZnRRNWJZcmdncDlyYWFYVk5YbFlhc1UrbVpoeVhlNUZ4NW1pK1VUTml2cERvL0JDRThxQnhLblVzTC0tb0MyNXZ4V0JsMThLTGlaRCtoU3JGdz09--74a3efcd4a6b7cd63b5fb344d2c71bce2f931144"},{"key":"origin","value":"https://datacrew-space.domo.com"},{"key":"sec-ch-ua","value":"\"Opera\";v=\"109\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"},{"key":"x-csrf-token","value":"58c4eb63-b31d-4cb3-8bf5-256a6d950df4"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"6MLRNTAMF4-1US0T\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"import codeengine\\nimport json\\nimport requests\\nfrom typing import Any, Callable\\n \\ndef retrieve_account_creds(\\n    account_name: str, is_abstract: bool = False, is_json: bool = True\\n):\\n    creds = codeengine.get_account(account_name)\\n    creds = creds[\\\"properties\\\"]\\n\\n    if not is_abstract:\\n        return creds\\n\\n    creds = creds[\\\"credentials\\\"]\\n\\n    if is_json:\\n        creds = json.loads(creds)\\n\\n    return creds\\n\\n\\ndef generate_auth_header(\\n    account_name: str,  # must pass account name of access_token account type\\n    headers: dict = None,\\n    debug_prn: bool = False,\\n):\\n    headers = headers or {}\\n\\n    creds = retrieve_account_creds(\\n        account_name=account_name, is_abstract=False, is_json=True\\n    )\\n\\n    if debug_prn:\\n        print(creds)\\n\\n    return {**headers, \\\"x-domo-developer-token\\\": creds[\\\"domoAccessToken\\\"]}\\n\\n\\ndef get_data(\\n    method: str,\\n    url: str,\\n    account_name: str,  # map to a shared account where account_name is a domo_instance and account type is an access token\\n    headers: dict = None,\\n    params: dict = None,\\n    body_json: dict = None,\\n    body_str: str = None,\\n    debug_api: bool = False,\\n):\\n\\n    headers = generate_auth_header(account_name=account_name, headers=headers)\\n\\n    if debug_api:\\n        from pprint import pprint\\n\\n        pprint(\\n            {\\n                \\\"headers\\\": headers,\\n                \\\"url\\\": url,\\n                \\\"method\\\": method,\\n                \\\"body\\\": body_str or body_json,\\n            }\\n        )\\n\\n    res = None\\n    if not body_json and not body_str:\\n        res = requests.request(method=method, url=url, headers=headers, params=params)\\n\\n    if body_json and not res:\\n        res = requests.request(\\n            method=method, url=url, headers=headers, params=params, json=body_json\\n        )\\n    if body_str and not res:\\n        res = requests.request(\\n            method=method, url=url, headers=headers, params=params, body=body_str\\n        )\\n\\n    if not res.ok:\\n        res.raise_for_status()\\n\\n    return {\\\"status\\\": res.status_code, \\\"response\\\": res.json(), \\\"is_success\\\": res.ok}\\n\\n\\ndef looper(\\n    account_name: str,\\n    url: str,\\n    loop_config: dict,\\n    method: str = \\\"POST\\\",\\n    body: dict = None,\\n    offset_params_in_body: bool = False,\\n    offset_params: dict = None,\\n    fixed_params: dict = None,\\n    loop_until_end: bool = False,\\n    limit=1000,\\n    skip=0,\\n    maximum=0,\\n    debug_api: bool = False,\\n    debug_loop: bool = False,\\n) -> dict:\\n\\n    # don't set mutable objects as default values in a function.\\n    if not isinstance(body, dict):\\n      body = {}\\n      \\n    if not isinstance(offset_params, dict):\\n      offset_params = {\\\"offset\\\": \\\"offset\\\", \\\"limit\\\": \\\"limit\\\"}\\n      \\n    if not isinstance(fixed_params, dict):\\n      fixed_params = {}\\n\\n    #set base loop objects\\n    res = None\\n    allRows = []\\n    isLoop = True\\n\\n    if maximum != 0 and maximum <= limit and not loop_until_end:\\n        limit = maximum\\n\\n    while isLoop:\\n      params = {**fixed_params}\\n      \\n      if not offset_params_in_body:\\n          params.update(\\n              {offset_params[\\\"offset\\\"]: skip, offset_params[\\\"limit\\\"]: limit}\\n          )\\n\\n      else:\\n        body.update(\\n              {offset_params[\\\"offset\\\"]: skip, offset_params[\\\"limit\\\"]: limit}\\n          )\\n\\n      if debug_loop:\\n          print(f\\\"\\\\n🚀 Retrieving records {skip} through {skip + limit} via {url}\\\")\\n          \\n      res= get_data(\\n          account_name=account_name,\\n          url=url,\\n          method=method,\\n          params=params,\\n          body_json = body,\\n          debug_api=debug_api,\\n      )\\n\\n      try:\\n          newRecords = loop_config['arr_fn'](res)\\n\\n      except Exception as e:\\n          raise Exception(f\\\"error processing arr_fn function - {str(e)}\\\")\\n\\n      allRows += newRecords\\n\\n      if len(newRecords) == 0 or len(newRecords) < limit:\\n          isLoop = False\\n\\n      if maximum > 0 and len(allRows) >= maximum and not loop_until_end:\\n          isLoop = False\\n\\n      if debug_loop:\\n          print({\\\"all_rows\\\": len(allRows), \\\"new_records\\\": len(newRecords)})\\n          print(f\\\"skip: {skip}, limit: {limit}\\\")\\n\\n      if maximum >0 and skip + limit > maximum and not loop_until_end:\\n          limit = maximum - len(allRows)\\n\\n      skip += len(newRecords)\\n      \\n    if debug_loop:\\n        print(\\n            f\\\"\\\\n🎉 Success - {len(allRows)} records retrieved from {url} in query looper\\\\n\\\"\\n        )\\n\\n    res.update({\\\"response\\\" : allRows})\\n    return res\\n\\n\\ndef get_all_groups(\\n  account_name: str, \\n  debug_api: bool = False,\\n  debug_loop: bool = False\\n):\\n\\n    url = f\\\"https://{account_name}.domo.com/api/content/v2/groups/grouplist\\\"\\n    skip = 0\\n\\n    def arr_fn(res):\\n        return res[\\\"response\\\"]\\n\\n    return looper(\\n        offset_params={\\\"offset\\\": \\\"offset\\\", \\\"limit\\\": \\\"limit\\\"},\\n        loop_config={\\\"arr_fn\\\": arr_fn},\\n        loop_until_end=True,\\n        maximum = 0,\\n        limit=30,\\n        skip=skip,\\n        url=url,\\n        method=\\\"GET\\\",\\n        offset_params_in_body = False,\\n        account_name=account_name,\\n        debug_loop=debug_loop,\\n        debug_api=debug_api,\\n    )\\n\\n\\ndef get_group_by_id(\\n    group_id,\\n    account_name: str,  # account_name should be a domo_instance and map to a shared account_object of type access_token\\n    debug_api: bool = False,\\n):\\n    url = f\\\"https://{account_name}.domo.com/api/content/v2/groups/{group_id}\\\"\\n\\n    res = get_data(\\n        method=\\\"get\\\",\\n        url=url,\\n        account_name=account_name,\\n        debug_api=debug_api,\\n    )\\n\\n    return res\\n\\n\\ndef get_group_membership(group_id: int, account_name: str, debug_api: bool = False):\\n    url = (\\n        f\\\"https://{account_name}.domo.com/api/content/v2/groups/users?group={group_id}\\\"\\n    )\\n\\n    res = get_data(\\n        method=\\\"get\\\", url=url, account_name=account_name, debug_api=debug_api\\n    )\\n\\n    return res\\n\\n\\ndef get_user_by_id(user_id: int, account_name: str, debug_api: bool = False):\\n    url = f\\\"https://{account_name}.domo.com/api/content/v3/users/{user_id}\\\"\\n\\n    res = get_data(\\n        method=\\\"get\\\", url=url, account_name=account_name, debug_api=debug_api\\n    )\\n    return res\\n\\n\\ndef lookup_users_group_membership(\\n    admin_account_name, user_id, debug_api: bool = False, return_raw: bool = False\\n):\\n    res = get_all_groups(account_name=admin_account_name, debug_api=debug_api)\\n\\n    groups = res[\\\"response\\\"]\\n    if return_raw:\\n        return res\\n\\n    return {\\n        \\\"groups_owned\\\": [\\n            {\\\"name\\\": group[\\\"name\\\"], \\\"id\\\": group[\\\"groupId\\\"], \\\"owners\\\": group[\\\"owners\\\"]}\\n            for group in groups\\n            if any([owner[\\\"id\\\"] == str(user_id) for owner in group[\\\"owners\\\"]])\\n        ],\\n        \\\"groups_member\\\": [\\n            {\\n                \\\"name\\\": group[\\\"name\\\"],\\n                \\\"id\\\": group[\\\"groupId\\\"],\\n                \\\"members\\\": group[\\\"groupMembers\\\"],\\n            }\\n            for group in groups\\n            if any([member[\\\"id\\\"] == str(user_id) for member in group[\\\"groupMembers\\\"]])\\n        ],\\n        \\\"groups_either\\\": [\\n            {\\n                \\\"name\\\": group[\\\"name\\\"],\\n                \\\"id\\\": group[\\\"groupId\\\"],\\n                \\\"owners\\\": group[\\\"owners\\\"],\\n                \\\"members\\\": group[\\\"groupMembers\\\"],\\n            }\\n            for group in groups\\n            if any([owner[\\\"id\\\"] == str(user_id) for owner in group[\\\"owners\\\"]])\\n            or any([member[\\\"id\\\"] == str(user_id) for member in group[\\\"groupMembers\\\"]])\\n        ],\\n        \\\"user_id\\\": user_id,\\n    }\\n\\n\\ndef get_all_pages_adminsummary(account_name, \\n                               debug_api: bool = False,\\n                               debug_loop: bool = False,\\n                              ):\\n  url = f'https://{account_name}.domo.com/api/content/v1/pages/adminsummary'\\n\\n  def arr_fn(res):\\n    return res['response']['pageAdminSummaries']\\n                \\n  return looper(\\n        offset_params={\\\"offset\\\": \\\"skip\\\", \\\"limit\\\": \\\"limit\\\"},\\n        loop_config={\\\"arr_fn\\\": arr_fn},\\n        loop_until_end=True,\\n        limit=30,\\n        skip=0,\\n        url=url, \\n        maximum = 0,\\n        method=\\\"POST\\\",\\n        body = {\\\"orderBy\\\":\\\"pageTitle\\\",\\\"ascending\\\":True},\\n        account_name=account_name,\\n        debug_loop=debug_loop,\\n        debug_api=debug_api,\\n    )\",\r\n    \"environment\": \"LAMBDA\",\r\n    \"id\": \"e39bcd34-dd90-4ea4-9371-707a5527f18f\",\r\n    \"language\": \"PYTHON\",\r\n    \"manifest\": {\r\n        \"functions\": [\r\n            {\r\n                \"name\": \"retrieve_account_creds\",\r\n                \"displayName\": \"Retrieve Account Creds\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"is_abstract\",\r\n                        \"displayName\": \"is_abstract\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"is_json\",\r\n                        \"displayName\": \"is_json\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"creds\",\r\n                    \"displayName\": \"creds\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"is_abstract\",\r\n                        \"displayName\": \"is_abstract\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"is_json\",\r\n                        \"displayName\": \"is_json\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 64,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"generate_auth_header\",\r\n                \"displayName\": \"Generate Auth Header\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"headers\",\r\n                        \"displayName\": \"headers\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_prn\",\r\n                        \"displayName\": \"debug_prn\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"auth_header\",\r\n                    \"displayName\": \"auth_header\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"headers\",\r\n                        \"displayName\": \"headers\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_prn\",\r\n                        \"displayName\": \"debug_prn\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 400,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_data\",\r\n                \"displayName\": \"Get Data\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"method\",\r\n                        \"displayName\": \"method\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"GET\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"GET\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"url\",\r\n                        \"displayName\": \"url\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"headers\",\r\n                        \"displayName\": \"headers\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"params\",\r\n                        \"displayName\": \"params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"body_json\",\r\n                        \"displayName\": \"body_json\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"body_str\",\r\n                        \"displayName\": \"body_str\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"method\",\r\n                        \"displayName\": \"method\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"GET\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"GET\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"url\",\r\n                        \"displayName\": \"url\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"headers\",\r\n                        \"displayName\": \"headers\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"params\",\r\n                        \"displayName\": \"params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"body_json\",\r\n                        \"displayName\": \"body_json\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"body_str\",\r\n                        \"displayName\": \"body_str\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"looper\",\r\n                \"displayName\": \"Looper\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"url\",\r\n                        \"displayName\": \"url\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"loop_config\",\r\n                        \"displayName\": \"loop_config\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"method\",\r\n                        \"displayName\": \"method\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"POST\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"POST\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"body\",\r\n                        \"displayName\": \"body\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"offset_params_in_body\",\r\n                        \"displayName\": \"offset_params_in_body\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"offset_params\",\r\n                        \"displayName\": \"offset_params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"fixed_params\",\r\n                        \"displayName\": \"fixed_params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"loop_until_end\",\r\n                        \"displayName\": \"loop_until_end\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": true,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": true,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"limit\",\r\n                        \"displayName\": \"limit\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 1000,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 1000,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"skip\",\r\n                        \"displayName\": \"skip\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 0,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 0,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"maximum\",\r\n                        \"displayName\": \"maximum\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 0,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 0,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"url\",\r\n                        \"displayName\": \"url\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"loop_config\",\r\n                        \"displayName\": \"loop_config\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"method\",\r\n                        \"displayName\": \"method\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"POST\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"POST\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"body\",\r\n                        \"displayName\": \"body\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"offset_params_in_body\",\r\n                        \"displayName\": \"offset_params_in_body\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"offset_params\",\r\n                        \"displayName\": \"offset_params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"fixed_params\",\r\n                        \"displayName\": \"fixed_params\",\r\n                        \"type\": \"object\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"loop_until_end\",\r\n                        \"displayName\": \"loop_until_end\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": true,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": true,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"limit\",\r\n                        \"displayName\": \"limit\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 1000,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 1000,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"skip\",\r\n                        \"displayName\": \"skip\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 0,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 0,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"maximum\",\r\n                        \"displayName\": \"maximum\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 0,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 0,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_all_groups\",\r\n                \"displayName\": \"Get All Groups\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_group_by_id\",\r\n                \"displayName\": \"Get Group By Id\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"group_id\",\r\n                        \"displayName\": \"group_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 392072465,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 392072465,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"group_id\",\r\n                        \"displayName\": \"group_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 392072465,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 392072465,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_group_membership\",\r\n                \"displayName\": \"Get Group Membership\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"group_id\",\r\n                        \"displayName\": \"group_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 39207246,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 39207246,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"group_id\",\r\n                        \"displayName\": \"group_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 39207246,\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 39207246,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 248,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_user_by_id\",\r\n                \"displayName\": \"Get User By Id\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"user_id\",\r\n                        \"displayName\": \"user_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"user_id\",\r\n                        \"displayName\": \"user_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 508,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"lookup_users_group_membership\",\r\n                \"displayName\": \"Lookup Users Group Membership\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"admin_account_name\",\r\n                        \"displayName\": \"admin_account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"user_id\",\r\n                        \"displayName\": \"user_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 1351541814,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 1351541814,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"return_raw\",\r\n                        \"displayName\": \"return_raw\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"admin_account_name\",\r\n                        \"displayName\": \"admin_account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"user_id\",\r\n                        \"displayName\": \"user_id\",\r\n                        \"type\": \"number\",\r\n                        \"value\": 1351541814,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": 1351541814,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": null,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": null,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"return_raw\",\r\n                        \"displayName\": \"return_raw\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            },\r\n            {\r\n                \"name\": \"get_all_pages_adminsummary\",\r\n                \"displayName\": \"Get All Pages Adminsummary\",\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null,\r\n                        \"children\": []\r\n                    }\r\n                ],\r\n                \"output\": {\r\n                    \"name\": \"res\",\r\n                    \"displayName\": \"res\",\r\n                    \"type\": \"object\",\r\n                    \"value\": null,\r\n                    \"nullable\": true,\r\n                    \"isList\": false,\r\n                    \"children\": [],\r\n                    \"entitySubType\": null,\r\n                    \"defaultValues\": null\r\n                },\r\n                \"variables\": [\r\n                    {\r\n                        \"name\": \"account_name\",\r\n                        \"displayName\": \"account_name\",\r\n                        \"type\": \"text\",\r\n                        \"value\": \"datacrew-space\",\r\n                        \"nullable\": false,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": \"datacrew-space\",\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_api\",\r\n                        \"displayName\": \"debug_api\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    },\r\n                    {\r\n                        \"name\": \"debug_loop\",\r\n                        \"displayName\": \"debug_loop\",\r\n                        \"type\": \"boolean\",\r\n                        \"value\": false,\r\n                        \"nullable\": true,\r\n                        \"isList\": false,\r\n                        \"children\": [],\r\n                        \"entitySubType\": null,\r\n                        \"defaultValues\": false,\r\n                        \"dataProvider\": null\r\n                    }\r\n                ],\r\n                \"editorStartIndex\": 0,\r\n                \"hasReturn\": true\r\n            }\r\n        ],\r\n        \"configuration\": {\r\n            \"accountsMapping\": [\r\n                {\r\n                    \"accountId\": \"2\",\r\n                    \"alias\": \"domo-community\"\r\n                },\r\n                {\r\n                    \"accountId\": \"1\",\r\n                    \"alias\": \"datacrew-space\"\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"name\": \"Domo Extensions\",\r\n    \"version\": \"1.0.0\"\r\n}"},"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["codeengine","v2","packages"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb35d20c-39ca-469d-9046-f208d697a866"},{"name":"Get CodeEngine Package","id":"a826d35e-55c0-460b-ba3e-befdbc730c1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://https://{{instance}}.domo.com/api/codeengine/v2/packages/{{package_id}}/versions/{{version_id}}?parts=functions,code","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","codeengine","v2","packages","{{package_id}}","versions","{{version_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"parts","value":"functions,code"}],"variable":[]}},"response":[],"_postman_id":"a826d35e-55c0-460b-ba3e-befdbc730c1e"},{"name":"call CodeEngine function","id":"68c3cc55-02b3-4961-a9b4-e427acee76d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"cookie","value":"eb03b5b0dbaeb744_cfid=422f582c690c02737679513hce089b44413003531jcb9d7a5i0f56c54cafcbbi5b8g4b6b60a15024c11ha8707h9a3c4h27650e1e1bbj422546b9802a8ic74f3h; did=1349600775; _pubweb_is_cus=true; s_fid=3145B0C4CF8D2FA4-1ABB73F9AFDCA573; s_cc=true; _gcl_au=1.1.449642221.1712691465; _clck=2d5ywg%7C2%7Cfl5%7C0%7C1573; _gac_UA-51290288-1=1.1713790327.Cj0KCQjwlZixBhCoARIsAIC745BdM9NKMB1Psjd3-iC8AVA4Bj35EoU7RRCUuaWKpFy5_P2JN6laFkIaAsR8EALw_wcB; _gid=GA1.2.1905289765.1713919988; PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; CENTERVIEWSESSIONID=1351541814-mmmm-0034-3815; amplitude_id_c68dc3f20888d7c6242144da91c31629domo.com=eyJkZXZpY2VJZCI6IjIyMWU0NDFiLTE0ZDktNDU2NS05NjNkLWYzZjkwYmUyOTJiZlIiLCJ1c2VySWQiOm51bGwsIm9wdE91dCI6ZmFsc2UsInNlc3Npb25JZCI6MTcxNDA1NDAzNjEyNSwibGFzdEV2ZW50VGltZSI6MTcxNDA1NDAzNjEzNCwiZXZlbnRJZCI6NywiaWRlbnRpZnlJZCI6MjcsInNlcXVlbmNlTnVtYmVyIjozNH0=; s_vnum=1965152264702%26vn%3D5; s_sq=%5B%5BB%5D%5D; intercom-device-id-t2q61wxb=d0095201-6bfa-4115-87b4-2730e479e23c; _ga_3K8W5YY8TT=GS1.1.1714061767.1.0.1714061767.0.0.0; _ga_3RM9SF8PCZ=GS1.1.1714068644.9.1.1714068652.52.0.0; _ga_KCXF7VX0J3=GS1.1.1714068503.2.1.1714068734.0.0.0; redirectUrl=%2Fdomoapp%2Fcard%2Fedit%2F1371251823%3Fpage%3D310817712%26details%3Dtrue; _ga=GA1.1.826560041.1712324965; DA-SID-prod15-mmmm-0029-0374=eyJjdXN0b21lcklkIjoibW1tbS0wMDI5LTAzNzQiLCJleHBpcmF0aW9uIjoxNzE0MTczMjU1MDAwLCJobWFjU2lnbmF0dXJlIjoiYmI0ZGI4YzAzNmE4MTFhOGJmNDhkNGMzODYyNjY0MDcyZTQ4YWE1MjYyNDZmYzZkYTY1OTM1NjgxNmFhMzk3ZSIsInNpZCI6IjJiZWJhY2E4LTgwNzEtNGE4MS1iYWUwLTJiY2RiMzYzODExNiIsInRpbWVzdGFtcCI6MTcxNDE0NDQ1NTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2NzI1OTY2NjkifQ%3D%3D; _ga_P3SE4R9WJH=GS1.1.1714144652.17.0.1714144652.0.0.0; _ga_ZH4TQCL1RC=GS1.1.1714144758.4.0.1714144758.60.0.0; SESSION_TOE=6MLRNTAMF4; mbox=session#492051754a4f488089a47408ef09ca3d#1714147330; _dsidv1=ba544d49-a254-4687-90df-9d9eb65c787d; _pubweb_idc=mmmm-0034-3815_#_freemium; csrf-token=58c4eb63-b31d-4cb3-8bf5-256a6d950df4; amp_c68dc3=SoVrd2IcxjDf8dOwX6PHAm.MUU5NkE3REQ5RDQ1MDFDNzkwNzdCNEFEOUU2QTQ1OTg1NjgyNDA0N0ZBRTlCNDMzOThGRUE0RkY3MjAyQTJFMg==..1hsde3grr.1hsdghn0n.k6.3f.nl; intercom-session-t2q61wxb=Zm83WWlqZnRRNWJZcmdncDlyYWFYVk5YbFlhc1UrbVpoeVhlNUZ4NW1pK1VUTml2cERvL0JDRThxQnhLblVzTC0tb0MyNXZ4V0JsMThLTGlaRCtoU3JGdz09--74a3efcd4a6b7cd63b5fb344d2c71bce2f931144; DA-SID-prod4-mmmm-0034-3815=eyJjdXN0b21lcklkIjoibW1tbS0wMDM0LTM4MTUiLCJleHBpcmF0aW9uIjoxNzE0MTc0ODk1MDAwLCJobWFjU2lnbmF0dXJlIjoiNWJhNzU1M2U5NDIxZGVkMTg2MGNiZTFiNzM4YWJlOTgxNDFiNWQ0ZTgzNDBiNDAxZTM3NGM3MzY3ZDAxYzA4NSIsInNpZCI6ImQ3N2E2NTEzLTI3MDctNDgwMS04NWVjLTMwMzRiMmNhODZkZCIsInRpbWVzdGFtcCI6MTcxNDE0NjA5NTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxMzUxNTQxODE0In0%3D; DA-SID-prod15-mmmm-0023-2211=eyJjdXN0b21lcklkIjoibW1tbS0wMDIzLTIyMTEiLCJleHBpcmF0aW9uIjoxNzE0MTc0OTY4MDAwLCJobWFjU2lnbmF0dXJlIjoiMzZhMTBiNmFiMTU0ZjYwN2Y1Njk2ZWU3MDcwNzI5YjRhNTBiYzMzMDUyMmNiMDEwNjdiZGRjN2RhZWQ0NjQ4NiIsInNpZCI6IjIyODU5ZTBhLTMzNDktNDNiOS05NDUzLTk1ZjU1ZWNkYWFkMiIsInRpbWVzdGFtcCI6MTcxNDE0NjE2ODAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxMzgwMzY2Mjg3In0%3D"},{"key":"origin","value":"https://datacrew-space.domo.com"},{"key":"sec-ch-ua","value":"\"Opera\";v=\"109\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 OPR/109.0.0.0"},{"key":"x-csrf-token","value":"58c4eb63-b31d-4cb3-8bf5-256a6d950df4"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"6MLRNTAMF4-1US0T\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\"inputVariables\":{\"account_name\":\"datacrew-space\",\"is_abstract\":false,\"is_json\":false},\"settings\":{\"getLogs\":true}}"},"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages/{{package_id}}/versions/{{version_id}}/functions/{{function_name}}","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["codeengine","v2","packages","{{package_id}}","versions","{{version_id}}","functions","{{function_name}}"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"68c3cc55-02b3-4961-a9b4-e427acee76d4"}],"id":"96421bb6-f860-42a9-919c-208b4ef33da5","_postman_id":"96421bb6-f860-42a9-919c-208b4ef33da5","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AppStudio","item":[{"name":"Get Dataapps - Admin Summary","id":"86ca5e60-7f1e-4c0c-8f9f-6b7f1cf383e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"body":{"mode":"raw","raw":"{\n    \"includeOwnerClause\": \"true\",\n    \"includeTitleClause\": \"true\",\n    \"orderBy\": \"title\",\n    \"titleSearchText\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/dataapps/adminsummary","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","dataapps","adminsummary"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ca5e60-7f1e-4c0c-8f9f-6b7f1cf383e2"},{"name":"Get DataApps","id":"6b40f816-1f28-476f-ba78-20d06696b387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"url":"https://https://{{instance}}.domo.com/api/content/v1/dataapps","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","dataapps"],"host":["https://{{instance}}.domo.com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"6b40f816-1f28-476f-ba78-20d06696b387"},{"name":"Get DataApps by ID","id":"de11c09e-5371-4cee-9236-db4d7f58c7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"url":"https://https://{{instance}}.domo.com/api/content/v1/dataapps/{{data_app_id}}?authoring=true&includeHiddenViews=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","dataapps","{{data_app_id}}"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"authoring","value":"true"},{"key":"includeHiddenViews","value":"true"}],"variable":[]}},"response":[],"_postman_id":"de11c09e-5371-4cee-9236-db4d7f58c7e2"},{"name":"DataApps Access List","id":"65e5e3bb-b0ab-4582-8469-939c2c08056b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"url":"https://{{instance}}.domo.com/api/content/v1/dataapps/{{data_app_id}}/access","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","dataapps","{{data_app_id}}","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"65e5e3bb-b0ab-4582-8469-939c2c08056b"},{"name":"Share DataApps","id":"9f2e5ff4-1977-45c2-9988-f6f874367ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-domo-authentication","value":"{{session_token}}"}],"body":{"mode":"raw","raw":"{\n    \"dataAppIds\": [\"{{data_app_id}}\"],\n    \"recipients\": [\n        {\n            \"type\": \"group\",\n            \"id\": \"{{group_id}}\"\n        }\n    ],\n    \"message\": \"I thought you might find this page interesting.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://https://{{instance}}.domo.com/api/content/v1/dataapps/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v1","dataapps","share"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[],"_postman_id":"9f2e5ff4-1977-45c2-9988-f6f874367ed1"}],"id":"9e0866e4-4d2b-41d9-b7c5-18c4424ef366","_postman_id":"9e0866e4-4d2b-41d9-b7c5-18c4424ef366","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Filesets","item":[{"name":"Search Filesets","id":"b378b008-40d8-4311-bc26-ade4b9d0f204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"b425eda4-4ef7-45ae-80fa-3de6c9f7b0be"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"59KM3OJBM1-JT9TU\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":"{\"fieldSort\":[{\"field\":\"created\",\"order\":\"DESC\"}],\"filters\":[],\"dateFilters\":[]}"},"url":"https://https://{{instance}}.domo.com/api/files/v1/filesets/{{fileset_id}}/files/search?directoryPath=&immediateChildren=true","description":"<h3 id=\"post-apifilesv1filesetsfileset_idfilessearch\">POST /api/files/v1/filesets/{{fileset_id}}/files/search</h3>\n<p>This endpoint is used to search for files within a specific fileset, with the option to filter and sort the results.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>Type: Raw</p>\n</li>\n<li><p>{ \"fieldSort\": [ { \"field\": \"created\", \"order\": \"DESC\" } ], \"filters\": [], \"dateFilters\": []}</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n<li><p>{ \"files\": [ { \"id\": \"\", \"path\": \"\", \"name\": \"\", \"fileType\": \"\", \"contentType\": \"\", \"size\": 0, \"created\": \"\", \"createdBy\": 0 } ], \"pageContext\": { \"next\": \"\" }}</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","files","v1","filesets","{{fileset_id}}","files","search"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"directoryPath","value":""},{"key":"immediateChildren","value":"true"}],"variable":[]}},"response":[{"id":"c91d355b-6726-44eb-b7dd-23bfb86c02bb","name":"Search Filesets","originalRequest":{"method":"POST","header":[{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"x-csrf-token","value":"b425eda4-4ef7-45ae-80fa-3de6c9f7b0be"},{"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":"x-requested-with","value":"XMLHttpRequest"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"59KM3OJBM1-JT9TU\"}"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"},{"key":"Sec-Fetch-Site","value":"same-origin"},{"key":"Sec-Fetch-Mode","value":"cors"},{"key":"Sec-Fetch-Dest","value":"empty"},{"key":"host","value":"domo-community.domo.com"}],"body":{"mode":"raw","raw":"{\"fieldSort\":[{\"field\":\"created\",\"order\":\"DESC\"}],\"filters\":[],\"dateFilters\":[]}"},"url":{"raw":"https://{{domo_instance}}.domo.com/api/files/v1/filesets/{{fileset_id}}/files/search?directoryPath=&immediateChildren=true","protocol":"https","host":["{{domo_instance}}","domo","com"],"path":["api","files","v1","filesets","{{fileset_id}}","files","search"],"query":[{"key":"directoryPath","value":""},{"key":"immediateChildren","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Mar 2025 18:00:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self';"},{"key":"Content-Security-Policy-Report-Only","value":"report-to csp-endpoint; media-src blob: https:; script-src 'self' https://cdndomo.com https://dev.cdndomo.com https://app.pendo.io https://cdn.pendo.io https://pendo-static-5171025482350592.storage.googleapis.com https://pendo-io-static.storage.googleapis.com https://unpkg.com https://ajax.googleapis.com https://cdnjs.cloudflare.com https://widget.intercom.io https://www.youtube.com 'unsafe-eval' 'unsafe-inline'; object-src 'none'; worker-src 'self' blob:; report-uri https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw; default-src 'self' blob: https://cdndomo.com https://dev.cdndomo.com; connect-src 'self' https: wss:; font-src 'self' https:; frame-src 'self' blob: https:; frame-ancestors 'self'; img-src http: https: blob: file: data:; style-src 'self' blob https://cdndomo.com https://dev.cdndomo.com https://fonts.googleapis.com https://cdn.jsdelivr.net https://cdn.pendo.io 'unsafe-inline';"},{"key":"Expires","value":"0"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Report-To","value":"{ \"group\": \"csp-endpoint\", \"max_age\": 10886400, \"endpoints\": [{ \"url\": \"https://domo.demo.domo.com/api/iot/v1/webhook/data/eyJhbGciOiJIUzI1NiJ9.eyJzdHJlYW0iOiJmMDI0M2JkYzFmZTc0YmE3YjM2MDAxODkwZWM0MjA4Mjpkb21vOjEwMDgzNzAwMDQifQ.-J5oXbd3f-0PtXgTsqZOpo8DLbGGQ0A6pXp0oKT7rRw\" }] }"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Xss-Protection","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"files\": [\n        {\n            \"id\": \"178a21f7-95e3-41ce-a9c6-1cff6e991ae6\",\n            \"path\": \"api_agent.md\",\n            \"name\": \"api_agent.md\",\n            \"fileType\": \"OTHER\",\n            \"contentType\": \"application/octet-stream\",\n            \"size\": 219874,\n            \"created\": \"2025-03-16T17:45:54.857113Z\",\n            \"createdBy\": 1893952720\n        },\n        {\n            \"id\": \"14c6733b-dfdb-4608-8fb4-60d18cc54a25\",\n            \"path\": \"agents.md\",\n            \"name\": \"agents.md\",\n            \"fileType\": \"OTHER\",\n            \"contentType\": \"application/octet-stream\",\n            \"size\": 38710,\n            \"created\": \"2025-03-16T17:45:25.507446Z\",\n            \"createdBy\": 1893952720\n        }\n    ],\n    \"pageContext\": {\n        \"next\": \"eyJpZCI6IjE0YzY3MzNiLWRmZGItNDYwOC04ZmI0LTYwZDE4Y2M1NGEyNSIsInBhdGgiOiJhZ2VudHMubWQiLCJuYW1lIjoiYWdlbnRzLm1kIiwic2l6ZSI6Mzg3MTAsImNyZWF0ZWQiOiIyMDI1LTAzLTE2VDE3OjQ1OjI1LjUwNzQ0NloifQ==\"\n    }\n}"}],"_postman_id":"b378b008-40d8-4311-bc26-ade4b9d0f204"}],"id":"cc525f13-6c43-4372-a2c4-49b1931f7482","_postman_id":"cc525f13-6c43-4372-a2c4-49b1931f7482","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Achievements","item":[{"name":"List Achievements","id":"45091a09-4fb9-4600-99b9-1ccce374d8d7","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/bulk?limit=500&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"500"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"250a804b-d856-4cd3-8e33-fe85482a00e7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/bulk?limit=500&offset=0","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements","bulk"],"query":[{"key":"limit","value":"500"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"_metadata\": {\n        \"limit\": 500,\n        \"offset\": 0\n    },\n    \"achievements\": [\n        {\n            \"id\": 1,\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"createdBy\": 1234,\n            \"created\": 1735689600000,\n            \"updated\": 1735689600000,\n            \"administrators\": [\n                {\n                    \"id\": 1,\n                    \"userId\": 1234,\n                    \"achievementId\": 1,\n                    \"issueExpiration\": 1735689600000\n                },\n                {\n                    \"id\": 2,\n                    \"userId\": 1234,\n                    \"achievementId\": 1,\n                    \"issueExpiration\": 1735689600000\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"createdBy\": 2345,\n            \"created\": 1735689600000,\n            \"updated\": 1735689600000,\n            \"administrators\": [\n                {\n                    \"id\": 3,\n                    \"userId\": 2345,\n                    \"achievementId\": 2,\n                    \"issueExpiration\": 1735689600000\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"45091a09-4fb9-4600-99b9-1ccce374d8d7"},{"name":"Get Achievement","id":"036e0ff2-068a-4531-a85e-154f934f187e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"631b4b95-bd45-4091-95e4-1f9ab0234ca0","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"f844e30d-5105-4323-a59e-aa683bfcee36","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"036e0ff2-068a-4531-a85e-154f934f187e"},{"name":"Get Achievement Admins","id":"ec8acd91-3705-40c2-87a2-5a4b6fc35516","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id/admins","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":id","admins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8e4711b5-3df8-4f21-813c-caf92818425d","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"bc9483ec-8b5f-496f-aa5d-9bf7b05a8d38","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id/admins","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id","admins"],"variable":[{"key":"id","value":"","description":"Achievement ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"admins\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        },\n        {\n            \"id\": 2,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"ec8acd91-3705-40c2-87a2-5a4b6fc35516"},{"name":"Create Achievement","id":"0802e369-6038-43b6-9c52-dc52a22d9cd8","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"userId\": 1234\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"77e505d0-1bd4-45d1-94bd-f419cb7f520a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"userId\": 1234\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"0802e369-6038-43b6-9c52-dc52a22d9cd8"},{"name":"Create Achievement Admin","id":"6d149e3d-25f8-49de-98a9-f814fb4b8b1d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 1234\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins","description":"<p>Response will return an array of the remaining admins, or an empty array if there was only one.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":achievementId","admins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a47ffc32-2e58-4816-a4b6-bb93ab1653fe","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"achievementId"}]}},"response":[{"id":"d2d09fcc-e5f2-4db2-855e-c4763bce34c6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 1234\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":achievementId","admins"],"variable":[{"key":"achievementId","value":"1","description":"Achievement ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 1234,\n    \"achievementId\": 1,\n    \"issueExpiration\": 1735689600000\n}"}],"_postman_id":"6d149e3d-25f8-49de-98a9-f814fb4b8b1d"},{"name":"Update Achievement","id":"b2dccc92-cb96-4e90-ae41-619b057887a3","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0e8ec8b7-2e64-4807-a376-cdaa20be7072","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"48b97775-7f25-4da8-8dbc-993baa256a88","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"1","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"b2dccc92-cb96-4e90-ae41-619b057887a3"},{"name":"Delete Achievement","id":"958196b3-70b5-44a0-a684-0205b452963e","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"04757953-f4bc-45a1-bf69-daf1b437eac5","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"a6d1fb31-0730-4f46-a006-5348204655a4","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"1","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"958196b3-70b5-44a0-a684-0205b452963e"},{"name":"Delete Achievement Admin","id":"26d67e85-414a-456f-879c-6f0b69abd577","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins/:adminId","description":"<p>Response will return an array of the remaining admins, or an empty array if there was only one.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","achievements",":achievementId","admins",":adminId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d325e5e5-65c8-4fd1-8880-4dfd613eb4fd","type":"any","value":"","key":"achievementId"},{"id":"4cdfe455-dbd9-4931-ae6c-75090b5aa4b3","type":"any","value":"","key":"adminId"}]}},"response":[{"id":"06e8dd15-48f7-494c-9f59-ffd81397bf71","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins/:adminId","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":achievementId","admins",":adminId"],"variable":[{"key":"achievementId","value":""},{"key":"adminId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"achievementId\": 1,\n        \"issueExpiration\": 1735689600000\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"achievementId\": 1,\n        \"issueExpiration\": 1735689600000\n    }\n]"}],"_postman_id":"26d67e85-414a-456f-879c-6f0b69abd577"}],"id":"6ade1a61-34b2-43c4-960d-785759e6ae7e","_postman_id":"6ade1a61-34b2-43c4-960d-785759e6ae7e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Admin","item":[{"name":"Authentication","item":[{"name":"Update OTP Elevation Setting","id":"0884e7da-8d42-46c9-a252-d153e073890a","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/authentication.otp_elevation","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["customer","v1","properties","authentication.otp_elevation"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"e8c16ee9-1ddc-42cb-91ed-06607b208c64","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/authentication.otp_elevation"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0884e7da-8d42-46c9-a252-d153e073890a"}],"id":"3672c57c-daa9-4cc7-ac52-14a625e42a6a","_postman_id":"3672c57c-daa9-4cc7-ac52-14a625e42a6a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}}],"id":"fccb21d2-54b3-45e5-b515-50aabf4de559","_postman_id":"fccb21d2-54b3-45e5-b515-50aabf4de559","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AI/Data Science","item":[{"name":"AutoML","item":[{"name":"List Models on DataSet","id":"83cf444c-b5b9-4982-8976-4cbd91ab7aab","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/:datasetId/automl/job?includeDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","ml",":datasetId","automl","job"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeDetails","value":"true"}],"variable":[{"id":"c8904175-fbab-4c3b-a04c-f0a0bfc2727c","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"83cf444c-b5b9-4982-8976-4cbd91ab7aab"},{"name":"Get Model","id":"8489ec1d-6142-46b4-9639-7d49009097f5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/:datasetId/automl/job/:modelId?includeCandidates=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","ml",":datasetId","automl","job",":modelId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeCandidates","value":"true"}],"variable":[{"id":"b14a2c20-62ab-4e13-b5a0-e7e27096c158","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"dc1635bd-cefd-4f32-b60a-398cd2522df6","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"8489ec1d-6142-46b4-9639-7d49009097f5"},{"name":"Get Model Schema","id":"aa5a517d-f606-4a98-8275-f70020a2d3e6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/automl/job/:modelId/schema","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","ml","automl","job",":modelId","schema"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5e922883-4bf9-464d-8ee1-e9d304b04c0e","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"aa5a517d-f606-4a98-8275-f70020a2d3e6"},{"name":"Explain Model","id":"adffb39f-ecf1-4e70-9e78-197fefb84e12","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/automl/job/:modelId/explain","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","ml","automl","job",":modelId","explain"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d21fbc9b-ceac-4ac5-8323-d8f69b1ba363","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"adffb39f-ecf1-4e70-9e78-197fefb84e12"}],"id":"7e09d4a6-b62c-42d8-97ee-9b3a62c1a8f0","description":"<p><a href=\"https://domo-support.domo.com/s/article/360048127854?language=en_US\">AutoML Official Documentation</a></p>\n","_postman_id":"7e09d4a6-b62c-42d8-97ee-9b3a62c1a8f0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AI Models and Projects (User Generated)","item":[{"name":"Models","item":[{"name":"Get Model","id":"59efc932-f197-4ef3-b378-4ce51e8463e5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"960a8f2e-43cd-4c71-95b4-a4951f269209","description":{"content":"<p>Model UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"59efc932-f197-4ef3-b378-4ce51e8463e5"},{"name":"Update Model","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"850a69c2-78f4-4e23-b4ba-8bb3f0727029","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"AUTOML\",\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectIds\": [\r\n        \"00000000-0000-0000-0000-000000000000\"\r\n    ],\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"owner\": \"123456\",\r\n    \"tasks\": [\r\n        {\r\n            \"task\": \"REGRESSION\",\r\n            \"input\": {\r\n                \"schema\": {\r\n                    \"dataSourceId\": \"<dataset_id>\",\r\n                    \"dataSourceName\": \"schema\",\r\n                    \"columns\": [\r\n                        {\r\n                            \"name\": \"Date Column\",\r\n                            \"type\": \"DATE\"\r\n                        },\r\n                        {\r\n                            \"name\": \"String Column\",\r\n                            \"type\": \"STRING\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"type\": \"CSV\",\r\n                \"mediaType\": \"text/csv\"\r\n            },\r\n            \"output\": {\r\n                \"schema\": {\r\n                    \"dataSourceId\": \"<dataset_id>\",\r\n                    \"dataSourceName\": \"<string>\",\r\n                    \"columns\": [\r\n                        {\r\n                            \"name\": \"predicted_label\",\r\n                            \"type\": \"DOUBLE\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"type\": \"CSV\",\r\n                \"mediaType\": \"text/csv\"\r\n            }\r\n        }\r\n    ],\r\n    \"executionTypes\": [\r\n        \"DATAFLOW\",\r\n        \"ENDPOINT\"\r\n    ],\r\n    \"training\": {\r\n        \"metrics\": {\r\n            \"train:mae\": {\r\n                \"name\": \"train:mae\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"train:mse\": {\r\n                \"name\": \"train:mse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"train:rmse\": {\r\n                \"name\": \"train:rmse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:r2\": {\r\n                \"name\": \"validation:r2\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:mae\": {\r\n                \"name\": \"validation:mae\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:mse\": {\r\n                \"name\": \"validation:mse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"ObjectiveMetric\": {\r\n                \"name\": \"ObjectiveMetric\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:rmse\": {\r\n                \"name\": \"validation:rmse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            }\r\n        },\r\n        \"hyperparameters\": {\r\n            \"eta\": \"<decimal>\",\r\n            \"alpha\": \"<decimal>\",\r\n            \"gamma\": \"<decimal>\",\r\n            \"lambda\": \"<decimal>\",\r\n            \"max_depth\": \"<integer>\",\r\n            \"num_round\": \"<integer>\",\r\n            \"objective\": \"reg:squarederror\",\r\n            \"subsample\": \"1.0\",\r\n            \"eval_metric\": \"mse,mae,rmse,r2\",\r\n            \"colsample_bytree\": \"<decimal>\",\r\n            \"min_child_weight\": \"<decimal>\",\r\n            \"_tuning_objective_metric\": \"validation:mse\",\r\n            \"save_model_on_termination\": \"true\"\r\n        },\r\n        \"algorithm\": \"XGBoost\"\r\n    },\r\n    \"created\": \"2025-02-05T20:13:32.776643Z\",\r\n    \"updated\": \"2025-02-05T20:13:32.776643Z\",\r\n    \"autoMLModelContext\": {\r\n        \"dataSourceId\": \"<dataset_id>\",\r\n        \"autoMLJobId\": 123,\r\n        \"automlModelId\": 123,\r\n        \"targetColumn\": \"<column_name>\"\r\n    },\r\n    \"endpointStatus\": \"UNKNOWN\",\r\n    \"permissionLevel\": \"ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"88ffdb63-681a-46df-b1ef-03fcaea9e4d4","description":{"content":"<p>Model UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"850a69c2-78f4-4e23-b4ba-8bb3f0727029"},{"name":"Delete Model","id":"e57e7177-68c4-466f-8e08-2e6ef7233f2f","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:modelId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","models",":modelId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f79ac8e8-1d1d-4d4a-b178-84ba6fc21de9","description":{"content":"<p>Model GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"e57e7177-68c4-466f-8e08-2e6ef7233f2f"}],"id":"6ff023ba-17c2-4cfc-89b4-72a710074eac","_postman_id":"6ff023ba-17c2-4cfc-89b4-72a710074eac","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Projects","item":[{"name":"List Projects","id":"b6225d0d-478b-44e7-8ce7-a74771f9492c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"CREATED\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [],\r\n    \"dateFilters\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/projects","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","search","projects"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6225d0d-478b-44e7-8ce7-a74771f9492c"},{"name":"List Associated AutoML Models","id":"54455389-4776-4d6d-b800-d3034affbedf","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"CREATED\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [\r\n        {\r\n            \"type\": \"ML_PROJECT_ID\",\r\n            \"values\": [\r\n                \"00000000-0000-0000-0000-000000000000\"\r\n            ]\r\n        }\r\n    ],\r\n    \"metricFilters\": {},\r\n    \"dateFilters\": {},\r\n    \"sortMetricMap\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","search","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"54455389-4776-4d6d-b800-d3034affbedf"},{"name":"Get Project","id":"9d69e4a0-d679-460f-9500-82af753b25a5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/projects/:projectId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","projects",":projectId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"91267547-37cd-4b2d-8e20-5f89217c2cb1","description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"}]}},"response":[],"_postman_id":"9d69e4a0-d679-460f-9500-82af753b25a5"}],"id":"7f541508-31d7-4cd6-abd1-4a077d0307cf","_postman_id":"7f541508-31d7-4cd6-abd1-4a077d0307cf","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}}],"id":"f73a749c-b916-4c39-b3aa-18bcb0b8e43a","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005502?language=en_US\">AI Models Official Documentation</a></p>\n","_postman_id":"f73a749c-b916-4c39-b3aa-18bcb0b8e43a","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"AI Service Layer","item":[{"name":"Text to SQL","item":[{"name":"List Models","id":"2c8bbd8e-2312-42cb-9bde-8e6cb9422d47","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/sql/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","sql","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c8bbd8e-2312-42cb-9bde-8e6cb9422d47"},{"name":"Get Default Model","id":"7c6e926d-6792-4727-b10b-072614e1652e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/sql/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","sql","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c6e926d-6792-4727-b10b-072614e1652e"},{"name":"Run Model","id":"072a6e54-eafc-43a8-b5be-6f7924092ce5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"system\": \"You are a SQL database expert that generates SQL queries for data visualization purposes. Your goal is to provide the most accurate and efficient solution to the problem at hand.\\n\\nPlease adhere to the following guidelines and restrictions:\\n\\n1. Always use column aliases <if var=\\\"locale\\\">(in ${locale})</if> for aggregations, calculations, and functions.<if var=\\\"disallowsList\\\">\\n\\n2. The following types of statements are not allowed: </if><if var=\\\"disallowCommonTableExpressions\\\">\\n - Common Table Expressions, also known as WITH queries.</if><if var=\\\"disallowJoins\\\">\\n - Joins</if><if var=\\\"disallowSubqueries\\\"> (except for Calendar() joins)\\n - Subqueries</if><if var=\\\"disallowUnions\\\">\\n - Unions</if><if var=\\\"disallowCorrelatedSubqueries\\\">\\n\\n3. Never use a correlated subquery, as this can negatively impact SQL query performance. Use an alternative method to achieve the solution, like using joins or window functions.</if>\\n\\n4. Include only the columns necessary to clearly answer your question, keeping the chart visually appealing by avoiding excessive series or data elements.\\n\\n<if var=\\\"max_columns\\\">5. It is critical that the number of select items in the provided sql query is between ${min_columns} and ${max_columns}. Do not use any more columns than absolutely necessary to answer the question.</if>\\nDo not add any labels, comments, or brackets to the SQL query.\\nOutput the answer in <SQL></SQL> XML tags. Skip any preamble.\\n<if var=\\\"fiscalYear\\\">${fiscalYear}</if>\\n<if var=\\\"locale\\\">The user's locale is ${locale}. Query aliases should be in ${locale}.</if>\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"<if var=\\\"today\\\">\\n  <current_date>Today's date is: ${today}</current_date>\\n  Use today's date for calculating relative time frames such as \\\"the past thirty days\\\" or \\\"last year,\\\" if specified.\\n  Otherwise, do not make assumptions about dates unless additional date-related instructions are given.\\n</if>\\n<if var=\\\"sql_examples\\\">\\n  <examples>\\n  ${sql_examples}\\n  </examples>\\n</if>\\n${commentToken} ${dialect}\\n${dataSourceSchemas}\\n${commentToken} Generate a query to answer the following:\\n${commentToken} ${input}\\n\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-sql-v1.1:anthropic\",\r\n    \"dataSourceSchemas\": [\r\n        {\r\n            \"dataSourceName\": \"<string>\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"Date Column\",\r\n                    \"type\": \"DATE\"\r\n                },\r\n                {\r\n                    \"name\": \"String Column\",\r\n                    \"type\": \"STRING\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/sql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","text","sql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"072a6e54-eafc-43a8-b5be-6f7924092ce5"}],"id":"2a89f491-ee14-4546-ab92-f6bf56608b3f","_postman_id":"2a89f491-ee14-4546-ab92-f6bf56608b3f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Text Generation","item":[{"name":"List Models","id":"f1998c7a-f983-42d0-88bc-4aade93572e8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/generation/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","generation","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1998c7a-f983-42d0-88bc-4aade93572e8"},{"name":"Get Default Model","id":"089d3e56-aa65-4dfb-892b-5cfbe166f579","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/generation/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","generation","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"089d3e56-aa65-4dfb-892b-5cfbe166f579"},{"name":"Run Model","id":"3f0d1fc7-ce1f-4843-afd0-2823fb48cc7e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-chat-medium-v1.1:anthropic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/generation","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","text","generation"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f0d1fc7-ce1f-4843-afd0-2823fb48cc7e"}],"id":"0e5e1e1d-89fe-47ce-91ec-af4bf657533c","_postman_id":"0e5e1e1d-89fe-47ce-91ec-af4bf657533c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Text to Beast Mode","item":[{"name":"List Models","id":"a7fef4b3-58e5-4996-bbba-68e9ce0786ac","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/beastmode/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","beastmode","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7fef4b3-58e5-4996-bbba-68e9ce0786ac"},{"name":"Get Default Model","id":"47151c65-daa1-42c8-bbe1-6b21406b0962","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/beastmode/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","beastmode","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"47151c65-daa1-42c8-bbe1-6b21406b0962"},{"name":"Run Model","id":"cd1920be-633a-4cf9-9c05-7809a84cd6d4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"system\": \"You are a SQL database expert that generates SQL queries. Your goal is to create a SQL statement that includes a calculation to address the request.\\nYou should follow the guidelines below:\\n\\nThese are only partial queries, meant to be used in a situation with existing context about the table and available columns. As such, do not include a SELECT keywork or a FROM clause. Also, do not us AS to rename the calculation.\\n\\nInstead of filtering data using a WHERE clause, use a CASE statement.\\n\\nDon't worry about processing any NULL values.\\n\\nIf asked for something \\\"fixed\\\", follow the documentation found here: https://domo-support.domo.com/s/article/4408174643607?language=en_US\\n\\nOutput the answer in <SQL></SQL> XML tags. Skip any preamble.\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"# SQL\\n# ${dataSourceSchema}\\n# Generate a query to answer the following:\\n# ${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-sql-v1.1:anthropic\",\r\n    \"dataSourceSchema\": {\r\n        \"dataSourceName\": \"<string>\",\r\n        \"columns\": [\r\n            {\r\n                \"name\": \"Date Column\",\r\n                \"type\": \"DATE\"\r\n            },\r\n            {\r\n                \"name\": \"String Column\",\r\n                \"type\": \"STRING\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/beastmode","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","text","beastmode"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd1920be-633a-4cf9-9c05-7809a84cd6d4"}],"id":"20e980ab-3c90-49ec-8108-6dd87055ed2d","_postman_id":"20e980ab-3c90-49ec-8108-6dd87055ed2d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Text Summarization","item":[{"name":"List Models","id":"012e1493-1066-48c1-a878-ce3dde0ad65d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/summarization/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","summarization","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"012e1493-1066-48c1-a878-ce3dde0ad65d"},{"name":"Get Default Model","id":"69e503ac-ddd7-4670-b957-011760b63839","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/summarization/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","summarization","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"69e503ac-ddd7-4670-b957-011760b63839"},{"name":"Run Model","id":"c1d54105-21d9-402e-9c36-3dcaf7c8d249","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"The old lighthouse keeper, Silas, squinted at the churning sea.  The storm, which had begun as a mere grumble on the horizon, had escalated into a furious beast, whipping the waves into a frenzy and clawing at the rocky cliffs.  He'd seen countless storms in his seventy years, more than half of which had been spent tending this lonely beacon, but this one felt different.  There was a malevolence in the wind, a raw, untamed power that made the hairs on his neck stand on end.\\n\\nHe adjusted the wick of the lamp, the flame flickering nervously in the draft that whistled through the tower's narrow windows.  The rhythmic pulse of the light, a constant reassurance to ships navigating the treacherous coastline, was his responsibility, his sacred duty.  He knew that somewhere out there, sailors were relying on that beam, trusting it to guide them through the tempest's dark embrace.\\n\\nSilas remembered his grandfather, a seasoned sailor himself, telling him stories of ships lost at sea, swallowed by the unforgiving waves.  He'd recounted tales of heroic rescues and heartbreaking tragedies, of the sea's capricious nature, capable of both breathtaking beauty and devastating cruelty.  These stories had instilled in Silas a deep respect for the ocean, a healthy fear mingled with an undeniable fascination.\\n\\nHe climbed the winding stairs to the lantern room, the wind howling like a banshee outside.  The glass panes rattled in their frames, threatened by the relentless onslaught of the storm.  He checked the lens, a magnificent Fresnel lens, painstakingly crafted to amplify the light's intensity, ensuring its visibility for miles across the turbulent waters.  It was a marvel of engineering, a testament to human ingenuity in the face of nature's might.\\n\\nLooking out at the tempestuous sea, Silas felt a pang of loneliness.  His wife, Martha, had passed away five years ago, leaving him with only the company of the gulls and the relentless rhythm of the waves.  He missed her dearly, her warm smile and gentle voice a distant memory, a comforting echo in the silence of the lighthouse.\\n\\nHe thought of the young couple he'd seen earlier that day, picnicking on the beach below, oblivious to the approaching storm.  They were so full of life, so carefree, their laughter carried on the wind.  He hoped they'd found shelter, that they were safe from the storm's fury.\\n\\nAs the night deepened, the storm intensified.  The waves crashed against the rocks with renewed vigor, sending plumes of spray high into the air, drenching the lighthouse in a salty mist.  Silas remained vigilant, his eyes fixed on the sea, his ears attuned to the sounds of the storm.  He knew that his duty was to keep the light burning, to be a beacon of hope in the darkness.\\n\\nHe brewed a pot of strong tea, the warmth spreading through his chilled bones.  He sipped it slowly, savoring the familiar taste, a small comfort in the midst of the chaos.  He thought about Martha, about her love for the sea, her understanding of his devotion to the lighthouse.  He imagined her beside him, her hand resting on his shoulder, offering silent support.\\n\\nThe storm raged on, its fury unabated.  But Silas remained steadfast, his resolve unwavering.  He was the keeper of the light, the guardian of the coast, and he would not abandon his post, not even in the face of the most fearsome storm.  He knew that the lives of sailors depended on him, on the unwavering beam of light that pierced the darkness, guiding them safely through the treacherous waters.  And as long as he had breath in his body, he would keep that light burning, a symbol of hope in the heart of the storm.  The lighthouse, a solitary sentinel against the raging sea, stood firm, its light a beacon of hope in the vast, dark expanse.\\n\",\r\n    \"system\": \"You are a helpful assistant that writes concise summaries.\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"Write a ${outputWordLength} summary of the following text ${outputStyle}. ```${input}``` CONCISE SUMMARY:\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-summarize-v1:anthropic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/summarize","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","text","summarize"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1d54105-21d9-402e-9c36-3dcaf7c8d249"}],"id":"4a19363b-8d6e-449b-accd-7cdd5aa519b9","_postman_id":"4a19363b-8d6e-449b-accd-7cdd5aa519b9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Forecasting","item":[{"name":"List Models","id":"5bcc894c-93bf-451a-bf00-5710639d6309","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/forecasting/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","forecasting","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bcc894c-93bf-451a-bf00-5710639d6309"},{"name":"Get Default Model","id":"e0923942-8b7c-4199-9e69-2f085682cee6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/forecasting/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","forecasting","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0923942-8b7c-4199-9e69-2f085682cee6"},{"name":"Run Model","id":"d82d069a-7a3b-4f78-9bf8-b1db47d89cdc","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sql\": \"SELECT DATE_FORMAT(`Date` ,'%Y-%m')  as \\\"Date\\\", Sum(`Column`) as \\\"Alias\\\" FROM `<dataset_id>` group by DATE_FORMAT(`Date` ,'%Y-%m')  order by `Date` ASC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/execute/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","execute",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a8383bef-d804-4b60-af87-1a4f545beb8a","description":{"content":"<p>DataSet ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"d82d069a-7a3b-4f78-9bf8-b1db47d89cdc"}],"id":"91b8967a-14a7-45f7-a7af-cbcb53a38ece","_postman_id":"91b8967a-14a7-45f7-a7af-cbcb53a38ece","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Image to Text","item":[{"name":"List Models","id":"70005025-7c1c-45ce-b2e7-222c3a4dbe2b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/image/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","image","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"70005025-7c1c-45ce-b2e7-222c3a4dbe2b"},{"name":"Get Default Model","id":"6c205f92-f127-4a1d-8719-4361685f6f6b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/image/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","services","image","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c205f92-f127-4a1d-8719-4361685f6f6b"},{"name":"Run Model","id":"81dac69a-a5c2-43b2-9e61-c236d8b873a7","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<instructions>\",\r\n    \"system\": \"You are an AI assistant tasked with performing Optical Character Recognition (OCR) on an image. Your goal is to accurately identify and transcribe any text present in the image by analyzing the image carefully and extract all visible text.\\n\\nFollow these steps to perform OCR on the image\\n\\n1. Examine the entire image thoroughly, paying attention to all areas where text might be present.\\n2. Identify any visible text, including numbers, letters, symbols, and punctuation marks.\\n3. Transcribe the text exactly as it appears in the image, maintaining the original spelling, capitalization, and punctuation.\\n4. If the text is arranged in multiple lines or paragraphs, preserve this structure in your transcription.\\n\\nRemember, your task is to transcribe the text as accurately as possible without interpreting or summarizing its content. Focus solely on the text visible in the image.\\n\\nBefore responding think about your response step by step. Provide your final transcription within <answer> tags. For example\\n<example>\\n<answer>\\nHello World\\n</answer>\\n</example>\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-chat-medium-v1.1:anthropic\",\r\n    \"image\": {\r\n        \"mediaType\": \"image/png\",\r\n        \"type\": \"base64\",\r\n        \"data\": \"<base64>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/image/text","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","image","text"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"81dac69a-a5c2-43b2-9e61-c236d8b873a7"}],"id":"0595169f-3dd8-47ce-8d45-139a5b50fb70","_postman_id":"0595169f-3dd8-47ce-8d45-139a5b50fb70","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Get Settings","id":"ecf59ff1-a6cf-4aab-a572-6129d4c27e95","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/general","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","settings","general"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecf59ff1-a6cf-4aab-a572-6129d4c27e95"},{"name":"Get Session","id":"fbe4261f-be11-47af-ad37-9fc58018065e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/sessions/:sessionId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","sessions",":sessionId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"921bf360-cfbe-4420-94cd-de22fd7c8b17","description":{"content":"<p>Session UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"sessionId"}]}},"response":[],"_postman_id":"fbe4261f-be11-47af-ad37-9fc58018065e"},{"name":"Get Session Context","id":"d5954aeb-d75e-4d72-bfa7-4a68711f763d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/sessions/:sessionId/context","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","sessions",":sessionId","context"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"050a14f2-0d81-479c-bdcf-fdc2152fe86d","description":{"content":"<p>Session UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"sessionId"}]}},"response":[],"_postman_id":"d5954aeb-d75e-4d72-bfa7-4a68711f763d"},{"name":"Ask Chat","id":"ddef57d4-d051-4b78-bb88-5a7923d4ab53","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"sessionId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"aiAssistantContext\": {\r\n        \"dataSourceIds\": [\r\n            \"<dataset_id>\"\r\n        ],\r\n        \"cardIds\": [],\r\n        \"pageIds\": [],\r\n        \"filters\": [],\r\n        \"ignorableDataSourceIds\": []\r\n    },\r\n    \"agentType\": \"REACT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/assistant/toolkits/DOMO_BASIC_ASSISTANT/execute/streaming","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["ai","v1","assistant","toolkits","DOMO_BASIC_ASSISTANT","execute","streaming"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddef57d4-d051-4b78-bb88-5a7923d4ab53"}],"id":"7c70d9cd-8516-4173-a8fe-5807f1d31273","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005236?language=en_US\">AI Playground Official Documentation</a></p>\n","_postman_id":"7c70d9cd-8516-4173-a8fe-5807f1d31273","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Jupyter Workspaces","item":[{"name":"File Shares","item":[{"name":"List File Shares","id":"577b4045-db6e-4a60-a00d-3e5bae7330b6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"577b4045-db6e-4a60-a00d-3e5bae7330b6"},{"name":"Get File Share Permissions","id":"80bf4d7e-0aef-4cce-bdb8-9ef212606de4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f6f70768-67fc-419c-a87d-bc34c5ecd298","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"0d89576c-9127-4e38-909c-e964ed719992","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id","permissions"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"fileshareUsersWithPermission\": [\r\n        {\r\n            \"entityId\": \"466826668\",\r\n            \"permissionLevel\": \"ADMIN\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"80bf4d7e-0aef-4cce-bdb8-9ef212606de4"},{"name":"Create File Share","id":"a43f8773-56cb-432c-ac26-b5712536414c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"bee66ef7-6490-485e-a155-a7b7a704084b","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"deleted\": null,\r\n    \"permissionLevel\": null\r\n}"}],"_postman_id":"a43f8773-56cb-432c-ac26-b5712536414c"},{"name":"Update File Share","id":"10f5df46-0e63-4bd3-8817-e793daa3f394","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"permissionLevel\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cc89912a-1e1d-4ff5-9f0a-04527f7b0c44","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"98f0e76f-4656-4a50-9024-41170f773736","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"permissionLevel\": null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"defaultMountPoint\": \"<string>\",\n    \"fileshareType\": \"SHARED\",\n    \"lifecycleOwner\": \"1234\",\n    \"lifecycleOwnerType\": \"USER\",\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"deleted\": null,\n    \"permissionLevel\": null\n}"}],"_postman_id":"10f5df46-0e63-4bd3-8817-e793daa3f394"},{"name":"Update File Share Permissions","id":"0dccfd65-75cf-4c86-add7-66fb7058d674","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"share\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"permissionLevel\": \"ADMIN\",\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ],\r\n    \"unshare\": [\r\n        {\r\n            \"entityId\": 2345,\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5c64269d-faef-4ab5-b463-646dd783b3a5","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"701a03c0-b4ae-441a-b198-8128388f984a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"share\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"permissionLevel\": \"ADMIN\",\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ],\r\n    \"unshare\": [\r\n        {\r\n            \"entityId\": 2345,\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id","permissions"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":"/"}],"responseTime":null,"body":""}],"_postman_id":"0dccfd65-75cf-4c86-add7-66fb7058d674"},{"name":"Delete File Share","id":"fdcda369-7ef2-4e45-9aff-af4ffa3365d6","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["fileshare","v1","shares",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"4d160cbe-7eb0-4f24-918e-16073c3c5e1a","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"dfccdd6b-6b1f-4ffc-89d8-4c0e42b8a4e2","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":"/"}],"responseTime":null,"body":""}],"_postman_id":"fdcda369-7ef2-4e45-9aff-af4ffa3365d6"}],"id":"1a90396a-ee82-4e89-a55f-4ed0827ae31d","description":"<p><a href=\"https://domo-support.domo.com/s/article/36004740075?language=en_US#file_sharing\">File Shares Official Documentation</a></p>\n","_postman_id":"1a90396a-ee82-4e89-a55f-4ed0827ae31d","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"List Jupyter Workspaces","id":"03d77baa-afec-4603-86ea-45ded8e10f17","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"offset\": 0,\r\n    \"sortFieldMap\": {\r\n        \"LAST_RUN\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/v1/search/workspaces","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","search","workspaces"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d77baa-afec-4603-86ea-45ded8e10f17"},{"name":"List User AI Models","id":"340aa04e-04a3-41cd-a3bf-68521582f726","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"METRIC\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [\r\n        {\r\n            \"type\": \"METRIC\",\r\n            \"values\": []\r\n        }\r\n    ],\r\n    \"metricFilters\": {},\r\n    \"dateFilters\": {},\r\n    \"sortMetricMap\": {\r\n        \"ObjectiveMetric\": \"DESC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","ml","v1","search","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"340aa04e-04a3-41cd-a3bf-68521582f726"},{"name":"Get Jupyter Workspace","id":"7a4d6330-cb02-476a-9326-1ba5e05c3acc","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/v1/workspaces/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","workspaces",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"68aa0114-e9c0-473e-804f-6e72b5f73cb5","description":{"content":"<p>Workspace UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7a4d6330-cb02-476a-9326-1ba5e05c3acc"}],"id":"6be72178-bb65-41a0-a48c-d9cf70d955ee","description":"<p><a href=\"https://domo-support.domo.com/s/article/36004740075?language=en_US\">Jupyter Workspaces Official Documentation</a></p>\n","_postman_id":"6be72178-bb65-41a0-a48c-d9cf70d955ee","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}}],"id":"21e78f77-d137-4eeb-b735-546531dc8cc9","_postman_id":"21e78f77-d137-4eeb-b735-546531dc8cc9","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Brand Kit","item":[{"name":"List Color Palettes","id":"a909c444-8759-4e93-b50b-13b9eccacf31","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/brandkit/v1/chartColorPalettes/all","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["brandkit","v1","chartColorPalettes","all"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a909c444-8759-4e93-b50b-13b9eccacf31"},{"name":"List Email Configurations","id":"5a246ce2-f68c-48aa-a0d4-2895fca0dd83","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["messaging","v1","email","configurations"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a246ce2-f68c-48aa-a0d4-2895fca0dd83"},{"name":"Get Login Settings","id":"a220ca3c-8019-48d6-b19f-125d570de592","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/login-settings/v1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","login-settings","v1"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a220ca3c-8019-48d6-b19f-125d570de592"},{"name":"Get Email Template","id":"7a24abcf-7b8f-45fa-a102-4c1836141888","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations/template","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["messaging","v1","email","configurations","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a24abcf-7b8f-45fa-a102-4c1836141888"},{"name":"Get Hot URL","id":"d86822e3-cb93-403d-94ef-c3e21af4214c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations/backlink","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["messaging","v1","email","configurations","backlink"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86822e3-cb93-403d-94ef-c3e21af4214c"}],"id":"5f52f4b8-162a-45d1-be98-2cea9adc69b6","description":"<p><a href=\"https://domo-support.domo.com/s/article/5428851518999?language=en_US\">Brand Kit Official Documentation</a></p>\n","_postman_id":"5f52f4b8-162a-45d1-be98-2cea9adc69b6","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Bricks and Pro-Code Apps","item":[{"name":"List App Designs","id":"ad6f8e9e-79dc-4bad-a124-3a9b5aa3d8c3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs?checkAdminAuthority=false&deleted=false&order=updated&direction=desc&limit=2&offset=0&withPermission=ADMIN&parts=owners,creator,thumbnail,versions,cards,instances,mapping","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["apps","v1","designs"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"checkAdminAuthority","value":"false"},{"disabled":true,"key":"creator","value":"false"},{"key":"deleted","value":"false"},{"description":{"content":"<p>Column to sort by</p>\n","type":"text/plain"},"key":"order","value":"updated"},{"description":{"content":"<p>Direction of sort</p>\n","type":"text/plain"},"key":"direction","value":"desc"},{"key":"limit","value":"2"},{"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Optional search query</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"withPermission","value":"ADMIN"},{"description":{"content":"<p>Possible values: owners,creator,thumbnail,versions,cards,instances,mapping</p>\n","type":"text/plain"},"key":"parts","value":"owners,creator,thumbnail,versions,cards,instances,mapping"}],"variable":[]}},"response":[],"_postman_id":"ad6f8e9e-79dc-4bad-a124-3a9b5aa3d8c3"},{"name":"Get App","id":"1e636c7a-6f6f-4f0c-949e-7cf1c293c123","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/domoapps/apps/v2/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["domoapps","apps","v2",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"9b021315-7a47-4afe-9e0d-cd03e11c24bc","description":{"content":"<p>App ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1e636c7a-6f6f-4f0c-949e-7cf1c293c123"},{"name":"Get App Design","id":"744df914-45d3-4e0d-9643-329907292ca1","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs/:id?parts=owners,cards,versions,creator","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["apps","v1","designs",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Possible values: owners,creator,thumbnail,versions,cards,instances,mapping</p>\n","type":"text/plain"},"key":"parts","value":"owners,cards,versions,creator"}],"variable":[{"id":"ff6a168f-c2f9-41d8-b52f-b24e1fe91085","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"744df914-45d3-4e0d-9643-329907292ca1"},{"name":"Get App Manifest (Context)","id":"0d0f850f-64dd-4115-9c02-949208315abc","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/domoapps/apps/v2/contexts/:contextId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["domoapps","apps","v2","contexts",":contextId"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"68b784b0-4859-43c6-b8e1-9375aa803edc","description":{"content":"<p>Context ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"contextId"}]}},"response":[],"_postman_id":"0d0f850f-64dd-4115-9c02-949208315abc"},{"name":"Count App Designs","id":"8c24de88-c19a-48b1-982c-3403b190de6b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs/count?checkAdminAuthority=false&deleted=false&withPermission=ADMIN","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["apps","v1","designs","count"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"checkAdminAuthority","value":"false"},{"disabled":true,"description":{"content":"<p>Filter to App Designs created by token owner/signed-in user</p>\n","type":"text/plain"},"key":"creator","value":"false"},{"key":"deleted","value":"false"},{"disabled":true,"description":{"content":"<p>Optional search query</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"withPermission","value":"ADMIN"}],"variable":[]}},"response":[],"_postman_id":"8c24de88-c19a-48b1-982c-3403b190de6b"},{"name":"Share App Design","id":"c6c5390c-d149-4d54-94e4-8da2fb7f1123","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    \"1234\",\r\n    \"2345\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/apps/v1/designs/:id/permissions/:permissions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["apps","v1","designs",":id","permissions",":permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9d8bcd62-dd95-4028-8186-23dc2bed4bc5","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"d4cc91b2-26e1-4f06-abc5-77bbea72f97d","type":"any","value":"ADMIN","key":"permissions"}]}},"response":[],"_postman_id":"c6c5390c-d149-4d54-94e4-8da2fb7f1123"},{"name":"Release App Design Version","id":"a676117c-0aef-4a71-b53b-ca36e97acc00","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/domoapps/designs/:id/release?version=0.0.1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["domoapps","designs",":id","release"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"version","value":"0.0.1"}],"variable":[{"id":"24d7f4cc-4cbc-4dbf-baaa-e90fffe7aa91","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a676117c-0aef-4a71-b53b-ca36e97acc00"},{"name":"Update App Manifest (Context)","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"34e9635e-1563-4ef8-a0c8-dde3e8f3e838","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"1234\",\r\n    \"designId\": \"2345\",\r\n    \"designVersion\": \"0.0.1\",\r\n    \"mapping\": [],\r\n    \"collections\": [],\r\n    \"accountMapping\": [],\r\n    \"actionMapping\": [],\r\n    \"workflowMapping\": [],\r\n    \"packageMapping\": [],\r\n    \"isDisabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/domoapps/apps/v2/contexts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["domoapps","apps","v2","contexts",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"4192cd02-65fd-4a8d-a6be-44211c218753","description":{"content":"<p>Context ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"34e9635e-1563-4ef8-a0c8-dde3e8f3e838"},{"name":"Delete App Design","id":"e3f30d3d-bd21-465e-82fb-e72bb160214d","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/domoapps/designs/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["domoapps","designs",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"a8b84758-dbac-4bd1-8c38-27ec3e6edde8","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e3f30d3d-bd21-465e-82fb-e72bb160214d"}],"id":"6f343f7c-1516-43d4-9912-52d5aa56d941","description":"<p><a href=\"https://domo-support.domo.com/s/article/4423762260375?language=en_US\">Bricks Official Documentation </a> | <a href=\"https://developer.domo.com/portal/0037739ab3747-domo-bricks-overview\">Bricks Official Developer Documentation</a></p>\n<p><a href=\"https://domo-support.domo.com/s/article/000005500?language=en_US\">Pro-Code Editor Official Documentation </a> | <a href=\"https://developer.domo.com/portal/d54m2ohkacza0-welcome\">App Framework Official Developer Documentation</a></p>\n","_postman_id":"6f343f7c-1516-43d4-9912-52d5aa56d941","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Certification","item":[{"name":"List Certifications","id":"d4cc51d1-ca35-491a-b353-2d4a40e31d4a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getWorkflowConnection\",\r\n        \"variables\": {\r\n            \"type\": \"CC\",\r\n            \"view\": \"WAITING\", //WAITING or SUBMITTED\r\n            \"timePeriod\": \"ACTIVE\", //PAST or ACTIVE\r\n            \"first\": 30,\r\n            \"after\": null,\r\n            \"orderBy\": \"DATE\",\r\n            \"reverseSort\": false,\r\n            \"searchTerm\": \"\",\r\n            \"templateId\": null\r\n        },\r\n        \"query\": \"query getWorkflowConnection($type: String!, $after: ID, $view: View, $timePeriod: TimePeriod, $orderBy: OrderBy, $reverseSort: Boolean, $searchTerm: String, $first: Int, $templateId: ID) {\\n  workflowConnection(type: $type, after: $after, view: $view, timePeriod: $timePeriod, orderBy: $orderBy, reverseSort: $reverseSort, searchTerm: $searchTerm, first: $first, templateId: $templateId) {\\n    edges {\\n      cursor\\n      node {\\n        certificationRequest {\\n          id\\n          type\\n          status\\n          entityType\\n          entityId\\n          entityTitle\\n          previousActor {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          entityOwnerEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          entityOwners {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          requestor {\\n            id\\n            displayName\\n            title\\n            isCurrentUser\\n            __typename\\n          }\\n          modifiedTime\\n          createdTime\\n          __typename\\n        }\\n        approval {\\n          newActivity\\n          observers {\\n            id\\n            type\\n            displayName\\n            title\\n            ... on Group {\\n              memberCount: userCount\\n              __typename\\n            }\\n            __typename\\n          }\\n          lastViewed\\n          newActivity\\n          newMessage {\\n            created\\n            createdByType\\n            createdBy {\\n              id\\n              displayName\\n              __typename\\n            }\\n            content {\\n              text\\n              __typename\\n            }\\n            __typename\\n          }\\n          lastAction\\n          version\\n          templateInstructions\\n          submittedTime\\n          id\\n          title\\n          status\\n          providerName\\n          templateTitle\\n          buzzChannelId\\n          buzzGeneralThreadId\\n          templateInstructions\\n          templateDescription\\n          type\\n          total {\\n            value\\n            currency\\n            __typename\\n          }\\n          modifiedTime\\n          previousApprover: previousApproverEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              actor {\\n                displayName\\n                id\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          pendingApprover: pendingApproverEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          submitter {\\n            id\\n            displayName\\n            title\\n            avatarKey\\n            isCurrentUser\\n            __typename\\n          }\\n          approvalChainIdx\\n          chain {\\n            actor {\\n              displayName\\n              __typename\\n            }\\n            approver {\\n              id\\n              type\\n              displayName\\n              ... on User {\\n                title\\n                avatarKey\\n                isCurrentUser\\n                __typename\\n              }\\n              ... on Group {\\n                userCount\\n                isDeleted\\n                __typename\\n              }\\n              __typename\\n            }\\n            status\\n            time\\n            type\\n            key\\n            __typename\\n          }\\n          fields {\\n            type\\n            name\\n            data\\n            key\\n            ... on NumberField {\\n              value\\n              __typename\\n            }\\n            ... on CurrencyField {\\n              number: value\\n              currency\\n              __typename\\n            }\\n            ... on DateField {\\n              date: value\\n              __typename\\n            }\\n            ... on DataSetAttachmentField {\\n              dataSet: value {\\n                id\\n                name\\n                description\\n                owner {\\n                  id\\n                  displayName\\n                  __typename\\n                }\\n                provider\\n                cardCount\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          history {\\n            actor {\\n              type\\n              id\\n              displayName\\n              ... on User {\\n                avatarKey\\n                __typename\\n              }\\n              __typename\\n            }\\n            status\\n            time\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    pageInfo {\\n      hasNextPage\\n      hasPreviousPage\\n      startCursor\\n      endCursor\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4cc51d1-ca35-491a-b353-2d4a40e31d4a"},{"name":"List Certification Templates","id":"a5fa0003-a5d4-482a-9bdf-dc9959fee71c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertifiedTemplates\",\r\n        \"variables\": {\r\n            \"type\": \"CC:CARD\", //CC:CARD or CC:DSET\r\n            \"includeUnpublished\": false\r\n        },\r\n        \"query\": \"query getCertifiedTemplates($type: String, $includeUnpublished: Boolean) {\\n  templates(type: $type, includeUnpublished: $includeUnpublished) {\\n    type\\n    id\\n    title\\n    description\\n    isPublic\\n    isPublished\\n    providerName\\n    owner {\\n      id\\n      displayName\\n      avatarKey\\n      isCurrentUser\\n      title\\n      __typename\\n    }\\n    fieldCount\\n    useCount\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5fa0003-a5d4-482a-9bdf-dc9959fee71c"},{"name":"List Certified Entities","id":"61010c9f-f184-4ba0-a550-87c0e311c1f0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operationName\": \"getCertifiedEntities\",\r\n    \"variables\": {\r\n        \"type\": \"CC:CARD\", //CC:CARD or CC:DSET\r\n        \"first\": 100,\r\n        \"after\": null,\r\n        \"searchTerm\": \"\",\r\n        \"stateFilter\": \"EXPIRED\" //null, PENDING, EXPIRED, CERTIFIED, or REQUESTED\r\n    },\r\n    \"query\": \"\\nquery getCertifiedEntities(\\n  $type: String!\\n  $first: Int\\n  $after: ID\\n  $searchTerm: String\\n  $stateFilter: CertifyState\\n) {\\n  certifyEntitiesConnection(\\n    type: $type\\n    first: $first\\n    after: $after\\n    searchTerm: $searchTerm\\n    stateFilter: $stateFilter\\n  ) {\\n    edges {\\n      cursor\\n      node {\\n        id\\n        title\\n        entityType\\n        description\\n        processType\\n        previousActor {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        ownerEx {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        owners {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        lastUpdated\\n        views\\n        dateCertified\\n        certifyState\\n        certifyApprovalId\\n        provider\\n      }\\n    }\\n    pageInfo {\\n      hasNextPage\\n      endCursor\\n      startCursor\\n    }\\n  }\\n}\\n\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"61010c9f-f184-4ba0-a550-87c0e311c1f0"},{"name":"Get Certification","id":"fd4dd64f-612f-4f83-9df2-5d8eefe7da24","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertificationDetails\",\r\n        \"variables\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n        },\r\n        \"query\": \"query getCertificationDetails($id: ID!) {\\n  certification(id: $id) {\\n    id\\n    request {\\n      id\\n      type\\n      status\\n      entityType\\n      entityId\\n      entityTitle\\n      entityOwnerEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      entityOwners {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      requestor {\\n        id\\n        displayName\\n        title\\n        avatarKey\\n        isCurrentUser\\n        isDeleted\\n        __typename\\n      }\\n      modifiedTime\\n      createdTime\\n      __typename\\n    }\\n    approval {\\n      id\\n      version\\n      type\\n      title\\n      status\\n      providerName\\n      templateTitle\\n      buzzChannelId\\n      buzzGeneralThreadId\\n      templateInstructions\\n      templateDescription\\n      total {\\n        value\\n        currency\\n        __typename\\n      }\\n      modifiedTime\\n      previousApprover: previousApproverEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          actor {\\n            displayName\\n            id\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      pendingApprover: pendingApproverEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          userCount\\n          isDeleted\\n          currentUserIsMember\\n          __typename\\n        }\\n        __typename\\n      }\\n      submitter {\\n        id\\n        displayName\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      approvalChainIdx\\n      chain {\\n        actor {\\n          displayName\\n          __typename\\n        }\\n        approver {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n            __typename\\n          }\\n          ... on Group {\\n            userCount\\n            isDeleted\\n            __typename\\n          }\\n          __typename\\n        }\\n        status\\n        time\\n        type\\n        key\\n        __typename\\n      }\\n      observers {\\n        id\\n        type\\n        displayName\\n        avatarKey\\n        title\\n        ... on Group {\\n          userCount\\n          __typename\\n        }\\n        __typename\\n      }\\n      fields {\\n        type\\n        name\\n        data\\n        key\\n        ... on NumberField {\\n          value\\n          __typename\\n        }\\n        ... on CurrencyField {\\n          number: value\\n          currency\\n          __typename\\n        }\\n        ... on DateField {\\n          date: value\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd4dd64f-612f-4f83-9df2-5d8eefe7da24"},{"name":"Get Certification Template","id":"77a3106d-731d-4d7a-9176-d2396dd9fd58","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertifiedTemplate\",\r\n        \"variables\": {\r\n            \"type\": \"CARD\", //CARD or DATASET\r\n            \"templateId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"id\": 123456,\r\n            \"title\": \"<string>\"\r\n        },\r\n        \"query\": \"query getCertifiedTemplate($templateId: ID, $type: CertifyType!, $id: ID, $title: String) {\\n  companyName\\n  template: certifyTemplate(templateId: $templateId, type: $type, id: $id, title: $title) {\\n    id\\n    type\\n    title\\n    titleName\\n    titleData\\n    titlePlaceholder\\n    instructions\\n    description\\n    providerName\\n    isPublic\\n    chainIsLocked\\n    owner {\\n      id\\n      displayName\\n      avatarKey\\n      __typename\\n    }\\n    fields {\\n      key\\n      type\\n      name\\n      data\\n      placeholder\\n      required\\n      disabled\\n      __typename\\n    }\\n    approvers {\\n      type\\n      originalType: type\\n      key\\n      ... on ApproverPerson {\\n        id: approverId\\n        approverId\\n        userDetails {\\n          id\\n          displayName\\n          title\\n          avatarKey\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ApproverGroup {\\n        id: approverId\\n        approverId\\n        groupDetails {\\n          id\\n          displayName\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ApproverPlaceholder {\\n        placeholderText\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"77a3106d-731d-4d7a-9176-d2396dd9fd58"},{"name":"Get Certification ID from Approval ID","id":"4c627813-c3ee-48d4-9281-b91c74735fed","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertificationIdFromApprovalId\",\r\n        \"variables\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n        },\r\n        \"query\": \"query getCertificationIdFromApprovalId($id: ID!) {\\n  certificationId: certificationByApprovalId(id: $id) {\\n    id\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c627813-c3ee-48d4-9281-b91c74735fed"},{"name":"Get Entity Access","id":"459ba5af-22f6-46f8-8a11-04a769f9908c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"checkEntityAccess\",\r\n        \"variables\": {\r\n            \"entityType\": \"CARD\", //CARD or DATASET\r\n            \"entityId\": 123456, //Card or DataSet ID\r\n            \"approvers\": [\r\n                {\r\n                    \"type\": \"GROUP\",\r\n                    \"originalType\": \"GROUP\",\r\n                    \"key\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"id\": \"12345\",\r\n                    \"approverId\": \"12345\",\r\n                    \"groupDetails\": {\r\n                        \"id\": \"12345\",\r\n                        \"displayName\": \"<string>\",\r\n                        \"userCount\": 11, //For GROUP\r\n                        \"isDeleted\": false,\r\n                        \"__typename\": \"Group\" //Group or User\r\n                    },\r\n                    \"__typename\": \"ApproverGroup\"\r\n                }\r\n            ]\r\n        },\r\n        \"query\": \"query checkEntityAccess($entityId: ID!, $entityType: CertifyType!, $approvers: [ApproverInput!]!) {\\n  isEntityAccessGranted(entityId: $entityId, entityType: $entityType, approvers: $approvers) {\\n    deniedUsers {\\n      type\\n      id\\n      displayName\\n      ... on User {\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      __typename\\n    }\\n    deniedGroups {\\n      id\\n      type\\n      displayName\\n      ... on Group {\\n        userCount\\n        isDeleted\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"459ba5af-22f6-46f8-8a11-04a769f9908c"},{"name":"Get Waiting on Me Count","id":"46d9bd19-0696-4401-8f2d-2fcb7bdc53ee","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getWaitingOnMeCount\",\r\n        \"variables\": {\r\n            \"type\": \"CC\"\r\n        },\r\n        \"query\": \"query getWaitingOnMeCount($type: String = \\\"CC\\\") {\\n  count: waitingOnMeCount(type: $type)\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"46d9bd19-0696-4401-8f2d-2fcb7bdc53ee"},{"name":"Get Certification Expire on Edit","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"47f72e81-c81e-4273-9900-96ab85336bc8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:type","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["customer","v1","properties",":type"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"b4f1ad13-3ed6-49d4-b64f-662c3e1305f0","description":{"content":"<p>content.certification..expire.on.edit</p>\n","type":"text/plain"},"type":"any","value":"content.certification.card.expire.on.edit","key":"type"}]}},"response":[],"_postman_id":"47f72e81-c81e-4273-9900-96ab85336bc8"},{"name":"Create Certification","id":"bc0158a0-b8e2-4cea-96d8-e55a13b1b3d0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"newApproval\",\r\n        \"variables\": {\r\n            \"request\": {\r\n                \"templateId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"title\": \"<card_or_dataset_name>\",\r\n                \"fields\": [\r\n                    {\r\n                        \"key\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"type\": \"ATTACHMENT\",\r\n                        \"name\": \"Card to certify\",\r\n                        \"data\": \"CARD:1234\",\r\n                        \"placeholder\": null,\r\n                        \"required\": true,\r\n                        \"disabled\": false,\r\n                        \"attachmentName\": \"<string>\", \r\n                        \"__typename\": \"CardAttachmentField\"\r\n                    }\r\n                ],\r\n                \"approvers\": [\r\n                    {\r\n                        \"approverId\": 123456, \r\n                        \"id\": 123456, \r\n                        \"originalType\": \"PERSON\",\r\n                        \"type\": \"PERSON\",\r\n                        \"userDetails\": {\r\n                            \"displayName\": \"<string>\",\r\n                            \"id\": 123456\r\n                        }\r\n                    }\r\n                ],\r\n                \"attachments\": []\r\n            },\r\n            \"adminCertified\": true\r\n        },\r\n        \"query\": \"mutation newApproval($request: ApprovalRequest!, $adminCertified: Boolean) {\\n  approval: submitRequest(request: $request, adminCertified: $adminCertified) {\\n    id\\n    type\\n    submittedTime\\n    modifiedTime\\n    status\\n    title\\n    providerName\\n    templateTitle\\n    amount\\n    version\\n    attachmentsCount\\n    submitter {\\n      id\\n      displayName\\n      __typename\\n    }\\n    observers {\\n      id\\n      type\\n      displayName\\n      __typename\\n    }\\n    history {\\n      actor {\\n        type\\n        id\\n        displayName\\n        ... on User {\\n          avatarKey\\n          __typename\\n        }\\n        __typename\\n      }\\n      status\\n      time\\n      __typename\\n    }\\n    fields {\\n      data\\n      name\\n      type\\n      key\\n      ... on HeaderField {\\n        fields {\\n          data\\n          name\\n          type\\n          key\\n          ... on HeaderField {\\n            fields {\\n              data\\n              name\\n              type\\n              key\\n              __typename\\n            }\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ItemListField {\\n        fields {\\n          data\\n          name\\n          type\\n          key\\n          ... on HeaderField {\\n            fields {\\n              data\\n              name\\n              type\\n              key\\n              ... on HeaderField {\\n                fields {\\n                  data\\n                  name\\n                  type\\n                  key\\n                  __typename\\n                }\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on NumberField {\\n        value\\n        __typename\\n      }\\n      ... on CurrencyField {\\n        number: value\\n        currency\\n        __typename\\n      }\\n      ... on DateField {\\n        date: value\\n        __typename\\n      }\\n      ... on DataSetAttachmentField {\\n        dataSet: value {\\n          id\\n          name\\n          description\\n          owner {\\n            id\\n            displayName\\n            __typename\\n          }\\n          provider\\n          cardCount\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    pendingApprover: pendingApproverEx {\\n      id\\n      type\\n      displayName\\n      ... on User {\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      ... on Group {\\n        userCount\\n        isDeleted\\n        currentUserIsMember\\n        __typename\\n      }\\n      __typename\\n    }\\n    chain {\\n      actor {\\n        displayName\\n        __typename\\n      }\\n      approver {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      status\\n      time\\n      type\\n      key\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc0158a0-b8e2-4cea-96d8-e55a13b1b3d0"},{"name":"Remove Certification","id":"85662622-8cca-410c-bab6-07686cb53a07","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"remove\",\r\n        \"variables\": {\r\n            \"type\": \"CARD\", //CARD or DATASET\r\n            \"id\": \"12345\"\r\n        },\r\n        \"query\": \"mutation remove($type: CertifyType!, $id: ID!) {\\n  removeCertification(type: $type, id: $id)\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"85662622-8cca-410c-bab6-07686cb53a07"}],"id":"cd42243f-54b4-4240-8906-61074b1d362f","description":"<p><a href=\"https://domo-support.domo.com/s/article/360043430613?language=en_US\">Certification Official Documentation</a></p>\n","_postman_id":"cd42243f-54b4-4240-8906-61074b1d362f","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Company","item":[{"name":"List Customer Stats","id":"55f41853-88e8-456d-9e6a-ea3dbee3cb49","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/customer-stats","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","datasources","customer-stats"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55f41853-88e8-456d-9e6a-ea3dbee3cb49"},{"name":"List Time Zones","id":"ed27702d-2a72-44df-b4d8-bb70e4347068","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/timezones","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["dataprocessing","v1","dataflows","timezones"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed27702d-2a72-44df-b4d8-bb70e4347068"},{"name":"Get Settings","id":"1f9b314b-f56f-4596-8e35-1be57aab2e54","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/companysettings","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["companysettings"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f9b314b-f56f-4596-8e35-1be57aab2e54"},{"name":"Get Locale","id":"2266b318-01d4-4667-8555-8c333956043b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/locale?ignoreCache=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","locale"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"ignoreCache","value":"true"}],"variable":[]}},"response":[],"_postman_id":"2266b318-01d4-4667-8555-8c333956043b"},{"name":"Get Customer State","id":"6bbaeaba-6d6f-4417-8dc7-c871d5100649","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/:customerState?ignoreCache=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","customer-states",":customerState"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"ignoreCache","value":"true"}],"variable":[{"id":"5da2f91e-20b2-454e-959f-62bb72cb3104","description":{"content":"<p>Possible values found so far: domo.globalization.defaultTimeZone, card.beastModeCalculationOnDataSet.default</p>\n","type":"text/plain"},"type":"any","value":"domo.globalization.defaultTimeZone","key":"customerState"}]}},"response":[],"_postman_id":"6bbaeaba-6d6f-4417-8dc7-c871d5100649"},{"name":"Get Property","id":"e1ed9820-88e1-4067-bc29-0f81af608836","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:property","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["customer","v1","properties",":property"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"60b0c77c-d9c2-492b-910c-0dab2a0339e0","type":"any","value":"card.hide_share_email_ui","key":"property"}]}},"response":[],"_postman_id":"e1ed9820-88e1-4067-bc29-0f81af608836"},{"name":"Get Licenses","id":"dc69cd72-aa71-438d-be51-89d0695dcfde","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/licenses/total/current","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","licenses","total","current"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc69cd72-aa71-438d-be51-89d0695dcfde"},{"name":"Get Jupyter Settings","id":"2434c9be-c13e-4bb4-8100-ac0141380e71","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/v1/settings","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["datascience","v1","settings"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2434c9be-c13e-4bb4-8100-ac0141380e71"},{"name":"Get Credits","id":"6115bad9-61ba-4eed-ad0f-8c94732b665c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/contract/current/summary","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["metrics","v1","usage","credits","contract","current","summary"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6115bad9-61ba-4eed-ad0f-8c94732b665c"},{"name":"Update Property","id":"8b2aa736-9673-4c02-98c3-0de2c97d220f","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyspace\": \"domo\",\r\n    \"issuer\": \"DEFAULT_VALUE\",\r\n    \"entityId\": \"{{instance}}\",\r\n    \"key\": \"card.hide_share_email_ui\",\r\n    \"value\": \"true\",\r\n    \"values\": [\r\n        \"true\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:property","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["customer","v1","properties",":property"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"730436cf-e16d-4228-a885-d880e05350b3","type":"any","value":"card.hide_share_email_ui","key":"property"}]}},"response":[],"_postman_id":"8b2aa736-9673-4c02-98c3-0de2c97d220f"}],"id":"9d28a0ea-1195-42ce-844f-70e3b1e599b5","description":"<p><a href=\"https://www.domo.com/consumption-terms\">Consumption Official Terms</a></p>\n<p><a href=\"https://domo-support.domo.com/s/topic/0TOVq0000008ehpOAA/consumption-agreements?language=en_US\">Credits Official Documentation</a></p>\n","_postman_id":"9d28a0ea-1195-42ce-844f-70e3b1e599b5","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Credits","item":[{"name":"Get Credit Usage Report by Month","id":"762c2dad-ccb4-46e4-9915-576495df1e5d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/usage?startDate=&endDate=","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","usage"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>YYYY-MM-dd</p>\n","type":"text/plain"},"key":"startDate","value":""},{"description":{"content":"<p>YYYY-MM-dd</p>\n","type":"text/plain"},"key":"endDate","value":""}],"variable":[]}},"response":[],"_postman_id":"762c2dad-ccb4-46e4-9915-576495df1e5d"},{"name":"Get Subscription Page/Contract Details","id":"b6c8607a-4bd5-4788-85ce-d5cd3105e09e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/subscription","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","subscription"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6c8607a-4bd5-4788-85ce-d5cd3105e09e"},{"name":"Get Credit Balance/Statements","id":"e4456808-62e9-4f33-ae18-a6a9a7d2c35a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/balance","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","balance"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4456808-62e9-4f33-ae18-a6a9a7d2c35a"}],"id":"f9fe6af9-becb-4f82-a2d9-5bc1901a2bb4","_postman_id":"f9fe6af9-becb-4f82-a2d9-5bc1901a2bb4","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Elevation","item":[{"name":"Authenticate with OTP","id":"63d577bd-070f-40fb-84d5-b2c5f5e90d8d","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"timeBasedOneTimePassword\": \"000000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/authentication/elevations/:userId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["identity","v1","authentication","elevations",":userId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1f51c264-807d-4f81-bf81-2bba55e96ef2","type":"any","value":"","key":"userId"}]}},"response":[{"id":"cedd6765-9090-462e-b476-1194fe23b11a","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"timeBasedOneTimePassword\": \"000000\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/identity/v1/authentication/elevations/:userId","host":["https://{{instance}}.domo.com/api"],"path":["identity","v1","authentication","elevations",":userId"],"variable":[{"key":"userId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"63d577bd-070f-40fb-84d5-b2c5f5e90d8d"}],"id":"d4a31392-1035-4be3-9855-7f06c139a706","_postman_id":"d4a31392-1035-4be3-9855-7f06c139a706","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Files","item":[{"name":"Get Revision","id":"7a71a508-8411-410a-8bcf-71d20bd74240","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:fileId/revisions/:revisionId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","data-files",":fileId","revisions",":revisionId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"fileName","value":""}],"variable":[{"id":"fd9ac562-263d-48cb-8215-32b2d17dac0c","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"fileId"},{"id":"96cacefc-1e87-4b6c-abbb-8f59dca53bba","description":{"content":"<p>Revision ID. Use -1 for most recent revision</p>\n","type":"text/plain"},"type":"any","value":"-1","key":"revisionId"}]}},"response":[],"_postman_id":"7a71a508-8411-410a-8bcf-71d20bd74240"},{"name":"Get Revision Details","id":"408235fb-e8e6-4d12-9a77-6a6bb5486707","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:fileId/revisions/:revisionId/details","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","data-files",":fileId","revisions",":revisionId","details"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"acd6183f-6896-4755-8371-18c1a8d46108","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"fileId"},{"id":"6bf0721d-e74a-4a21-9eb9-826a9d64c3b8","description":{"content":"<p>Revision ID. Use -1 for most recent revision</p>\n","type":"text/plain"},"type":"any","value":"-1","key":"revisionId"}]}},"response":[],"_postman_id":"408235fb-e8e6-4d12-9a77-6a6bb5486707"},{"name":"Get File Details","id":"e58f9a00-d6f0-413f-9952-035e925ef27b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:id/details?expand=revisions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","data-files",":id","details"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"expand","value":"revisions"}],"variable":[{"id":"dc6f17b8-6c27-4e1c-9805-c73748cd3e6c","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e58f9a00-d6f0-413f-9952-035e925ef27b"},{"name":"Create File","id":"28ddb9f8-2aa4-48cc-88fd-3fb31a657b96","request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://{{instance}}.domo.com/api/data/v1/data-files?name=&public=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","data-files"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>File Name with Extension</p>\n","type":"text/plain"},"key":"name","value":""},{"key":"public","value":"true"}],"variable":[]}},"response":[],"_postman_id":"28ddb9f8-2aa4-48cc-88fd-3fb31a657b96"},{"name":"Create File Card","id":"4ad4e28c-9f52-4f75-ab00-cc7159e6cf96","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"document\",\r\n    \"description\": \"<string>\",\r\n    \"metadata\": {\r\n        \"title\": \"<string>\",\r\n        \"documentId\": \"123:123\",\r\n        \"usingSampleData\": \"\",\r\n        \"kpiType\": \"document\",\r\n        \"description\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards?pageId=","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"key":"pageId","value":""}],"variable":[]}},"response":[],"_postman_id":"4ad4e28c-9f52-4f75-ab00-cc7159e6cf96"},{"name":"Update File","id":"7ffe0ad3-8d3c-490a-8779-e9914f10b3f7","request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:id?public=true&description=","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","data-files",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"public","value":"true"},{"key":"description","value":""}],"variable":[{"id":"666999ef-b9bb-44cd-8582-1c56a668652a","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7ffe0ad3-8d3c-490a-8779-e9914f10b3f7"},{"name":"Update File Card","id":"a0dcbaf5-c0fc-4dac-a67f-912eb396f293","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"documentId\": \"123:123\",\r\n        \"revisionId\": \"123\",\r\n        \"title\": \"<string>\",\r\n        \"kpiType\": \"document\",\r\n        \"usingSampleData\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","cards",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"25d066a6-16e5-414f-a84b-ad5f7aa06dd2","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a0dcbaf5-c0fc-4dac-a67f-912eb396f293"}],"id":"d02b0944-cbeb-4ac9-8453-2c84bfa515ab","description":"<p>Files are how files uploaded to a Doc card (and probably other things) are managed. Since they are just a backend management feature, there is no associated documentation in the Knowledge Base and they cannot be directly accessed via the user interface.</p>\n","_postman_id":"d02b0944-cbeb-4ac9-8453-2c84bfa515ab","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Forms","item":[{"name":"List Forms","id":"3ccd262d-a92f-46a0-8434-df778fe0b45b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 50,\r\n    \"offset\": 0,\r\n    \"filters\": [],\r\n    \"useEntities\": true,\r\n    \"combineResults\": true,\r\n    \"facetValueLimit\": 1000,\r\n    \"entityList\": [\r\n        [\r\n            \"form\"\r\n        ]\r\n    ],\r\n    \"sort\": {\r\n        \"isRelevance\": true,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"lastModified\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    },\r\n    \"query\": \"*\",\r\n    \"hideSearchObjects\": false,\r\n    \"state\": \"facet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ccd262d-a92f-46a0-8434-df778fe0b45b"},{"name":"Get Form","id":"c41839bf-2adf-44d1-8be0-7bc8929ceded","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/forms/v1/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["forms","v1",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c3c02557-8b5a-40f5-aaac-39edb92ceb37","description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c41839bf-2adf-44d1-8be0-7bc8929ceded"},{"name":"Create Instance","id":"5e63d16c-0707-42e3-b126-28ef0a7e2617","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"formId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"fieldConfiguration\": {\r\n        \"00000000-0000-0000-0000-000000000000\": {\r\n            \"options\": {\r\n                \"type\": \"DATASET\",\r\n                \"customMapping\": null,\r\n                \"datasetMapping\": {\r\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"column\": \"Column 1\"\r\n                }\r\n            },\r\n            \"value\": {\r\n                \"type\": \"DATASET\"\r\n            }\r\n        }\r\n    },\r\n    \"submitConfiguration\": {\r\n        \"type\": \"DATASET\",\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["forms","v1","instances"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e63d16c-0707-42e3-b126-28ef0a7e2617"},{"name":"Create Submission","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') !== pm.request.body.raw.id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"e37e73d2-d98a-415e-bbdf-b5469177545e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"label\": \"<string>\",\r\n        \"optional\": false,\r\n        \"fieldType\": \"SINGLE_CHOICE\",\r\n        \"dataType\": \"text\",\r\n        \"acceptsInput\": true,\r\n        \"acceptsOutput\": true,\r\n        \"options\": {\r\n            \"values\": []\r\n        },\r\n        \"alias\": \"<string>\",\r\n        \"isList\": true,\r\n        \"useExternalValues\": true,\r\n        \"displayAsDropdown\": true,\r\n        \"value\": \"<string>\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances/:id/submission","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["forms","v1","instances",":id","submission"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"146db56b-6255-49b3-bbab-9da2b63b3b1c","description":{"content":"<p>Form Instance UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e37e73d2-d98a-415e-bbdf-b5469177545e"},{"name":"Update Instance","id":"05e149e0-338b-439c-a56c-8b1018580313","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"formInstanceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"formId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"fieldConfiguration\": {\r\n        \"00000000-0000-0000-0000-000000000000\": {\r\n            \"options\": {\r\n                \"type\": \"DATASET\",\r\n                \"customMapping\": null,\r\n                \"datasetMapping\": {\r\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"column\": \"Column 1\"\r\n                }\r\n            },\r\n            \"value\": {\r\n                \"type\": \"DATASET\"\r\n            }\r\n        }\r\n    },\r\n    \"submitConfiguration\": {\r\n        \"type\": \"DATASET\",\r\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"name\": \"<dataset_name>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["forms","v1","instances",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"37fbe40d-3baa-4ffe-93c1-36f80ce91fe5","description":{"content":"<p>Form Instance UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"05e149e0-338b-439c-a56c-8b1018580313"},{"name":"Update Form Fields","id":"0956ffc1-f009-4825-a471-f8e7ed3911be","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"00000000-0000-0000-0000-000000000000\": {\r\n        \"options\": {\r\n            \"type\": \"DATASET\",\r\n            \"customMapping\": null,\r\n            \"datasetMapping\": {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"column\": \"Column 1\"\r\n            }\r\n        },\r\n        \"value\": {\r\n            \"type\": \"DATASET\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/:id/hydration","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["forms","v1",":id","hydration"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d4fdce6d-a47b-4bd9-89a4-caffd2a66368","description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0956ffc1-f009-4825-a471-f8e7ed3911be"}],"id":"5687d4da-190a-4112-828e-59a6aecd1d61","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005171?language=en_US\">Forms Official Documentation</a></p>\n","_postman_id":"5687d4da-190a-4112-828e-59a6aecd1d61","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Functions (Beast Modes and Variables)","item":[{"name":"List Functions","id":"8e0ff79c-0a10-419e-8db7-9b3d8da40866","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"*\",\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"dataset\",\r\n            \"idList\": [\r\n                \"00000000-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"notvariable\"\r\n        }\r\n    ],\r\n    \"sort\": {\r\n        \"field\": \"name\",\r\n        \"ascending\": true\r\n    },\r\n    \"limit\": 5000,\r\n    \"offset\": 0\r\n}"},"url":"https://{{instance}}.domo.com/api/query/v1/functions/search","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e0ff79c-0a10-419e-8db7-9b3d8da40866"},{"name":"Get Function","id":"7dc0ca67-a7d0-4a74-8cf8-8abc3bee4830","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id?hidden=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"hidden","value":"true"}],"variable":[{"id":"dccff802-ebd1-4509-be5e-2bcfa384e81c","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7dc0ca67-a7d0-4a74-8cf8-8abc3bee4830"},{"name":"Get Cards Function is Used On","id":"b1cfeed9-4399-44a5-969d-6bc60b3ce8d4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/cards/formulausage?datasourceId=&formulaId=calculation_00000000-0000-0000-0000-000000000000","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","cards","formulausage"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"key":"datasourceId","value":""},{"description":{"content":"<p>calculation_UUID</p>\n","type":"text/plain"},"key":"formulaId","value":"calculation_00000000-0000-0000-0000-000000000000"}],"variable":[]}},"response":[],"_postman_id":"b1cfeed9-4399-44a5-969d-6bc60b3ce8d4"},{"name":"Create Function","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"fc0d9a1a-690c-4fac-823a-0b02dec6a147","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"owner\": 466826668,\r\n    \"locked\": false,\r\n    \"global\": false,\r\n    \"expression\": \"'test'\",\r\n    \"checkSum\": null,\r\n    \"links\": [\r\n        {\r\n            \"resource\": {\r\n                \"type\": \"DATA_SOURCE\",\r\n                \"id\": \"6ecd2cbb-db04-4cdc-b418-f8d705624cc6\"\r\n            },\r\n            \"visible\": true,\r\n            \"active\": false,\r\n            \"valid\": \"INCOMPATIBLE_LINK\"\r\n        }\r\n    ],\r\n    \"aggregated\": false,\r\n    \"analytic\": false,\r\n    \"nonAggregatedColumns\": [],\r\n    \"dataType\": \"STRING\",\r\n    \"status\": \"VALID\",\r\n    \"cacheWindow\": \"non_dynamic\",\r\n    \"columnPositions\": [],\r\n    \"functions\": [],\r\n    \"functionTemplateDependencies\": [],\r\n    \"archived\": false,\r\n    \"hidden\": false,\r\n    \"variable\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template?strict=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"strict","value":"false"}],"variable":[]}},"response":[],"_postman_id":"fc0d9a1a-690c-4fac-823a-0b02dec6a147"},{"name":"Bulk Create Functions","id":"215c7361-9103-4845-8140-b5685794e2d9","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"create\": [\r\n        {\r\n            \"name\": \"<string>\",\r\n            \"owner\": 123456,\r\n            \"locked\": false,\r\n            \"global\": false,\r\n            \"expression\": \"<sql>\",\r\n            \"checkSum\": \"<string>\",\r\n            \"links\": [\r\n                {\r\n                    \"resource\": {\r\n                        \"type\": \"CARD\",\r\n                        \"id\": \"<card_id>\"\r\n                    },\r\n                    \"visible\": false,\r\n                    \"active\": true,\r\n                    \"valid\": \"VALID\"\r\n                },\r\n                {\r\n                    \"resource\": {\r\n                        \"type\": \"DATA_SOURCE\",\r\n                        \"id\": \"<dataset_id>\"\r\n                    },\r\n                    \"visible\": true,\r\n                    \"active\": false,\r\n                    \"valid\": \"INCOMPATIBLE_LINK\"\r\n                }\r\n            ],\r\n            \"aggregated\": false,\r\n            \"analytic\": false,\r\n            \"nonAggregatedColumns\": [],\r\n            \"dataType\": \"STRING\",\r\n            \"status\": \"VALID\",\r\n            \"cacheWindow\": \"non_dynamic\",\r\n            \"columnPositions\": [\r\n                {\r\n                    \"columnName\": \"`Column 1`\",\r\n                    \"columnPosition\": 14\r\n                }\r\n            ],\r\n            \"functions\": [],\r\n            \"functionTemplateDependencies\": [],\r\n            \"archived\": false,\r\n            \"hidden\": false,\r\n            \"variable\": false\r\n        }\r\n    ],\r\n    \"links\": {},\r\n    \"strict\": false,\r\n    \"replaceLinks\": true,\r\n    \"copyDependencies\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"215c7361-9103-4845-8140-b5685794e2d9"},{"name":"Update Function","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"0107e491-2673-4d96-adf0-8da158489a72","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"expression\": \"<sql>\",\r\n    \"id\": 1234,\r\n    \"name\": \"<string>\",\r\n    \"status\": \"VALID\",\r\n    \"persistedOnDataSource\": true,\r\n    \"archived\": false,\r\n    \"certification\": {\r\n        \"state\": \"NOT_CERTIFIED\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id?strict=false","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"strict","value":"false"}],"variable":[{"id":"58c43b1f-7e53-4291-b30d-e200e502a352","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0107e491-2673-4d96-adf0-8da158489a72"},{"name":"Bulk Update Functions","id":"6fa73256-f6be-4f53-bd12-876b444eaf0c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"update\": [\r\n        {\r\n            \"id\": 1234,\r\n            \"locked\": true\r\n        },\r\n        {\r\n            \"id\": 2345,\r\n            \"locked\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fa73256-f6be-4f53-bd12-876b444eaf0c"},{"name":"Lock Function","id":"c7228d99-d5cc-48cf-b14c-eec62e6b0a72","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"locked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9345098a-90e6-4076-8570-5ff59d2bed08","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c7228d99-d5cc-48cf-b14c-eec62e6b0a72"},{"name":"Delete Function","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"dd61d0f7-c9f1-4757-a04d-438d7c800ce6","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"61a0e761-5976-48ab-a508-e6ee03266167","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"dd61d0f7-c9f1-4757-a04d-438d7c800ce6"},{"name":"Bulk Delete Functions","id":"314ef0c1-e664-47e5-9414-e36533a3f154","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"delete\": [\r\n        1234,\r\n        2345\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"314ef0c1-e664-47e5-9414-e36533a3f154"}],"id":"264b1e13-ee1b-4075-81df-7bf6b3c406f4","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZanAGAS/beast-mode?language=en_US\">Beast Modes Official Documentation</a></p>\n<p><a href=\"https://domo-support.domo.com/s/article/7903767835031?language=en_US\">Variables Official Documentation</a></p>\n","_postman_id":"264b1e13-ee1b-4075-81df-7bf6b3c406f4","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Left Navigation","item":[{"name":"Get Pins","id":"4f68ca25-fa57-4840-8885-ca918859a0d1","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/nav/v1/pins","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["nav","v1","pins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"6a0b97b2-09df-4327-8da8-bed0f56a0fb4","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/nav/v1/pins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"order\": 0,\n        \"icon\": \"database\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataSets\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_datasources\",\n            \"newTab\": false\n        }\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"order\": 1,\n        \"icon\": \"dataflow\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataFlows\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_dataflows\",\n            \"newTab\": false\n        }\n    }\n]"}],"_postman_id":"4f68ca25-fa57-4840-8885-ca918859a0d1"},{"name":"Create Pin","id":"c9d7dafa-19f2-40ad-92cc-0ee1e9c2e32f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\": {\r\n        \"id\": \"automate_workflow\",\r\n        \"type\": \"feature\",\r\n        \"newTab\": false\r\n    },\r\n    \"icon\": \"workflow\",\r\n    \"iconColor\": \"#FFFFFFB3\",\r\n    \"iconBackgroundColor\": \"#FFFFFF00\",\r\n    \"label\": \"<string>\",\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["nav","v1","pins","append"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"d60d5051-e48d-443c-86d5-2d83cbea88be","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\": {\r\n        \"id\": \"automate_workflow\",\r\n        \"type\": \"feature\",\r\n        \"newTab\": false\r\n    },\r\n    \"icon\": \"workflow\",\r\n    \"iconColor\": \"#FFFFFFB3\",\r\n    \"iconBackgroundColor\": \"#FFFFFF00\",\r\n    \"label\": \"<string>\",\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"userId\": 1234,\r\n        \"order\": 2,\r\n        \"icon\": \"workflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"<string>\",\r\n        \"action\": {\r\n            \"id\": \"automate_workflow\",\r\n            \"type\": \"feature\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]"}],"_postman_id":"c9d7dafa-19f2-40ad-92cc-0ee1e9c2e32f"},{"name":"Update Pins","id":"f4a6419d-fcb7-4a55-943d-bdb4b757f4e0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append","description":"<p>The order of pins is determined by their position in the array, not by the order property. Domo UI ncludes the order property in the request, but it doesn't affect the order and can be obmitted.  </p>\n<p>To reorder, send all pins reordered as desired in the array. The order property will be returned updated to match the order of the array.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["nav","v1","pins","append"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"835332d2-ad77-499b-9259-a5472dc517fd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"order\": 0,\n        \"icon\": \"database\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataSets\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_datasources\",\n            \"newTab\": false\n        }\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"order\": 1,\n        \"icon\": \"dataflow\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataFlows\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_dataflows\",\n            \"newTab\": false\n        }\n    }\n]"}],"_postman_id":"f4a6419d-fcb7-4a55-943d-bdb4b757f4e0"}],"id":"3b6b0fc0-3b1b-4905-8aba-9f8eef159d80","_postman_id":"3b6b0fc0-3b1b-4905-8aba-9f8eef159d80","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Objectives (Goals)","item":[{"name":"List Objectives","id":"2e4d353d-5e8e-4b39-9cd6-6e73b9922e7e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/search?filterKeyResults=false&periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"2"},{"disabled":true,"key":"query","value":""}],"variable":[]}},"response":[],"_postman_id":"2e4d353d-5e8e-4b39-9cd6-6e73b9922e7e"},{"name":"List Personal Objectives","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"7defafc7-50bb-4e30-ba81-17adb6a45f6c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/profile?filterKeyResults=false&includeSampleGoal=false&periodId=1&type=PERSONAL","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v2","objectives","profile"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"includeSampleGoal","value":"false"},{"disabled":true,"key":"ownerId","value":""},{"key":"periodId","value":"1"},{"key":"type","value":"PERSONAL"}],"variable":[]}},"response":[],"_postman_id":"7defafc7-50bb-4e30-ba81-17adb6a45f6c"},{"name":"List Team Objectives","id":"879bea0d-f8a8-4866-9125-9fdfbf29bd88","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/teams-profile?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v2","objectives","teams-profile"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"disabled":true,"key":"ownerId","value":""},{"key":"periodId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"879bea0d-f8a8-4866-9125-9fdfbf29bd88"},{"name":"List Events","id":"d644e333-f2dc-4536-917a-559fe3ef0915","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/events","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","events"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d644e333-f2dc-4536-917a-559fe3ef0915"},{"name":"List Tags","id":"b1be588a-fda2-47ec-ad6f-797a59d38832","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags?all=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"b1be588a-fda2-47ec-ad6f-797a59d38832"},{"name":"List Categories","id":"03dae084-fa2b-4a8c-a82b-fc7479fd6df3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories?all=true","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags","categories"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"03dae084-fa2b-4a8c-a82b-fc7479fd6df3"},{"name":"List Objectives to Update","id":"bd0ae2ca-11f4-48fa-858d-63795a9f57d8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/needs-update?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","needs-update"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"disabled":true,"key":"userId","value":""}],"variable":[]}},"response":[],"_postman_id":"bd0ae2ca-11f4-48fa-858d-63795a9f57d8"},{"name":"List Objective Drafts","id":"1722372f-bc72-4c79-976d-b521a4f1151d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/draft?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v2","objectives","draft"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"disabled":true,"key":"userId","value":""}],"variable":[]}},"response":[],"_postman_id":"1722372f-bc72-4c79-976d-b521a4f1151d"},{"name":"Get Company Objectives Report","id":"39fe943a-7494-4dff-9313-5d93c5d70954","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/report?filterKeyResults=false&periodId=1&type=COMPANY","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v2","objectives","report"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"key":"type","value":"COMPANY"}],"variable":[]}},"response":[],"_postman_id":"39fe943a-7494-4dff-9313-5d93c5d70954"},{"name":"Get Key Result Chart","id":"5f7cd246-2574-412e-8a95-af73addadaba","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/chart","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","chart"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"11c2ec16-bf4a-4b1f-a222-28052f93456b","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5f7cd246-2574-412e-8a95-af73addadaba"},{"name":"Get Key Result Values","id":"89c7226b-d130-4189-b9d5-f3f22666fa0e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/values","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","values"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"db2ff54d-d181-45fe-98ab-79b494682f38","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"89c7226b-d130-4189-b9d5-f3f22666fa0e"},{"name":"Create Objective","id":"656a97ed-7499-45dc-b896-e519ca116210","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"status\": \"GOOD\",\r\n    \"ownerId\": null,\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"assignees\": [],\r\n    \"periodId\": 2,\r\n    \"parentId\": null,\r\n    \"keyResults\": [\r\n        {\r\n            \"state\": \"OPEN\",\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"owners\": [\r\n                {\r\n                    \"ownerId\": 12345,\r\n                    \"ownerType\": \"USER\",\r\n                    \"primary\": true\r\n                }\r\n            ],\r\n            \"alertId\": 123,\r\n            \"resourceId\": \"12345\",\r\n            \"resourceType\": \"CARD\",\r\n            \"name\": \"<string>\",\r\n            \"description\": \"<string>\",\r\n            \"dataAchievementScore\": 0.0,\r\n            \"measurement\": \"\",\r\n            \"startValue\": 1,\r\n            \"currentValue\": 1,\r\n            \"targetValue\": 1,\r\n            \"status\": \"POOR\",\r\n            \"colorValue\": \"#F34847\",\r\n            \"operator\": \"GREATER_THAN_EQUALS_TO\",\r\n            \"likes\": [],\r\n            \"dislikes\": [],\r\n            \"relatedResources\": [],\r\n            \"tags\": [],\r\n            \"writeAccess\": true,\r\n            \"fixedWeight\": false,\r\n            \"targets\": [],\r\n            \"startsAt\": \"2025-01-01T12:00:00\",\r\n            \"expiresAt\": \"2025-01-01T12:00:00\",\r\n            \"curePeriod\": \"2025-01-01T12:00:00\",\r\n            \"draft\": false,\r\n            \"assigned\": false\r\n        }\r\n    ],\r\n    \"tags\": [],\r\n    \"writeAccess\": true,\r\n    \"type\": \"PERSONAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"656a97ed-7499-45dc-b896-e519ca116210"},{"name":"Create Key Result","id":"e7015f02-1a17-4b17-b568-1fb0c1a724a2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyResult\": {\r\n        \"state\": \"OPEN\",\r\n        \"ownerId\": 12345,\r\n        \"ownerType\": \"USER\",\r\n        \"owners\": [\r\n            {\r\n                \"ownerId\": 12345,\r\n                \"ownerType\": \"USER\",\r\n                \"primary\": true\r\n            }\r\n        ],\r\n        \"alertId\": 213,\r\n        \"resourceId\": \"12345\",\r\n        \"resourceType\": \"CARD\",\r\n        \"name\": \"<string>\",\r\n        \"description\": \"<string>\",\r\n        \"dataAchievementScore\": 0.0,\r\n        \"measurement\": \"\",\r\n        \"startValue\": 1,\r\n        \"currentValue\": 1,\r\n        \"targetValue\": 1,\r\n        \"status\": \"POOR\",\r\n        \"colorValue\": \"#F34847\",\r\n        \"operator\": \"GREATER_THAN_EQUALS_TO\",\r\n        \"likes\": [],\r\n        \"dislikes\": [],\r\n        \"relatedResources\": [],\r\n        \"tags\": [],\r\n        \"writeAccess\": true,\r\n        \"fixedWeight\": false,\r\n        \"targets\": [],\r\n        \"startsAt\": \"2025-01-01T12:00:00\",\r\n        \"expiresAt\": \"2025-01-01T12:00:00\",\r\n        \"curePeriod\": \"2025-01-01T12:00:00\",\r\n        \"draft\": false,\r\n        \"assigned\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7015f02-1a17-4b17-b568-1fb0c1a724a2"},{"name":"Create Tag","id":"b1ce6139-e2dd-4041-a39e-b34b0060749b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"category\": {\r\n        \"id\": 1,\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1ce6139-e2dd-4041-a39e-b34b0060749b"},{"name":"Create Category","id":"2eada28e-5c2c-46b7-b3f9-002d22356d32","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags","categories"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eada28e-5c2c-46b7-b3f9-002d22356d32"},{"name":"Update Objective","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"ceec1f7c-e033-412f-9ed4-8600ce1a9f9e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123,\r\n    \"name\": \"<string>\",\r\n    \"type\": \"PERSONAL\",\r\n    \"description\": \"<string>\",\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"status\": \"NOT_STARTED\",\r\n    \"ownerId\": 12345,\r\n    \"ownerType\": \"USER\",\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"assignees\": [],\r\n    \"periodId\": 2,\r\n    \"periodIds\": [\r\n        2\r\n    ],\r\n    \"state\": \"OPEN\",\r\n    \"parentIds\": [],\r\n    \"parents\": [],\r\n    \"keyResults\": [],\r\n    \"childCount\": 0,\r\n    \"autoScore\": 0,\r\n    \"overrideAchievementScore\": 1,\r\n    \"colorValue\": \"#B3B3B3\",\r\n    \"useAutoScore\": false,\r\n    \"childIds\": [],\r\n    \"children\": [],\r\n    \"likes\": [],\r\n    \"dislikes\": [],\r\n    \"subscriptions\": [],\r\n    \"tags\": [],\r\n    \"writeAccess\": true,\r\n    \"company\": false,\r\n    \"draft\": false,\r\n    \"sample\": false,\r\n    \"assigned\": false,\r\n    \"assignee\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/:id?periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"periodId","value":"2"}],"variable":[{"id":"582c869a-0af7-46ed-935e-8569dba5adea","description":{"content":"<p>Objective ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ceec1f7c-e033-412f-9ed4-8600ce1a9f9e"},{"name":"Update Key Result","id":"14581f3c-2c94-41f6-931a-fd7291e1627b","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 5,\r\n    \"objectiveId\": 5,\r\n    \"state\": \"OPEN\",\r\n    \"ownerId\": 12345,\r\n    \"ownerType\": \"USER\",\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"alertId\": null,\r\n    \"alert\": null,\r\n    \"resourceId\": null,\r\n    \"resourceType\": null,\r\n    \"name\": \"<string>\",\r\n    \"description\": \"\",\r\n    \"dataAchievementScore\": 0,\r\n    \"measurement\": \"t\",\r\n    \"startValue\": 0,\r\n    \"currentValue\": 0,\r\n    \"targetValue\": 2,\r\n    \"status\": \"POOR\",\r\n    \"colorValue\": \"#F34847\",\r\n    \"manualType\": \"VALUE\",\r\n    \"unitType\": \"NUMERICAL\",\r\n    \"operator\": \"EQUALS\",\r\n    \"likes\": [],\r\n    \"dislikes\": [],\r\n    \"relatedResources\": [],\r\n    \"tags\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"<string>\",\r\n            \"category\": null\r\n        }\r\n    ],\r\n    \"writeAccess\": true,\r\n    \"fixedWeight\": false,\r\n    \"targets\": [],\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"curePeriod\": \"2025-01-01T12:00:00\",\r\n    \"draft\": false,\r\n    \"assigned\": false,\r\n    \"targetUpperValue\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3cf47a26-bcd6-4175-b89d-ffcf157b3c6c","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"14581f3c-2c94-41f6-931a-fd7291e1627b"},{"name":"Update Key Result Tags","id":"c4c7e218-b1b6-46fc-a672-7f3bdab830d6","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    1\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/tags?periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"periodId","value":"2"}],"variable":[{"id":"977accff-cbe7-4ebb-8995-eecebd3380dd","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c4c7e218-b1b6-46fc-a672-7f3bdab830d6"},{"name":"Update Tag","id":"b27e6226-d3fe-419c-9404-3d145975a058","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 2,\r\n    \"name\": \"<string>\",\r\n    \"category\": {\r\n        \"id\": 1,\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c95c5319-92fd-4856-8232-c4a199f300ec","description":{"content":"<p>Tag ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b27e6226-d3fe-419c-9404-3d145975a058"},{"name":"Update Category","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"fb8293e2-9ba3-42e3-bcdd-564f64e12b8e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags","categories",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"eb695627-3f88-4c24-b31d-d91542c8b083","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"fb8293e2-9ba3-42e3-bcdd-564f64e12b8e"},{"name":"Delete Objective","id":"c9c8b9cf-b4f8-4473-abca-bea22e8330bf","request":{"method":"DELETE","header":[],"url":"/social/v1/objectives/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives",":id"],"query":[],"variable":[{"id":"961ab10d-49cc-47c4-90d3-fd5370df04e3","description":{"content":"<p>Objective ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c9c8b9cf-b4f8-4473-abca-bea22e8330bf"},{"name":"Delete Key Result","id":"3b21db2d-feca-4960-b1a4-35a2e2557c54","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","key-results",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"15044c0f-1c74-46da-af64-beb17cb4c52a","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3b21db2d-feca-4960-b1a4-35a2e2557c54"},{"name":"Delete Tag","id":"6c2555f4-2a56-4e1e-8065-1f92b7b44e3c","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9eb053cf-fc62-474d-b90c-e5b62e3ebe14","description":{"content":"<p>Tag ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"6c2555f4-2a56-4e1e-8065-1f92b7b44e3c"},{"name":"Delete Category","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"94c85f0b-ee8a-40d1-8730-1034586e7646","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["social","v1","objectives","tags","categories",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1f9c7b0d-445a-4ab8-a7fa-9f508168dff1","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"94c85f0b-ee8a-40d1-8730-1034586e7646"}],"id":"2aa43b6d-1f4f-4d16-9d18-90b72d061448","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZanmGAC/goals-center?language=en_US\">Goals Official Documentation</a></p>\n","_postman_id":"2aa43b6d-1f4f-4d16-9d18-90b72d061448","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Publications (Slideshows)","item":[{"name":"List Publications","id":"3f8a9887-78ae-45b6-a97a-329d03e036e3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reports"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"fc1c52fa-ee17-4302-888e-84096ee71a69","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1234,\r\n        \"ownerId\": 1234,\r\n        \"title\": \"<string>\",\r\n        \"created\": 1735689600000,\r\n        \"updated\": 1735689600000,\r\n        \"subject\": null,\r\n        \"properties\": {\r\n            \"isShared\": true,\r\n            \"tokenId\": null,\r\n            \"isAccessCodeRequired\": false,\r\n            \"accessCode\": null\r\n        },\r\n        \"cardIds\": [\r\n            1234,\r\n            2345\r\n        ],\r\n        \"schedule\": null\r\n    }\r\n]"}],"_postman_id":"3f8a9887-78ae-45b6-a97a-329d03e036e3"},{"name":"Create Publication","id":"24cb2f7d-021f-472c-8328-107931b0f0c2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<string>\",\r\n    \"type\": \"slideshow\",\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        \"1234\",\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reports"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"0dcad7a4-c2c9-403a-9519-aca792c3f158","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<string>\",\r\n    \"type\": \"slideshow\",\r\n    \"properties\": {},\r\n    \"cardIds\": [\r\n        \"1234\",\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        2345\r\n    ],\r\n    \"schedule\": null\r\n}"}],"_postman_id":"24cb2f7d-021f-472c-8328-107931b0f0c2"},{"name":"Update Publication","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') != JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"11e9267a-6dcb-434e-9364-fcd6bfdb2ff4","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"schedule\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reports",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5eb66596-3016-47e6-b2e8-9d44947430fc","description":{"content":"<p>Publication ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"1296cdf8-130e-4dc0-a7e4-37fffa39da51","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"schedule\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/reports/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","reports",":id"],"variable":[{"key":"id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"subject\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        2345\r\n    ],\r\n    \"schedule\": null\r\n}"}],"_postman_id":"11e9267a-6dcb-434e-9364-fcd6bfdb2ff4"},{"name":"Delete Publication","id":"ab0745d5-aeff-4fae-bd91-5e51f2c0c768","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reports",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0900cbb4-3434-48c4-a64a-c940301b3c06","type":"any","value":"","key":"id"}]}},"response":[{"id":"48806e52-1af3-4889-b3c7-64579f5143e4","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/reports/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","reports",":id"],"variable":[{"key":"id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ab0745d5-aeff-4fae-bd91-5e51f2c0c768"}],"id":"dc45bb8a-7e0d-4684-b1f1-a915e28ebd7a","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000Zao7GAC/slideshow-publications?language=en_US\">Slideshow Publications Official Documentation</a></p>\n","_postman_id":"dc45bb8a-7e0d-4684-b1f1-a915e28ebd7a","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Scheduled Reports","item":[{"name":"List Scheduled Reports","id":"7f9d0bc0-2ffa-4722-9236-984f59260f2e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules?filter=USER&isAscending=true&orderBy=title","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>USER, RECIPIENT, or OWNER</p>\n","type":"text/plain"},"key":"filter","value":"USER"},{"key":"isAscending","value":"true"},{"key":"orderBy","value":"title"}],"variable":[]}},"response":[],"_postman_id":"7f9d0bc0-2ffa-4722-9236-984f59260f2e"},{"name":"Get Scheduled Report","id":"fe3ebb34-759e-4a82-997e-47f2a8c208a7","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"37db8f1c-a060-4583-9765-39f8e10ee022","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"fe3ebb34-759e-4a82-997e-47f2a8c208a7"},{"name":"Get Scheduled Report History","id":"394afd52-0726-4919-bff1-20466d8e15b5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/history?limit=100&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id","history"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"skip","value":"0"}],"variable":[{"id":"76981c0c-f6a6-4d5f-bfe4-629c08ad2dc7","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"394afd52-0726-4919-bff1-20466d8e15b5"},{"name":"Get Card View","id":"d8364b9e-776a-4119-91fd-9eb6e77ea7ea","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/views/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","views",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"32ab94ae-8908-4341-acb4-906ad2cd117f","description":{"content":"<p>Card View ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d8364b9e-776a-4119-91fd-9eb6e77ea7ea"},{"name":"Search Scheduled Report History","id":"7ca0d29d-7647-4dbf-a9f3-cbb1a6f76f20","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includeTypeClause\": false,\r\n    \"isAutomated\": false,\r\n    \"includeTitleClause\": false,\r\n    \"includeStatusClause\": true,\r\n    \"includeScheduleIdClause\": true,\r\n    \"scheduleId\": \"120\",\r\n    \"status\": \"success\" //success or failure\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/history/search?limit=30&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules","history","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"30"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"7ca0d29d-7647-4dbf-a9f3-cbb1a6f76f20"},{"name":"Send Scheduled Report","id":"1ba10a70-87c8-472a-afb6-977753978a51","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"type\": \"USER\",\r\n        \"value\": \"123456\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/sendnow","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id","sendnow"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"b36a8c67-55e2-4950-81b3-d92bfa899a47","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1ba10a70-87c8-472a-afb6-977753978a51"},{"name":"Create Card View (For Scheduled Report)","id":"11be1c7b-c79f-4aae-a1f7-048a8cb44621","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"resourceType\": \"CARD\",\r\n    \"resourceId\": 123456,\r\n    \"type\": \"VIEW\",\r\n    \"purpose\": \"REPORT\",\r\n    \"filterGroupIds\": [],\r\n    \"filters\": [],\r\n    \"functionOverrides\": {},\r\n    \"chartState\": {\r\n        \"chartType\": \"badge_basic_table\",\r\n        \"overrides\": {\r\n            \"hide_series\": \"none\",\r\n            \"series_filter\": \"none\",\r\n            \"row_filter\": \"none\",\r\n            \"range_filter_y\": \"none\",\r\n            \"range_filter_x\": \"none\",\r\n            \"range_filter_cat_x\": \"none\",\r\n            \"range_filter_time\": \"none\",\r\n            \"collapsed_filters\": \"none\",\r\n            \"column_sort\": \"[{\\\"column\\\":\\\"Date\\\",\\\"sort\\\":\\\"asc\\\"}]\"\r\n        }\r\n    },\r\n    \"overrideDateRange\": true,\r\n    \"overrideSlicers\": true,\r\n    \"segmentIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/views","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","views"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"11be1c7b-c79f-4aae-a1f7-048a8cb44621"},{"name":"Create Scheduled Report","id":"34ec1ede-0c3b-467b-8a79-c4804bf98783","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject\": \"<string>\",\r\n    \"attachmentInclude\": true,\r\n    \"schedule\": {\r\n        \"frequency\": \"WEEKLY\",\r\n        \"enabled\": true,\r\n        \"daysToRun\": \"1\",\r\n        \"hourOfDay\": \"11\",\r\n        \"minOfHour\": \"11\",\r\n        \"expirationDate\": 123456789000,\r\n        \"startDate\": 123456789000,\r\n        \"additionalRecipients\": [\r\n            {\r\n                \"type\": \"USER\",\r\n                \"value\": \"123456\",\r\n                \"email\": \"test@email.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"viewId\": 123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"34ec1ede-0c3b-467b-8a79-c4804bf98783"},{"name":"Update Scheduled Report","id":"0e0fd383-ab08-4a39-aa07-8523c83c406d","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123,\r\n    \"title\": \"<string>\",\r\n    \"ownerId\": 123456,\r\n    \"owner\": false,\r\n    \"schedule\": {\r\n        \"frequency\": \"WEEKLY\",\r\n        \"ownerId\": 123456,\r\n        \"daysToRun\": \"1\",\r\n        \"hourOfDay\": 11,\r\n        \"minOfHour\": 11,\r\n        \"expirationDate\": 1234567890000,\r\n        \"timezone\": \"America/New_York\",\r\n        \"additionalRecipients\": [\r\n            {\r\n                \"type\": \"USER\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ],\r\n        \"nextRunDate\": 1234567890000,\r\n        \"startDate\": 1234567890000,\r\n        \"unsubscribedRecipients\": [],\r\n        \"enabled\": true,\r\n        \"embedReport\": false\r\n    },\r\n    \"subject\": \"<string>\",\r\n    \"viewId\": 123456,\r\n    \"active\": true,\r\n    \"attachmentInclude\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9f4627c7-4e56-48bb-835b-4c2b69a713ef","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0e0fd383-ab08-4a39-aa07-8523c83c406d"},{"name":"Update Card View (For Scheduled Report)","id":"7bcef639-594e-4eff-8def-bd3d7a5e89bd","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123456,\r\n    \"name\": \"<string>\",\r\n    \"type\": \"VIEW\",\r\n    \"resourceType\": \"CARD\",\r\n    \"resourcePrefix\": null,\r\n    \"resourceId\": 123456,\r\n    \"locked\": false,\r\n    \"active\": true,\r\n    \"ownerId\": 123456,\r\n    \"description\": null,\r\n    \"filters\": [\r\n        {\r\n            \"column\": \"Column 1\",\r\n            \"operand\": \"IN\",\r\n            \"values\": [\r\n                \"Lost\"\r\n            ],\r\n            \"dataType\": \"string\",\r\n            \"filterType\": \"LEGACY\",\r\n            \"affectedCardUrns\": [],\r\n            \"label\": \"<string>\",\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"sourceCardURN\": \"\"\r\n        }\r\n    ],\r\n    \"created\": 1234567890000,\r\n    \"modified\": 1234567890000,\r\n    \"filterGroupIds\": [],\r\n    \"chartStates\": [],\r\n    \"chartType\": \"badge_basic_table\",\r\n    \"chartOverrides\": [\r\n        {\r\n            \"key\": \"row_filter\",\r\n            \"value\": \"none\"\r\n        }\r\n    ],\r\n    \"rowFilterOverride\": \"none\",\r\n    \"filterGroups\": [],\r\n    \"purpose\": \"REPORT\",\r\n    \"dateRangeFilter\": null,\r\n    \"overrideDateRange\": true,\r\n    \"backgroundId\": null,\r\n    \"fitToFrame\": false,\r\n    \"darkMode\": false,\r\n    \"segmentIds\": [],\r\n    \"functionOverrides\": {},\r\n    \"dataControlFilters\": [],\r\n    \"overrideSlicers\": true,\r\n    \"chartState\": {\r\n        \"chartType\": \"badge_basic_table\",\r\n        \"overrides\": {\r\n            \"hide_series\": \"none\",\r\n            \"series_filter\": \"none\",\r\n            \"row_filter\": \"none\",\r\n            \"range_filter_y\": \"none\",\r\n            \"range_filter_x\": \"none\",\r\n            \"range_filter_cat_x\": \"none\",\r\n            \"range_filter_time\": \"none\",\r\n            \"collapsed_filters\": \"none\",\r\n            \"column_sort\": \"[{\\\"column\\\":\\\"Column 1\\\",\\\"sort\\\":\\\"asc\\\"}]\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/views/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v2","views",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"910c6f62-3783-47a2-ae28-fcc94892e153","description":{"content":"<p>Card View ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7bcef639-594e-4eff-8def-bd3d7a5e89bd"},{"name":"Enable/Disable Scheduled Report","id":"53aefc7a-770d-4ef0-9d2a-948b1849b5f7","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"false","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/enabled","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id","enabled"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"00166d81-22ca-44d3-a66a-2fa271bd9f81","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"53aefc7a-770d-4ef0-9d2a-948b1849b5f7"},{"name":"Delete Scheduled Report","id":"f0027eb9-79c3-47dc-8c91-d01a9901e665","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"70004888-2b5d-4b10-ba2d-431e760b2a02","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f0027eb9-79c3-47dc-8c91-d01a9901e665"},{"name":"Delete Unsubscribe (Resubscribe Signed In User)","id":"2d7f7fbf-cb8c-4a55-a387-42c98f21442d","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/unsubscribe/recipient","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id","unsubscribe","recipient"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"dfa6ccb2-f96f-4d6e-9bdc-3ac710f82b43","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2d7f7fbf-cb8c-4a55-a387-42c98f21442d"},{"name":"Unsubscribe (Signed In User)","id":"94be0eee-2ce8-4a78-8c7d-5af0073d0e6c","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/unsubscribe","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","reportschedules",":id","unsubscribe"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"18fdf782-3b38-4bcf-85a3-5fabaa0f6dab","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"94be0eee-2ce8-4a78-8c7d-5af0073d0e6c"}],"id":"9a4a4071-033f-409d-8be4-636646c6bdf0","description":"<p><a href=\"https://domo-support.domo.com/s/article/360043437773?language=en_US\">Scheduled Reports Official Documentation</a></p>\n","_postman_id":"9a4a4071-033f-409d-8be4-636646c6bdf0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Toolkit","item":[{"name":"List Applications","id":"3fb56602-7f94-4acb-8098-67f4c4535799","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fb56602-7f94-4acb-8098-67f4c4535799"},{"name":"Get Jobs","id":"9c8be74b-e10f-47fb-a0d5-9be69fe9526d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v2/applications/:applicationId/jobs?limit=100&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v2","applications",":applicationId","jobs"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"}],"variable":[{"id":"91d7ce35-ea7b-4fac-a714-47f380111d5b","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"}]}},"response":[],"_postman_id":"9c8be74b-e10f-47fb-a0d5-9be69fe9526d"},{"name":"Get Job","id":"cf74a19c-6531-4941-8ca1-377efa45c549","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e11d98bf-d5a1-431c-8068-0bee23c3d980","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"21a42af0-688b-4a8e-bbec-c976c424368e","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"cf74a19c-6531-4941-8ca1-377efa45c549"},{"name":"Run Job","id":"7899b6dd-79c9-4b14-b046-52ea7a127aa4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId/executions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"91ca076d-659f-491f-9eca-d4c22cb9a094","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"4e7be624-aa76-4afb-b1f5-5dee103bca89","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"7899b6dd-79c9-4b14-b046-52ea7a127aa4"},{"name":"Share/Unshare Job","id":"f4f5d985-18f0-4c22-9086-6575e571fdaf","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ownerUserId\": 123456,\r\n    \"grantUserIds\": [],\r\n    \"revokeUserIds\": [],\r\n    \"grantGroupIds\": [\r\n        123456\r\n    ],\r\n    \"revokeGroupIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId/share","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c44d08c0-8981-4baf-94a8-0b318aa3115a","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"e66d8864-c845-4160-9ef0-2c4bb2707454","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"f4f5d985-18f0-4c22-9086-6575e571fdaf"},{"name":"Create Trigger","id":"71f08c16-72a4-4a45-8a84-c1ae88f9f214","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventEntity\": \"00000000-0000-0000-0000-000000000000\", //DataSet UUID\r\n    \"eventType\": \"datasetUpdated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId/triggers","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId","triggers"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7484043c-2a51-4a4e-a1cd-761391d9593c","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"b6177b68-640d-424d-a5bd-d35e709d639f","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"71f08c16-72a4-4a45-8a84-c1ae88f9f214"},{"name":"Update Job","id":"2ff7e257-11e8-4118-9157-51b61abb06b4","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"applicationId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"customerId\": \"<string>\",\r\n    \"jobName\": \"<string>\",\r\n    \"jobDescription\": \"<string>\",\r\n    \"userId\": 123456,\r\n    \"executionTimeout\": 1440,\r\n    \"jobStatus\": \"idle\",\r\n    \"executionPayload\": {},\r\n    \"executionResponse\": {},\r\n    \"accounts\": [\r\n        123\r\n    ],\r\n    \"executionClass\": \"com.domo.executor.dataset.DataSetSharingApplication\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"triggers\": [],\r\n    \"compressPayload\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"213151d2-9631-472c-a59c-7e6a8d4f10ef","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"6b0ebe59-4ae3-4161-9cb7-8430188a7def","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"2ff7e257-11e8-4118-9157-51b61abb06b4"},{"name":"Delete Job","id":"78c957cf-7f85-422b-a3d8-2081785b992a","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"209e58af-0fb8-4569-9dc0-eb6133bee924","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"20f1298a-ce32-46dd-9573-a1fe326aa729","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"78c957cf-7f85-422b-a3d8-2081785b992a"}],"id":"f609c333-176c-4294-95ac-b45b6c6be6f1","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZlStGAK/toolkit?language=en_US\">Toolkit Official Documentation</a></p>\n","_postman_id":"f609c333-176c-4294-95ac-b45b6c6be6f1","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Workflows","item":[{"name":"Search Workflows","id":"75c65ad6-cdb3-4220-aeda-bbc7a2702d39","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"*\",\r\n    \"entityList\": [\r\n        [\r\n            \"workflow_model\"\r\n        ]\r\n    ],\r\n    \"count\": 1000,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"last_modified\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ],\r\n        \"isRelevance\": false\r\n    },\r\n    \"filters\": [],\r\n    \"useEntities\": true,\r\n    \"combineResults\": true,\r\n    \"facetValueLimit\": 1000,\r\n    \"hideSearchObjects\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"75c65ad6-cdb3-4220-aeda-bbc7a2702d39"},{"name":"List Workflows","id":"4cd6466d-3e00-4078-afb1-97279fdf0473","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","models"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"54534d21-628d-49e9-b45e-da60cfa39d84","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/workflow/v1/models","host":["https://{{instance}}.domo.com/api"],"path":["workflow","v1","models"],"query":[{"key":"limit","value":"100","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"owner\": \"1234\",\n        \"createdBy\": \"1234\",\n        \"createdOn\": \"2025-01-01T12:00:00Z\",\n        \"updatedBy\": \"854985851\",\n        \"updatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedBy\": \"854985851\",\n        \"userPermissions\": []\n    },\n    {\n        \"id\": \"11111111-1111-1111-1111-111111111111\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"owner\": \"1234\",\n        \"createdBy\": \"1234\",\n        \"createdOn\": \"2025-01-01T12:00:00Z\",\n        \"updatedBy\": \"1234\",\n        \"updatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedBy\": \"1234\",\n        \"userPermissions\": []\n    }\n]"}],"_postman_id":"4cd6466d-3e00-4078-afb1-97279fdf0473"},{"name":"List Executions","id":"f4077d20-7bbe-4316-82c9-e8d985d70180","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"}],"url":"https://{{instance}}.domo.com/api/workflow/v2/executions?modelId=&triggerTypes=ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW&version=1.0.0&status=COMPLETED,IN_PROGRESS,CANCELLED,FAILED","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v2","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"key":"modelId","value":""},{"description":{"content":"<p>ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW</p>\n","type":"text/plain"},"key":"triggerTypes","value":"ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW"},{"key":"version","value":"1.0.0"},{"description":{"content":"<p>COMPLETED,IN_PROGRESS,CANCELLED,FAILED</p>\n","type":"text/plain"},"key":"status","value":"COMPLETED,IN_PROGRESS,CANCELLED,FAILED"}],"variable":[]}},"response":[],"_postman_id":"f4077d20-7bbe-4316-82c9-e8d985d70180"},{"name":"Get Workflow","id":"91cb87cc-d87c-431e-aa1e-7b2a6e4699a6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id?parts=users","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"parts","value":"users"}],"variable":[{"id":"fdf29880-1b75-4eae-bfe7-daf6cc670707","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"91cb87cc-d87c-431e-aa1e-7b2a6e4699a6"},{"name":"Get Permissions","id":"0acc9e6f-09ba-4855-bc3c-28c80c24a965","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","models",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7f71e78b-9a2f-4cc4-ac60-5af3f92ca577","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0acc9e6f-09ba-4855-bc3c-28c80c24a965"},{"name":"Get Locks","id":"cc1d7aba-dae4-4b9b-891b-dbb900b11bff","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id/locks","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","models",":id","locks"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"066cb2cb-4fff-4b91-8467-234941b03c42","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cc1d7aba-dae4-4b9b-891b-dbb900b11bff"},{"name":"Start Workflow","id":"ebaf8072-7297-4dde-83a0-79590ec4cacf","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"messageName\": \"<string>\",\r\n    \"version\": \"1.0.0\",\r\n    \"modelId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"data\": {\r\n        \"Variable 1\": \"<value>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/workflow/v1/instances/message","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","instances","message"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebaf8072-7297-4dde-83a0-79590ec4cacf"},{"name":"Update Workflow","id":"2d70e4a3-e892-48bd-bf58-539a80b514f6","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"activeVersions\": 0,\r\n    \"numberOfVersions\": 1,\r\n    \"totalTimesRun\": 0,\r\n    \"createdBy\": \"123456\",\r\n    \"createdOn\": \"Wed Oct 11 2023 13:35:17 GMT-0600 (Mountain Daylight Time)\",\r\n    \"owner\": \"123456\",\r\n    \"userPermissions\": [\r\n        {\r\n            \"id\": \"123456\",\r\n            \"roleId\": 1,\r\n            \"permissions\": [\r\n                \"ADMIN\",\r\n                \"SHARE\",\r\n                \"DELETE\",\r\n                \"WRITE\",\r\n                \"READ\",\r\n                \"EXPORT\",\r\n                \"EXECUTE\",\r\n                \"READ_CONTENT\",\r\n                \"UPDATE_CONTENT\"\r\n            ]\r\n        }\r\n    ],\r\n    \"userName\": \"<string>\",\r\n    \"updatedOn\": \"Wed Oct 11 2023 13:57:30 GMT-0600 (Mountain Daylight Time)\",\r\n    \"lockInfo\": [\r\n        {\r\n            \"version\": \"1.0.0\",\r\n            \"lockedOn\": null,\r\n            \"lockedBy\": null,\r\n            \"success\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["workflow","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"17a4b629-2d12-4fb4-9372-54052614c792","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2d70e4a3-e892-48bd-bf58-539a80b514f6"}],"id":"96cf086e-6723-4fab-b1f0-80fd8fcd8830","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZkAMGA0/workflows?language=en_US\">Workflows Official Documentation</a></p>\n","_postman_id":"96cf086e-6723-4fab-b1f0-80fd8fcd8830","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}}},{"name":"Generate Developer Token","id":"c2c39edb-e331-45ef-b95e-6cdb346015ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": <token_name>,\r\n    \"ownerId\": {{user_id}},\r\n    \"expires\": 1655401551493\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accesstokens","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["data","v1","accesstokens"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2c39edb-e331-45ef-b95e-6cdb346015ca"},{"name":"https://{{domo_instance}}.domo.com/api/content/v1/customer-states/user.roleid.default","id":"22e00117-56f3-4092-b9de-385d7ae6f71f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"authority","value":"domo-community.domo.com"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"accept-language","value":"en"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"cookie","value":"PLAY_SESSION=c36fa5593ab7be756ccf9fcecc80563927abcc89-isProxied=false; eb03b5b0dbaeb744_cfid=6e7cbe03893161b68e1j919f7c0f40441dbdc11a7bb13744695846ce83ae6d29b47eb46b1543b8a663b4bd587i0e3i77052i971b74492j3ha77109709ib833bd; CENTERVIEWSESSIONID=1893952720-mmmm-0012-0200; __stripe_mid=2fb1df80-ef2c-4b40-a1b6-3e764c3c0d0752ee1e; ELOQUA=GUID=5210998338634E94B549C958A7960B11; BE_CLA3=p_id%3DRJP48PN8A444R8JJP6NLNPP28AAAAAAAAH%26bf%3Ddc0db23c9c4a345f9df05c8b0ab399e8%26bn%3D6%26bv%3D3.46%26s_expire%3D1684615387783%26s_id%3DRJP48PN8A444RR42NPPLNPP28AAAAAAAAH; _ga_P3SE4R9WJH=GS1.1.1684784024.1.1.1684784803.0.0.0; redirectUrl=%2Fdomoapp%2Fcard%2Fedit%2F1418612522%3Fpage%3D1614788699; _ga=GA1.2.1349719739.1684775504; _ga_3RM9SF8PCZ=GS1.1.1684884593.4.0.1684884593.60.0.0; DA-SID-prod15-mmmm-0027-6492=eyJjdXN0b21lcklkIjoibW1tbS0wMDI3LTY0OTIiLCJleHBpcmF0aW9uIjoxNjg0OTg5MzU2MDAwLCJobWFjU2lnbmF0dXJlIjoiMjg5NjYxNjJkZTFiMzAzZDZiYTBiMjBmODNmMGFiMzE0ODgzNTMyNzhlYmNhMTYxOWEzZWIwYTAxNDRmZDJkYyIsInNpZCI6IjBkY2MyMDZmLTJkOTMtNDAwZC04YjYyLWE5YjIxMGJhMDcyNSIsInRpbWVzdGFtcCI6MTY4NDk2MDU1NjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxNTUyNzIwMTk1In0%3D; DA-SID-prod15-mmmm-0027-6479=eyJjdXN0b21lcklkIjoibW1tbS0wMDI3LTY0NzkiLCJleHBpcmF0aW9uIjoxNjg1MDExMzY5MDAwLCJobWFjU2lnbmF0dXJlIjoiNjIzZDM2Y2FkMjcyYjNjOTkwZTBiOTMyMTYzZjgzMGY4YWI4OTNkZmExNzJiZGI1MzFjMzNjNDBiMjg3ZTBkZSIsInNpZCI6IjkwMWQ0NGIxLTFmZjgtNDdjYi05ZGY3LTRmNjdhNWJhMzI0YSIsInRpbWVzdGFtcCI6MTY4NDk4MjU2OTAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI2MDI1NDU2ODYifQ%3D%3D; SESSION_TOE=QCFFTNAIA1; mbox=PC#6494426451c944ff9804d2d560b91d79.35_0#1748227460|session#09039bbe028b408da1418861938f89a9#1684984521; _dsidv1=c8b4f037-c38f-4796-88a8-1fbbf1c1c901; _pubweb_idc=mmmm-0012-0200_#_standard; _gid=GA1.2.50458822.1684982665; csrf-token=d46b5059-dc3f-4176-9303-1e2c7f143398; _gat_gtag_UA_142474332_1=1; DA-SID-prod1-mmmm-0012-0200=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAyMDAiLCJleHBpcmF0aW9uIjoxNjg1MDExNDY2MDAwLCJobWFjU2lnbmF0dXJlIjoiYjljZWQwZDBjODdjNzcyYjc2NzE3NjQ4NTY0ZGJjYWEwYjJkMTQ5MjljZmM0NzUzMDU0ZmZjNDc2MjUwYTRiOCIsInNpZCI6ImQ4NjU0Njk0LWYxZTEtNDhkZS04MGExLWUyYmFjOGRkODg5YyIsInRpbWVzdGFtcCI6MTY4NDk4MjY2NjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiIxODkzOTUyNzIwIn0%3D; amp_c68dc3=-V_lvnmog_qoox0Gz7iKSH.MzlGQjAwQTRGNjJGQ0I0QzMzNkE4QTZCN0NDMjJFMzU4NThBOTc2NzgwMDRCRDkzMDA0N0MyMENEQjA3NzlBOQ==..1h18c5082.1h18cmfu7.am.1q.cg; DA-SID-prod15-mmmm-0012-0350=eyJjdXN0b21lcklkIjoibW1tbS0wMDEyLTAzNTAiLCJleHBpcmF0aW9uIjoxNjg1MDExNTA2MDAwLCJobWFjU2lnbmF0dXJlIjoiM2UyNDcxNWM5OWNhMjM3OWYwOWVkZDRjM2YyM2RhNTVjYjJmN2VkYWRiZGNlZGM5NGEyYjVkMGIxZGM3NzY5YiIsInNpZCI6IjY3ZDYzY2YyLTViMTYtNGM1Zi1iYmZmLTBmODc3YTFlZTJhMyIsInRpbWVzdGFtcCI6MTY4NDk4MjcwNjAwMCwidG9lcyI6IlVOS05PV05TSUQiLCJ1c2VySWQiOiI5NjQ4MjgyMDkifQ%3D%3D"},{"key":"origin","value":"https://domo-community.domo.com"},{"key":"referer","value":"https://domo-community.domo.com/admin/roles?tab=roles"},{"key":"sec-ch-ua","value":"\"Chromium\";v=\"112\", \"Not_A Brand\";v=\"24\", \"Opera\";v=\"98\""},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"sec-ch-ua-platform","value":"\"Windows\""},{"key":"sec-fetch-dest","value":"empty"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 OPR/98.0.0.0"},{"key":"x-csrf-token","value":"7f27e2d8-93b1-4848-ab01-6eb8af792271"},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"QCFFTNAIA1-LIDU6\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"}],"body":{"mode":"raw","raw":"{\"name\":\"user.roleid.default\",\"value\":\"2\"}"},"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/user.roleid.default","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"path":["content","v1","customer-states","user.roleid.default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"22e00117-56f3-4092-b9de-385d7ae6f71f"},{"name":"https://domo-community.domo.com/api/content/v4/pages/layouts/1668051644","id":"53f4f266-4942-4e3a-a895-4ac72b249014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"sec-ch-ua","value":"\"Chromium\";v=\"124\", \"Google Chrome\";v=\"124\", \"Not-A.Brand\";v=\"99\""},{"key":"x-csrf-token","value":"e1704610-305a-4401-afca-4bc584509254"},{"key":"accept-language","value":"en"},{"key":"sec-ch-ua-mobile","value":"?0"},{"key":"User-Agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"},{"key":"content-type","value":"application/json;charset=utf-8"},{"key":"accept","value":"application/json, text/plain, */*"},{"key":"Referer","value":""},{"key":"x-domo-requestcontext","value":"{\"clientToe\":\"MDGPBINTA1-BR8R0\"}"},{"key":"x-requested-with","value":"XMLHttpRequest"},{"key":"sec-ch-ua-platform","value":"\"Windows\""}],"body":{"mode":"raw","raw":"{\r\n    \"layoutId\": 1668051644,\r\n    \"pageUrn\": \"1761849366\",\r\n    \"printFriendly\": true,\r\n    \"background\": {\r\n        \"id\": 18082,\r\n        \"cropHeight\": null,\r\n        \"cropWidth\": null,\r\n        \"x\": null,\r\n        \"y\": null,\r\n        \"dataFileId\": null,\r\n        \"imageBrightness\": null,\r\n        \"imageHeight\": null,\r\n        \"imageWidth\": null,\r\n        \"selectedColor\": \"#FF0000\",\r\n        \"textColor\": \"#4A4A4A\",\r\n        \"type\": \"COLOR\",\r\n        \"darkMode\": false,\r\n        \"alpha\": 1,\r\n        \"src\": null\r\n    },\r\n    \"isDynamic\": true,\r\n    \"content\": [\r\n        {\r\n            \"id\": 57572,\r\n            \"contentKey\": 0,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": false,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": false,\r\n            \"hideWrench\": false,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"text\": \"How did education impact povert\",\r\n            \"type\": \"HEADER\"\r\n        },\r\n        {\r\n            \"id\": 57573,\r\n            \"contentKey\": 1,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": false,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": false,\r\n            \"hideWrench\": false,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"text\": \"Whats the ratio between local versus foreign students\",\r\n            \"type\": \"HEADER\"\r\n        },\r\n        {\r\n            \"id\": 57574,\r\n            \"contentKey\": 2,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": false,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": true,\r\n            \"hideWrench\": false,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"cardId\": 2056437956,\r\n            \"cardUrn\": \"2056437956\",\r\n            \"type\": \"CARD\"\r\n        },\r\n        {\r\n            \"id\": 57575,\r\n            \"contentKey\": 3,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": false,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": true,\r\n            \"hideWrench\": false,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"cardId\": 1548948000,\r\n            \"cardUrn\": \"1548948000\",\r\n            \"type\": \"CARD\"\r\n        },\r\n        {\r\n            \"id\": 57576,\r\n            \"contentKey\": 8,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": false,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": true,\r\n            \"hideWrench\": false,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"text\": \"Section 2\",\r\n            \"type\": \"HEADER\"\r\n        },\r\n        {\r\n            \"id\": 57577,\r\n            \"contentKey\": 9,\r\n            \"compactInteractionDefault\": true,\r\n            \"hideTitle\": true,\r\n            \"hideDescription\": true,\r\n            \"hideSummary\": false,\r\n            \"summaryNumberOnly\": false,\r\n            \"hideTimeframe\": false,\r\n            \"hideFooter\": true,\r\n            \"hideWrench\": true,\r\n            \"hideMargins\": false,\r\n            \"hasSummary\": false,\r\n            \"fitToFrame\": false,\r\n            \"hideBorder\": false,\r\n            \"acceptFilters\": true,\r\n            \"acceptDateFilter\": true,\r\n            \"acceptSegments\": true,\r\n            \"cardId\": 1966053896,\r\n            \"cardUrn\": \"1966053896\",\r\n            \"editInAppViewer\": true,\r\n            \"type\": \"CARD\"\r\n        }\r\n    ],\r\n    \"standard\": {\r\n        \"aspectRatio\": 1.67,\r\n        \"width\": 60,\r\n        \"frameMargin\": null,\r\n        \"framePadding\": null,\r\n        \"type\": \"STANDARD\",\r\n        \"template\": [\r\n            {\r\n                \"contentKey\": 0,\r\n                \"x\": 0,\r\n                \"y\": 0,\r\n                \"width\": 60,\r\n                \"height\": 5,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 1,\r\n                \"x\": 0,\r\n                \"y\": 5,\r\n                \"width\": 60,\r\n                \"height\": 5,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 2,\r\n                \"x\": 0,\r\n                \"y\": 10,\r\n                \"width\": 15,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 3,\r\n                \"x\": 15,\r\n                \"y\": 10,\r\n                \"width\": 15,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 4,\r\n                \"x\": 30,\r\n                \"y\": 10,\r\n                \"width\": 15,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 5,\r\n                \"x\": 45,\r\n                \"y\": 10,\r\n                \"width\": 15,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 8,\r\n                \"x\": 0,\r\n                \"y\": 40,\r\n                \"width\": 60,\r\n                \"height\": 5,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 12,\r\n                \"x\": 0,\r\n                \"y\": 45,\r\n                \"width\": 60,\r\n                \"height\": 0,\r\n                \"type\": \"PAGE_BREAK\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 9,\r\n                \"x\": 0,\r\n                \"y\": 45,\r\n                \"width\": 60,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 6,\r\n                \"x\": 0,\r\n                \"y\": 75,\r\n                \"width\": 60,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 13,\r\n                \"x\": 0,\r\n                \"y\": 105,\r\n                \"width\": 60,\r\n                \"height\": 0,\r\n                \"type\": \"PAGE_BREAK\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 7,\r\n                \"x\": 0,\r\n                \"y\": 105,\r\n                \"width\": 60,\r\n                \"height\": 30,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            }\r\n        ]\r\n    },\r\n    \"compact\": {\r\n        \"aspectRatio\": 1,\r\n        \"width\": 12,\r\n        \"frameMargin\": null,\r\n        \"framePadding\": null,\r\n        \"type\": \"COMPACT\",\r\n        \"template\": [\r\n            {\r\n                \"contentKey\": 0,\r\n                \"x\": 0,\r\n                \"y\": 0,\r\n                \"width\": 12,\r\n                \"height\": 2,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 1,\r\n                \"x\": 0,\r\n                \"y\": 2,\r\n                \"width\": 12,\r\n                \"height\": 2,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 2,\r\n                \"x\": 0,\r\n                \"y\": 4,\r\n                \"width\": 6,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 3,\r\n                \"x\": 6,\r\n                \"y\": 4,\r\n                \"width\": 6,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 4,\r\n                \"x\": 0,\r\n                \"y\": 10,\r\n                \"width\": 6,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 5,\r\n                \"x\": 6,\r\n                \"y\": 10,\r\n                \"width\": 6,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 8,\r\n                \"x\": 0,\r\n                \"y\": 16,\r\n                \"width\": 12,\r\n                \"height\": 2,\r\n                \"type\": \"HEADER\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 12,\r\n                \"x\": 0,\r\n                \"y\": 18,\r\n                \"width\": 12,\r\n                \"height\": 0,\r\n                \"type\": \"PAGE_BREAK\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": [],\r\n                \"isHidden\": true\r\n            },\r\n            {\r\n                \"contentKey\": 9,\r\n                \"x\": 0,\r\n                \"y\": 18,\r\n                \"width\": 12,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 6,\r\n                \"x\": 0,\r\n                \"y\": 24,\r\n                \"width\": 12,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            },\r\n            {\r\n                \"contentKey\": 13,\r\n                \"x\": 0,\r\n                \"y\": 30,\r\n                \"width\": 12,\r\n                \"height\": 0,\r\n                \"type\": \"PAGE_BREAK\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": [],\r\n                \"isHidden\": true\r\n            },\r\n            {\r\n                \"contentKey\": 7,\r\n                \"x\": 0,\r\n                \"y\": 30,\r\n                \"width\": 12,\r\n                \"height\": 6,\r\n                \"type\": \"CARD\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            }\r\n        ]\r\n    },\r\n    \"hasPageBreaks\": false,\r\n    \"style\": null\r\n}"},"url":"https://domo-community.domo.com/api/content/v4/pages/layouts/1668051644","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","name":"Full_Auth","type":"folder"}},"urlObject":{"protocol":"https","path":["api","content","v4","pages","layouts","1668051644"],"host":["domo-community","domo","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"53f4f266-4942-4e3a-a895-4ac72b249014"}],"id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","auth":{"type":"apikey","apikey":{"basicConfig":[],"advancedConfig":[{"key":"x-domo-developer-token","value":"{{access_token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8f4c7002-ee72-4d02-a838-567903978602","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5bcfd02c-aae6-4765-bdfe-5468964a7d72","type":"text/javascript","exec":[""]}}],"_postman_id":"0e14680e-7b6b-4f95-b7d7-827ba429bf95","description":""},{"name":"Product_APIs","item":[{"name":"Accounts","item":[{"name":"List Accounts","id":"46d7550b-1e95-4eb5-a82f-754f874f6541","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"b1a5bd3f-f6f9-47c3-83b2-cbc8f95af95c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 123,\n        \"userId\": 12345,\n        \"name\": \"<string>\",\n        \"displayName\": \"<string>\",\n        \"type\": \"data\",\n        \"valid\": true,\n        \"dataProviderType\": \"<string>\",\n        \"credentialsType\": \"oauth\",\n        \"createdAt\": 1735689600000,\n        \"createdBy\": 12345,\n        \"modifiedAt\": 1735689600000,\n        \"modifiedBy\": 12345,\n        \"configurations\": {},\n        \"accountId\": 123,\n        \"accountTemplateAuthorizationId\": null,\n        \"accountTemplateId\": null\n    }\n]"}],"_postman_id":"46d7550b-1e95-4eb5-a82f-754f874f6541"},{"name":"Search Accounts","id":"2d4e9520-e05e-4b78-be3f-6332d735a72a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 100,\r\n    \"offset\": 0,\r\n    \"combineResults\": false,\r\n    \"query\": \"**\",\r\n    \"filters\": [],\r\n    \"facetValuesToInclude\": [\r\n        \"DATAPROVIDERNAME\",\r\n        \"OWNED_BY_ID\",\r\n        \"VALID\",\r\n        \"USED\",\r\n        \"LAST_MODIFIED_DATE\"\r\n    ],\r\n    \"queryProfile\": \"GLOBAL\",\r\n    \"entityList\": [\r\n        [\r\n            \"account\"\r\n        ]\r\n    ],\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"display_name_sort\",\r\n                \"sortOrder\": \"ASC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d4e9520-e05e-4b78-be3f-6332d735a72a"},{"name":"List OAuth Configurations","id":"53e4a33f-21b4-43e9-bda7-aabddc4e7dc1","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/templates/user/extended","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts","templates","user","extended"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"53e4a33f-21b4-43e9-bda7-aabddc4e7dc1"},{"name":"List Providers with Accounts","id":"58b6a21f-da39-45d2-8bf3-d9e9ab2a1e23","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/datasources/providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources","providers"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"58b6a21f-da39-45d2-8bf3-d9e9ab2a1e23"},{"name":"List Providers","id":"1ad1c31c-64cb-440d-849e-953fff27eaf8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/providers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","providers"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"fields","value":"id,key,name,authenticationScheme,connectorValidatorPresent,defaultConnectorId"},{"disabled":true,"key":"filter","value":"withAccounts"},{"disabled":true,"key":"includeFederated","value":"false"}],"variable":[]}},"response":[],"_postman_id":"1ad1c31c-64cb-440d-849e-953fff27eaf8"},{"name":"Get Accounts for Provider","id":"239b32ef-5ec3-4fec-87dc-59cf0ceeefbf","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/provider/:provider","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts","provider",":provider"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"274999f0-ccd2-44e9-8b64-71a516354d42","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"provider"}]}},"response":[],"_postman_id":"239b32ef-5ec3-4fec-87dc-59cf0ceeefbf"},{"name":"Get Account","id":"41f4c405-ea43-485b-9181-7e047a52f092","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a5f57e08-0d9c-4874-94f1-2455f78ff6e2","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"41f4c405-ea43-485b-9181-7e047a52f092"},{"name":"Get Account Credentials","id":"b683ac6a-b8ba-49ac-adbb-0a107b015707","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/providers/:provider/account/:id?unmask=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","providers",":provider","account",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"unmask","value":"true"}],"variable":[{"id":"26b0f994-62be-4368-8f8b-66aaf6b92d27","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"provider"},{"id":"f5661c23-7d9c-4ed4-a5a2-6e3af290a79e","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b683ac6a-b8ba-49ac-adbb-0a107b015707"},{"name":"Get Provider","id":"b3d1f8bd-2ac3-430c-a391-626137cf245e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/providers/:provider?fields=all&country=US&language=en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","providers",":provider"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"fields","value":"all"},{"key":"country","value":"US"},{"key":"language","value":"en"}],"variable":[{"id":"2d1bc187-4fe4-457d-ada3-abb774ff6000","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"provider"}]}},"response":[],"_postman_id":"b3d1f8bd-2ac3-430c-a391-626137cf245e"},{"name":"Get Provider Image","id":"cdbdb6a9-dae9-4a89-be4f-80710f369370","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/api/data/v1/providers/:provider/images/96.png","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["api","data","v1","providers",":provider","images","96.png"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9d708469-8f28-4e99-9242-90e49d8eddba","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"provider"}]}},"response":[],"_postman_id":"cdbdb6a9-dae9-4a89-be4f-80710f369370"},{"name":"Get Appstore Connector","id":"d24c362e-69af-44d2-9ac3-ee1880a3c5f2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/connectors/appstore/v2/details/connector/:connector?fields=all&country=US&language=en","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["connectors","appstore","v2","details","connector",":connector"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"fields","value":"all"},{"key":"country","value":"US"},{"key":"language","value":"en"}],"variable":[{"id":"abc051dc-029b-441c-a825-e9337d2ff615","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"connector"}]}},"response":[],"_postman_id":"d24c362e-69af-44d2-9ac3-ee1880a3c5f2"},{"name":"Get DataSets Used by Account","id":"7a7f5db4-2817-4208-a99a-cdaa5486fcf9","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/datasources/account/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources","account",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7ec62d21-4e5b-4a83-9838-ed6011336e1e","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7a7f5db4-2817-4208-a99a-cdaa5486fcf9"},{"name":"Get DataSets Used by Accounts (Bulk)","id":"e46c31d9-3610-4fc9-85f0-3aa1497ee897","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    123,\r\n    234\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/datasources/accounts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources","accounts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"3ebc99f7-6db5-4c33-80b1-b0c3875f6650","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    123,\r\n    234\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/datasources/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"123\": [\n        {\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\n            \"dataSourceName\": \"<string>\",\n            \"dataSourceType\": null,\n            \"dataSourceDescription\": null,\n            \"updateFrequency\": null,\n            \"lastTouched\": null,\n            \"lastUpdated\": null,\n            \"dataLastUpdated\": null,\n            \"externalDataLastUpdated\": null,\n            \"responsibleUserId\": \"12345\",\n            \"created\": null,\n            \"createdDate\": null,\n            \"lastIndexedDataVersionId\": null,\n            \"dataProviderType\": null,\n            \"connectorId\": null,\n            \"connectorVersion\": null,\n            \"userDefinedType\": null,\n            \"properties\": {\n                \"formulas\": {\n                    \"formulas\": {}\n                }\n            },\n            \"cardCount\": null,\n            \"hidden\": false,\n            \"tags\": null,\n            \"lastModified\": null,\n            \"cloudId\": null,\n            \"cloudStorageLocation\": null,\n            \"displayType\": null\n        }\n    ],\n    \"234\": [\n        {\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\n            \"dataSourceName\": \"<string>\",\n            \"dataSourceType\": null,\n            \"dataSourceDescription\": null,\n            \"updateFrequency\": null,\n            \"lastTouched\": null,\n            \"lastUpdated\": null,\n            \"dataLastUpdated\": null,\n            \"externalDataLastUpdated\": null,\n            \"responsibleUserId\": \"12345\",\n            \"created\": null,\n            \"createdDate\": null,\n            \"lastIndexedDataVersionId\": null,\n            \"dataProviderType\": null,\n            \"connectorId\": null,\n            \"connectorVersion\": null,\n            \"userDefinedType\": null,\n            \"properties\": {\n                \"formulas\": {\n                    \"formulas\": {}\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"e46c31d9-3610-4fc9-85f0-3aa1497ee897"},{"name":"Validate Account Credentials","id":"6c591ea6-6601-44ab-8b1c-8feea2366d10","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dataProviderKey\": \"json5\",\r\n    \"credentials\": {\r\n        \"authentication\": \"apiKey\",\r\n        \"apiType\": \"header\",\r\n        \"name\": \"<string>\",\r\n        \"apiKey\": \"<string>\"\r\n    },\r\n    \"accountId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts/validators","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts","validators"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c591ea6-6601-44ab-8b1c-8feea2366d10"},{"name":"Create Account","id":"85e641a5-20d6-4a3f-ba46-51036adb50c3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"displayName\": \"<string>\",\r\n    \"dataProviderType\": \"json5\",\r\n    \"configurations\": {\r\n        \"authentication\": \"apiKey\",\r\n        \"apiType\": \"header\",\r\n        \"name\": \"<string>\",\r\n        \"apiKey\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/accounts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"85e641a5-20d6-4a3f-ba46-51036adb50c3"},{"name":"Update Account Name","id":"cabb5806-4ff5-475a-a5f7-d73826ccba3b","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"Raw text name","options":{"raw":{"language":"text"}}},"url":"https://{{instance}}.domo.com/api/api/data/v1/accounts/:id/name","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["api","data","v1","accounts",":id","name"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cf27fe03-9f1e-4c20-b0c4-7c0254e93696","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cabb5806-4ff5-475a-a5f7-d73826ccba3b"},{"name":"Update Account Credentials","id":"70fb5045-b0d2-4175-9e7e-a308fa7bd446","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"<property>\": \"<value>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/providers/:providerId/account/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","providers",":providerId","account",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0c9b81ad-08a2-4a0e-88ff-56c4ce64740c","description":{"content":"<p>Provider Key</p>\n","type":"text/plain"},"type":"any","value":"json5","key":"providerId"},{"id":"0dca232c-3924-4139-9ed5-703eab425465","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"70fb5045-b0d2-4175-9e7e-a308fa7bd446"},{"name":"Update Account Access","id":"f70f04cb-1531-40c8-9722-ab984be765ce","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"GROUP\", //USER or GROUP\r\n    \"id\": 12345, \r\n    \"accessLevel\": \"OWNER\" //CAN_VIEW, CAN_SHARE, CAN_EDIT, or OWNER\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/accounts/share/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","accounts","share",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e0205d95-6276-4e97-8497-e2018c34c297","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f70f04cb-1531-40c8-9722-ab984be765ce"},{"name":"Delete Account","id":"f11d1cde-2334-42b9-bb35-ceaa892f2930","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/accounts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","accounts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d1ee2575-826a-442b-8e0d-89aaba33e282","description":{"content":"<p>Account ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f11d1cde-2334-42b9-bb35-ceaa892f2930"}],"id":"994ff800-ab30-45da-99fe-619eb0315ec8","description":"<p>Accounts store authorization and connection details for DataSet connectors. You can access the <strong>Accounts</strong> interface from inside the Data Center. In the Domo navigation, select <strong>Data</strong>. Then select <strong>Accounts</strong> (key icon) in the left sidebar.</p>\n<p><a href=\"https://domo-support.domo.com/s/article/360042926054?language=en_US\">Accounts Official Documentation</a></p>\n","_postman_id":"994ff800-ab30-45da-99fe-619eb0315ec8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Achievements","item":[{"name":"List Achievements","id":"c5699562-e0d0-422f-8e67-839dec65b802","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/bulk?limit=500&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"500"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"300ba18c-5071-4ced-83e3-9d1aba29589c","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/bulk?limit=500&offset=0","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements","bulk"],"query":[{"key":"limit","value":"500"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"_metadata\": {\n        \"limit\": 500,\n        \"offset\": 0\n    },\n    \"achievements\": [\n        {\n            \"id\": 1,\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"createdBy\": 1234,\n            \"created\": 1735689600000,\n            \"updated\": 1735689600000,\n            \"administrators\": [\n                {\n                    \"id\": 1,\n                    \"userId\": 1234,\n                    \"achievementId\": 1,\n                    \"issueExpiration\": 1735689600000\n                },\n                {\n                    \"id\": 2,\n                    \"userId\": 1234,\n                    \"achievementId\": 1,\n                    \"issueExpiration\": 1735689600000\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"createdBy\": 2345,\n            \"created\": 1735689600000,\n            \"updated\": 1735689600000,\n            \"administrators\": [\n                {\n                    \"id\": 3,\n                    \"userId\": 2345,\n                    \"achievementId\": 2,\n                    \"issueExpiration\": 1735689600000\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c5699562-e0d0-422f-8e67-839dec65b802"},{"name":"Get Achievement","id":"b2e1b331-8d2b-43ce-9dea-d43027a3794d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"51c5de42-e12e-400c-b58f-f67ddb2b4fdd","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"41e82472-cf6c-4d27-a77a-a3c103ab2b97","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"b2e1b331-8d2b-43ce-9dea-d43027a3794d"},{"name":"Get Achievement Admins","id":"8b14da45-066f-4cf9-bf08-ac9557d89835","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id/admins","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":id","admins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ced60039-4f0a-4214-9f00-12370b90f6ea","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"12b0c29f-339f-4c2e-ab86-55a349860cc8","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id/admins","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id","admins"],"variable":[{"key":"id","value":"","description":"Achievement ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"admins\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        },\n        {\n            \"id\": 2,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"8b14da45-066f-4cf9-bf08-ac9557d89835"},{"name":"Create Achievement","id":"9aab960e-9bbd-400c-839d-dc7c2c1c2ae6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"userId\": 1234\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"3bf55dcf-88d8-4c90-a263-185f83d0d475","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"userId\": 1234\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"9aab960e-9bbd-400c-839d-dc7c2c1c2ae6"},{"name":"Create Achievement Admin","id":"1b648e0d-4910-4004-a8f0-922e01444511","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 1234\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins","description":"<p>Response will return an array of the remaining admins, or an empty array if there was only one.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":achievementId","admins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"369e2f24-6441-4c08-bb5a-d77a81b84207","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"achievementId"}]}},"response":[{"id":"f7a21a64-f430-4728-ba8e-49506f8d5309","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 1234\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":achievementId","admins"],"variable":[{"key":"achievementId","value":"1","description":"Achievement ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 1234,\n    \"achievementId\": 1,\n    \"issueExpiration\": 1735689600000\n}"}],"_postman_id":"1b648e0d-4910-4004-a8f0-922e01444511"},{"name":"Update Achievement","id":"aee4fba8-2733-4214-b691-5bf6c2d13087","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"92228ad5-b9e3-4825-ae50-6f86662e8c9f","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"881086a8-187e-4c18-9728-7c791491ef0e","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"image\": \"<base64>\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"1","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"createdBy\": 1234,\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"image\": \"<base64>\",\n    \"administrators\": [\n        {\n            \"id\": 1,\n            \"userId\": 1234,\n            \"achievementId\": 1,\n            \"issueExpiration\": 1735689600000\n        }\n    ]\n}"}],"_postman_id":"aee4fba8-2733-4214-b691-5bf6c2d13087"},{"name":"Delete Achievement","id":"6290660e-a9fc-4d7b-bb0c-5377eadbd833","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d2155b9f-8df1-4230-9c7b-afdfafcfcb73","description":{"content":"<p>Achievement ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"0d846157-9026-4f8b-9b6e-a43d09ce0c2b","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":id"],"variable":[{"key":"id","value":"1","description":"Achievement ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6290660e-a9fc-4d7b-bb0c-5377eadbd833"},{"name":"Delete Achievement Admin","id":"446a735b-0d00-49a4-8260-b8cd0d18e471","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins/:adminId","description":"<p>Response will return an array of the remaining admins, or an empty array if there was only one.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","achievements",":achievementId","admins",":adminId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a9b0bf93-1dd1-4ab2-b4b1-ac18d9690446","type":"any","value":"","key":"achievementId"},{"id":"5188731a-cdf8-451b-8fd8-5e26bfeec155","type":"any","value":"","key":"adminId"}]}},"response":[{"id":"b794b606-28ff-4bac-bb38-f593388026b3","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/achievements/:achievementId/admins/:adminId","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","achievements",":achievementId","admins",":adminId"],"variable":[{"key":"achievementId","value":""},{"key":"adminId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"achievementId\": 1,\n        \"issueExpiration\": 1735689600000\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"achievementId\": 1,\n        \"issueExpiration\": 1735689600000\n    }\n]"}],"_postman_id":"446a735b-0d00-49a4-8260-b8cd0d18e471"}],"id":"3cc4a1d7-4f38-475d-a4e1-df1901d2b615","_postman_id":"3cc4a1d7-4f38-475d-a4e1-df1901d2b615","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Activity Log","item":[{"name":"List Object Types","id":"67b3953a-6d9a-474c-b136-40d350815d67","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/audit/v1/user-audits/objectTypes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["audit","v1","user-audits","objectTypes"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"67b3953a-6d9a-474c-b136-40d350815d67"},{"name":"Get Activity Log","id":"0c67e86d-d870-4f7a-8654-b825a990c09e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/audit/v1/user-audits?start=1700000000000&end=1800000000000&offset=0&limit=100","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["audit","v1","user-audits"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Epoch timestamp in miliseconds</p>\n","type":"text/plain"},"key":"start","value":"1700000000000"},{"description":{"content":"<p>Epoch timestamp in miliseconds</p>\n","type":"text/plain"},"key":"end","value":"1800000000000"},{"key":"offset","value":"0"},{"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"0c67e86d-d870-4f7a-8654-b825a990c09e"}],"id":"5a85d9df-2595-4724-b77e-a25194b2d586","description":"<p>The Activity Log is a record of all actions taken in your Domo instance. This includes actions taken via the user interface, Product APIs, OAuth APIs, etc. You can access the Activity log from the Admin Settings (<strong>More</strong> &gt; <strong>Admin</strong>). Under <strong>Governance</strong>, select <strong>Activity log</strong>.</p>\n<p><a href=\"https://domo-support.domo.com/s/article/360042934574?language=en_US\">Activity Log Official Documentation</a></p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"_postman_id":"5a85d9df-2595-4724-b77e-a25194b2d586","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Admin","item":[{"name":"Authentication","item":[{"name":"Update OTP Elevation Setting","id":"3c16dc1e-7aa2-4a49-80f4-ba7506bbdeaa","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/authentication.otp_elevation","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["customer","v1","properties","authentication.otp_elevation"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"362e46d1-44d7-4690-8b95-d939109566a2","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/authentication.otp_elevation"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3c16dc1e-7aa2-4a49-80f4-ba7506bbdeaa"}],"id":"24520068-296e-4558-9a8a-cc9415ebbfdc","_postman_id":"24520068-296e-4558-9a8a-cc9415ebbfdc","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}}],"id":"ede98e27-2dc9-4b7c-81f7-e0553bedce5b","_postman_id":"ede98e27-2dc9-4b7c-81f7-e0553bedce5b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"AI/Data Science","item":[{"name":"AutoML","item":[{"name":"List Models on DataSet","id":"47c7f3d5-1b98-42d3-8dbd-f07a275df0d3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/:datasetId/automl/job?includeDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","ml",":datasetId","automl","job"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeDetails","value":"true"}],"variable":[{"id":"eb5776da-8ef1-493e-b2a3-37a0d32039fc","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"47c7f3d5-1b98-42d3-8dbd-f07a275df0d3"},{"name":"Get Model","id":"3f5d2f06-c2d0-4ed6-8436-80b3a1141c8e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/:datasetId/automl/job/:modelId?includeCandidates=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","ml",":datasetId","automl","job",":modelId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeCandidates","value":"true"}],"variable":[{"id":"8ffc0b9a-f157-4efc-80e7-c1035627d527","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"9d34203d-7a6f-48d4-a640-08df66c6f785","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"3f5d2f06-c2d0-4ed6-8436-80b3a1141c8e"},{"name":"Get Model Schema","id":"2ac5e0be-5815-4093-bcdc-a9e1ef608a6d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/automl/job/:modelId/schema","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","ml","automl","job",":modelId","schema"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"37d47b31-a1e5-483a-95ae-98ff8385e92d","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"2ac5e0be-5815-4093-bcdc-a9e1ef608a6d"},{"name":"Explain Model","id":"9a723b5a-1005-4faf-9870-324b42ad00b6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/ml/automl/job/:modelId/explain","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","ml","automl","job",":modelId","explain"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cf150157-455e-4f56-a17b-0a799705e6c9","description":{"content":"<p>Model ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"9a723b5a-1005-4faf-9870-324b42ad00b6"}],"id":"035d4141-05f0-494c-bc2d-a999aebb8443","description":"<p><a href=\"https://domo-support.domo.com/s/article/360048127854?language=en_US\">AutoML Official Documentation</a></p>\n","_postman_id":"035d4141-05f0-494c-bc2d-a999aebb8443","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"AI Models and Projects (User Generated)","item":[{"name":"Models","item":[{"name":"Get Model","id":"f080cf2f-7443-40f8-be5b-df119ab5fe06","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"91e5d5ad-93e3-49f2-8275-d667f34e4c1a","description":{"content":"<p>Model UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f080cf2f-7443-40f8-be5b-df119ab5fe06"},{"name":"Update Model","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"d6281a31-28b4-4d38-b46c-8d45def4c003","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"AUTOML\",\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"projectIds\": [\r\n        \"00000000-0000-0000-0000-000000000000\"\r\n    ],\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"owner\": \"123456\",\r\n    \"tasks\": [\r\n        {\r\n            \"task\": \"REGRESSION\",\r\n            \"input\": {\r\n                \"schema\": {\r\n                    \"dataSourceId\": \"<dataset_id>\",\r\n                    \"dataSourceName\": \"schema\",\r\n                    \"columns\": [\r\n                        {\r\n                            \"name\": \"Date Column\",\r\n                            \"type\": \"DATE\"\r\n                        },\r\n                        {\r\n                            \"name\": \"String Column\",\r\n                            \"type\": \"STRING\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"type\": \"CSV\",\r\n                \"mediaType\": \"text/csv\"\r\n            },\r\n            \"output\": {\r\n                \"schema\": {\r\n                    \"dataSourceId\": \"<dataset_id>\",\r\n                    \"dataSourceName\": \"<string>\",\r\n                    \"columns\": [\r\n                        {\r\n                            \"name\": \"predicted_label\",\r\n                            \"type\": \"DOUBLE\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"type\": \"CSV\",\r\n                \"mediaType\": \"text/csv\"\r\n            }\r\n        }\r\n    ],\r\n    \"executionTypes\": [\r\n        \"DATAFLOW\",\r\n        \"ENDPOINT\"\r\n    ],\r\n    \"training\": {\r\n        \"metrics\": {\r\n            \"train:mae\": {\r\n                \"name\": \"train:mae\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"train:mse\": {\r\n                \"name\": \"train:mse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"train:rmse\": {\r\n                \"name\": \"train:rmse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:r2\": {\r\n                \"name\": \"validation:r2\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:mae\": {\r\n                \"name\": \"validation:mae\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:mse\": {\r\n                \"name\": \"validation:mse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"ObjectiveMetric\": {\r\n                \"name\": \"ObjectiveMetric\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            },\r\n            \"validation:rmse\": {\r\n                \"name\": \"validation:rmse\",\r\n                \"value\": 123,\r\n                \"standardDeviation\": null,\r\n                \"timestamp\": \"2025-02-05T00:59:05Z\"\r\n            }\r\n        },\r\n        \"hyperparameters\": {\r\n            \"eta\": \"<decimal>\",\r\n            \"alpha\": \"<decimal>\",\r\n            \"gamma\": \"<decimal>\",\r\n            \"lambda\": \"<decimal>\",\r\n            \"max_depth\": \"<integer>\",\r\n            \"num_round\": \"<integer>\",\r\n            \"objective\": \"reg:squarederror\",\r\n            \"subsample\": \"1.0\",\r\n            \"eval_metric\": \"mse,mae,rmse,r2\",\r\n            \"colsample_bytree\": \"<decimal>\",\r\n            \"min_child_weight\": \"<decimal>\",\r\n            \"_tuning_objective_metric\": \"validation:mse\",\r\n            \"save_model_on_termination\": \"true\"\r\n        },\r\n        \"algorithm\": \"XGBoost\"\r\n    },\r\n    \"created\": \"2025-02-05T20:13:32.776643Z\",\r\n    \"updated\": \"2025-02-05T20:13:32.776643Z\",\r\n    \"autoMLModelContext\": {\r\n        \"dataSourceId\": \"<dataset_id>\",\r\n        \"autoMLJobId\": 123,\r\n        \"automlModelId\": 123,\r\n        \"targetColumn\": \"<column_name>\"\r\n    },\r\n    \"endpointStatus\": \"UNKNOWN\",\r\n    \"permissionLevel\": \"ADMIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8a6ba7e8-c792-4d37-929d-8fa768f9e6fa","description":{"content":"<p>Model UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d6281a31-28b4-4d38-b46c-8d45def4c003"},{"name":"Delete Model","id":"9a629373-78dd-401d-949c-b28ea59bdda6","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/models/:modelId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","models",":modelId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"bd55af30-90e7-44de-b5ae-44ceb3744972","description":{"content":"<p>Model GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"modelId"}]}},"response":[],"_postman_id":"9a629373-78dd-401d-949c-b28ea59bdda6"}],"id":"6a8ad52a-fbe3-4453-a864-b72193abf91b","_postman_id":"6a8ad52a-fbe3-4453-a864-b72193abf91b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Projects","item":[{"name":"List Projects","id":"ee0ce6ed-9d3e-43d6-92ac-e8f1bea676d6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"CREATED\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [],\r\n    \"dateFilters\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/projects","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","search","projects"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee0ce6ed-9d3e-43d6-92ac-e8f1bea676d6"},{"name":"List Associated AutoML Models","id":"d176b10c-d2dc-4aa7-ab6b-d9cb6c422e71","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"CREATED\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [\r\n        {\r\n            \"type\": \"ML_PROJECT_ID\",\r\n            \"values\": [\r\n                \"00000000-0000-0000-0000-000000000000\"\r\n            ]\r\n        }\r\n    ],\r\n    \"metricFilters\": {},\r\n    \"dateFilters\": {},\r\n    \"sortMetricMap\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","search","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d176b10c-d2dc-4aa7-ab6b-d9cb6c422e71"},{"name":"Get Project","id":"64f3445a-e17e-4d70-b70c-84e3cfe341cd","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/projects/:projectId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","projects",":projectId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"fdd5b399-b508-4944-be97-71a5f0a27f5d","description":{"content":"<p>Project UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"}]}},"response":[],"_postman_id":"64f3445a-e17e-4d70-b70c-84e3cfe341cd"}],"id":"10fbc984-5570-459d-b8b4-7521f3dcaa4e","_postman_id":"10fbc984-5570-459d-b8b4-7521f3dcaa4e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}}],"id":"096e1a0c-dc59-4935-b9c9-56defe0fe189","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005502?language=en_US\">AI Models Official Documentation</a></p>\n","_postman_id":"096e1a0c-dc59-4935-b9c9-56defe0fe189","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"AI Service Layer","item":[{"name":"Text to SQL","item":[{"name":"List Models","id":"d0098d54-beec-4a53-ad58-28c7b5d0bfb8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/sql/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","sql","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0098d54-beec-4a53-ad58-28c7b5d0bfb8"},{"name":"Get Default Model","id":"a974bc96-baf8-4a36-b641-79af72474bf4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/sql/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","sql","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a974bc96-baf8-4a36-b641-79af72474bf4"},{"name":"Run Model","id":"d9d5bf77-c319-4356-85f7-9f5af6d17a39","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"system\": \"You are a SQL database expert that generates SQL queries for data visualization purposes. Your goal is to provide the most accurate and efficient solution to the problem at hand.\\n\\nPlease adhere to the following guidelines and restrictions:\\n\\n1. Always use column aliases <if var=\\\"locale\\\">(in ${locale})</if> for aggregations, calculations, and functions.<if var=\\\"disallowsList\\\">\\n\\n2. The following types of statements are not allowed: </if><if var=\\\"disallowCommonTableExpressions\\\">\\n - Common Table Expressions, also known as WITH queries.</if><if var=\\\"disallowJoins\\\">\\n - Joins</if><if var=\\\"disallowSubqueries\\\"> (except for Calendar() joins)\\n - Subqueries</if><if var=\\\"disallowUnions\\\">\\n - Unions</if><if var=\\\"disallowCorrelatedSubqueries\\\">\\n\\n3. Never use a correlated subquery, as this can negatively impact SQL query performance. Use an alternative method to achieve the solution, like using joins or window functions.</if>\\n\\n4. Include only the columns necessary to clearly answer your question, keeping the chart visually appealing by avoiding excessive series or data elements.\\n\\n<if var=\\\"max_columns\\\">5. It is critical that the number of select items in the provided sql query is between ${min_columns} and ${max_columns}. Do not use any more columns than absolutely necessary to answer the question.</if>\\nDo not add any labels, comments, or brackets to the SQL query.\\nOutput the answer in <SQL></SQL> XML tags. Skip any preamble.\\n<if var=\\\"fiscalYear\\\">${fiscalYear}</if>\\n<if var=\\\"locale\\\">The user's locale is ${locale}. Query aliases should be in ${locale}.</if>\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"<if var=\\\"today\\\">\\n  <current_date>Today's date is: ${today}</current_date>\\n  Use today's date for calculating relative time frames such as \\\"the past thirty days\\\" or \\\"last year,\\\" if specified.\\n  Otherwise, do not make assumptions about dates unless additional date-related instructions are given.\\n</if>\\n<if var=\\\"sql_examples\\\">\\n  <examples>\\n  ${sql_examples}\\n  </examples>\\n</if>\\n${commentToken} ${dialect}\\n${dataSourceSchemas}\\n${commentToken} Generate a query to answer the following:\\n${commentToken} ${input}\\n\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-sql-v1.1:anthropic\",\r\n    \"dataSourceSchemas\": [\r\n        {\r\n            \"dataSourceName\": \"<string>\",\r\n            \"columns\": [\r\n                {\r\n                    \"name\": \"Date Column\",\r\n                    \"type\": \"DATE\"\r\n                },\r\n                {\r\n                    \"name\": \"String Column\",\r\n                    \"type\": \"STRING\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/sql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","text","sql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d5bf77-c319-4356-85f7-9f5af6d17a39"}],"id":"e4a00b47-ab76-46bf-8d53-6e1eea2f6965","_postman_id":"e4a00b47-ab76-46bf-8d53-6e1eea2f6965","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Text Generation","item":[{"name":"List Models","id":"21004ecb-6e21-47e7-aa8d-d70e7e0251a3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/generation/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","generation","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"21004ecb-6e21-47e7-aa8d-d70e7e0251a3"},{"name":"Get Default Model","id":"bb2a10c2-feae-4784-9938-1f718a664b17","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/generation/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","generation","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb2a10c2-feae-4784-9938-1f718a664b17"},{"name":"Run Model","id":"820d3da6-e9d7-4cb2-975c-c3318a355dc9","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-chat-medium-v1.1:anthropic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/generation","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","text","generation"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"820d3da6-e9d7-4cb2-975c-c3318a355dc9"}],"id":"b7599b69-de7a-478c-b6cc-e44fb35b785c","_postman_id":"b7599b69-de7a-478c-b6cc-e44fb35b785c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Text to Beast Mode","item":[{"name":"List Models","id":"0993f7bd-6008-496b-be49-858096035add","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/beastmode/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","beastmode","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0993f7bd-6008-496b-be49-858096035add"},{"name":"Get Default Model","id":"496a55ab-39a5-4fb0-80a4-b21b25bc1eb4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/beastmode/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","beastmode","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"496a55ab-39a5-4fb0-80a4-b21b25bc1eb4"},{"name":"Run Model","id":"c29deaaa-99d8-4029-ab1d-b7660ad2dce5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"system\": \"You are a SQL database expert that generates SQL queries. Your goal is to create a SQL statement that includes a calculation to address the request.\\nYou should follow the guidelines below:\\n\\nThese are only partial queries, meant to be used in a situation with existing context about the table and available columns. As such, do not include a SELECT keywork or a FROM clause. Also, do not us AS to rename the calculation.\\n\\nInstead of filtering data using a WHERE clause, use a CASE statement.\\n\\nDon't worry about processing any NULL values.\\n\\nIf asked for something \\\"fixed\\\", follow the documentation found here: https://domo-support.domo.com/s/article/4408174643607?language=en_US\\n\\nOutput the answer in <SQL></SQL> XML tags. Skip any preamble.\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"# SQL\\n# ${dataSourceSchema}\\n# Generate a query to answer the following:\\n# ${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-sql-v1.1:anthropic\",\r\n    \"dataSourceSchema\": {\r\n        \"dataSourceName\": \"<string>\",\r\n        \"columns\": [\r\n            {\r\n                \"name\": \"Date Column\",\r\n                \"type\": \"DATE\"\r\n            },\r\n            {\r\n                \"name\": \"String Column\",\r\n                \"type\": \"STRING\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/beastmode","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","text","beastmode"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c29deaaa-99d8-4029-ab1d-b7660ad2dce5"}],"id":"290e3754-2e59-4d02-8c58-54eaa069cdb3","_postman_id":"290e3754-2e59-4d02-8c58-54eaa069cdb3","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Text Summarization","item":[{"name":"List Models","id":"6e1c1c93-6d32-47d9-bfa8-c9e51d0ca748","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/summarization/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","summarization","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e1c1c93-6d32-47d9-bfa8-c9e51d0ca748"},{"name":"Get Default Model","id":"cc774e78-441d-4153-95da-cc1b38870d02","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/summarization/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","summarization","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc774e78-441d-4153-95da-cc1b38870d02"},{"name":"Run Model","id":"fa938174-07cd-4871-8bea-d782eb4c912a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"The old lighthouse keeper, Silas, squinted at the churning sea.  The storm, which had begun as a mere grumble on the horizon, had escalated into a furious beast, whipping the waves into a frenzy and clawing at the rocky cliffs.  He'd seen countless storms in his seventy years, more than half of which had been spent tending this lonely beacon, but this one felt different.  There was a malevolence in the wind, a raw, untamed power that made the hairs on his neck stand on end.\\n\\nHe adjusted the wick of the lamp, the flame flickering nervously in the draft that whistled through the tower's narrow windows.  The rhythmic pulse of the light, a constant reassurance to ships navigating the treacherous coastline, was his responsibility, his sacred duty.  He knew that somewhere out there, sailors were relying on that beam, trusting it to guide them through the tempest's dark embrace.\\n\\nSilas remembered his grandfather, a seasoned sailor himself, telling him stories of ships lost at sea, swallowed by the unforgiving waves.  He'd recounted tales of heroic rescues and heartbreaking tragedies, of the sea's capricious nature, capable of both breathtaking beauty and devastating cruelty.  These stories had instilled in Silas a deep respect for the ocean, a healthy fear mingled with an undeniable fascination.\\n\\nHe climbed the winding stairs to the lantern room, the wind howling like a banshee outside.  The glass panes rattled in their frames, threatened by the relentless onslaught of the storm.  He checked the lens, a magnificent Fresnel lens, painstakingly crafted to amplify the light's intensity, ensuring its visibility for miles across the turbulent waters.  It was a marvel of engineering, a testament to human ingenuity in the face of nature's might.\\n\\nLooking out at the tempestuous sea, Silas felt a pang of loneliness.  His wife, Martha, had passed away five years ago, leaving him with only the company of the gulls and the relentless rhythm of the waves.  He missed her dearly, her warm smile and gentle voice a distant memory, a comforting echo in the silence of the lighthouse.\\n\\nHe thought of the young couple he'd seen earlier that day, picnicking on the beach below, oblivious to the approaching storm.  They were so full of life, so carefree, their laughter carried on the wind.  He hoped they'd found shelter, that they were safe from the storm's fury.\\n\\nAs the night deepened, the storm intensified.  The waves crashed against the rocks with renewed vigor, sending plumes of spray high into the air, drenching the lighthouse in a salty mist.  Silas remained vigilant, his eyes fixed on the sea, his ears attuned to the sounds of the storm.  He knew that his duty was to keep the light burning, to be a beacon of hope in the darkness.\\n\\nHe brewed a pot of strong tea, the warmth spreading through his chilled bones.  He sipped it slowly, savoring the familiar taste, a small comfort in the midst of the chaos.  He thought about Martha, about her love for the sea, her understanding of his devotion to the lighthouse.  He imagined her beside him, her hand resting on his shoulder, offering silent support.\\n\\nThe storm raged on, its fury unabated.  But Silas remained steadfast, his resolve unwavering.  He was the keeper of the light, the guardian of the coast, and he would not abandon his post, not even in the face of the most fearsome storm.  He knew that the lives of sailors depended on him, on the unwavering beam of light that pierced the darkness, guiding them safely through the treacherous waters.  And as long as he had breath in his body, he would keep that light burning, a symbol of hope in the heart of the storm.  The lighthouse, a solitary sentinel against the raging sea, stood firm, its light a beacon of hope in the vast, dark expanse.\\n\",\r\n    \"system\": \"You are a helpful assistant that writes concise summaries.\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"Write a ${outputWordLength} summary of the following text ${outputStyle}. ```${input}``` CONCISE SUMMARY:\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-summarize-v1:anthropic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/text/summarize","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","text","summarize"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa938174-07cd-4871-8bea-d782eb4c912a"}],"id":"5265ad1f-4f46-4c93-9dac-f365f182a894","_postman_id":"5265ad1f-4f46-4c93-9dac-f365f182a894","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Forecasting","item":[{"name":"List Models","id":"f5e2e9aa-d4b1-487a-aac5-b43c2e66b9ed","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/forecasting/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","forecasting","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5e2e9aa-d4b1-487a-aac5-b43c2e66b9ed"},{"name":"Get Default Model","id":"4de8b4e8-e6f6-4f4b-a2cf-c73bbb7f870a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/forecasting/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","forecasting","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4de8b4e8-e6f6-4f4b-a2cf-c73bbb7f870a"},{"name":"Run Model","id":"4048ac3c-c0d4-487a-8f8c-07b0d4e7a7df","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sql\": \"SELECT DATE_FORMAT(`Date` ,'%Y-%m')  as \\\"Date\\\", Sum(`Column`) as \\\"Alias\\\" FROM `<dataset_id>` group by DATE_FORMAT(`Date` ,'%Y-%m')  order by `Date` ASC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/execute/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","execute",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"55a22d01-2dd1-47e0-9221-9844649bc0cf","description":{"content":"<p>DataSet ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"4048ac3c-c0d4-487a-8f8c-07b0d4e7a7df"}],"id":"9b4d03bb-311f-4ecb-b800-beaff459ea01","_postman_id":"9b4d03bb-311f-4ecb-b800-beaff459ea01","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Image to Text","item":[{"name":"List Models","id":"1a51dab7-2a25-4ec4-ba29-fe874c2b3fee","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/image/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","image","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a51dab7-2a25-4ec4-ba29-fe874c2b3fee"},{"name":"Get Default Model","id":"e74f3c48-6398-40e1-b757-1e02a9f1607b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/services/image/models/default","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","services","image","models","default"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e74f3c48-6398-40e1-b757-1e02a9f1607b"},{"name":"Run Model","id":"11936f65-7bb6-4018-9a2c-5fdc531af5c5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<instructions>\",\r\n    \"system\": \"You are an AI assistant tasked with performing Optical Character Recognition (OCR) on an image. Your goal is to accurately identify and transcribe any text present in the image by analyzing the image carefully and extract all visible text.\\n\\nFollow these steps to perform OCR on the image\\n\\n1. Examine the entire image thoroughly, paying attention to all areas where text might be present.\\n2. Identify any visible text, including numbers, letters, symbols, and punctuation marks.\\n3. Transcribe the text exactly as it appears in the image, maintaining the original spelling, capitalization, and punctuation.\\n4. If the text is arranged in multiple lines or paragraphs, preserve this structure in your transcription.\\n\\nRemember, your task is to transcribe the text as accurately as possible without interpreting or summarizing its content. Focus solely on the text visible in the image.\\n\\nBefore responding think about your response step by step. Provide your final transcription within <answer> tags. For example\\n<example>\\n<answer>\\nHello World\\n</answer>\\n</example>\\n\",\r\n    \"promptTemplate\": {\r\n        \"template\": \"${input}\"\r\n    },\r\n    \"model\": \"domo.domo_ai.domogpt-chat-medium-v1.1:anthropic\",\r\n    \"image\": {\r\n        \"mediaType\": \"image/png\",\r\n        \"type\": \"base64\",\r\n        \"data\": \"<base64>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/image/text","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","image","text"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"11936f65-7bb6-4018-9a2c-5fdc531af5c5"}],"id":"85db738a-2c2a-4ef3-804d-5c33b6b5e0aa","_postman_id":"85db738a-2c2a-4ef3-804d-5c33b6b5e0aa","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Get Settings","id":"bff247f5-7e48-46cd-b33f-89edccde2f74","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/settings/general","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","settings","general"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff247f5-7e48-46cd-b33f-89edccde2f74"},{"name":"Get Session","id":"9cc1214c-14e2-433f-8e75-edb0cd5a609e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/sessions/:sessionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","sessions",":sessionId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"313bed22-79b6-4f55-91a9-74443fba29a4","description":{"content":"<p>Session UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"sessionId"}]}},"response":[],"_postman_id":"9cc1214c-14e2-433f-8e75-edb0cd5a609e"},{"name":"Get Session Context","id":"452c5cfe-35d0-42bd-851b-c53d58082984","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/v1/sessions/:sessionId/context","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","sessions",":sessionId","context"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"b01bedae-7e00-4cc7-95f9-f2b20957ba82","description":{"content":"<p>Session UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"sessionId"}]}},"response":[],"_postman_id":"452c5cfe-35d0-42bd-851b-c53d58082984"},{"name":"Ask Chat","id":"f6aa08a2-6893-4c12-994d-014d4dd1baf3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"input\": \"<query>\",\r\n    \"sessionId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"aiAssistantContext\": {\r\n        \"dataSourceIds\": [\r\n            \"<dataset_id>\"\r\n        ],\r\n        \"cardIds\": [],\r\n        \"pageIds\": [],\r\n        \"filters\": [],\r\n        \"ignorableDataSourceIds\": []\r\n    },\r\n    \"agentType\": \"REACT\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/v1/assistant/toolkits/DOMO_BASIC_ASSISTANT/execute/streaming","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","v1","assistant","toolkits","DOMO_BASIC_ASSISTANT","execute","streaming"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6aa08a2-6893-4c12-994d-014d4dd1baf3"}],"id":"9dd50b71-076a-4fe2-83a1-e3971bc8bda2","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005236?language=en_US\">AI Playground Official Documentation</a></p>\n","_postman_id":"9dd50b71-076a-4fe2-83a1-e3971bc8bda2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Jupyter Workspaces","item":[{"name":"File Shares","item":[{"name":"List File Shares","id":"80fb3388-b69c-495e-ba08-c700efa637fd","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"80fb3388-b69c-495e-ba08-c700efa637fd"},{"name":"Get File Share Permissions","id":"e18cd0e2-7583-44d4-8608-1942829b27e9","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"168b482f-1656-4610-84df-c102d086d9a3","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"1df433c4-f5f2-4aec-b973-2d14fa8173cc","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id","permissions"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"fileshareUsersWithPermission\": [\r\n        {\r\n            \"entityId\": \"466826668\",\r\n            \"permissionLevel\": \"ADMIN\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e18cd0e2-7583-44d4-8608-1942829b27e9"},{"name":"Create File Share","id":"e3cc7cd5-cf06-4cd4-a249-533318f126bd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"869213d4-e677-46b6-928d-24d288fa6555","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"deleted\": null,\r\n    \"permissionLevel\": null\r\n}"}],"_postman_id":"e3cc7cd5-cf06-4cd4-a249-533318f126bd"},{"name":"Update File Share","id":"1dfcc3c4-c5d3-4b1c-bafe-3e42984789a6","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"permissionLevel\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"68754d3d-0d4d-4ecb-9cea-0b4f232cb47a","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"985916df-56d3-4b08-a1e0-af7dbe142bc6","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"defaultMountPoint\": \"<string>\",\r\n    \"fileshareType\": \"SHARED\",\r\n    \"lifecycleOwner\": \"1234\",\r\n    \"lifecycleOwnerType\": \"USER\",\r\n    \"permissionLevel\": null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"defaultMountPoint\": \"<string>\",\n    \"fileshareType\": \"SHARED\",\n    \"lifecycleOwner\": \"1234\",\n    \"lifecycleOwnerType\": \"USER\",\n    \"created\": 1735689600000,\n    \"updated\": 1735689600000,\n    \"deleted\": null,\n    \"permissionLevel\": null\n}"}],"_postman_id":"1dfcc3c4-c5d3-4b1c-bafe-3e42984789a6"},{"name":"Update File Share Permissions","id":"5e2a86e5-f0b2-48d8-b093-8b4e06c2f903","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"share\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"permissionLevel\": \"ADMIN\",\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ],\r\n    \"unshare\": [\r\n        {\r\n            \"entityId\": 2345,\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a01900ab-edc3-4d6c-82d3-786527665c31","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3c871a49-267f-4cf3-96ec-f5f0fb0c20de","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"share\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"permissionLevel\": \"ADMIN\",\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ],\r\n    \"unshare\": [\r\n        {\r\n            \"entityId\": 2345,\r\n            \"entityType\": \"USER\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id/permissions","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id","permissions"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":"/"}],"responseTime":null,"body":""}],"_postman_id":"5e2a86e5-f0b2-48d8-b093-8b4e06c2f903"},{"name":"Delete File Share","id":"7fbe0638-379a-4415-9e33-43dad834b6a4","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["fileshare","v1","shares",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"2f9b3d24-3c73-4820-8272-94b730e82c4f","description":{"content":"<p>File Share UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"5aae2d0a-a1fb-401f-854d-55b8e0f7447e","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/fileshare/v1/shares/:id","host":["https://{{instance}}.domo.com/api"],"path":["fileshare","v1","shares",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"File Share UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":"/"}],"responseTime":null,"body":""}],"_postman_id":"7fbe0638-379a-4415-9e33-43dad834b6a4"}],"id":"c129e987-b3cc-49d2-8a50-90b761fb34d8","description":"<p><a href=\"https://domo-support.domo.com/s/article/36004740075?language=en_US#file_sharing\">File Shares Official Documentation</a></p>\n","_postman_id":"c129e987-b3cc-49d2-8a50-90b761fb34d8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"List Jupyter Workspaces","id":"3da99f19-f586-4ed8-99bd-d261d4bebf2f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"offset\": 0,\r\n    \"sortFieldMap\": {\r\n        \"LAST_RUN\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/v1/search/workspaces","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","v1","search","workspaces"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3da99f19-f586-4ed8-99bd-d261d4bebf2f"},{"name":"List User AI Models","id":"8efeda59-bf65-4df3-8e6e-91594dcb94a8","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 50,\r\n    \"sortFieldMap\": {\r\n        \"METRIC\": \"DESC\"\r\n    },\r\n    \"searchFieldMap\": {\r\n        \"NAME\": \"\"\r\n    },\r\n    \"filters\": [\r\n        {\r\n            \"type\": \"METRIC\",\r\n            \"values\": []\r\n        }\r\n    ],\r\n    \"metricFilters\": {},\r\n    \"dateFilters\": {},\r\n    \"sortMetricMap\": {\r\n        \"ObjectiveMetric\": \"DESC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datascience/ml/v1/search/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","ml","v1","search","models"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8efeda59-bf65-4df3-8e6e-91594dcb94a8"},{"name":"Get Jupyter Workspace","id":"e42984ce-caea-4636-9ca4-8807b0beab1f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/v1/workspaces/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","v1","workspaces",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cdf1a249-43ad-4586-8600-5efda1176bb1","description":{"content":"<p>Workspace UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e42984ce-caea-4636-9ca4-8807b0beab1f"}],"id":"586b21be-a3e6-4ac0-8f4b-5a7a51f20632","description":"<p><a href=\"https://domo-support.domo.com/s/article/36004740075?language=en_US\">Jupyter Workspaces Official Documentation</a></p>\n","_postman_id":"586b21be-a3e6-4ac0-8f4b-5a7a51f20632","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}}],"id":"6f5616bd-f424-4295-a1d7-d49330a20dd6","_postman_id":"6f5616bd-f424-4295-a1d7-d49330a20dd6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Alerts","item":[{"name":"List Alerts","id":"aa7ce39d-5d74-436c-b0b0-22de28e0584c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts?all=true&fields=all&limit=50&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"all","value":"true"},{"key":"fields","value":"all"},{"key":"limit","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"aa7ce39d-5d74-436c-b0b0-22de28e0584c"},{"name":"List Immediate Alerts","id":"c59fa9ff-3f9e-4075-8ba1-7e6c040c722e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v3/subscriptions/schedule/primary/immediate","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["messaging","v3","subscriptions","schedule","primary","immediate"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c59fa9ff-3f9e-4075-8ba1-7e6c040c722e"},{"name":"List Alert Triggered Preferences","id":"330bd3d5-0c6e-4104-83e3-9144c624c70d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v3/preferences/immediate/user/current/alert_triggered","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["messaging","v3","preferences","immediate","user","current","alert_triggered"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"330bd3d5-0c6e-4104-83e3-9144c624c70d"},{"name":"Search Alerts","id":"c952788e-ea50-4424-b5d0-0341fd23394f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 1000,\r\n    \"offset\": 0,\r\n    \"combineResults\": false,\r\n    \"query\": \"*\",\r\n    \"filters\": [],\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"enum\": \"CREATED_DESCENDING\",\r\n                \"field\": \"createDate\",\r\n                \"sortOrder\": \"DESC\",\r\n                \"label\": \"Created (Newest)\",\r\n                \"order\": 1\r\n            }\r\n        ]\r\n    },\r\n    \"facetValuesToInclude\": [\r\n        \"TYPE\"\r\n    ],\r\n    \"facetValueLimit\": 0,\r\n    \"facetValueOffset\": 0,\r\n    \"includePhonetic\": true,\r\n    \"queryProfile\": \"GLOBAL\",\r\n    \"state\": \"list\",\r\n    \"topic\": null,\r\n    \"savedSearchId\": null,\r\n    \"entityList\": [\r\n        [\r\n            \"alert\"\r\n        ]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c952788e-ea50-4424-b5d0-0341fd23394f"},{"name":"Get Alerts","id":"d1ea6446-d368-4d59-ad5b-99ceaad068b3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    \"123\",\r\n    \"123\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts/ids?all=true&fields=all&limit=50&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts","ids"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Used mutually exlusively with parameter subscriberId.</p>\n","type":"text/plain"},"key":"all","value":"true"},{"disabled":true,"description":{"content":"<p>Used mutually exlusively with parameter all. User ID to filter on.</p>\n","type":"text/plain"},"key":"subscriberId","value":""},{"key":"fields","value":"all"},{"key":"limit","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"d1ea6446-d368-4d59-ad5b-99ceaad068b3"},{"name":"Get Alert","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"58fe962c-84b6-4a61-a039-27c01044977d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"72d698b5-e866-49d1-84df-f77b9881fcd2","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"785","key":"id"}]}},"response":[],"_postman_id":"58fe962c-84b6-4a61-a039-27c01044977d"},{"name":"Get Alert Action","id":"2ac84530-67e5-4c38-bd26-d6aac9c4edd3","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:alertId/actions/:actionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":alertId","actions",":actionId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"58395214-7827-40ea-8a04-d39c58069d95","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"alertId"},{"id":"2692d5cb-0866-4601-bac0-62f9cb8fd85d","description":{"content":"<p>Alert Action ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"actionId"}]}},"response":[],"_postman_id":"2ac84530-67e5-4c38-bd26-d6aac9c4edd3"},{"name":"Get Evaluations for Alert","id":"5267f801-5d3d-47db-bd45-bf00363cfa05","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id/evaluations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id","evaluations"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3475c940-2ec6-40ef-abdf-caae1c1f1332","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5267f801-5d3d-47db-bd45-bf00363cfa05"},{"name":"Create Alert","id":"950e4e78-9902-46d5-baa6-4d9922834d49","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"type\": \"SUMMARY_NUMBER\",\r\n    \"owner\": 123456,\r\n    \"active\": true,\r\n    \"enabled\": true,\r\n    \"resourceType\": \"CARD\",\r\n    \"resourceId\": \"<resource_id>\",\r\n    \"resourceName\": \"<string>\",\r\n    \"triggered\": false,\r\n    \"triggerFrequency\": \"Rarely\",\r\n    \"configurations\": [\r\n        {\r\n            \"name\": \"OPERATION\",\r\n            \"value\": \"CHANGES_BY\"\r\n        },\r\n        {\r\n            \"name\": \"VALUE\",\r\n            \"value\": \"100000\"\r\n        },\r\n        {\r\n            \"name\": \"NOTIFY_TRIGGER\",\r\n            \"value\": \"true\"\r\n        }\r\n    ],\r\n    \"filterGroups\": [\r\n        {\r\n            \"name\": \"All Rows\",\r\n            \"filterGroupId\": 12345, //<pdp_policy_id>\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"type\": \"open\",\r\n            \"dataSourcePermissions\": false,\r\n            \"order\": 0\r\n        },\r\n        {\r\n            \"name\": \"<string>\",\r\n            \"filterGroupId\": 23456,\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"type\": \"user\",\r\n            \"dataSourcePermissions\": false,\r\n            \"parameters\": [\r\n                {\r\n                    \"name\": \"dynamicPlaceholder\",\r\n                    \"value\": \"domo.policy.managed_employee_id\",\r\n                    \"values\": [\r\n                        \"domo.policy.managed_employee_id\"\r\n                    ],\r\n                    \"type\": \"DYNAMIC\",\r\n                    \"operator\": \"EQUALS\",\r\n                    \"not\": false,\r\n                    \"ignoreCase\": false\r\n                }\r\n            ],\r\n            \"order\": 0\r\n        }\r\n    ],\r\n    \"contextual\": false,\r\n    \"filters\": [\r\n        {\r\n            \"column\": \"Column 1\",\r\n            \"operand\": \"IN\",\r\n            \"values\": [\r\n                \"<value>\"\r\n            ],\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"dataType\": \"string\",\r\n            \"label\": \"Column 1 Label\"\r\n        }\r\n    ],\r\n    \"subscriptions\": [\r\n        {\r\n            \"id\": 123,\r\n            \"subscriberId\": \"1234\",\r\n            \"type\": \"USER\",\r\n            \"subscribedBy\": 1234\r\n        },\r\n        {\r\n            \"id\": 817,\r\n            \"subscriberId\": \"1907294812\",\r\n            \"type\": \"GROUP\",\r\n            \"subscribedBy\": 466826668,\r\n            \"mutedSubscriberIds\": [\r\n                466826668\r\n            ],\r\n            \"currentUserMember\": false\r\n        }\r\n    ],\r\n    \"createdAt\": \"2022-10-12 17:56:52\",\r\n    \"createdBy\": 123456,\r\n    \"modifiedAt\": \"2024-02-09 21:11:40\",\r\n    \"modifiedBy\": 123456,\r\n    \"rule\": \"<string>\",\r\n    \"filterRules\": [\r\n        \"<string>\"\r\n    ],\r\n    \"category\": \"DATA\",\r\n    \"currentUserSubscribed\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"950e4e78-9902-46d5-baa6-4d9922834d49"},{"name":"Share Alert","id":"8ae9dbc5-44b1-4578-9611-7c95dde1fa76","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userMessage\": \"<string>\",\r\n    \"alertSubscriptions\": [\r\n        {\r\n            \"subscriberId\": 123456,\r\n            \"type\": \"USER\"\r\n        }\r\n    ],\r\n    \"sendEmail\": true,\r\n    \"metaData\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id/share","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"fe4d41ff-77b4-47d9-ae36-0fcb11f6b28f","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8ae9dbc5-44b1-4578-9611-7c95dde1fa76"},{"name":"Update Alert","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"1cc8ab34-0254-48e8-b6d0-30f575808bc4","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123,\r\n    \"owner\": 123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"60a06aa0-e749-42bb-b20c-426d729c46c0","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1cc8ab34-0254-48e8-b6d0-30f575808bc4"},{"name":"Update Alert Rules","id":"1911f712-9aea-455f-b8cf-0a891c50e4ed","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"configurations\": [\r\n    {\r\n      \"name\": \"ANY_ROW_PRIMARY_KEYS\",\r\n      \"value\": \"Column 1,Column 2,Column 3\"\r\n    },\r\n    {\r\n      \"name\": \"OPERATION\",\r\n      \"value\": \"ROWS_ADDED\"\r\n    },\r\n    {\r\n      \"name\": \"COLUMN_ID\",\r\n      \"value\": \"Column 2\",\r\n      \"order\": 0\r\n    },\r\n    {\r\n      \"name\": \"OPERATION\",\r\n      \"value\": \"IN\",\r\n      \"order\": 0\r\n    },\r\n    {\r\n      \"name\": \"VALUE\",\r\n      \"value\": \"<string>\",\r\n      \"order\": 0\r\n    },\r\n    {\r\n      \"name\": \"NOTIFY_REPEATABLE_TRIGGER\",\r\n      \"value\": true\r\n    },\r\n    {\r\n      \"name\": \"NOTIFY_TRIGGER\",\r\n      \"value\": true\r\n    }\r\n  ],\r\n  \"type\": \"ANY_ROW\",\r\n  \"name\": \"<string>\",\r\n  \"resourceType\": \"DATASET\",\r\n  \"resourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"filterGroups\": [\r\n    {\r\n      \"filterGroupId\": 123456\r\n    }\r\n  ],\r\n  \"owner\": 123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7003e55b-9da0-4aab-a1e4-ac8aaeb62c04","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1911f712-9aea-455f-b8cf-0a891c50e4ed"},{"name":"Update Alert Message","id":"7bcd24ae-1bfd-4836-86c9-ebdf4c8e38ed","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"<p><span class=\\\"INAF rule\\\"></span>blah blah<span class=\\\"INAF cardName\\\">blah blah</span>blah blah<span class=\\\"INAF previousValue\\\">[Previous alert value]</span>blah blah<span class=\\\"INAF currentValue\\\">[Current alert value]</span>.</p>\",\r\n    \"footer\": \"\",\r\n    \"header\": \"\",\r\n    \"formulas\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id/message-template","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id","message-template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"2d00c7aa-6cb9-49cf-9e3a-87d1babefab7","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7bcd24ae-1bfd-4836-86c9-ebdf4c8e38ed"},{"name":"Delete Alert","id":"10601764-a5c4-4f4b-865e-34d2c277573c","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"298cff7f-911d-45d3-b1ac-5c8d17f647cc","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"10601764-a5c4-4f4b-865e-34d2c277573c"},{"name":"Unshare Alert","id":"d4f987bc-852d-461b-a13f-e85a4561c245","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v4/alerts/:id/subscriptions?subscriberId=123456&type=USER","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v4","alerts",":id","subscriptions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>User ID</p>\n","type":"text/plain"},"key":"subscriberId","value":"123456"},{"description":{"content":"<p>USER or GROUP</p>\n","type":"text/plain"},"key":"type","value":"USER"}],"variable":[{"id":"9787281a-c79a-422f-a57d-a2fc32f0decf","description":{"content":"<p>Alert ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d4f987bc-852d-461b-a13f-e85a4561c245"}],"id":"f6824013-291b-4c9e-8fb8-23ab2fb2e181","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZanxGAC/alerts?language=en_US\">Alerts Official Documentation</a></p>\n","_postman_id":"f6824013-291b-4c9e-8fb8-23ab2fb2e181","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"AppDB","item":[{"name":"List Datastores","id":"8245048c-6b37-47d8-8c48-7b3e637757ae","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8245048c-6b37-47d8-8c48-7b3e637757ae"},{"name":"List Collections","id":"3ef1fc36-b66b-42d4-972f-cc73ee0946d4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ef1fc36-b66b-42d4-972f-cc73ee0946d4"},{"name":"Get Datastore","id":"547ddbb0-dfc5-4061-b4ba-26f61c890008","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"105e04bf-e310-42fa-8b32-422e37fc1647","description":{"content":"<p>Datastore UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"547ddbb0-dfc5-4061-b4ba-26f61c890008"},{"name":"Get Datastore Collections","id":"a18022ef-cb0b-4196-81b8-736841b437b6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/:id/collections","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1",":id","collections"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"2b06846d-7e5d-43be-a913-465afdaa20b6","description":{"content":"<p>Datastore UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a18022ef-cb0b-4196-81b8-736841b437b6"},{"name":"Get Collection","id":"55efb3a0-4236-417f-a34d-bfb79f8c35d6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0513b878-225e-4078-bf5b-d743318ad0b4","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"31bcef38-4f06-4347-8a7f-d702dd8dc056","key":"id"}]}},"response":[],"_postman_id":"55efb3a0-4236-417f-a34d-bfb79f8c35d6"},{"name":"Get Collection Documents","id":"ba32eca0-42af-41d6-8014-47ebfe9f4450","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:collectionId/documents","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":collectionId","documents"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"967eedff-f984-42fc-a0ea-260372e5cd88","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"31bcef38-4f06-4347-8a7f-d702dd8dc056","key":"collectionId"}]}},"response":[],"_postman_id":"ba32eca0-42af-41d6-8014-47ebfe9f4450"},{"name":"Get Collection Permissions","id":"dc4286b9-e722-419b-b9c6-a9260a97f8fb","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:id/permission","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":id","permission"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7e216d1c-2a1e-46df-a69c-011eaae29774","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"dc4286b9-e722-419b-b9c6-a9260a97f8fb"},{"name":"Get Datastore Cards","id":"1a9f347b-e681-4ce4-9a20-c97910451efe","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    \"00000000-0000-0000-0000-000000000000\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/domoapps/apps/v2/card","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","apps","v2","card"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a9f347b-e681-4ce4-9a20-c97910451efe"},{"name":"Search Collections","id":"24bc6af6-7f3d-4bda-b640-a68316b1d3a6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"collectionFilteringList\": [\r\n        {\r\n            \"filterType\": \"nameof\",\r\n            \"typedValue\": \"%%\"\r\n        }\r\n    ],\r\n    \"sortBy\": \"createdOn\",\r\n    \"direction\": \"desc\",\r\n    \"pageSize\": 100,\r\n    \"pageNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"24bc6af6-7f3d-4bda-b640-a68316b1d3a6"},{"name":"Query Collection Documents","id":"2abdb983-e176-449d-8a41-5a6184dada59","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"$or\": [\r\n        {\r\n            \"content.comments\": {\r\n                \"$regex\": \"happy\"\r\n            }\r\n        },\r\n        {\r\n            \"content.username\": {\r\n                \"$ne\": \"Eeyore\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v2/collections/:id/documents/query?limit=100&offset=0&count=documentCount&avg=content.clicks avgClicks, content.impressions avgImps&sum=content.clicks sumClicks, content.impressions sumImps&max=content.clicks maxClicks, content.impressions maxImps&min=content.clicks minClicks, content.impressions minImps&orderby=sumClicks descending&groupby=content.campaignName, content.month","description":"<p><a href=\"https://developer.domo.com/portal/1l1fm2g0sfm69-app-db-api#query-documents\">Domo Developer Documentation - Query Documents</a></p>\n<p><a href=\"https://developer.domo.com/portal/1l1fm2g0sfm69-app-db-api#query-documents-with-aggregations\">Domo Developer Documentation - Query Documents with Aggregations</a></p>\n<p>| collectionName | String | Required | The name given to the collection in the manifest |<br />| query | Object | Required | The JSON object that represents a Mongo query |<br />| groupby | String | Optional | The comma-separated list of properties you wish to group by |<br />| count | String | Optional | The name you wish to alias a count aggregation property |<br />| avg | String | Optional | The comma-separated list of properties in which you wish to perform an average aggregation followed by the name you wish to alias the result |<br />| min | String | Optional | The comma-separated list of properties in which you wish to perform a minimum aggregation followed by the name you wish to alias the result |<br />| max | String | Optional | The comma-separated list of properties in which you wish to perform a maximum aggregation followed by the name you wish to alias the result |<br />| sum | String | Optional | The comma-separated list of properties in which you wish to perform a sum aggregation followed by the name you wish to alias the result |<br />| unwind | String | Optional | The comma-separated list of properties that you wish to unwind (the unwind operator flattens nested arrays - see MongoDB documentation for additional information) |<br />| orderby | String | Optional | Alias of the aggregation you wish to order by (ascending or descending) |<br />| limit | Integer | Optional | The number of documents in which to limit the number of return objects, default is 10,000 |<br />| offset | Integer | Optional | The number of documents in which to skip before returning documents, default is 0 |</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v2","collections",":id","documents","query"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"count","value":"documentCount"},{"key":"avg","value":"content.clicks avgClicks, content.impressions avgImps"},{"key":"sum","value":"content.clicks sumClicks, content.impressions sumImps"},{"key":"max","value":"content.clicks maxClicks, content.impressions maxImps"},{"key":"min","value":"content.clicks minClicks, content.impressions minImps"},{"key":"orderby","value":"sumClicks descending"},{"key":"groupby","value":"content.campaignName, content.month"}],"variable":[{"id":"6a07bdf1-80e9-4605-b692-b5e15115677b","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2abdb983-e176-449d-8a41-5a6184dada59"},{"name":"Create Datastore","id":"0d5e19d0-c046-4355-84f3-bceb34bdab0f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d5e19d0-c046-4355-84f3-bceb34bdab0f"},{"name":"Create Collection in Datastore","id":"8118e4c4-89a0-4ece-90c6-f4eef5b42665","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"schema\": {\r\n    \"columns\": [\r\n      { \"name\": \"Column 1\", \"type\": \"STRING\" },\r\n      { \"name\": \"Column 2\", \"type\": \"STRING\" }\r\n    ]\r\n  },\r\n  \"syncEnabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/:datastoreId/collections/","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1",":datastoreId","collections",""],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7ca36a65-6f98-41d5-b36e-f77279108aaa","description":{"content":"<p>Datastore UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datastoreId"}]}},"response":[],"_postman_id":"8118e4c4-89a0-4ece-90c6-f4eef5b42665"},{"name":"Create Collection and Datastore","id":"10b7c5d2-1498-4f63-9268-ddd01b0270a5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"<string>\",\r\n  \"schema\": {\r\n    \"columns\": [\r\n      { \"name\": \"Column 1\", \"type\": \"STRING\" },\r\n      { \"name\": \"Column 2\", \"type\": \"STRING\" }\r\n    ]\r\n  },\r\n  \"syncEnabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"10b7c5d2-1498-4f63-9268-ddd01b0270a5"},{"name":"Create Document","id":"fdd7327b-98dc-4d72-b70d-6c57678889d6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": {\r\n        \"column1\": \"<string>\",\r\n        \"column2\": \"<timestamp>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:collectionId/documents","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":collectionId","documents"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1b5597b4-1c8c-48d4-b6d5-5d2bdc4c9b56","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[],"_postman_id":"fdd7327b-98dc-4d72-b70d-6c57678889d6"},{"name":"Create Documents","id":"037ddab0-2a10-43aa-ae3f-946ae6c46711","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"content\": {\r\n            \"column1\": \"<string>\",\r\n            \"column2\": \"<timestamp>\"\r\n        }\r\n    },\r\n    {\r\n        \"content\": {\r\n            \"column1\": \"<string>\",\r\n            \"column2\": \"<timestamp>\"\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:collectionId/documents/bulk","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":collectionId","documents","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"570af39d-24fd-46b5-8486-352e5632a09a","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[],"_postman_id":"037ddab0-2a10-43aa-ae3f-946ae6c46711"},{"name":"Disable Sync to DataSet","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"e91745ad-bf76-481c-8534-328b970f429b","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"syncEnabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"daf7e2ed-3c1e-4808-8ec2-b97cd3e87f09","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e91745ad-bf76-481c-8534-328b970f429b"},{"name":"Update Collection Schema","id":"62c26fec-6991-42f6-87e6-89d747d963f5","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"schema\": {\r\n        \"columns\": [\r\n            {\r\n                \"name\": \"Column 1\",\r\n                \"type\": \"STRING\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"57e0582f-fffd-435b-abbb-00aa9eb8680f","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"62c26fec-6991-42f6-87e6-89d747d963f5"},{"name":"Update Collection Permissions","id":"6c13b475-ee8d-43c2-b4a6-16c9508d3bdb","request":{"method":"PUT","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:collectionId/permission/:entityType/:entityId?overwrite=true&permissions=ADMIN,SHARE,DELETE,WRITE,READ,READ_CONTENT,CREATE_CONTENT,UPDATE_CONTENT,DELETE_CONTENT","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":collectionId","permission",":entityType",":entityId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"overwrite","value":"true"},{"key":"permissions","value":"ADMIN,SHARE,DELETE,WRITE,READ,READ_CONTENT,CREATE_CONTENT,UPDATE_CONTENT,DELETE_CONTENT"}],"variable":[{"id":"7ec1499f-19b0-4bc8-9b99-03909dc99e3d","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"id":"dbd09123-bfe1-4e41-bc86-2af2ec0583e2","description":{"content":"<p>GROUP or USER</p>\n","type":"text/plain"},"type":"any","value":"GROUP","key":"entityType"},{"id":"61993893-6aae-4563-90a0-09f9c7aee415","description":{"content":"<p>ID of the group or user to add</p>\n","type":"text/plain"},"type":"any","value":"","key":"entityId"}]}},"response":[],"_postman_id":"6c13b475-ee8d-43c2-b4a6-16c9508d3bdb"},{"name":"Update Document","id":"81a6b818-7497-441b-8757-d7415cdd1a1c","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": {\r\n        \"column1\": \"<string>\",\r\n        \"column2\": \"<timestamp>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v2/collections/:collectionId/documents/:documentId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v2","collections",":collectionId","documents",":documentId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"b66522ac-f3bf-4591-9f2d-23a2ae10477f","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"id":"45c0b02a-78f7-4296-ba9d-995f961b9da8","description":{"content":"<p>Document UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"documentId"}]}},"response":[],"_postman_id":"81a6b818-7497-441b-8757-d7415cdd1a1c"},{"name":"Upsert Documents","id":"c1126c40-a7b4-4946-81e8-f923d84fe352","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"content\": {\r\n        \"column1\": \"<string>\",\r\n        \"column2\": \"<timestamp>\"\r\n    }\r\n  },\r\n  {\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"content\": {\r\n        \"column1\": \"<string>\",\r\n        \"column2\": \"<timestamp>\"\r\n    }\r\n  },\r\n  {\r\n    //documents without a matching id will be created\r\n    \"content\": {\r\n        \"column1\": \"<string>\",\r\n        \"column2\": \"<timestamp>\"\r\n    }\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/datastores/v2/collections/:collectionId/documents/bulk","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v2","collections",":collectionId","documents","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f3d4d4f4-461f-47cb-9a66-18a9e33856db","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[],"_postman_id":"c1126c40-a7b4-4946-81e8-f923d84fe352"},{"name":"Delete Datastore","id":"abbf5dd8-597e-4047-8766-2a2957d158f6","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"63939f89-6ac2-45bd-be7c-d1470515d1a2","description":{"content":"<p>Datastore UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"abbf5dd8-597e-4047-8766-2a2957d158f6"},{"name":"Delete Collection","id":"8f7a7006-6973-4a1a-9d5e-82f854907f4a","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"13c5cabb-0f89-450e-b2a0-4afc7e3ebb05","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8f7a7006-6973-4a1a-9d5e-82f854907f4a"},{"name":"Remove Collection Access","id":"8bd94be4-173c-4626-8fdd-b06922aadf2b","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v1/collections/:collectionId/permission/:entityType/:entityId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v1","collections",":collectionId","permission",":entityType",":entityId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d5f28b87-e934-48bd-bb40-7d071e7ee052","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"id":"a5f98dd5-62c8-4aa9-b0b2-e6372dc2c7e8","description":{"content":"<p>GROUP or USER</p>\n","type":"text/plain"},"type":"any","value":"GROUP","key":"entityType"},{"id":"aa2c15cb-47d1-471e-bd9a-7ff2a3493f17","description":{"content":"<p>The ID of the group or user you want to remove</p>\n","type":"text/plain"},"type":"any","value":"","key":"entityId"}]}},"response":[],"_postman_id":"8bd94be4-173c-4626-8fdd-b06922aadf2b"},{"name":"Delete Document","id":"741e0b15-a139-4a46-9149-7a59888b9fca","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v2/collections/:collectionId/documents/:documentId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v2","collections",":collectionId","documents",":documentId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e8f63914-672e-4a98-9cd9-49fcc7d42c46","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"},{"id":"7c283743-facd-4b8e-a744-3c70e1653138","description":{"content":"<p>Document UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"documentId"}]}},"response":[],"_postman_id":"741e0b15-a139-4a46-9149-7a59888b9fca"},{"name":"Delete Documents","id":"c8313610-767a-48b3-b2d0-548d39bfcc7d","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/datastores/v2/collections/:collectionId/documents/bulk?ids=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datastores","v2","collections",":collectionId","documents","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Comma separated list of Document UUIDs</p>\n","type":"text/plain"},"key":"ids","value":""}],"variable":[{"id":"6cd1487e-f1e5-4361-ac23-e93c8f87f9f1","description":{"content":"<p>Collection UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"collectionId"}]}},"response":[],"_postman_id":"c8313610-767a-48b3-b2d0-548d39bfcc7d"}],"id":"d523a364-fbe5-48c6-8a2d-767988e985f0","description":"<p><a href=\"https://domo-support.domo.com/s/article/9221297758615?language=en_US\">AppDB Official Documentation</a></p>\n","_postman_id":"d523a364-fbe5-48c6-8a2d-767988e985f0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"App Studio","item":[{"name":"List Apps","id":"9d0a9f77-beb8-4254-a38c-017040e5a0f9","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/dataapps","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","dataapps"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d0a9f77-beb8-4254-a38c-017040e5a0f9"},{"name":"Get App Access","id":"cd8d7bab-6b78-4aef-94c2-3acbc8d06a52","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/dataapps/:appId/access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","dataapps",":appId","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"757d9ddb-12ab-4058-b861-83ff3a61fcf0","description":{"content":"<p>App ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"}]}},"response":[],"_postman_id":"cd8d7bab-6b78-4aef-94c2-3acbc8d06a52"},{"name":"Share App","id":"2171f7c0-fe8f-452d-9922-b3f5b937c8af","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"I thought you might find this app interesting.\",\r\n    \"dataAppIds\": [\r\n        \"12345\"\r\n    ],\r\n    \"recipients\": [\r\n        {\r\n            \"id\": 123456,\r\n            \"type\": \"user\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/dataapps/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","dataapps","share"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[],"_postman_id":"2171f7c0-fe8f-452d-9922-b3f5b937c8af"},{"name":"Delete App","id":"4a3df4e2-ce8e-4205-83ea-e2e74e41c1e3","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/dataapps/:appId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","dataapps",":appId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5fb47d39-8965-4e57-8033-fd54472eaa94","description":{"content":"<p>App ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"}]}},"response":[],"_postman_id":"4a3df4e2-ce8e-4205-83ea-e2e74e41c1e3"}],"id":"24702c93-1021-45b2-ad78-c711414737d1","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TOVq0000000iU5OAI/app-studio?language=en_US\">App Studio Official Documentation</a></p>\n","_postman_id":"24702c93-1021-45b2-ad78-c711414737d1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Brand Kit","item":[{"name":"List Color Palettes","id":"e9321af3-1c62-4197-9294-3c9af4d008b7","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/brandkit/v1/chartColorPalettes/all","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["brandkit","v1","chartColorPalettes","all"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9321af3-1c62-4197-9294-3c9af4d008b7"},{"name":"List Email Configurations","id":"79ba1e2d-7f27-45d4-a2f7-6b08cf212d76","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["messaging","v1","email","configurations"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"79ba1e2d-7f27-45d4-a2f7-6b08cf212d76"},{"name":"Get Login Settings","id":"69585de3-407c-482b-a2c2-3288d584da3c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/login-settings/v1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","login-settings","v1"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"69585de3-407c-482b-a2c2-3288d584da3c"},{"name":"Get Email Template","id":"c9f7dec5-0e13-480b-8702-f53fcb600dc6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations/template","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["messaging","v1","email","configurations","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9f7dec5-0e13-480b-8702-f53fcb600dc6"},{"name":"Get Hot URL","id":"29f57d44-2ef8-47be-a297-d02b9076e7a6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/messaging/v1/email/configurations/backlink","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["messaging","v1","email","configurations","backlink"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"29f57d44-2ef8-47be-a297-d02b9076e7a6"}],"id":"f3969ca5-ca67-453c-8ea7-d12ae702173a","description":"<p><a href=\"https://domo-support.domo.com/s/article/5428851518999?language=en_US\">Brand Kit Official Documentation</a></p>\n","_postman_id":"f3969ca5-ca67-453c-8ea7-d12ae702173a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Bricks and Pro-Code Apps","item":[{"name":"List App Designs","id":"7c2c3628-4d30-4a37-9356-bc54f4e1f9fb","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs?checkAdminAuthority=false&deleted=false&order=updated&direction=desc&limit=2&offset=0&withPermission=ADMIN&parts=owners,creator,thumbnail,versions,cards,instances,mapping","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["apps","v1","designs"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"checkAdminAuthority","value":"false"},{"disabled":true,"key":"creator","value":"false"},{"key":"deleted","value":"false"},{"description":{"content":"<p>Column to sort by</p>\n","type":"text/plain"},"key":"order","value":"updated"},{"description":{"content":"<p>Direction of sort</p>\n","type":"text/plain"},"key":"direction","value":"desc"},{"key":"limit","value":"2"},{"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Optional search query</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"withPermission","value":"ADMIN"},{"description":{"content":"<p>Possible values: owners,creator,thumbnail,versions,cards,instances,mapping</p>\n","type":"text/plain"},"key":"parts","value":"owners,creator,thumbnail,versions,cards,instances,mapping"}],"variable":[]}},"response":[],"_postman_id":"7c2c3628-4d30-4a37-9356-bc54f4e1f9fb"},{"name":"Get App","id":"8afe56fb-d60c-49cf-874c-1bf263da0551","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/domoapps/apps/v2/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","apps","v2",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"3995198c-fe0a-4143-8e3e-bc8628a3a7e6","description":{"content":"<p>App ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8afe56fb-d60c-49cf-874c-1bf263da0551"},{"name":"Get App Design","id":"b64ecb97-ec67-4c6b-9ddb-c17d801a1149","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs/:id?parts=owners,cards,versions,creator","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["apps","v1","designs",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Possible values: owners,creator,thumbnail,versions,cards,instances,mapping</p>\n","type":"text/plain"},"key":"parts","value":"owners,cards,versions,creator"}],"variable":[{"id":"6b1eda5b-44fa-4694-8fe5-7ac63b1990d5","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b64ecb97-ec67-4c6b-9ddb-c17d801a1149"},{"name":"Get App Manifest (Context)","id":"fcd2119e-f3c8-4566-9d04-810b619d6661","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/domoapps/apps/v2/contexts/:contextId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","apps","v2","contexts",":contextId"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"53d0c5da-13a9-4e1b-a43c-5a02e4c279a9","description":{"content":"<p>Context ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"contextId"}]}},"response":[],"_postman_id":"fcd2119e-f3c8-4566-9d04-810b619d6661"},{"name":"Count App Designs","id":"e5740fc3-2afe-4ced-8ee5-a0bc6280e761","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/apps/v1/designs/count?checkAdminAuthority=false&deleted=false&withPermission=ADMIN","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["apps","v1","designs","count"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"checkAdminAuthority","value":"false"},{"disabled":true,"description":{"content":"<p>Filter to App Designs created by token owner/signed-in user</p>\n","type":"text/plain"},"key":"creator","value":"false"},{"key":"deleted","value":"false"},{"disabled":true,"description":{"content":"<p>Optional search query</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"withPermission","value":"ADMIN"}],"variable":[]}},"response":[],"_postman_id":"e5740fc3-2afe-4ced-8ee5-a0bc6280e761"},{"name":"Share App Design","id":"8ef1b71e-82b6-415e-89a7-b105229617a6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    \"1234\",\r\n    \"2345\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/apps/v1/designs/:id/permissions/:permissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["apps","v1","designs",":id","permissions",":permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"2c9c86ea-1d4c-4745-97fb-ac0ded8681d5","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"9eb93e8a-120e-4424-bb06-438f9b19540f","type":"any","value":"ADMIN","key":"permissions"}]}},"response":[],"_postman_id":"8ef1b71e-82b6-415e-89a7-b105229617a6"},{"name":"Release App Design Version","id":"6a0bb68e-bff1-4cfe-937d-8daf1b2e3335","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/domoapps/designs/:id/release?version=0.0.1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","designs",":id","release"],"host":["https://{{instance}}.domo.com"],"query":[{"key":"version","value":"0.0.1"}],"variable":[{"id":"40a9ed8e-5cdc-4cbc-862f-4bdfa151932f","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"6a0bb68e-bff1-4cfe-937d-8daf1b2e3335"},{"name":"Update App Manifest (Context)","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"00b6ffcf-6881-4044-ac95-4a5d82ad61c4","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"1234\",\r\n    \"designId\": \"2345\",\r\n    \"designVersion\": \"0.0.1\",\r\n    \"mapping\": [],\r\n    \"collections\": [],\r\n    \"accountMapping\": [],\r\n    \"actionMapping\": [],\r\n    \"workflowMapping\": [],\r\n    \"packageMapping\": [],\r\n    \"isDisabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/domoapps/apps/v2/contexts/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","apps","v2","contexts",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"9d9c422e-d711-4ec4-8954-977651879d77","description":{"content":"<p>Context ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"00b6ffcf-6881-4044-ac95-4a5d82ad61c4"},{"name":"Delete App Design","id":"4e6fd360-ddce-4e88-8776-69b8b66055f2","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/domoapps/designs/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["domoapps","designs",":id"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"423a2c5c-2736-4df9-8465-8ce2bd79ba9b","description":{"content":"<p>App Design ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"4e6fd360-ddce-4e88-8776-69b8b66055f2"}],"id":"23784ef4-f25c-4b4a-986a-087f0c1d08c9","description":"<p><a href=\"https://domo-support.domo.com/s/article/4423762260375?language=en_US\">Bricks Official Documentation </a> | <a href=\"https://developer.domo.com/portal/0037739ab3747-domo-bricks-overview\">Bricks Official Developer Documentation</a></p>\n<p><a href=\"https://domo-support.domo.com/s/article/000005500?language=en_US\">Pro-Code Editor Official Documentation </a> | <a href=\"https://developer.domo.com/portal/d54m2ohkacza0-welcome\">App Framework Official Developer Documentation</a></p>\n","_postman_id":"23784ef4-f25c-4b4a-986a-087f0c1d08c9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Cards","item":[{"name":"Problems (Issues)","item":[{"name":"Get Card Problems","id":"e45f0b90-9ddf-4487-ada9-940142d031ed","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards?urns=1728631684&parts=problems","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"key":"urns","value":"1728631684"},{"key":"parts","value":"problems"}],"variable":[]}},"response":[],"_postman_id":"e45f0b90-9ddf-4487-ada9-940142d031ed"},{"name":"Create Problem","id":"dcaccdb7-26e3-44bf-ba27-9640ea7b669b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"raw message text"},"url":"https://{{instance}}.domo.com/api/content/v1/badges/:cardId/problems","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","badges",":cardId","problems"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"eff748b0-3de0-41b3-9f8c-d6d46f878e05","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cardId"}]}},"response":[],"_postman_id":"dcaccdb7-26e3-44bf-ba27-9640ea7b669b"},{"name":"Resolve Problem","id":"6452abdf-332f-4bf2-8db8-a95d950f66a0","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"state\": \"RESOLVED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/badges/:cardId/problems/:problemId/states","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","badges",":cardId","problems",":problemId","states"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0ceaa672-122c-474f-b517-45ff7fdbb2d4","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cardId"},{"id":"b00ad025-4841-44b4-9fde-e4f609a8cfdd","description":{"content":"<p>Problem ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"problemId"}]}},"response":[],"_postman_id":"6452abdf-332f-4bf2-8db8-a95d950f66a0"}],"id":"3c7c57b0-9ed4-44d6-9fa8-35f98f8fc4e4","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042923834?language=en_US\">Issues Offical Documentation</a></p>\n","_postman_id":"3c7c57b0-9ed4-44d6-9fa8-35f98f8fc4e4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"List/Search Cards","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"72b1e34c-c463-4c1a-bf00-a92b1a11504d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 10000,\r\n    \"offset\": 0,\r\n    \"combineResults\": false,\r\n    \"query\": \"*\",\r\n    \"filters\": [\r\n        {\r\n            \"name\": \"OWNED_BY_ID\",\r\n            \"field\": \"owned_by_id\",\r\n            \"facetType\": \"user\",\r\n            \"value\": \"<user_id>:USER\",\r\n            \"filterType\": \"term\",\r\n            \"count\": 123,\r\n            \"displayValue\": \"<user_name>\",\r\n            \"translatedDisplayValue\": \"Owned by: <user_name>\",\r\n            \"translatedPlaceHolderText\": \"Search people\"\r\n        }\r\n    ],\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"enum\": \"CREATED_DESCENDING\",\r\n                \"field\": \"createDate\",\r\n                \"sortOrder\": \"DESC\",\r\n                \"label\": \"Created (Newest)\",\r\n                \"order\": 1\r\n            }\r\n        ]\r\n    },\r\n    \"facetValuesToInclude\": [],\r\n    \"facetValueLimit\": 0,\r\n    \"facetValueOffset\": 0,\r\n    \"includePhonetic\": true,\r\n    \"queryProfile\": \"GLOBAL\",\r\n    \"state\": \"list\",\r\n    \"topic\": null,\r\n    \"savedSearchId\": null,\r\n    \"entityList\": [\r\n        [\r\n            \"card\"\r\n        ]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"72b1e34c-c463-4c1a-bf00-a92b1a11504d"},{"name":"List Cards Admin Summary","id":"e27adb48-9a21-4bc8-ab17-2351c45e9b90","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ascending\": true,\r\n    \"orderBy\": \"cardTitle\",\r\n    \"includeCardTypeClause\": true,\r\n    \"cardTypes\": [\r\n        \"kpi\",\r\n        \"badge\"\r\n    ],\r\n    \"includeCardOwnerClause\": true,\r\n    \"addCardWithNoOwner\": true,\r\n    \"cardOwners\": [\r\n        {\r\n            \"id\": 123456,\r\n            \"type\": \"USER\"\r\n        }\r\n    ],\r\n    \"includeCardTitleClause\": true,\r\n    \"cardTitleSearchText\": \"test\",\r\n    \"includePageTitleClause\": true,\r\n    \"notOnPage\": false,\r\n    \"pageIds\": [\r\n        123456\r\n    ],\r\n    \"includeLastModifiedDateClause\": true,\r\n    \"lastModifiedDateOperand\": \"BETWEEN\",\r\n    \"lastModifiedStartDate\": \"2025-04-01\",\r\n    \"lastModifiedEndDate\": \"2025-04-02\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/cards/adminsummary?limit=100&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","cards","adminsummary"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"e27adb48-9a21-4bc8-ab17-2351c45e9b90"},{"name":"Get Cards","id":"c5cb44d7-c026-4f72-b5bb-573f90ed13f7","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards?urns=&parts=domoapp,drillPath,masonData,problems,properties,certification,datasources,dateInfo,drillPathURNs,library,metadata,metadataOverrides,owners,slicers,subscriptions&includeFiltered=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Card IDs. Can be a list separated by commas. Use format dr:: to get a drill's details.</p>\n","type":"text/plain"},"key":"urns","value":""},{"description":{"content":"<p>Properties to return</p>\n","type":"text/plain"},"key":"parts","value":"domoapp,drillPath,masonData,problems,properties,certification,datasources,dateInfo,drillPathURNs,library,metadata,metadataOverrides,owners,slicers,subscriptions"},{"description":{"content":"<p>Return property \"access\" that indicates if the token owner/signed-in user has access to the card</p>\n","type":"text/plain"},"key":"includeFiltered","value":"false"}],"variable":[]}},"response":[],"_postman_id":"c5cb44d7-c026-4f72-b5bb-573f90ed13f7"},{"name":"Get Notebook Card","id":"5f14af78-2323-4264-82ca-56121a97428f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/notebook/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","notebook",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5b03728f-1b60-4edd-8473-fd3434ca4834","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5f14af78-2323-4264-82ca-56121a97428f"},{"name":"Get Linked Cards","id":"37239261-4a30-496a-bbbf-a4e3e5e6f631","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id/link","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards",":id","link"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"be3a78a9-3403-4de4-8ee1-ee78de422bf3","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"37239261-4a30-496a-bbbf-a4e3e5e6f631"},{"name":"Get Views","id":"5372ddf9-386d-41c6-9876-085521f85444","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"urns\": [\r\n        12345\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/analytics/views/cards/counts","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","analytics","views","cards","counts"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5372ddf9-386d-41c6-9876-085521f85444"},{"name":"Get Access","id":"0968fd74-602e-4b9f-8aa6-5147d8a973e8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/share/accesslist/badge/:id?expandUsers=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share","accesslist","badge",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Include list of users in a group</p>\n","type":"text/plain"},"key":"expandUsers","value":"false"}],"variable":[{"id":"1874b537-82ac-45a6-af9d-1da34e6b345d","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0968fd74-602e-4b9f-8aa6-5147d8a973e8"},{"name":"Get Card DataSet Schema","id":"51a96cac-ddc8-4e51-9599-2e2179f6d086","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id/details","description":"<p>Returns all DataSet columns and controls (filters) used.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards",":id","details"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f9c790e0-1450-4b18-8fb0-a457b008d24a","description":{"content":"<p>Card ID. Use format dr:: to get a drill's details.</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"51a96cac-ddc8-4e51-9599-2e2179f6d086"},{"name":"Get Cards for DataSet","id":"81d061dd-0229-4bc4-b7fb-e7f159790ac2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/datasources/:id/cards?drill=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","datasources",":id","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Include cards that only have drills using that DataSet.</p>\n","type":"text/plain"},"key":"drill","value":"true"}],"variable":[{"id":"82a70d22-5a12-4091-8674-a25dc78da8c7","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"81d061dd-0229-4bc4-b7fb-e7f159790ac2"},{"name":"Get Cards Min/Max Dates","id":"eb9c303b-d93b-4b21-a48a-10ecbfe35344","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/minmaxdates?urns=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","minmaxdates"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Card ID list separated by commas. Use format dr:: to get a drills details.</p>\n","type":"text/plain"},"key":"urns","value":""}],"variable":[]}},"response":[],"_postman_id":"eb9c303b-d93b-4b21-a48a-10ecbfe35344"},{"name":"Get Cards a User has Access To","id":"e3ebf7d2-d220-4383-93af-970f5bf67fae","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/access/users/:id/cards?limit=100&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","access","users",":id","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"}],"variable":[{"id":"559a7332-bbff-4a60-9f85-19e551669beb","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e3ebf7d2-d220-4383-93af-970f5bf67fae"},{"name":"Get Chart Type Settings (General)","id":"128bb7ea-78ff-498b-9067-18682c4ac99f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/kpi/:chartType/options","description":"<p>Available chartTypes:<br />badge_vert_stackedbar<br />badge_vert_multibar<br />badge_horiz_stackedbar<br />badge_vert_nestedbar<br />badge_two_trendline<br />badge_line_stackedbar<br />badge_pie<br />badge_donut<br />badge_basic_table<br />badge_heatmap<br />badge_singlevalue<br />badge_filledgauge<br />badge_world_map<br />badge_map<br />badge_xybubble<br />badge_textbox<br />badge_checkbox_selector<br />badge_slicer<br />badge_vert_stackedbar<br />badge_vert_multibar<br />badge_vert_100pct<br />badge_vert_nestedbar<br />badge_vert_bullet<br />badge_line_bar<br />badge_line_stackedbar<br />badge_symbol_bar<br />badge_symbol_stackedbar<br />badge_pareto<br />badge_vert_percentbar<br />badge_vert_waterfall<br />badge_line_clusterbar<br />badge_vert_dual_stackedbar<br />badge_vert_rtbar<br />badge_vert_rtmultibar<br />badge_vert_rtstackedbar<br />badge_vert_histogram<br />badge_vert_marimekko<br />badge_curved_line_bar<br />badge_curved_line_stackedbar<br />badge_vert_bar_line<br />badge_vert_nested_linebar<br />badge_vert_100pct_linebar<br />badge_vert_bar_overlay<br />badge_vert_facetedbar<br />badge_horiz_stackedbar<br />badge_horiz_multibar<br />badge_horiz_100pct<br />badge_horiz_nestedbar<br />badge_bullet<br />badge_horiz_percentbar<br />badge_horiz_waterfall<br />badge_horiz_dual_stackedbar<br />badge_gantt<br />badge_gantt_percent<br />badge_gantt_dep<br />badge_horiz_histogram<br />badge_horiz_marimekko<br />badge_horiz_line_bar<br />badge_horiz_line_clusterbar<br />badge_horiz_line_stackedbar<br />badge_horiz_nested_linebar<br />badge_horiz_symbol_bar<br />badge_horiz_symbol_stackedbar<br />badge_horiz_bar_line<br />badge_horiz_rtbar<br />badge_horiz_rtstackedbar<br />badge_horiz_rtmultibar<br />badge_horiz_100pct_linebar<br />badge_horiz_bar_overlay<br />badge_horiz_facetedbar<br />badge_trendline<br />badge_two_trendline<br />badge_curvedline<br />badge_stepline<br />badge_symbolline<br />badge_curved_symbolline<br />badge_rttrendline<br />badge_horiz_trendline<br />badge_horiz_curvedline<br />badge_horiz_stepline<br />badge_horiz_symbolline<br />badge_horiz_curved_symbolline<br />badge_bump<br />badge_slope<br />badge_variance_line<br />badge_vert_multi_dotplot<br />badge_vert_stacked_dotplot<br />badge_vert_line_multi_dotplot<br />badge_vert_line_stacked_dotplot<br />badge_vert_dotplot_overlay<br />badge_horiz_multi_dotplot<br />badge_horiz_stacked_dotplot<br />badge_horiz_line_multi_dotplot<br />badge_horiz_line_stacked_dotplot<br />badge_horiz_dotplot_overlay<br />badge_stackedtrend<br />badge_vert_100pct_area<br />badge_vert_area_overlay<br />badge_vert_curved_stacked_area<br />badge_vert_curved_100pct_area<br />badge_vert_curved_area_overlay<br />badge_vert_step_stacked_area<br />badge_vert_step_100pct_area<br />badge_vert_step_area_overlay<br />badge_stream<br />badge_horiz_stackedtrend<br />badge_horiz_100pct_area<br />badge_horiz_area_overlay<br />badge_horiz_curved_stacked_area<br />badge_horiz_curved_100pct_area<br />badge_horiz_curved_area_overlay<br />badge_horiz_step_stacked_area<br />badge_horiz_step_100pct_area<br />badge_horiz_step_area_overlay<br />badge_xybubble<br />badge_bubble<br />badge_xyscatterplot_basic<br />badge_xyscatterplot<br />badge_horiz_boxplot<br />badge_vert_boxplot<br />badge_xy_line<br />badge_ds_pred_modeling<br />badge_ds_forecasting<br />badge_ds_outliers<br />badge_ds_spc<br />badge_correlation_matrix<br />badge_confusion_matrix<br />badge_pie<br />badge_donut<br />badge_treemap<br />badge_funnel<br />badge_funnel_swing<br />badge_funnel_bars<br />badge_nautilus<br />badge_nautilus_donut<br />badge_nightingale_rose<br />badge_stream_funnel<br />badge_world_map<br />badge_map<br />badge_map_africa<br />badge_map_asia<br />badge_map_australia<br />badge_map_europe<br />badge_map_north_america<br />badge_map_south_america<br />badge_map_middle_east<br />badge_map_austria<br />badge_map_brazil<br />badge_map_canada<br />badge_map_chile<br />badge_map_china<br />badge_map_france2016<br />badge_map_france_dept<br />badge_map_france<br />badge_map_germany<br />badge_map_ghana<br />badge_map_india<br />badge_map_indonesia<br />badge_map_italy<br />badge_map_japan<br />badge_map_malaysia<br />badge_map_mexico<br />badge_map_new_zealand<br />badge_map_nigeria<br />badge_map_panama<br />badge_map_peru<br />badge_map_philippines<br />badge_map_portugal<br />badge_map_south_korea<br />badge_map_spain<br />badge_map_switzerland<br />badge_map_uae<br />badge_map_united_kingdom<br />badge_map_uk_area<br />badge_map_uk_postal<br />badge_map_latlong<br />badge_map_latlong_route<br />badge_map_us_county<br />badge_map_us_state<br />badge_gauge<br />badge_filledgauge<br />badge_facegauge<br />badge_shapegauge<br />badge_multi_value<br />badge_multi_value_cols<br />badge_singlevalue<br />badge_progressbar<br />badge_compgauge<br />badge_compfillgauge_basic<br />badge_compfillgauge_adv<br />badge_radial_progress<br />badge_multi_radial_progress<br />badge_waffle<br />badge_in_range_gauge<br />badge_imagegauge<br />badge_basic_table<br />badge_pivot_table<br />badge_heatmap_table<br />badge_flex_table<br />badge_textbox<br />badge_dynamic_textbox<br />badge_table<br />badge_slicer<br />badge_date_selector<br />badge_checkbox_selector<br />badge_radio_selector<br />badge_range_selector<br />badge_dropdown_selector<br />badge_buttons<br />badge_word_cloud<br />badge_horiz_symbol_overlay<br />badge_vert_symbol_overlay<br />badge_heatmap<br />badge_stock_candlestick<br />badge_horiz_symbol<br />badge_category_scatter<br />badge_calendar<br />badge_category_calendar<br />badge_highlow<br />badge_horiz_highlow<br />badge_vert_symbol<br />badge_radar<br />badge_spark_line<br />badge_spark_bar<br />badge_sunburst<br />badge_sankey<br />badge_sankey_circular<br />badge_sankey_path<br />badge_risk_heatmap<br />badge_packed_bubble<br />badge_symbol_matrix</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","kpi",":chartType","options"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8e654269-78af-4590-8c39-5430965f6004","type":"any","value":"badge_symbol_stackedbar","key":"chartType"}]}},"response":[],"_postman_id":"128bb7ea-78ff-498b-9067-18682c4ac99f"},{"name":"Get Color Palette (General)","id":"9202b7db-abec-4574-8753-1dfb4f998f71","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/kpi/palette","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","kpi","palette"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9202b7db-abec-4574-8753-1dfb4f998f71"},{"name":"Validate Move to New DataSet","id":"79775fd2-ae5d-4756-ae45-ac3ceb6a1cc9","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/kpi/:cardId/comparemove/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","kpi",":cardId","comparemove",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8f93dced-1991-43f5-a4b5-105e5c040512","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cardId"},{"id":"847ba3fa-4a83-48fd-95a5-c835a0d3cf38","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"79775fd2-ae5d-4756-ae45-ac3ceb6a1cc9"},{"name":"Get Card Details for Update","id":"6324026c-1299-46bc-ac57-fe0e86b33259","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dynamicText\": true,\r\n    \"variables\": true,\r\n    \"urn\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/cards/kpi/definition","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","cards","kpi","definition"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6324026c-1299-46bc-ac57-fe0e86b33259"},{"name":"Render Card (Data)","id":"5dc0e0b0-a535-493d-ab5c-aba92058a658","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"queryOverrides\": {\r\n        \"filters\": [],\r\n        \"overrideSlicers\": false,\r\n        \"segments\": [],\r\n        \"functionOverrides\": {},\r\n        \"overrideDateRange\": false\r\n    },\r\n    \"width\": 960,\r\n    \"height\": 400,\r\n    \"scale\": 1,\r\n    \"treatLongsAsStrings\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/kpi/:id/render?parts=data","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","kpi",":id","render"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"parts","value":"data"}],"variable":[{"id":"c1b127cd-383c-44e8-bddf-3d2c07f7d926","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5dc0e0b0-a535-493d-ab5c-aba92058a658"},{"name":"Create Card","id":"41182143-f6ac-4480-987e-2ca64e1d1d56","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"definition\": {\r\n        \"subscriptions\": {\r\n            \"big_number\": {\r\n                \"name\": \"big_number\",\r\n                \"columns\": [\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"alias\": \"<string>\",\r\n                        \"format\": {\r\n                            \"type\": \"number\",\r\n                            \"format\": \"###,##0\",\r\n                            \"percentMultiplied\": false\r\n                        }\r\n                    }\r\n                ],\r\n                \"filters\": [],\r\n                \"orderBy\": [],\r\n                \"groupBy\": [],\r\n                \"fiscal\": false,\r\n                \"projection\": false,\r\n                \"distinct\": false,\r\n                \"limit\": 1\r\n            },\r\n            \"main\": {\r\n                \"name\": \"main\",\r\n                \"columns\": [\r\n                    {\r\n                        \"column\": \"Column 1\",\r\n                        \"mapping\": \"VALUE\"\r\n                    },\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"mapping\": \"VALUE\",\r\n                        \"format\": {\r\n                            \"tableColumn\": {\r\n                                \"hideTotal\": true\r\n                            }\r\n                        }\r\n                    }\r\n                ],\r\n                \"filters\": [\r\n                    {\r\n                        \"column\": \"Column 1\",\r\n                        \"values\": [],\r\n                        \"filterType\": \"LEGACY\",\r\n                        \"operand\": \"IN\",\r\n                        \"dataType\": \"string\"\r\n                    }\r\n                ],\r\n                \"orderBy\": [\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"order\": \"DESCENDING\"\r\n                    }\r\n                ],\r\n                \"groupBy\": [\r\n                    {\r\n                        \"column\": \"Column 1\"\r\n                    },\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\"\r\n                    }\r\n                ],\r\n                \"fiscal\": false,\r\n                \"projection\": false,\r\n                \"distinct\": false\r\n            }\r\n        },\r\n        \"formulas\": {\r\n            \"dsUpdated\": [],\r\n            \"dsDeleted\": [],\r\n            \"card\": []\r\n        },\r\n        \"annotations\": {\r\n            \"new\": [],\r\n            \"modified\": [],\r\n            \"deleted\": []\r\n        },\r\n        \"conditionalFormats\": {\r\n            \"card\": [\r\n                {\r\n                    \"condition\": {\r\n                        \"column\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"values\": [],\r\n                        \"dataSourceId\": \"50a665ab-abfb-4721-a1e7-03fe13d36f8e\",\r\n                        \"filterType\": \"LEGACY\",\r\n                        \"operand\": \"IN\"\r\n                    },\r\n                    \"format\": {\r\n                        \"color\": \"#80C25DFF\",\r\n                        \"textColor\": \"#ffffff\",\r\n                        \"textStyle\": \"PLAIN\",\r\n                        \"applyToRow\": false\r\n                    }\r\n                }\r\n            ],\r\n            \"datasource\": []\r\n        },\r\n        \"dynamicTitle\": {\r\n            \"text\": [\r\n                {\r\n                    \"text\": \"<string>\",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"columns\": [\r\n                        \"calculation_<legacy_function_id>\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"columns\": [\r\n                        \"Column 1\",\r\n                        \"calculation_<legacy_function_id>\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"defaultText\": \"<string>\",\r\n                    \"columns\": [\r\n                        \"Column 2\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" <string> \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"type\": \"DATE_RANGE_FILTER_DATE_TIME_RANGE\"\r\n                }\r\n            ]\r\n        },\r\n        \"dynamicDescription\": {\r\n            \"text\": [\r\n                {\r\n                    \"text\": \" \\n \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"prefix\": \"<string>\",\r\n                    \"suffix\": \"<string>\",\r\n                    \"variables\": [\r\n                        12345\r\n                    ],\r\n                    \"type\": \"VARIABLE_VALUE\"\r\n                }\r\n            ],\r\n            \"displayOnCardDetails\": true\r\n        },\r\n        \"charts\": {\r\n            \"main\": {\r\n                \"component\": \"main\",\r\n                \"chartType\": \"badge_basic_table\",\r\n                \"overrides\": {\r\n                    \"padding\": \"Medium\",\r\n                    \"header_row_fill_color\": \"<hex>\",\r\n                    \"total_row\": \"true\",\r\n                    \"hide_columns\": \"2,3\",\r\n                    \"total_row_fill_color\": \"<hex>\",\r\n                    \"total_row_position\": \"Before\",\r\n                    \"hide_alternate_row_colors\": \"false\",\r\n                    \"attr_header_row\": \"Bold\",\r\n                    \"header_row\": \"Left\",\r\n                    \"attr_total_row\": \"Bold\"\r\n                },\r\n                \"goal\": null\r\n            }\r\n        },\r\n        \"allowTableDrill\": false,\r\n        \"segments\": {\r\n            \"active\": [],\r\n            \"definitions\": []\r\n        },\r\n        \"controls\": [\r\n            {\r\n                \"id\": 123,\r\n                \"function\": {\r\n                    \"id\": 123\r\n                },\r\n                \"entityType\": \"CARD\",\r\n                \"entityId\": \"1234\",\r\n                \"type\": \"RADIOS\",\r\n                \"dataType\": \"STRING\",\r\n                \"values\": [\r\n                    {\r\n                        \"expression\": {\r\n                            \"exprType\": \"STRING_VALUE\",\r\n                            \"value\": \"Yes\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"expression\": {\r\n                            \"exprType\": \"STRING_VALUE\",\r\n                            \"value\": \"No\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"format\": {\r\n                    \"type\": \"default\"\r\n                },\r\n                \"name\": \"<string>\",\r\n                \"description\": \"<string>\",\r\n                \"controlType\": \"VARIABLE\"\r\n            },\r\n            {\r\n                \"type\": \"string\",\r\n                \"displayType\": \"multiple_select\",\r\n                \"name\": \"<string>\",\r\n                \"column\": \"Column 1\",\r\n                \"operator\": \"IN\",\r\n                \"values\": [],\r\n                \"collapsed\": false,\r\n                \"controlType\": \"SLICER\"\r\n            },\r\n            {\r\n                \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"column\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                \"name\": \"Beast Mode 1\",\r\n                \"columnDisplayName\": \"<string>\",\r\n                \"operator\": \"IN\",\r\n                \"values\": [],\r\n                \"type\": \"string\",\r\n                \"collapsed\": false,\r\n                \"displayType\": \"multiple_select\",\r\n                \"controlType\": \"SLICER\"\r\n            }\r\n        ]\r\n    },\r\n    \"dataProvider\": {\r\n        \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\"\r\n    },\r\n    \"variables\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/cards/kpi","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","cards","kpi"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"description":{"content":"<p>Optional Page ID</p>\n","type":"text/plain"},"key":"pageId","value":"-100000"},{"disabled":true,"description":{"content":"<p>Parent Card ID, for creating a Drill Path</p>\n","type":"text/plain"},"key":"parentUrn","value":""}],"variable":[]}},"response":[],"_postman_id":"41182143-f6ac-4480-987e-2ca64e1d1d56"},{"name":"Share Access","id":"8bd94a8b-62d5-4f45-a425-d10913b34400","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"resources\": [\r\n    {\r\n      \"type\": \"badge\",\r\n      \"id\": \"12345\"\r\n    },\r\n    {\r\n      \"type\": \"badge\",\r\n      \"id\": \"23456\"\r\n    }\r\n  ],\r\n  \"recipients\": [\r\n    {\r\n      \"type\": \"user\",\r\n      \"id\": \"12345\"\r\n    }\r\n  ],\r\n  \"message\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[],"_postman_id":"8bd94a8b-62d5-4f45-a425-d10913b34400"},{"name":"Create Card Change in History","id":"328058c6-1ce3-4655-b56f-65bad5e4f6d3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"changes\": {\r\n        \"kpi\": {\r\n            \"title\": true,\r\n            \"description\": true,\r\n            \"aggregationChanged\": true,\r\n            \"dimensionsChanged\": true,\r\n            \"orderingChanged\": true,\r\n            \"filtersChanged\": true\r\n        },\r\n        \"data\": {},\r\n        \"initial\": true\r\n    },\r\n    \"comment\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/kpis/:id/history","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["kpis",":id","history"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"172be9f1-ff79-4362-829f-4cf4f0429642","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"328058c6-1ce3-4655-b56f-65bad5e4f6d3"},{"name":"Update Card","id":"c8a70c6d-669d-4f48-a793-369ad51d0730","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"definition\": {\r\n        \"subscriptions\": {\r\n            \"big_number\": {\r\n                \"name\": \"big_number\",\r\n                \"columns\": [\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"alias\": \"<string>\",\r\n                        \"format\": {\r\n                            \"type\": \"number\",\r\n                            \"format\": \"###,##0\",\r\n                            \"percentMultiplied\": false\r\n                        }\r\n                    }\r\n                ],\r\n                \"filters\": [],\r\n                \"orderBy\": [],\r\n                \"groupBy\": [],\r\n                \"fiscal\": false,\r\n                \"projection\": false,\r\n                \"distinct\": false,\r\n                \"limit\": 1\r\n            },\r\n            \"main\": {\r\n                \"name\": \"main\",\r\n                \"columns\": [\r\n                    {\r\n                        \"column\": \"Column 1\",\r\n                        \"mapping\": \"VALUE\"\r\n                    },\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"mapping\": \"VALUE\",\r\n                        \"format\": {\r\n                            \"tableColumn\": {\r\n                                \"hideTotal\": true\r\n                            }\r\n                        }\r\n                    }\r\n                ],\r\n                \"filters\": [\r\n                    {\r\n                        \"column\": \"Column 1\",\r\n                        \"values\": [\r\n                            \"<string>\"\r\n                        ],\r\n                        \"filterType\": \"LEGACY\",\r\n                        \"operand\": \"IN\",\r\n                        \"dataType\": \"string\"\r\n                    }\r\n                ],\r\n                \"orderBy\": [\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\",\r\n                        \"order\": \"DESCENDING\"\r\n                    }\r\n                ],\r\n                \"groupBy\": [\r\n                    {\r\n                        \"column\": \"Column 1\"\r\n                    },\r\n                    {\r\n                        \"formulaId\": \"calculation_00000000-0000-0000-0000-000000000000\"\r\n                    }\r\n                ],\r\n                \"fiscal\": false,\r\n                \"projection\": false,\r\n                \"distinct\": false\r\n            }\r\n        },\r\n        \"formulas\": {\r\n            \"dsUpdated\": [],\r\n            \"dsDeleted\": [],\r\n            \"card\": []\r\n        },\r\n        \"annotations\": {\r\n            \"new\": [],\r\n            \"modified\": [],\r\n            \"deleted\": []\r\n        },\r\n        \"conditionalFormats\": {\r\n            \"card\": [],\r\n            \"datasource\": []\r\n        },\r\n        \"dynamicTitle\": {\r\n            \"text\": [\r\n                {\r\n                    \"text\": \"<string>\",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"columns\": [\r\n                        \"calculation_<legacy_function_id>\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"columns\": [\r\n                        \"Column 1\",\r\n                        \"calculation_00000000-0000-0000-0000-000000000000\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"defaultText\": \"<string>\",\r\n                    \"columns\": [\r\n                        \"Column 2\"\r\n                    ],\r\n                    \"type\": \"FILTER\"\r\n                },\r\n                {\r\n                    \"text\": \" <string> \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"type\": \"DATE_RANGE_FILTER_DATE_TIME_RANGE\"\r\n                }\r\n            ]\r\n        },\r\n        \"dynamicDescription\": {\r\n            \"text\": [\r\n                {\r\n                    \"text\": \" \\n \",\r\n                    \"type\": \"TEXT\"\r\n                },\r\n                {\r\n                    \"prefix\": \"<string>\",\r\n                    \"suffix\": \"<string>\",\r\n                    \"variables\": [\r\n                        12345\r\n                    ],\r\n                    \"type\": \"VARIABLE_VALUE\"\r\n                }\r\n            ],\r\n            \"displayOnCardDetails\": true\r\n        },\r\n        \"charts\": {\r\n            \"main\": {\r\n                \"component\": \"main\",\r\n                \"chartType\": \"badge_basic_table\",\r\n                \"overrides\": {},\r\n                \"goal\": null\r\n            }\r\n        },\r\n        \"allowTableDrill\": false,\r\n        \"segments\": {\r\n            \"active\": [],\r\n            \"definitions\": []\r\n        },\r\n        \"modified\": 1738968629000,\r\n        \"controls\": [\r\n            {\r\n                \"id\": 123,\r\n                \"function\": {\r\n                    \"id\": 1234\r\n                },\r\n                \"entityType\": \"CARD\",\r\n                \"entityId\": \"<card_id>\",\r\n                \"type\": \"RADIOS\",\r\n                \"dataType\": \"STRING\",\r\n                \"values\": [\r\n                    {\r\n                        \"expression\": {\r\n                            \"exprType\": \"STRING_VALUE\",\r\n                            \"value\": \"Yes\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"expression\": {\r\n                            \"exprType\": \"STRING_VALUE\",\r\n                            \"value\": \"No\"\r\n                        }\r\n                    }\r\n                ],\r\n                \"format\": {\r\n                    \"type\": \"default\"\r\n                },\r\n                \"name\": \"<string>\",\r\n                \"description\": \"<string>\",\r\n                \"controlType\": \"VARIABLE\"\r\n            },\r\n            {\r\n                \"type\": \"string\",\r\n                \"displayType\": \"multiple_select\",\r\n                \"name\": \"<string>\",\r\n                \"column\": \"Column 1\",\r\n                \"operator\": \"IN\",\r\n                \"values\": [],\r\n                \"collapsed\": false,\r\n                \"controlType\": \"SLICER\"\r\n            }\r\n        ]\r\n    },\r\n    \"dataProvider\": {\r\n        \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\"\r\n    },\r\n    \"variables\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/cards/kpi/:id","description":"<p>Use this format for changing or not changing formulas and annotations:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"formulas\": {\n    \"dsUpdated\": [],\n    \"dsDeleted\": [],\n     \"card\": []\n},\n\"annotations\": {\n    \"new\": [],\n    \"modified\": [],\n     \"deleted\": []\n},\n\n</code></pre>\n<p>For conditionalFormats, change the array to an object and separate out DataSet vs. Card rules:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"conditionalFormats\": {\n    \"card\": [],\n     \"datasource\": []\n},\n\n</code></pre>\n<p>Remove everything on the top-level except definition. Then add dataProvider and variables:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"definition\": {\n...},\n    \"dataProvider\": {\n        \"dataSourceId\": \"1dbaba48-da44-4e13-a3e6-53432cf1ae7c\"\n    },\n    \"variables\": true\n}\n\n</code></pre>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","cards","kpi",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"4457b9d0-98c6-4fbf-a34e-ef264d031c60","description":{"content":"<p>Card ID. Use format dr:: to update a drill.</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c8a70c6d-669d-4f48-a793-369ad51d0730"},{"name":"Lock/Unlock Card","id":"a4e528b7-aaf0-416b-b02e-19b073234acc","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"locked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f443a1d8-2dce-4933-9565-9c49bbeff2f0","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a4e528b7-aaf0-416b-b02e-19b073234acc"},{"name":"Bulk Add Cards to Pages (Does Not Remove)","id":"fed44f26-d602-44c3-96a7-3376fec1436e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardIds\": [\r\n        \"123\",\r\n        \"234\"\r\n    ],\r\n    \"destinationPageIds\": [\r\n        123456\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/bulk/pages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","bulk","pages"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fed44f26-d602-44c3-96a7-3376fec1436e"},{"name":"Move Card (Update Pages)","id":"e0d5e406-9d4b-46e7-82ff-677bb8444110","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    123456,\r\n    234567\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id/pages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards",":id","pages"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"56480cc8-d28f-4f34-8a85-ac74a27a6fad","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e0d5e406-9d4b-46e7-82ff-677bb8444110"},{"name":"Increment Views","id":"c4c43212-0da5-403e-8f60-7b8b04b8093a","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"urns\": [\r\n        \"1234\",\r\n        \"2345\"\r\n    ],\r\n    \"context\": \"AUTHENTICATED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/analytics/views/cards/increment","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","analytics","views","cards","increment"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4c43212-0da5-403e-8f60-7b8b04b8093a"},{"name":"Update Owners","id":"551df47c-8061-4ebc-89a8-66bfccb40ae3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cardIds\": [\r\n        123456\r\n    ],\r\n    \"cardOwners\": [\r\n        {\r\n            \"id\": \"1234\",\r\n            \"type\": \"USER\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/owners/:action","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","owners",":action"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"542c54d2-b3b5-4b81-a9d5-71061ba46426","description":{"content":"<p>add or remove</p>\n","type":"text/plain"},"type":"any","value":"","key":"action"}]}},"response":[],"_postman_id":"551df47c-8061-4ebc-89a8-66bfccb40ae3"},{"name":"Remove Card from Page","id":"88a48cee-9e4d-4912-a65c-2323703cbed5","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/kpis/:id/remove?pageid=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["kpis",":id","remove"],"host":["https://{{instance}}.domo.com"],"query":[{"description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"key":"pageid","value":""}],"variable":[{"id":"2ab17947-afa0-4cf9-bbe1-26ec131c15c9","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"88a48cee-9e4d-4912-a65c-2323703cbed5"},{"name":"Remove Access to Cards","id":"59bb8b50-a136-4a20-ac83-d22bd34bed4b","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/share/bulk/badge/:type/:id?resourceIds=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share","bulk","badge",":type",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Comma separated list of Card IDs</p>\n","type":"text/plain"},"key":"resourceIds","value":""}],"variable":[{"id":"1a2cc083-8f13-4c83-a7b1-fd05d1e30c95","description":{"content":"<p>user or group</p>\n","type":"text/plain"},"type":"any","value":"user","key":"type"},{"id":"fc609fd1-ccd5-4889-8769-391908fd8624","description":{"content":"<p>User or Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"59bb8b50-a136-4a20-ac83-d22bd34bed4b"},{"name":"Delete Cards","id":"f61a1b81-8d0a-44f3-b826-b90464636516","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/cards/bulk?cardIds=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Comma separated list of Card IDs</p>\n","type":"text/plain"},"key":"cardIds","value":""}],"variable":[]}},"response":[],"_postman_id":"f61a1b81-8d0a-44f3-b826-b90464636516"},{"name":"Delete Drill Path","id":"af0d8580-33ff-4c8a-9323-1d46a77aaa36","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/kpis/:cardId/drillPath/:drillNumber/drillView/:drillPathId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["kpis",":cardId","drillPath",":drillNumber","drillView",":drillPathId"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[{"id":"d485cd4f-3f1e-43d1-af98-a7c66f7f0d5f","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cardId"},{"id":"3fc7a525-7194-42d4-a904-5ebea5f9b301","description":{"content":"<p>Drill Number</p>\n","type":"text/plain"},"type":"any","value":"1","key":"drillNumber"},{"id":"82e41b80-6bd6-4bbf-90f3-2d0086bcff15","description":{"content":"<p>Drill Path ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"drillPathId"}]}},"response":[],"_postman_id":"af0d8580-33ff-4c8a-9323-1d46a77aaa36"}],"id":"222f655b-7489-4abf-8adc-6cc2654f8964","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZaoNGAS/analyzer-and-visualization-cards?language=en_US\">Cards Official Documentation</a></p>\n","_postman_id":"222f655b-7489-4abf-8adc-6cc2654f8964","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Certification","item":[{"name":"List Certifications","id":"fa3dca6d-3dc1-4ec5-b0eb-875c615b1d61","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getWorkflowConnection\",\r\n        \"variables\": {\r\n            \"type\": \"CC\",\r\n            \"view\": \"WAITING\", //WAITING or SUBMITTED\r\n            \"timePeriod\": \"ACTIVE\", //PAST or ACTIVE\r\n            \"first\": 30,\r\n            \"after\": null,\r\n            \"orderBy\": \"DATE\",\r\n            \"reverseSort\": false,\r\n            \"searchTerm\": \"\",\r\n            \"templateId\": null\r\n        },\r\n        \"query\": \"query getWorkflowConnection($type: String!, $after: ID, $view: View, $timePeriod: TimePeriod, $orderBy: OrderBy, $reverseSort: Boolean, $searchTerm: String, $first: Int, $templateId: ID) {\\n  workflowConnection(type: $type, after: $after, view: $view, timePeriod: $timePeriod, orderBy: $orderBy, reverseSort: $reverseSort, searchTerm: $searchTerm, first: $first, templateId: $templateId) {\\n    edges {\\n      cursor\\n      node {\\n        certificationRequest {\\n          id\\n          type\\n          status\\n          entityType\\n          entityId\\n          entityTitle\\n          previousActor {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          entityOwnerEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          entityOwners {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          requestor {\\n            id\\n            displayName\\n            title\\n            isCurrentUser\\n            __typename\\n          }\\n          modifiedTime\\n          createdTime\\n          __typename\\n        }\\n        approval {\\n          newActivity\\n          observers {\\n            id\\n            type\\n            displayName\\n            title\\n            ... on Group {\\n              memberCount: userCount\\n              __typename\\n            }\\n            __typename\\n          }\\n          lastViewed\\n          newActivity\\n          newMessage {\\n            created\\n            createdByType\\n            createdBy {\\n              id\\n              displayName\\n              __typename\\n            }\\n            content {\\n              text\\n              __typename\\n            }\\n            __typename\\n          }\\n          lastAction\\n          version\\n          templateInstructions\\n          submittedTime\\n          id\\n          title\\n          status\\n          providerName\\n          templateTitle\\n          buzzChannelId\\n          buzzGeneralThreadId\\n          templateInstructions\\n          templateDescription\\n          type\\n          total {\\n            value\\n            currency\\n            __typename\\n          }\\n          modifiedTime\\n          previousApprover: previousApproverEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              actor {\\n                displayName\\n                id\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          pendingApprover: pendingApproverEx {\\n            id\\n            type\\n            displayName\\n            ... on User {\\n              title\\n              avatarKey\\n              isCurrentUser\\n              __typename\\n            }\\n            ... on Group {\\n              currentUserIsMember\\n              userCount\\n              isDeleted\\n              __typename\\n            }\\n            __typename\\n          }\\n          submitter {\\n            id\\n            displayName\\n            title\\n            avatarKey\\n            isCurrentUser\\n            __typename\\n          }\\n          approvalChainIdx\\n          chain {\\n            actor {\\n              displayName\\n              __typename\\n            }\\n            approver {\\n              id\\n              type\\n              displayName\\n              ... on User {\\n                title\\n                avatarKey\\n                isCurrentUser\\n                __typename\\n              }\\n              ... on Group {\\n                userCount\\n                isDeleted\\n                __typename\\n              }\\n              __typename\\n            }\\n            status\\n            time\\n            type\\n            key\\n            __typename\\n          }\\n          fields {\\n            type\\n            name\\n            data\\n            key\\n            ... on NumberField {\\n              value\\n              __typename\\n            }\\n            ... on CurrencyField {\\n              number: value\\n              currency\\n              __typename\\n            }\\n            ... on DateField {\\n              date: value\\n              __typename\\n            }\\n            ... on DataSetAttachmentField {\\n              dataSet: value {\\n                id\\n                name\\n                description\\n                owner {\\n                  id\\n                  displayName\\n                  __typename\\n                }\\n                provider\\n                cardCount\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          history {\\n            actor {\\n              type\\n              id\\n              displayName\\n              ... on User {\\n                avatarKey\\n                __typename\\n              }\\n              __typename\\n            }\\n            status\\n            time\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    pageInfo {\\n      hasNextPage\\n      hasPreviousPage\\n      startCursor\\n      endCursor\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa3dca6d-3dc1-4ec5-b0eb-875c615b1d61"},{"name":"List Certification Templates","id":"0cb62888-8a19-4a9e-9f65-3b8e2e1d47cb","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertifiedTemplates\",\r\n        \"variables\": {\r\n            \"type\": \"CC:CARD\", //CC:CARD or CC:DSET\r\n            \"includeUnpublished\": false\r\n        },\r\n        \"query\": \"query getCertifiedTemplates($type: String, $includeUnpublished: Boolean) {\\n  templates(type: $type, includeUnpublished: $includeUnpublished) {\\n    type\\n    id\\n    title\\n    description\\n    isPublic\\n    isPublished\\n    providerName\\n    owner {\\n      id\\n      displayName\\n      avatarKey\\n      isCurrentUser\\n      title\\n      __typename\\n    }\\n    fieldCount\\n    useCount\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cb62888-8a19-4a9e-9f65-3b8e2e1d47cb"},{"name":"List Certified Entities","id":"caed94de-408e-4e0c-888b-362c266953b8","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"operationName\": \"getCertifiedEntities\",\r\n    \"variables\": {\r\n        \"type\": \"CC:CARD\", //CC:CARD or CC:DSET\r\n        \"first\": 100,\r\n        \"after\": null,\r\n        \"searchTerm\": \"\",\r\n        \"stateFilter\": \"EXPIRED\" //null, PENDING, EXPIRED, CERTIFIED, or REQUESTED\r\n    },\r\n    \"query\": \"\\nquery getCertifiedEntities(\\n  $type: String!\\n  $first: Int\\n  $after: ID\\n  $searchTerm: String\\n  $stateFilter: CertifyState\\n) {\\n  certifyEntitiesConnection(\\n    type: $type\\n    first: $first\\n    after: $after\\n    searchTerm: $searchTerm\\n    stateFilter: $stateFilter\\n  ) {\\n    edges {\\n      cursor\\n      node {\\n        id\\n        title\\n        entityType\\n        description\\n        processType\\n        previousActor {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        ownerEx {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        owners {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n          }\\n          ... on Group {\\n            currentUserIsMember\\n            userCount\\n            isDeleted\\n          }\\n        }\\n        lastUpdated\\n        views\\n        dateCertified\\n        certifyState\\n        certifyApprovalId\\n        provider\\n      }\\n    }\\n    pageInfo {\\n      hasNextPage\\n      endCursor\\n      startCursor\\n    }\\n  }\\n}\\n\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"caed94de-408e-4e0c-888b-362c266953b8"},{"name":"Get Certification","id":"43c806ab-722c-4bd7-ac20-aa5d76b11c06","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertificationDetails\",\r\n        \"variables\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n        },\r\n        \"query\": \"query getCertificationDetails($id: ID!) {\\n  certification(id: $id) {\\n    id\\n    request {\\n      id\\n      type\\n      status\\n      entityType\\n      entityId\\n      entityTitle\\n      entityOwnerEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      entityOwners {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      requestor {\\n        id\\n        displayName\\n        title\\n        avatarKey\\n        isCurrentUser\\n        isDeleted\\n        __typename\\n      }\\n      modifiedTime\\n      createdTime\\n      __typename\\n    }\\n    approval {\\n      id\\n      version\\n      type\\n      title\\n      status\\n      providerName\\n      templateTitle\\n      buzzChannelId\\n      buzzGeneralThreadId\\n      templateInstructions\\n      templateDescription\\n      total {\\n        value\\n        currency\\n        __typename\\n      }\\n      modifiedTime\\n      previousApprover: previousApproverEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          currentUserIsMember\\n          userCount\\n          isDeleted\\n          actor {\\n            displayName\\n            id\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      pendingApprover: pendingApproverEx {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          userCount\\n          isDeleted\\n          currentUserIsMember\\n          __typename\\n        }\\n        __typename\\n      }\\n      submitter {\\n        id\\n        displayName\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      approvalChainIdx\\n      chain {\\n        actor {\\n          displayName\\n          __typename\\n        }\\n        approver {\\n          id\\n          type\\n          displayName\\n          ... on User {\\n            title\\n            avatarKey\\n            isCurrentUser\\n            __typename\\n          }\\n          ... on Group {\\n            userCount\\n            isDeleted\\n            __typename\\n          }\\n          __typename\\n        }\\n        status\\n        time\\n        type\\n        key\\n        __typename\\n      }\\n      observers {\\n        id\\n        type\\n        displayName\\n        avatarKey\\n        title\\n        ... on Group {\\n          userCount\\n          __typename\\n        }\\n        __typename\\n      }\\n      fields {\\n        type\\n        name\\n        data\\n        key\\n        ... on NumberField {\\n          value\\n          __typename\\n        }\\n        ... on CurrencyField {\\n          number: value\\n          currency\\n          __typename\\n        }\\n        ... on DateField {\\n          date: value\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"43c806ab-722c-4bd7-ac20-aa5d76b11c06"},{"name":"Get Certification Template","id":"e8f65141-423a-4777-98ea-911e72625533","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertifiedTemplate\",\r\n        \"variables\": {\r\n            \"type\": \"CARD\", //CARD or DATASET\r\n            \"templateId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"id\": 123456,\r\n            \"title\": \"<string>\"\r\n        },\r\n        \"query\": \"query getCertifiedTemplate($templateId: ID, $type: CertifyType!, $id: ID, $title: String) {\\n  companyName\\n  template: certifyTemplate(templateId: $templateId, type: $type, id: $id, title: $title) {\\n    id\\n    type\\n    title\\n    titleName\\n    titleData\\n    titlePlaceholder\\n    instructions\\n    description\\n    providerName\\n    isPublic\\n    chainIsLocked\\n    owner {\\n      id\\n      displayName\\n      avatarKey\\n      __typename\\n    }\\n    fields {\\n      key\\n      type\\n      name\\n      data\\n      placeholder\\n      required\\n      disabled\\n      __typename\\n    }\\n    approvers {\\n      type\\n      originalType: type\\n      key\\n      ... on ApproverPerson {\\n        id: approverId\\n        approverId\\n        userDetails {\\n          id\\n          displayName\\n          title\\n          avatarKey\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ApproverGroup {\\n        id: approverId\\n        approverId\\n        groupDetails {\\n          id\\n          displayName\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ApproverPlaceholder {\\n        placeholderText\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8f65141-423a-4777-98ea-911e72625533"},{"name":"Get Certification ID from Approval ID","id":"ab2b4923-d535-4a5b-befb-3b1f5efe6bf4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getCertificationIdFromApprovalId\",\r\n        \"variables\": {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\"\r\n        },\r\n        \"query\": \"query getCertificationIdFromApprovalId($id: ID!) {\\n  certificationId: certificationByApprovalId(id: $id) {\\n    id\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab2b4923-d535-4a5b-befb-3b1f5efe6bf4"},{"name":"Get Entity Access","id":"bce19db0-bbf5-4dd6-9962-6cced70f74b0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"checkEntityAccess\",\r\n        \"variables\": {\r\n            \"entityType\": \"CARD\", //CARD or DATASET\r\n            \"entityId\": 123456, //Card or DataSet ID\r\n            \"approvers\": [\r\n                {\r\n                    \"type\": \"GROUP\",\r\n                    \"originalType\": \"GROUP\",\r\n                    \"key\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"id\": \"12345\",\r\n                    \"approverId\": \"12345\",\r\n                    \"groupDetails\": {\r\n                        \"id\": \"12345\",\r\n                        \"displayName\": \"<string>\",\r\n                        \"userCount\": 11, //For GROUP\r\n                        \"isDeleted\": false,\r\n                        \"__typename\": \"Group\" //Group or User\r\n                    },\r\n                    \"__typename\": \"ApproverGroup\"\r\n                }\r\n            ]\r\n        },\r\n        \"query\": \"query checkEntityAccess($entityId: ID!, $entityType: CertifyType!, $approvers: [ApproverInput!]!) {\\n  isEntityAccessGranted(entityId: $entityId, entityType: $entityType, approvers: $approvers) {\\n    deniedUsers {\\n      type\\n      id\\n      displayName\\n      ... on User {\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      __typename\\n    }\\n    deniedGroups {\\n      id\\n      type\\n      displayName\\n      ... on Group {\\n        userCount\\n        isDeleted\\n        __typename\\n      }\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bce19db0-bbf5-4dd6-9962-6cced70f74b0"},{"name":"Get Waiting on Me Count","id":"55e5e782-817b-4472-9c03-a7e8ec127614","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"getWaitingOnMeCount\",\r\n        \"variables\": {\r\n            \"type\": \"CC\"\r\n        },\r\n        \"query\": \"query getWaitingOnMeCount($type: String = \\\"CC\\\") {\\n  count: waitingOnMeCount(type: $type)\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"55e5e782-817b-4472-9c03-a7e8ec127614"},{"name":"Get Certification Expire on Edit","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"44c5d230-e85d-4b22-a505-e0fb9542b4c2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:type","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["customer","v1","properties",":type"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cf2b69d0-f079-4e5a-a3eb-f988eceb0a62","description":{"content":"<p>content.certification..expire.on.edit</p>\n","type":"text/plain"},"type":"any","value":"content.certification.card.expire.on.edit","key":"type"}]}},"response":[],"_postman_id":"44c5d230-e85d-4b22-a505-e0fb9542b4c2"},{"name":"Create Certification","id":"b39a84d6-9907-4896-a800-2d5a702e008b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"newApproval\",\r\n        \"variables\": {\r\n            \"request\": {\r\n                \"templateId\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"title\": \"<card_or_dataset_name>\",\r\n                \"fields\": [\r\n                    {\r\n                        \"key\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"type\": \"ATTACHMENT\",\r\n                        \"name\": \"Card to certify\",\r\n                        \"data\": \"CARD:1234\",\r\n                        \"placeholder\": null,\r\n                        \"required\": true,\r\n                        \"disabled\": false,\r\n                        \"attachmentName\": \"<string>\", \r\n                        \"__typename\": \"CardAttachmentField\"\r\n                    }\r\n                ],\r\n                \"approvers\": [\r\n                    {\r\n                        \"approverId\": 123456, \r\n                        \"id\": 123456, \r\n                        \"originalType\": \"PERSON\",\r\n                        \"type\": \"PERSON\",\r\n                        \"userDetails\": {\r\n                            \"displayName\": \"<string>\",\r\n                            \"id\": 123456\r\n                        }\r\n                    }\r\n                ],\r\n                \"attachments\": []\r\n            },\r\n            \"adminCertified\": true\r\n        },\r\n        \"query\": \"mutation newApproval($request: ApprovalRequest!, $adminCertified: Boolean) {\\n  approval: submitRequest(request: $request, adminCertified: $adminCertified) {\\n    id\\n    type\\n    submittedTime\\n    modifiedTime\\n    status\\n    title\\n    providerName\\n    templateTitle\\n    amount\\n    version\\n    attachmentsCount\\n    submitter {\\n      id\\n      displayName\\n      __typename\\n    }\\n    observers {\\n      id\\n      type\\n      displayName\\n      __typename\\n    }\\n    history {\\n      actor {\\n        type\\n        id\\n        displayName\\n        ... on User {\\n          avatarKey\\n          __typename\\n        }\\n        __typename\\n      }\\n      status\\n      time\\n      __typename\\n    }\\n    fields {\\n      data\\n      name\\n      type\\n      key\\n      ... on HeaderField {\\n        fields {\\n          data\\n          name\\n          type\\n          key\\n          ... on HeaderField {\\n            fields {\\n              data\\n              name\\n              type\\n              key\\n              __typename\\n            }\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on ItemListField {\\n        fields {\\n          data\\n          name\\n          type\\n          key\\n          ... on HeaderField {\\n            fields {\\n              data\\n              name\\n              type\\n              key\\n              ... on HeaderField {\\n                fields {\\n                  data\\n                  name\\n                  type\\n                  key\\n                  __typename\\n                }\\n                __typename\\n              }\\n              __typename\\n            }\\n            __typename\\n          }\\n          __typename\\n        }\\n        __typename\\n      }\\n      ... on NumberField {\\n        value\\n        __typename\\n      }\\n      ... on CurrencyField {\\n        number: value\\n        currency\\n        __typename\\n      }\\n      ... on DateField {\\n        date: value\\n        __typename\\n      }\\n      ... on DataSetAttachmentField {\\n        dataSet: value {\\n          id\\n          name\\n          description\\n          owner {\\n            id\\n            displayName\\n            __typename\\n          }\\n          provider\\n          cardCount\\n          __typename\\n        }\\n        __typename\\n      }\\n      __typename\\n    }\\n    pendingApprover: pendingApproverEx {\\n      id\\n      type\\n      displayName\\n      ... on User {\\n        title\\n        avatarKey\\n        isCurrentUser\\n        __typename\\n      }\\n      ... on Group {\\n        userCount\\n        isDeleted\\n        currentUserIsMember\\n        __typename\\n      }\\n      __typename\\n    }\\n    chain {\\n      actor {\\n        displayName\\n        __typename\\n      }\\n      approver {\\n        id\\n        type\\n        displayName\\n        ... on User {\\n          title\\n          avatarKey\\n          isCurrentUser\\n          __typename\\n        }\\n        ... on Group {\\n          userCount\\n          isDeleted\\n          __typename\\n        }\\n        __typename\\n      }\\n      status\\n      time\\n      type\\n      key\\n      __typename\\n    }\\n    __typename\\n  }\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b39a84d6-9907-4896-a800-2d5a702e008b"},{"name":"Remove Certification","id":"74fe3541-f75e-4a67-b28b-f0b2729e2465","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"operationName\": \"remove\",\r\n        \"variables\": {\r\n            \"type\": \"CARD\", //CARD or DATASET\r\n            \"id\": \"12345\"\r\n        },\r\n        \"query\": \"mutation remove($type: CertifyType!, $id: ID!) {\\n  removeCertification(type: $type, id: $id)\\n}\\n\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/synapse/approval/graphql","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["synapse","approval","graphql"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"74fe3541-f75e-4a67-b28b-f0b2729e2465"}],"id":"bdcb6c85-047e-4372-8ef7-5ace7d557a53","description":"<p><a href=\"https://domo-support.domo.com/s/article/360043430613?language=en_US\">Certification Official Documentation</a></p>\n","_postman_id":"bdcb6c85-047e-4372-8ef7-5ace7d557a53","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Code Engine","item":[{"name":"List Packages","id":"fae9ca13-6029-4f8a-bba7-952b98860fa2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"*\",\r\n    \"entityList\": [\r\n        [\r\n            \"package\"\r\n        ]\r\n    ],\r\n    \"count\": 10000,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"isRelevance\": true,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"lastModified\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    },\r\n    \"filters\": [],\r\n    \"useEntities\": true,\r\n    \"combineResults\": true,\r\n    \"facetValueLimit\": 1000,\r\n    \"hideSearchObjects\": false,\r\n    \"state\": \"facet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fae9ca13-6029-4f8a-bba7-952b98860fa2"},{"name":"Get Package","id":"619b7c2a-f669-4fa2-b972-a95355f0fe97","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages/:id/versions/:version?parts=functions,code","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["codeengine","v2","packages",":id","versions",":version"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"parts","value":"functions,code"}],"variable":[{"id":"257d5aef-a638-4021-b6c9-2005e5be5732","description":{"content":"<p>Code Engine Package UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"76c81af7-09a7-43a4-8bb8-69292e50c847","description":{"content":"<p>Version Number</p>\n","type":"text/plain"},"type":"any","value":"1.0.0","key":"version"}]}},"response":[],"_postman_id":"619b7c2a-f669-4fa2-b972-a95355f0fe97"},{"name":"Run Function","id":"c38a9c7e-108d-49d2-b63d-8524f72e0d20","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"inputVariables\": {\r\n        \"<variable1>\": \"<input>\"\r\n    },\r\n    \"settings\": {\r\n        \"getLogs\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages/:id/versions/:version/functions/:function","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["codeengine","v2","packages",":id","versions",":version","functions",":function"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"18cca362-6f56-4c01-9aab-9df449f3657e","description":{"content":"<p>Code Engine Package UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"b98fc6c2-1dc3-4258-90ee-2b3dcf1bdd72","description":{"content":"<p>Version Number</p>\n","type":"text/plain"},"type":"any","value":"1.0.0","key":"version"},{"id":"eb1d7065-b1f6-49a6-a212-9dae9af74c9e","description":{"content":"<p>Function Name</p>\n","type":"text/plain"},"type":"any","value":"main","key":"function"}]}},"response":[],"_postman_id":"c38a9c7e-108d-49d2-b63d-8524f72e0d20"},{"name":"Create Release (Deploy)","id":"105d7853-565d-4256-8cca-ee239f3b07cd","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages/:id/versions/:version/release","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["codeengine","v2","packages",":id","versions",":version","release"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ce8c468f-4db7-4f56-ba36-c0a2281768a8","description":{"content":"<p>Code Engine Package UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"},{"id":"0c2dee47-8198-44d7-9a15-66acb518b34c","description":{"content":"<p>Version Number</p>\n","type":"text/plain"},"type":"any","value":"1.0.0","key":"version"}]}},"response":[],"_postman_id":"105d7853-565d-4256-8cca-ee239f3b07cd"},{"name":"Update Package","id":"f07adef2-59e9-47b1-b342-c6d336fa4789","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"version\": \"1.0.0\",\r\n    \"code\": \"<javascript_or_python_code>\",\r\n    \"environment\": \"LAMBDA\",\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"language\": \"JAVASCRIPT\",\r\n    \"manifest\": {\r\n        \"functions\": [\r\n            {\r\n                \"editorStartIndex\": 1234,\r\n                \"displayName\": \"<function_name>\",\r\n                \"output\": null,\r\n                \"name\": \"<function_name>\",\r\n                \"variables\": [],\r\n                \"description\": \"\",\r\n                \"inputs\": [\r\n                    {\r\n                        \"defaultValues\": null,\r\n                        \"isList\": false,\r\n                        \"name\": \"<input_name>\",\r\n                        \"type\": \"text\",\r\n                        \"value\": null,\r\n                        \"displayName\": \"<input_name>\",\r\n                        \"nullable\": true,\r\n                        \"children\": []\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"configuration\": {\r\n            \"accountsMapping\": [\r\n                {\r\n                    \"accountId\": 123,\r\n                    \"alias\": \"123\"\r\n                },\r\n                {\r\n                    \"accountId\": 234,\r\n                    \"alias\": \"234\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/codeengine/v2/packages","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["codeengine","v2","packages"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f07adef2-59e9-47b1-b342-c6d336fa4789"}],"id":"1fdd05a7-1bdb-47d2-908c-48edfb6b990c","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005173?language=en_US\">Code Engine Official Documentation</a></p>\n","_postman_id":"1fdd05a7-1bdb-47d2-908c-48edfb6b990c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Company","item":[{"name":"List Customer Stats","id":"cf082feb-e1c7-45be-8428-8990f1b46af2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/customer-stats","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","datasources","customer-stats"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf082feb-e1c7-45be-8428-8990f1b46af2"},{"name":"List Time Zones","id":"b4e021a6-8b26-4701-b990-b353b6fad356","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/timezones","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows","timezones"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4e021a6-8b26-4701-b990-b353b6fad356"},{"name":"Get Settings","id":"a138a5d3-92a0-4bb7-acfd-7d0edc93a747","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/companysettings","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["companysettings"],"host":["https://{{instance}}.domo.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a138a5d3-92a0-4bb7-acfd-7d0edc93a747"},{"name":"Get Locale","id":"ed2d233e-d637-4b84-a94f-da432a86cead","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/locale?ignoreCache=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","customer-states","locale"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"ignoreCache","value":"true"}],"variable":[]}},"response":[],"_postman_id":"ed2d233e-d637-4b84-a94f-da432a86cead"},{"name":"Get Customer State","id":"18435539-e71e-4c0e-9e56-9e17775cb946","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/customer-states/:customerState?ignoreCache=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","customer-states",":customerState"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"ignoreCache","value":"true"}],"variable":[{"id":"001c778c-fa67-4d0a-9100-f5382ef0afdc","description":{"content":"<p>Possible values found so far: domo.globalization.defaultTimeZone, card.beastModeCalculationOnDataSet.default</p>\n","type":"text/plain"},"type":"any","value":"domo.globalization.defaultTimeZone","key":"customerState"}]}},"response":[],"_postman_id":"18435539-e71e-4c0e-9e56-9e17775cb946"},{"name":"Get Property","id":"9cb4fbdc-ebc1-4d11-863a-a554b822f3a3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:property","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["customer","v1","properties",":property"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"dcd0357e-fc48-427f-823a-d0e81f4b3ab6","type":"any","value":"card.hide_share_email_ui","key":"property"}]}},"response":[],"_postman_id":"9cb4fbdc-ebc1-4d11-863a-a554b822f3a3"},{"name":"Get Licenses","id":"3ac0ba5f-5212-4b68-b2d3-ddda0165504a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/licenses/total/current","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","licenses","total","current"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ac0ba5f-5212-4b68-b2d3-ddda0165504a"},{"name":"Get Jupyter Settings","id":"9926cf50-d746-4583-bcb2-a589072854c2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/datascience/v1/settings","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["datascience","v1","settings"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9926cf50-d746-4583-bcb2-a589072854c2"},{"name":"Get Credits","id":"d6dad82f-c061-432e-8fbe-e22fdc3b6159","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/contract/current/summary","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["metrics","v1","usage","credits","contract","current","summary"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6dad82f-c061-432e-8fbe-e22fdc3b6159"},{"name":"Update Property","id":"6b2388a0-5a60-412f-886d-f1b49ed84957","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyspace\": \"domo\",\r\n    \"issuer\": \"DEFAULT_VALUE\",\r\n    \"entityId\": \"{{instance}}\",\r\n    \"key\": \"card.hide_share_email_ui\",\r\n    \"value\": \"true\",\r\n    \"values\": [\r\n        \"true\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/customer/v1/properties/:property","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["customer","v1","properties",":property"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"533f2e7b-7385-4d30-9539-9903e1c911e2","type":"any","value":"card.hide_share_email_ui","key":"property"}]}},"response":[],"_postman_id":"6b2388a0-5a60-412f-886d-f1b49ed84957"}],"id":"e77f411e-d846-4ade-a14b-cec1def6c9f4","description":"<p><a href=\"https://www.domo.com/consumption-terms\">Consumption Official Terms</a></p>\n<p><a href=\"https://domo-support.domo.com/s/topic/0TOVq0000008ehpOAA/consumption-agreements?language=en_US\">Credits Official Documentation</a></p>\n","_postman_id":"e77f411e-d846-4ade-a14b-cec1def6c9f4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Credits","item":[{"name":"Get Credit Usage Report by Month","id":"a2d9d09a-9c64-48cc-8a11-0b8647f4e857","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/usage?startDate=&endDate=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","usage"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>YYYY-MM-dd</p>\n","type":"text/plain"},"key":"startDate","value":""},{"description":{"content":"<p>YYYY-MM-dd</p>\n","type":"text/plain"},"key":"endDate","value":""}],"variable":[]}},"response":[],"_postman_id":"a2d9d09a-9c64-48cc-8a11-0b8647f4e857"},{"name":"Get Subscription Page/Contract Details","id":"bacf4753-5b1b-4ac3-98ce-f124bf44ea02","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/subscription","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","subscription"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bacf4753-5b1b-4ac3-98ce-f124bf44ea02"},{"name":"Get Credit Balance/Statements","id":"2e8762ac-b6d8-4315-9934-6cab1c77b98e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/metrics/v1/usage/credits/reports/balance","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["metrics","v1","usage","credits","reports","balance"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e8762ac-b6d8-4315-9934-6cab1c77b98e"}],"id":"8485456f-91c7-4e48-8e79-6baa64498393","_postman_id":"8485456f-91c7-4e48-8e79-6baa64498393","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"DataFlows","item":[{"name":"List DataFlows","id":"b9487852-1ddc-4ff4-be24-285fac50fa46","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v2/dataflows","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v2","dataflows"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9487852-1ddc-4ff4-be24-285fac50fa46"},{"name":"Search DataFlows","id":"e14cde87-e41c-4267-aae2-7834025a3672","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATAFLOW\"\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name_sort\",\r\n            \"filterType\": \"wildcard\",\r\n            \"query\": \"*<query>*\"\r\n        }\r\n    ],\r\n    \"combineResults\": true,\r\n    \"query\": \"*\",\r\n    \"count\": 100,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"isRelevance\": false,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"create_date\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e14cde87-e41c-4267-aae2-7834025a3672"},{"name":"Get DataFlow","id":"f93ff67d-1a94-4e92-903e-ff1b41083552","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v2/dataflows/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v2","dataflows",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0f0c54c0-86ca-494b-a8ac-cf697cb69642","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"f93ff67d-1a94-4e92-903e-ff1b41083552"},{"name":"List DataFlow Versions","id":"afa6f04b-8542-4d1c-9901-dfa5f7a39993","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id/versions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows",":id","versions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7977da1f-ce6a-469f-9fcf-504a81db4ae6","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"afa6f04b-8542-4d1c-9901-dfa5f7a39993"},{"name":"Get DataFlow Version","id":"489d8a6a-adb0-4c52-b4eb-41a91d21e666","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v2/dataflows/:dataflowId/versions/:versionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v2","dataflows",":dataflowId","versions",":versionId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"df7337f7-5eef-4fdf-abe2-8e6204d5d084","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"dataflowId"},{"id":"dc11d327-9697-40b9-8119-95924e65336b","description":{"content":"<p>Version ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"versionId"}]}},"response":[],"_postman_id":"489d8a6a-adb0-4c52-b4eb-41a91d21e666"},{"name":"Get DataFlow Executions","id":"73e9b478-12dc-417b-b0fd-1c1411f1f986","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id/executions?limit=100&offset=0","description":"<p>Can't get history for DataFlows that have been deleted. DomoStats can for some reason.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows",":id","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"}],"variable":[{"id":"97563934-5b69-41e4-88c2-70c34a46379e","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"73e9b478-12dc-417b-b0fd-1c1411f1f986"},{"name":"Get Saved Datacenter Filters","id":"625bda6d-bd8b-470f-9863-fef3dcf1e15f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/search/v1/saved?queryProfile=datacenter","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","saved"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"queryProfile","value":"datacenter"}],"variable":[]}},"response":[],"_postman_id":"625bda6d-bd8b-470f-9863-fef3dcf1e15f"},{"name":"Get Timezones","id":"b8a976b4-211d-4508-8107-68ba0b8daff1","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/timezones","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows","timezones"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8a976b4-211d-4508-8107-68ba0b8daff1"},{"name":"Get SQL Functions","id":"4f0d701a-8e40-4a57-a48d-d3e0d1addce0","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/expression-docs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","expression-docs"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f0d701a-8e40-4a57-a48d-d3e0d1addce0"},{"name":"Count DataFlows by Type","id":"8da38224-36d0-460b-8a01-983ef164b0bd","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v2/dataflows/filters/dataflowType","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v2","dataflows","filters","dataflowType"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8da38224-36d0-460b-8a01-983ef164b0bd"},{"name":"Run DataFlow","id":"da7d8d8d-8e43-46d8-88e4-fc76c7367252","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id/executions","description":"<p>Uses DataFlow ID in the URL, cannot be DAP DataFlow ID (a.k.a. GUID).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows",":id","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"909e12a4-a4fa-407b-af8e-3f7c60476fb1","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"da7d8d8d-8e43-46d8-88e4-fc76c7367252"},{"name":"Run Preview","id":"a86c1d8b-df86-4fe6-8beb-ef8157c97aa0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"databaseType\": \"MAGIC\",\r\n    \"engineProperties\": {\r\n        \"kettle.mode\": \"STRICT\"\r\n    },\r\n    \"actions\": [],\r\n    \"settings\": {\r\n        \"zoneId\": \"UTC\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/previews/run","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows","previews","run"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a86c1d8b-df86-4fe6-8beb-ef8157c97aa0"},{"name":"Create DataFlow","id":"3d3e2a7c-7926-4a4a-80e6-5e8e44f4962e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"actions\": [\r\n        {\r\n            \"type\": \"LoadFromVault\",\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"<string>\",\r\n            \"settings\": {},\r\n            \"gui\": {\r\n                \"x\": 123,\r\n                \"y\": 123,\r\n                \"color\": 3238043,\r\n                \"colorSource\": null,\r\n                \"sampleJson\": null\r\n            },\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"executeFlowWhenUpdated\": false,\r\n            \"pseudoDataSource\": false,\r\n            \"truncateTextColumns\": false,\r\n            \"truncateRows\": false,\r\n            \"onlyLoadNewVersions\": false,\r\n            \"recentVersionCutoffMs\": 0,\r\n            \"versionWindow\": {\r\n                \"type\": \"NEW\"\r\n            }\r\n        }\r\n    ],\r\n    \"engineProperties\": {\r\n        \"kettle.mode\": \"STRICT\"\r\n    },\r\n    \"gui\": {\r\n        \"version\": \"1.0\",\r\n        \"canvases\": {\r\n            \"default\": {\r\n                \"canvasSettings\": {\r\n                    \"coarserGrid\": true,\r\n                    \"backgroundVariant\": \"Lines\"\r\n                },\r\n                \"elements\": [\r\n                    {\r\n                        \"type\": \"Tile\",\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"x\": 123,\r\n                        \"y\": 123,\r\n                        \"color\": 3238043,\r\n                        \"colorSource\": null,\r\n                        \"sampleJson\": null\r\n                    },\r\n                    {\r\n                        \"type\": \"Tile\",\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"x\": 123,\r\n                        \"y\": 123,\r\n                        \"color\": null,\r\n                        \"colorSource\": null,\r\n                        \"sampleJson\": null\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"inputs\": [],\r\n    \"outputs\": [],\r\n    \"useLegacyTriggerBehavior\": false,\r\n    \"passwordProtected\": false,\r\n    \"abandoned\": false,\r\n    \"neverAbandon\": false,\r\n    \"settings\": {\r\n        \"zoneId\": \"UTC\"\r\n    },\r\n    \"triggerSettings\": {\r\n        \"triggers\": [\r\n            {\r\n                \"title\": \"<string>\",\r\n                \"triggerEvents\": [\r\n                    {\r\n                        \"datasetId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"triggerOnDataChanged\": false,\r\n                        \"type\": \"DATASET_UPDATED\"\r\n                    }\r\n                ],\r\n                \"triggerConditions\": [],\r\n                \"triggerId\": 1\r\n            }\r\n        ],\r\n        \"zoneId\": \"UTC\",\r\n        \"locale\": \"en_US\"\r\n    },\r\n    \"paused\": false,\r\n    \"enabled\": true,\r\n    \"restricted\": false,\r\n    \"container\": false,\r\n    \"databaseType\": \"MAGIC\",\r\n    \"triggeredByInput\": false,\r\n    \"draft\": false,\r\n    \"editable\": true,\r\n    \"magic\": true,\r\n    \"subsetProcessing\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d3e2a7c-7926-4a4a-80e6-5e8e44f4962e"},{"name":"Update DataFlow","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"06870cd7-d2d6-4861-8764-36f49c6eb5c5","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"name\": \"<string>\",\r\n    \"dapDataFlowId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"responsibleUserId\": 123456,\r\n    \"runState\": \"ENABLED\",\r\n    \"gui\": {\r\n        \"version\": \"1.0\",\r\n        \"canvases\": {\r\n            \"default\": {\r\n                \"canvasSettings\": {\r\n                    \"coarserGrid\": true,\r\n                    \"backgroundVariant\": \"Lines\"\r\n                },\r\n                \"elements\": [\r\n                    {\r\n                        \"type\": \"Tile\",\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"x\": 123,\r\n                        \"y\": 123,\r\n                        \"color\": 3238043,\r\n                        \"colorSource\": null,\r\n                        \"sampleJson\": null\r\n                    },\r\n                    {\r\n                        \"type\": \"Tile\",\r\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"x\": 123,\r\n                        \"y\": 123,\r\n                        \"color\": null,\r\n                        \"colorSource\": null,\r\n                        \"sampleJson\": null\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    },\r\n    \"actions\": [\r\n        {\r\n            \"type\": \"LoadFromVault\",\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"<string>\",\r\n            \"settings\": {},\r\n            \"gui\": {\r\n                \"x\": 123,\r\n                \"y\": 123,\r\n                \"color\": 3238043,\r\n                \"colorSource\": null,\r\n                \"sampleJson\": null\r\n            },\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"executeFlowWhenUpdated\": false,\r\n            \"pseudoDataSource\": false,\r\n            \"truncateTextColumns\": false,\r\n            \"truncateRows\": false,\r\n            \"onlyLoadNewVersions\": true,\r\n            \"recentVersionCutoffMs\": 0,\r\n            \"versionWindow\": {\r\n                \"type\": \"NEW\"\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"ExpressionEvaluator\",\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"<string>\",\r\n            \"dependsOn\": [\r\n                \"00000000-0000-0000-0000-000000000000\"\r\n            ],\r\n            \"settings\": {},\r\n            \"gui\": {\r\n                \"x\": 123,\r\n                \"y\": 123,\r\n                \"color\": null,\r\n                \"colorSource\": null,\r\n                \"sampleJson\": null\r\n            },\r\n            \"expressions\": [\r\n                {\r\n                    \"expression\": \"<sql>\",\r\n                    \"fieldName\": \"<string>\",\r\n                    \"settings\": {}\r\n                }\r\n            ],\r\n            \"columnSettings\": {\r\n                \"<field1>\": {}\r\n            }\r\n        }\r\n    ],\r\n    \"engineProperties\": {\r\n        \"kettle.mode\": \"STRICT\"\r\n    },\r\n    \"inputs\": [\r\n        {\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"executeFlowWhenUpdated\": false,\r\n            \"dataSourceName\": \"<string>\",\r\n            \"onlyLoadNewVersions\": false,\r\n            \"recentVersionCutoffMs\": 0\r\n        }\r\n    ],\r\n    \"outputs\": [\r\n        {\r\n            \"onboardFlowId\": null,\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"dataSourceName\": \"<string>\",\r\n            \"versionChainType\": \"UPSERT\"\r\n        }\r\n    ],\r\n    \"hydrationState\": \"DEHYDRATED\",\r\n    \"useLegacyTriggerBehavior\": false,\r\n    \"passwordProtected\": false,\r\n    \"deleted\": false,\r\n    \"abandoned\": false,\r\n    \"neverAbandon\": false,\r\n    \"settings\": {},\r\n    \"triggerSettings\": {\r\n        \"triggers\": [\r\n            {\r\n                \"title\": \"<string>\",\r\n                \"triggerEvents\": [\r\n                    {\r\n                        \"datasetId\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"triggerOnDataChanged\": false,\r\n                        \"type\": \"DATASET_UPDATED\"\r\n                    }\r\n                ],\r\n                \"triggerConditions\": [],\r\n                \"triggerId\": 1\r\n            }\r\n        ],\r\n        \"zoneId\": \"UTC\",\r\n        \"locale\": \"en_US\"\r\n    },\r\n    \"paused\": false,\r\n    \"enabled\": true,\r\n    \"draft\": false,\r\n    \"triggeredByInput\": false,\r\n    \"onboardFlowVersion\": {\r\n        \"id\": 12345,\r\n        \"timeStamp\": 1742241147000,\r\n        \"authorId\": 123456,\r\n        \"description\": \"<string>\",\r\n        \"numInputs\": 1,\r\n        \"numOutputs\": 1,\r\n        \"executionCount\": 1,\r\n        \"executionSuccessCount\": 1,\r\n        \"versionNumber\": 1\r\n    },\r\n    \"numInputs\": 1,\r\n    \"numOutputs\": 1,\r\n    \"magic\": true,\r\n    \"restricted\": false,\r\n    \"subsetProcessing\": true,\r\n    \"container\": false,\r\n    \"databaseType\": \"MAGIC\",\r\n    \"editable\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id","description":"<p>Use the <a href=\"https://opsanglepoint.postman.co/workspace/Team-Workspace~43b45cca-8793-4594-81ab-7afb7e2e8a3d/request/19448389-140d0652-e74d-49ff-a9c0-eb33542b11e9?ctx=documentation\">Get DataFlow</a> request first, use its response as the body of the request. All fields must be included, if you aren't modifying them just leave them as their original value from the GET request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"44340418-83c0-47e9-8dc9-2ef09fc32b54","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"06870cd7-d2d6-4861-8764-36f49c6eb5c5"},{"name":"Update DataFlow Owner","id":"7dc6d28f-4ac8-4d4a-ad7a-337701f513cb","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"responsibleUserId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id/patch","description":"<p>Use the <a href=\"https://opsanglepoint.postman.co/workspace/Team-Workspace~43b45cca-8793-4594-81ab-7afb7e2e8a3d/request/19448389-140d0652-e74d-49ff-a9c0-eb33542b11e9?ctx=documentation\">Get DataFlow</a> request first, use its response as the body of the request. All fields must be included, if you aren't modifying them just leave them as their original value from the GET request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["dataprocessing","v1","dataflows",":id","patch"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9707ae7b-143e-403e-813a-e09ef3878416","description":{"content":"<p>DataFlow ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"cbecf1e8-0995-4872-901a-478cab92189f","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"responsibleUserId\": 1813188617\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/dataprocessing/v1/dataflows/:id/patch","host":["https://{{instance}}.domo.com/api"],"path":["dataprocessing","v1","dataflows",":id","patch"],"variable":[{"key":"id","value":"","description":"DataFlow ID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123,\n    \"name\": \"<string>\",\n    \"dapDataFlowId\": \"00000000-0000-0000-0000-000000000000\",\n    \"responsibleUserId\": 1234,\n    \"runState\": \"ENABLED\",\n    \"created\": 1735689600000,\n    \"modified\": 1735689600000,\n    \"inputs\": [\n        {\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\n            \"dataSourceName\": \"<string>\",\n            \"onlyLoadNewVersions\": false\n        }\n    ],\n    \"outputs\": [\n        {\n            \"onboardFlowId\": null,\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\n            \"dataSourceName\": \"<string>\",\n            \"versionChainType\": \"REPLACE\"\n        }\n    ],\n    \"executionCount\": 0,\n    \"executionSuccessCount\": 0,\n    \"hydrationState\": \"DEHYDRATED\",\n    \"tags\": [\n        \"<string>\"\n    ],\n    \"useLegacyTriggerBehavior\": false,\n    \"passwordProtected\": false,\n    \"deleted\": false,\n    \"abandoned\": false,\n    \"neverAbandon\": false,\n    \"paused\": false,\n    \"enabled\": true,\n    \"onboardFlowVersion\": {\n        \"id\": 123,\n        \"timeStamp\": 1735689600000,\n        \"authorId\": 1234,\n        \"numInputs\": 1,\n        \"numOutputs\": 1,\n        \"executionCount\": 0,\n        \"executionSuccessCount\": 0,\n        \"versionNumber\": 8\n    },\n    \"databaseType\": \"ETL\",\n    \"editable\": false,\n    \"draft\": false,\n    \"triggeredByInput\": false,\n    \"numInputs\": 1,\n    \"numOutputs\": 1,\n    \"magic\": false,\n    \"restricted\": false,\n    \"subsetProcessing\": false,\n    \"container\": false\n}"}],"_postman_id":"7dc6d28f-4ac8-4d4a-ad7a-337701f513cb"}],"id":"76bbd915-35b1-46d8-8966-0af9b1e33987","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZamzGAC/transform-data-in-domo?language=en_US\">Transform Data Official Documentation</a></p>\n","_postman_id":"76bbd915-35b1-46d8-8966-0af9b1e33987","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"DataSets and Streams","item":[{"name":"AI Readiness/Data Dictionary","item":[{"name":"Get Data Dictionary","id":"180944ec-d44b-4bb9-9162-12d8505d7f6d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"945558cd-b852-4e8b-b10a-a576e9d12e98","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"180944ec-d44b-4bb9-9162-12d8505d7f6d"},{"name":"Create Data Dictionary","id":"4d813a6e-4545-46ea-a687-12500b0c4305","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"datasetId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"unitOfAnalysis\": \"\",\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"Column 1\",\r\n            \"description\": \"<string>\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        },\r\n        {\r\n            \"name\": \"Column 2\",\r\n            \"description\": \"<string>\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true,\r\n            \"beastmodeId\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0b793323-2fb7-48c3-89f4-0824c0c6002d","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"4d813a6e-4545-46ea-a687-12500b0c4305"},{"name":"Update Data Dictionary","id":"195bb24b-b96d-4cc1-8d72-010adba26fb9","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"datasetId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"columns\": [\r\n        {\r\n            \"columnId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"name\": \"Column 1\",\r\n            \"description\": \"<string>\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        },\r\n        {\r\n            //columnId can be excluded to create/add\r\n            \"name\": \"Column 2\",\r\n            \"description\": \"<string>\",\r\n            \"synonyms\": [],\r\n            \"subType\": {\r\n                \"type\": null,\r\n                \"defaultAggregation\": null\r\n            },\r\n            \"agentEnabled\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/ai/readiness/v1/data-dictionary/dataset/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["ai","readiness","v1","data-dictionary","dataset",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"67ebf8dd-c030-42c0-8327-9ab425e60040","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"195bb24b-b96d-4cc1-8d72-010adba26fb9"}],"id":"1cdb6a2e-7acf-42c2-a66b-c6dc552886f0","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005561?language=en_US\">AI Readiness Official Documentation</a></p>\n","_postman_id":"1cdb6a2e-7acf-42c2-a66b-c6dc552886f0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Data Repair","item":[{"name":"List Data Versions","id":"aa96537d-f218-4185-8966-492442f6f3bf","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/dataversions/details?limit=10","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","dataversions","details"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"10"}],"variable":[{"id":"07044279-3355-49c2-aca1-36c213e02cf4","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"aa96537d-f218-4185-8966-492442f6f3bf"},{"name":"Get Data Version","id":"8cde9647-54c6-408f-82a3-d4713e5137bb","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/datasources/:datasetId/dataversions/:versionId?excludeAppendedData=true&rowLimit=10","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources",":datasetId","dataversions",":versionId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Whether to return all data appended to the DataSet up to this version, or just the data from this version.</p>\n","type":"text/plain"},"key":"excludeAppendedData","value":"true"},{"key":"rowLimit","value":"10"}],"variable":[{"id":"1cc86f1c-542a-44d5-a500-4abc9f080d8d","type":"any","value":"","key":"datasetId"},{"id":"a964b3fe-7058-4321-8b29-9e8673fc67d2","type":"any","value":"","key":"versionId"}]}},"response":[],"_postman_id":"8cde9647-54c6-408f-82a3-d4713e5137bb"},{"name":"Insert Data Version","id":"51159fcf-a4aa-42b9-aca3-d46b3c4c6bbf","request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/dataversions?repairDataVersionId=10&repairAction=INSERT_AFTER","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","dataversions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Version ID</p>\n","type":"text/plain"},"key":"repairDataVersionId","value":"10"},{"description":{"content":"<p>INSERT_ON won't also remove the version it is replacing, you must then delete it.</p>\n","type":"text/plain"},"key":"repairAction","value":"INSERT_AFTER"}],"variable":[{"id":"dff918f8-27e6-4dd3-b322-597f17fa52a2","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"51159fcf-a4aa-42b9-aca3-d46b3c4c6bbf"},{"name":"Bulk Delete Data Versions","id":"63075824-bbbb-415f-ae07-a9e71e111265","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n    1,\r\n    2,\r\n    3,\r\n    4\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/datasources/:datasetId/dataversions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources",":datasetId","dataversions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"485f3014-3ea7-4a00-9e15-be7bfa5baf05","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"63075824-bbbb-415f-ae07-a9e71e111265"}],"id":"95764420-9d95-4faf-9554-2e78cb6e3461","description":"<p>Data Repair is a secret feature with no official documentation. It adds a tab to the DataSet web page that allows you to create, download, edit, and delete versions of data in a DataSet.</p>\n<p>Add this to the end of a DataSet URL to enable the feature:</p>\n<p><code>?_f=dataRepair</code></p>\n<p>To disable after you are done, add this to the end of the DataSet URL instead:</p>\n<p><code>?-_f=dataRepair</code></p>\n<p>When removing, you may have to wait a few minutes or clear your cache to get the Data Repair tab to disappear.</p>\n","_postman_id":"95764420-9d95-4faf-9554-2e78cb6e3461","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"PDP","item":[{"name":"Column PDP","item":[{"name":"Get Column PDP Policies","id":"b59fd00e-2de3-46c5-995b-d751127a26be","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/policy-group","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","policy-group"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"41731824-7f6d-4e2b-a66c-afdcda9f2bd5","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"b59fd00e-2de3-46c5-995b-d751127a26be"},{"name":"Get Column PDP Policy Mapping","id":"e5735089-a7e9-45ea-97b6-1e5b68eca0d3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/column-policy-mapping","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","column-policy-mapping"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"051c6224-9d0d-4b6d-860f-bc4ee84f2ad6","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"e5735089-a7e9-45ea-97b6-1e5b68eca0d3"},{"name":"Create Column PDP Policy","id":"fd3348d9-ab44-466e-88ce-5dd912bc96fa","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"filterGroupId\": null,\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"type\": \"user\",\r\n    \"columnPolicies\": [\r\n        {\r\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"values\": [\r\n                \"hash\",\r\n                \"md5\"\r\n            ],\r\n            \"dataSourcePermissions\": true,\r\n            \"policyOrder\": 0,\r\n            \"defaultPolicy\": true\r\n        },\r\n        {\r\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"values\": [\r\n                \"visible\"\r\n            ],\r\n            \"dataSourcePermissions\": false,\r\n            \"groupIds\": [], //as integers\r\n            \"policyOrder\": 1,\r\n            \"defaultPolicy\": false\r\n        }\r\n    ],\r\n    \"isNew\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/policy-group","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","policy-group"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"eaf35361-5dfb-43ec-9e75-44e48628bd72","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"fd3348d9-ab44-466e-88ce-5dd912bc96fa"},{"name":"Create Column PDP Policy Mapping","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('datasetId')) !== JSON.parse(pm.request.body.raw).dataSourceId) {\r","    throw new Error('The URL parameter \"datasetId\" and body property \"dataSourceId\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"f50686f2-9d3c-42dd-8f5c-2466891d8925","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": null,\r\n    \"filterGroupId\": 12345,\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"columnName\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/column-policy-mapping","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","column-policy-mapping"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d314f5da-1408-4202-bdf7-d56bc18e0645","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"f50686f2-9d3c-42dd-8f5c-2466891d8925"},{"name":"Update Column PDP Policy","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('datasetId') !== JSON.parse(pm.request.body.raw).dataSourceId) {\r","    throw new Error('The URL parameter \"datasetId\" and body property \"dataSourceId\" don\\'t match. Adjust them to match each other and try again.')\r","}\r","\r","if (pm.request.url.variables.get('policyId') !== JSON.parse(pm.request.body.raw).filterGroupId) {\r","    throw new Error('The URL parameter \"policyId\" and body property \"filterGroupId\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"168c6697-cccd-43be-a00d-b3d4393246b7","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"filterGroupId\": 12345,\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"type\": \"user\",\r\n    \"columnPolicies\": [\r\n        {\r\n            \"uuid\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"policyOrder\": 0,\r\n            \"values\": [\r\n                \"hash\",\r\n                \"md5\"\r\n            ],\r\n            \"dataSourcePermissions\": true,\r\n            \"policyId\": 6,\r\n            \"defaultPolicy\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/policy-group/:policyId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","policy-group",":policyId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"99116109-49d2-4934-a12a-d7a66dec812f","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"5469bd40-bf8c-45a9-baae-62a40dd823c4","description":{"content":"<p>PDP Policy ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"policyId"}]}},"response":[],"_postman_id":"168c6697-cccd-43be-a00d-b3d4393246b7"},{"name":"Update Column PDP Policy Mapping","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('datasetId') !== JSON.parse(pm.request.body.raw).dataSourceId) {\r","    throw new Error('The URL parameter \"datasetId\" and body property \"dataSourceId\" don\\'t match. Adjust them to match each other and try again.')\r","}\r","\r","if (pm.request.url.variables.get('columnPolicyMappingId') !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter \"columnPolicyMappingId\" and body property \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"38036588-ae69-453d-8fa4-96ff3415c6ce","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"filterGroupId\": 12345,\r\n    \"policyName\": \"<string>\",\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"columnName\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/column-policy-mapping/:columnPdpPolicyMappingId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","column-policy-mapping",":columnPdpPolicyMappingId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"00168b91-952a-44cd-b372-c4f6395c1d0b","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"41d7bcef-17ce-41aa-9c9f-e4d5ab12a883","description":{"content":"<p>Column PDP Policy Mapping ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"columnPdpPolicyMappingId"}]}},"response":[],"_postman_id":"38036588-ae69-453d-8fa4-96ff3415c6ce"},{"name":"Delete Column PDP Policy","id":"59e46a0c-7bae-4613-b302-1baa9d670d56","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/policy-group/:policyId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","policy-group",":policyId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9f9db6ce-546c-44f1-84ce-64347fcf564b","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"0994d301-ce02-455d-8388-fdab3cae2041","description":{"content":"<p>Column PDP Policy ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"policyId"}]}},"response":[],"_postman_id":"59e46a0c-7bae-4613-b302-1baa9d670d56"},{"name":"Delete Column PDP Policy Mapping","id":"dd8f0260-c5ad-4b25-a321-7d637fe805ea","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId/column-policy-mapping/:columnPdpPolicyMappingId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId","column-policy-mapping",":columnPdpPolicyMappingId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d038b66f-c222-4b9c-8064-3e09c775faaa","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"d39df66e-dc97-433d-a720-4fe3262920d8","description":{"content":"<p>Column PDP Policy Mapping ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"columnPdpPolicyMappingId"}]}},"response":[],"_postman_id":"dd8f0260-c5ad-4b25-a321-7d637fe805ea"}],"id":"9f584289-c83c-48da-b02c-82cfdefbf37c","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042934614?language=en_US#column_policies\">Column PDP Official Documentation</a></p>\n","_postman_id":"9f584289-c83c-48da-b02c-82cfdefbf37c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Row PDP","item":[{"name":"Get Row PDP Policies","id":"906c9309-9b82-4ac2-b348-8546e8866e57","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/data-control/:datasetId/filter-groups?options=load_associations,include_open_policy,load_filters,sort","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","data-control",":datasetId","filter-groups"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Properties to return. Known values: load_associations,include_open_policy,load_filters,sort</p>\n","type":"text/plain"},"key":"options","value":"load_associations,include_open_policy,load_filters,sort"}],"variable":[{"id":"1f8eabac-8aec-40b6-a45a-7260f794e735","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"906c9309-9b82-4ac2-b348-8546e8866e57"},{"name":"Create Row PDP Policy","id":"d800a16d-771a-4f57-b541-6ad0a3934372","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"userIds\": [],\r\n    \"virtualUserIds\": [],\r\n    \"groupIds\": [],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"type\": \"DYNAMIC\",\r\n            \"name\": \"Column 1\",\r\n            \"values\": [\r\n                \"domo.policy.managed_employee_id\"\r\n            ],\r\n            \"operator\": \"EQUALS\",\r\n            \"ignoreCase\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/data-control/:datasetId/filter-groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","data-control",":datasetId","filter-groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7d355ad5-0a19-41ee-983d-c848bfc4d14e","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"d800a16d-771a-4f57-b541-6ad0a3934372"},{"name":"Update Row PDP Policy","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('datasetId') !== JSON.parse(pm.request.body.raw).dataSourceId) {\r","    throw new Error('The URL parameter \"datasetId\" and body property \"dataSourceId\" don\\'t match. Adjust them to match each other and try again.')\r","}\r","\r","if (pm.request.url.variables.get('policyId') !== JSON.parse(pm.request.body.raw).filterGroupId) {\r","    throw new Error('The URL parameter \"policyId\" and body property \"filterGroupId\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"66ec9a72-88d6-4a20-9b04-0eae0862cb09","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"filterGroupId\": 12345,\r\n    \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"type\": \"user\",\r\n    \"policySetId\": 1234,\r\n    \"userIds\": [],\r\n    \"dataSourcePermissions\": false,\r\n    \"parameters\": [\r\n        {\r\n            \"name\": \"Column 1\",\r\n            \"operator\": \"EQUALS\",\r\n            \"type\": \"COLUMN\",\r\n            \"values\": [\r\n                \"<string>\"\r\n            ],\r\n            \"ignoreCase\": false\r\n        },\r\n        {\r\n            \"name\": \"Column 2\",\r\n            \"operator\": \"EQUALS\",\r\n            \"type\": \"COLUMN\",\r\n            \"values\": [\r\n                \"<string>\"\r\n            ],\r\n            \"ignoreCase\": false\r\n        }\r\n    ],\r\n    \"order\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/data-control/:datasetId/filter-groups/:policyId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","data-control",":datasetId","filter-groups",":policyId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f114ff75-1605-4140-b0e0-c155e64bebb5","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"da3144ab-6194-490c-a0f4-89ec2c07fb1a","description":{"content":"<p>Row PDP Policy ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"policyId"}]}},"response":[],"_postman_id":"66ec9a72-88d6-4a20-9b04-0eae0862cb09"},{"name":"Delete Row PDP Policy","id":"7ef10267-365e-43fd-a8de-c82df5d0eb89","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/data-control/:datasetId/filter-groups/:policyId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","data-control",":datasetId","filter-groups",":policyId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ebd8e736-acef-464d-997d-b649187b6644","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"537cc397-f538-4c30-9060-8943b603aab3","description":{"content":"<p>Row PDP Policy ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"policyId"}]}},"response":[],"_postman_id":"7ef10267-365e-43fd-a8de-c82df5d0eb89"}],"id":"9f2f0c02-40b3-492a-9714-8e1b9210441a","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042934614?language=en_US#row_policies\">Row PDP Official Documentation</a></p>\n","_postman_id":"9f2f0c02-40b3-492a-9714-8e1b9210441a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Get DataSet PDP Status","id":"a09ee6f1-a0ea-4e90-913f-d75e6f44d68b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v2/data-control/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v2","data-control",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0e25c698-c38d-4104-91a1-be3beec38989","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"a09ee6f1-a0ea-4e90-913f-d75e6f44d68b"},{"name":"Get DataSet PDP Impacted Resources","id":"39b4842f-c593-4f69-93b6-0696e91a076e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/impacted-resources","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","impacted-resources"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8e3a1d1b-744d-4f77-98f9-ad04aa8020a7","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"39b4842f-c593-4f69-93b6-0696e91a076e"},{"name":"Enable/Disable PDP on DataSet","id":"21ef08db-a994-4017-a9bc-b78c79d12879","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"enabled\": true,\r\n    \"secured\": false,\r\n    \"external\": false,\r\n    \"enabledColumn\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/data-control/:datasetId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","data-control",":datasetId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c66f9003-d908-4521-9ddc-1db6d9cf8ca1","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"21ef08db-a994-4017-a9bc-b78c79d12879"}],"id":"68cc9bc9-6510-41a5-9b18-809a8e64f63a","description":"<p>PDP stands for Personalized Data Permissions. PDP policies allow you to filter data in DataSets so that people and groups can only access data applicable to them when viewing Cards and DataFlows.</p>\n<p><a href=\"https://domo-support.domo.com/s/article/360042934614?language=en_US\">PDP Official Documentation</a></p>\n","_postman_id":"68cc9bc9-6510-41a5-9b18-809a8e64f63a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Uploads","item":[{"name":"Create New Upload","id":"eb1a14d4-2007-4f2c-a48e-f2e1c127baec","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\": \"APPEND\",\r\n    \"message\": \"Uploading\",\r\n    \"appendId\": \"latest\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/uploads","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","uploads"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"8f4d9882-ca29-40e1-a3b8-ece4807413b1","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"eb1a14d4-2007-4f2c-a48e-f2e1c127baec"},{"name":"Upload Data","id":"a9178420-3555-491e-a696-19369cd5af47","request":{"method":"PUT","header":[{"key":"Content-Type","value":"text/csv","type":"text"}],"body":{"mode":"raw","raw":"text,formatted,as,csv","options":{"raw":{"language":"text"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/uploads/:uploadId/parts/:partNumber","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","uploads",":uploadId","parts",":partNumber"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d0d135d8-bdf0-4930-9f80-76f68fd7f2ad","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"148f9af1-847f-40fe-9477-44b3bdfa7cf6","description":{"content":"<p>Upload ID/Version ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uploadId"},{"id":"b54c699e-4af5-4c82-919f-cdadf7df3b1a","description":{"content":"<p>To upload in multiple parts, provide numbers starting at 1 and increasing by 1 for every part of the upload. To upload in one part, set to 1.</p>\n","type":"text/plain"},"type":"any","value":"","key":"partNumber"}]}},"response":[],"_postman_id":"a9178420-3555-491e-a696-19369cd5af47"},{"name":"Commit Upload","id":"caeaac26-58ae-4b6f-8bd0-90a15d0745d0","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n      \"index\": true,\r\n      \"appendId\": \"latest\",\r\n      \"message\": \"it worked\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:datasetId/uploads/:uploadId/commit","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":datasetId","uploads",":uploadId","commit"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"680af9ea-139a-4a34-99e9-2403fca57de6","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"},{"id":"a7ced2ef-698a-410c-8df2-ff37d9fa102b","description":{"content":"<p>Upload ID/Version ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"uploadId"}]}},"response":[],"_postman_id":"caeaac26-58ae-4b6f-8bd0-90a15d0745d0"}],"id":"73fecf2c-33e2-43f4-88a2-89b35b8ccc1a","_postman_id":"73fecf2c-33e2-43f4-88a2-89b35b8ccc1a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Webforms","item":[{"name":"Get Webform Data","id":"3625dfe8-4fc3-46cb-b6f7-1e5cb6996581","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v2/webforms/:datasetId/grid","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","webforms",":datasetId","grid"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5f293e4c-b109-4642-b042-ac0394b35f49","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"datasetId"}]}},"response":[],"_postman_id":"3625dfe8-4fc3-46cb-b6f7-1e5cb6996581"},{"name":"Update Webform Data","id":"73c4b718-ce4f-4449-aeb3-e89ab8a10196","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rows\": [\r\n        [\r\n            \"<string>\",\r\n            1234,\r\n            \"<date>\"\r\n        ],\r\n        [\r\n            \"<string>\",\r\n            1234,\r\n            \"<date>\"\r\n        ]\r\n    ],\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"Column 1\",\r\n            \"type\": \"STRING\"\r\n        },\r\n        {\r\n            \"name\": \"Column 2\",\r\n            \"type\": \"LONG\",\r\n            \"displayType\": \"NUMBER\"\r\n        },\r\n        {\r\n            \"name\": \"Column 3\",\r\n            \"type\": \"DATE\"\r\n        }\r\n    ],\r\n    \"name\": \"<dataset_name>\",\r\n    \"cloudId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/webforms/:streamId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","webforms",":streamId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"664c5748-0748-4a21-b04c-cbf447d6d156","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"streamId"}]}},"response":[],"_postman_id":"73c4b718-ce4f-4449-aeb3-e89ab8a10196"}],"id":"9617eab5-56e8-43d1-a531-68e0fdae40ce","description":"<p>The Domo Webform connector is a unique connector in Domo, as you can add KPI cards powered by webforms directly to a page without having to open the Data Center or Appstore. If you want, you can also add webform DataSets from the Data Center or Appstore and then build cards afterward, just as you can with all of Domo's other connectors. </p>\n<p><a href=\"https://domo-support.domo.com/s/article/360043436813?language=en_US\">Webforms Official Documentation</a></p>\n","_postman_id":"9617eab5-56e8-43d1-a531-68e0fdae40ce","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"List/Search DataSets","id":"247ce2d9-a999-4cdf-99b8-3d685ddbb382","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entities\": [\r\n        \"DATASET\"\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name_sort\",\r\n            \"filterType\": \"wildcard\",\r\n            \"query\": \"*\"\r\n        }\r\n    ],\r\n    \"combineResults\": true,\r\n    \"query\": \"*\",\r\n    \"count\": 10000,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"isRelevance\": false,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"create_date\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/ui/v3/datasources/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","ui","v3","datasources","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"247ce2d9-a999-4cdf-99b8-3d685ddbb382"},{"name":"List Tags","id":"b35f26a8-ee67-4228-806b-3c93a949aa3c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/ui/v3/datasources/search/tags/all","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","ui","v3","datasources","search","tags","all"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b35f26a8-ee67-4228-806b-3c93a949aa3c"},{"name":"Get DataSets","id":"0ca18a01-cc9f-4636-9e33-c7154c434c36","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  \"00000000-0000-0000-0000-000000000000\"\r\n  ,\"00000000-0000-0000-0000-000000000000\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/bulk?includePrivate=true&includeAllDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includePrivate","value":"true"},{"key":"includeAllDetails","value":"true"}],"variable":[]}},"response":[],"_postman_id":"0ca18a01-cc9f-4636-9e33-c7154c434c36"},{"name":"Get DataSet","id":"823c1aa3-92f1-432d-a04d-a32f9d1a2697","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:id?includeAllDetails=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeAllDetails","value":"true"},{"disabled":true,"description":{"content":"<p>Comma separated list of extra information to return. For all information, use the includeAllDetails parameter. Possible values: core,permission,status,pdp,rowcolcount,certification,functions</p>\n","type":"text/plain"},"key":"part","value":"core,permission,status,pdp,rowcolcount,certification,functions"}],"variable":[{"id":"618faa4b-1537-475e-9a11-5e3bf9d69b17","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"823c1aa3-92f1-432d-a04d-a32f9d1a2697"},{"name":"Get Stream","id":"0073f87b-ea64-4cce-8a67-d1383059d918","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/streams/:id?fields=all","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"fields","value":"all"}],"variable":[{"id":"636571ba-2416-4beb-b443-edc5301b5753","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0073f87b-ea64-4cce-8a67-d1383059d918"},{"name":"Get Stream Executions","id":"4ea14600-6137-4122-9255-388a149f234d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/streams/:id/executions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams",":id","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"61cb749f-40d5-47f7-9df0-e6b2dab34aa4","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"4ea14600-6137-4122-9255-388a149f234d"},{"name":"Get Stream Execution","id":"f2162382-08c2-47dd-8416-c0d330c467f6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/streams/:streamId/executions/:executionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams",":streamId","executions",":executionId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e639c53d-44b0-4f7e-ad2f-8dc044874f73","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"streamId"},{"id":"de152639-aa4c-47ae-80b3-855ebb023a49","description":{"content":"<p>Execution ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"executionId"}]}},"response":[],"_postman_id":"f2162382-08c2-47dd-8416-c0d330c467f6"},{"name":"Get Saved Datacenter Filters","id":"674cbe3b-f8a6-4ce4-b505-4fa5f09d4c4e","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/search/v1/saved?queryProfile=datacenter","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","saved"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"queryProfile","value":"datacenter"}],"variable":[]}},"response":[],"_postman_id":"674cbe3b-f8a6-4ce4-b505-4fa5f09d4c4e"},{"name":"Get Impact","id":"b8eb3b3b-30eb-4527-aa9d-aa93f97c61fe","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/impacts/DATA_SOURCE/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","impacts","DATA_SOURCE",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"b125a98d-043c-4533-931f-13d29c8b1f17","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b8eb3b3b-30eb-4527-aa9d-aa93f97c61fe"},{"name":"Get Schema","id":"57924b40-3ea5-469c-ad6e-339ff6cef3e8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/datasources/:id/schema/indexed?includeHidden=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","datasources",":id","schema","indexed"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeHidden","value":"true"}],"variable":[{"id":"7a47c2d2-03dc-4e38-9f37-23dfedf6ba77","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"57924b40-3ea5-469c-ad6e-339ff6cef3e8"},{"name":"Query DataSet","id":"a6958db2-70e6-42ed-8223-3c644ee143dd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"querySource\": \"data_table\",\r\n    \"useCache\": true,\r\n    \"query\": {\r\n        \"columns\": [\r\n            {\r\n                \"exprType\": \"COLUMN\",\r\n                \"column\": \"Column 1\"\r\n            },\r\n            {\r\n                \"exprType\": \"COLUMN\",\r\n                \"column\": \"Column 2\"\r\n            }\r\n        ],\r\n        \"limit\": {\r\n            \"limit\": 10000,\r\n            \"offset\": 0\r\n        },\r\n        \"orderByColumns\": [\r\n            {\r\n                \"expression\": {\r\n                    \"exprType\": \"COLUMN\",\r\n                    \"column\": \"Column 1\"\r\n                },\r\n                \"order\": \"ASCENDING\"\r\n            }\r\n        ],\r\n        \"groupByColumns\": [\r\n            {\r\n                \"exprType\": \"COLUMN\",\r\n                \"column\": \"Column 1\"\r\n            }\r\n        ],\r\n        \"where\": {\r\n            \"not\": false,\r\n            \"exprType\": \"IN\",\r\n            \"leftExpr\": {\r\n                \"exprType\": \"COLUMN\",\r\n                \"column\": \"Column 1\"\r\n            },\r\n            \"selectSet\": [\r\n                {\r\n                    \"exprType\": \"STRING_VALUE\",\r\n                    \"value\": \"<string>\"\r\n                }\r\n            ]\r\n        },\r\n        \"having\": null\r\n    },\r\n    \"context\": {\r\n        \"calendar\": \"StandardCalendar\",\r\n        \"features\": {\r\n            \"PerformTimeZoneConversion\": true,\r\n            \"AllowNullValues\": true,\r\n            \"TreatNumbersAsStrings\": true\r\n        }\r\n    },\r\n    // Used for Views Explorer, not the regular Data table\r\n    \"viewTemplate\": null,\r\n    \"tableAliases\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/execute/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","execute",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"26c074a6-7167-437b-9b00-8b0bcf9f2b08","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a6958db2-70e6-42ed-8223-3c644ee143dd"},{"name":"Query Preview (Views Explorer)","id":"70da2ca9-52b4-4588-847a-cfdc24ad3c30","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"querySource\": \"judoTable\",\r\n    \"schema\": {\r\n        \"name\": \"<string>\",\r\n        \"tables\": [\r\n            {\r\n                \"columns\": []\r\n            }\r\n        ],\r\n        \"viewTemplate\": {\r\n            \"version\": \"jsql\",\r\n            \"fromItemInfo\": {\r\n                \"mapping\": {\r\n                    \"columnInfo\": {}\r\n                },\r\n                \"where\": {\r\n                    \"columnInfo\": {}\r\n                },\r\n                \"having\": {\r\n                    \"columnInfo\": {}\r\n                },\r\n                \"calculated\": {\r\n                    \"columnInfo\": {}\r\n                },\r\n                \"remapped\": {\r\n                    \"columnInfo\": {}\r\n                }\r\n            },\r\n            \"select\": {\r\n                \"@type\": \"SELECT\",\r\n                \"selectBody\": {\r\n                    \"@type\": \"PLAIN_SELECT\",\r\n                    \"fromItem\": {\r\n                        \"@type\": \"TABLE\",\r\n                        \"name\": \"00000000-0000-0000-0000-000000000000\",\r\n                        \"alias\": {\r\n                            \"name\": \"base\"\r\n                        }\r\n                    },\r\n                    \"groupBy\": null,\r\n                    \"where\": {},\r\n                    \"joins\": [],\r\n                    \"orderByElements\": [],\r\n                    \"selectItems\": []\r\n                }\r\n            }\r\n        },\r\n        \"tableAliases\": {\r\n            \"<dataset_name>\": \"00000000-0000-0000-0000-000000000000\"\r\n        }\r\n    },\r\n    \"useCache\": true,\r\n    \"query\": {\r\n        \"columns\": [],\r\n        \"limit\": {\r\n            \"limit\": 10000,\r\n            \"offset\": 0\r\n        },\r\n        \"orderByColumns\": null,\r\n        \"groupByColumns\": null,\r\n        \"where\": null,\r\n        \"having\": null\r\n    },\r\n    \"context\": {\r\n        \"calendar\": \"StandardCalendar\",\r\n        \"features\": {\r\n            \"PerformTimeZoneConversion\": true,\r\n            \"AllowNullValues\": true,\r\n            \"TreatNumbersAsStrings\": true\r\n        }\r\n    },\r\n    \"viewTemplate\": {\r\n        \"version\": \"jsql\",\r\n        \"fromItemInfo\": {\r\n            \"mapping\": {\r\n                \"columnInfo\": {}\r\n            },\r\n            \"where\": {\r\n                \"columnInfo\": {}\r\n            },\r\n            \"having\": {\r\n                \"columnInfo\": {}\r\n            },\r\n            \"calculated\": {\r\n                \"columnInfo\": {}\r\n            },\r\n            \"remapped\": {\r\n                \"columnInfo\": {}\r\n            }\r\n        },\r\n        \"select\": {\r\n            \"@type\": \"SELECT\",\r\n            \"selectBody\": {\r\n                \"@type\": \"PLAIN_SELECT\",\r\n                \"fromItem\": {\r\n                    \"@type\": \"TABLE\",\r\n                    \"name\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"alias\": {\r\n                        \"name\": \"base\"\r\n                    }\r\n                },\r\n                \"groupBy\": null,\r\n                \"where\": {},\r\n                \"joins\": [],\r\n                \"orderByElements\": [],\r\n                \"selectItems\": []\r\n            }\r\n        }\r\n    },\r\n    \"tableAliases\": {\r\n        \"<dataset_name>\": \"00000000-0000-0000-0000-000000000000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/views/query-preview","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","views","query-preview"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"70da2ca9-52b4-4588-847a-cfdc24ad3c30"},{"name":"Run Stream/DataSet","id":"d748558b-0a95-429f-ae2b-b3e97fd559b5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams/:id/executions","description":"<p>Uses Stream ID in the URL, not DataSet ID. The Steam ID can be obtained from the <a href=\"https://opsanglepoint.postman.co/workspace/Team-Workspace~43b45cca-8793-4594-81ab-7afb7e2e8a3d/request/19448389-22c2d0ba-25f7-42b3-bc53-387063563322?ctx=documentation\">/api/data/v3/datasources</a> endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams",":id","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d8c56461-c844-4c94-8524-c41f3ee125a2","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"d748558b-0a95-429f-ae2b-b3e97fd559b5"},{"name":"Defrost (Unvault) DataSet","id":"5f1b1ea2-afb4-4cbe-9f72-fdb0741c12d8","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/data/ui/v3/datasources/:id/defrost","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","ui","v3","datasources",":id","defrost"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"aadd237b-fdb5-4495-9433-dd8a68d36b11","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5f1b1ea2-afb4-4cbe-9f72-fdb0741c12d8"},{"name":"Share DataSet","id":"ba35a2f8-3198-48f9-9435-b64f9ec13f71","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"permissions\": [\r\n        {\r\n            \"type\": \"GROUP\",\r\n            \"id\": \"1234\",\r\n            \"accessLevel\": \"CAN_SHARE\"\r\n        }\r\n    ],\r\n    \"sendEmail\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:id/share","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":id","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c9b5b032-bed8-4439-8bac-a625cb6c616a","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ba35a2f8-3198-48f9-9435-b64f9ec13f71"},{"name":"Create Stream and DataSet","id":"b5cafc60-cb1a-4b2e-90d9-a3e0c95f75a3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"updateMethod\": \"REPLACE\",\r\n    \"transport\": {\r\n        \"type\": \"CONNECTOR\",\r\n\t\t\"description\": \"com.domo.connector.json.customparsing\",\r\n\t\t\"version\": \"4\"\r\n    },\r\n    \"dataProvider\": {\r\n        \"id\": 1234,\r\n        \"key\": \"json5\"\r\n    },\r\n    \"account\": {\r\n        \"id\": 1234\r\n    },\r\n    \"accounts\": [],\r\n    \"accountTemplate\": null,\r\n    \"dataSource\": {\r\n        \"name\": \"<string>\",\r\n        \"description\": \"<string>\"\r\n    },\r\n    \"scheduleExpression\": null,\r\n    \"scheduleStartDate\": null,\r\n    \"advancedScheduleJson\": \"{\\\"type\\\":\\\"MANUAL\\\",\\\"timezone\\\":\\\"UTC\\\"}\",\r\n    \"scheduleRetryExpression\": \"15 minutes\",\r\n    \"scheduleRetryCount\": 3,\r\n    \"scheduleState\": \"MANUAL\",\r\n    \"scheduleAssertion\": false,\r\n    \"inactiveScheduleCode\": null,\r\n    \"configuration\": [\r\n        {\r\n            \"category\": \"METADATA\",\r\n            \"name\": \"retry.retryNumber\",\r\n            \"type\": \"string\",\r\n            \"value\": \"0\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams","description":"<p>If formatting a response from <a href=\"https://opsanglepoint.postman.co/workspace/Team-Workspace~43b45cca-8793-4594-81ab-7afb7e2e8a3d/request/19448389-81bac62b-4145-42b0-8c5f-f602995f2ce6?action=share&amp;source=copy-link&amp;creator=19448389\">Get Stream</a></p>\n<ul>\n<li><p>Remove id</p>\n</li>\n<li><p>dataProvider should be reduced to id and key</p>\n</li>\n<li><p>account should be reduced to id</p>\n</li>\n<li><p>dataSource should be reduced to name and description</p>\n</li>\n<li><p>Remove schemaDefinition, lastExecution, lastSuccessfulExecution, currentExecution, currentExecutionState, createdAt, createdBy, modifiedAt, modifiedBy</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5cafc60-cb1a-4b2e-90d9-a3e0c95f75a3"},{"name":"Append to Webhook DataSet","id":"9d0d88a2-e90c-41a8-a1a1-f189b36e164b","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"","value":"","type":"file"}]},"url":"https://{{instance}}.domo.com/api/iot/v1/webhook/data/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["iot","v1","webhook","data",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"bd473f1a-11a9-4911-ba6f-d71bbc215af2","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9d0d88a2-e90c-41a8-a1a1-f189b36e164b"},{"name":"Wrangle (Edit Schema Tags, Descriptions, and Order)","id":"20372627-ee55-46df-92bf-0d4971853253","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"columns\": [\r\n        {\r\n            \"name\": \"Column 1\",\r\n            \"id\": \"Column 1\",\r\n            \"type\": \"LONG\",\r\n            \"visible\": true,\r\n            \"order\": 0,\r\n            \"referenceDataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"invalid\": false,\r\n            \"newName\": \"Column 1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/datasources/:id/wrangle","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","datasources",":id","wrangle"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"db2940b9-e954-49ce-bf50-8a3594725877","description":{"content":"<p>DataSet GUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"20372627-ee55-46df-92bf-0d4971853253"},{"name":"Update Stream","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') != JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"a50021a6-662a-4107-a4d7-b75690ddb83b","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"valid\": true,\r\n    \"updateMethod\": \"REPLACE\",\r\n    \"dataProvider\": {\r\n        \"id\": 1234,\r\n        \"key\": \"json5\"\r\n    },\r\n    \"account\": {\r\n        \"id\": 123\r\n    },\r\n    \"accounts\": [],\r\n    \"accountTemplate\": null,\r\n    \"dataSource\": {\r\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"name\": \"<string>\",\r\n        \"description\": \"<string>\"\r\n    },\r\n    \"schemaDefinition\": {\r\n        \"columns\": [\r\n            {\r\n                \"type\": \"STRING\",\r\n                \"name\": \"Column 1\",\r\n                \"id\": \"Column 1\",\r\n                \"visible\": true,\r\n                \"metadata\": {\r\n                    \"colLabel\": \"Column 1\",\r\n                    \"colFormat\": \"\",\r\n                    \"isEncrypted\": false\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"scheduleExpression\": \"0 28 23 * * ?\",\r\n    \"scheduleStartDate\": null,\r\n    \"advancedScheduleJson\": \"{\\\"type\\\":\\\"DAY\\\",\\\"at\\\":\\\"11:28 PM\\\",\\\"timezone\\\":\\\"UTC\\\"}\",\r\n    \"scheduleRetryExpression\": null,\r\n    \"scheduleRetryCount\": 0,\r\n    \"scheduleState\": \"ACTIVE\",\r\n    \"scheduleAssertion\": false,\r\n    \"inactiveScheduleCode\": null,\r\n    \"configuration\": [\r\n        {\r\n            \"category\": \"METADATA\",\r\n            \"name\": \"report\",\r\n            \"type\": \"string\",\r\n            \"value\": \"BalanceSheet\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/streams/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","streams",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0b3421f0-d8a0-44cb-b1e3-c0c86d91af9f","description":{"content":"<p>Stream ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a50021a6-662a-4107-a4d7-b75690ddb83b"},{"name":"Update DataSet Owner","id":"a2cf12f0-63d2-44b5-ba9f-1c34a644f85a","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"responsibleUserId\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v2/datasources/:id/responsibleUsers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v2","datasources",":id","responsibleUsers"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d31dcbbc-7869-47f7-aaae-35e4c28ff739","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a2cf12f0-63d2-44b5-ba9f-1c34a644f85a"},{"name":"Sync Cloud Amplifier DataSet","id":"73dca9d3-3ee2-404a-942c-f0ddcd07c6d7","request":{"method":"PUT","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/byos/accounts/:cloudId/polling/refresh","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","byos","accounts",":cloudId","polling","refresh"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c2f738fb-faae-4808-b744-7acba255b442","description":{"content":"<p>Cloud UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cloudId"}]}},"response":[],"_postman_id":"73dca9d3-3ee2-404a-942c-f0ddcd07c6d7"},{"name":"Delete DataSet","id":"636a6575-70ea-48fc-ac13-05d711a29d96","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/data/v3/datasources/:id?deleteMethod=soft","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v3","datasources",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"deleteMethod","value":"soft"}],"variable":[{"id":"083db68d-0b8c-4d99-abb4-d5f39737e491","description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"636a6575-70ea-48fc-ac13-05d711a29d96"},{"name":"Delete Check","id":"20c6e3d2-60f1-4e4e-a0fa-6d1ee2d48f5a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"DATA_SOURCE\",\r\n    \"ids\": [\r\n        \"00000000-0000-0000-0000-000000000000\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/data/v1/ui/bulk/delete/check","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","ui","bulk","delete","check"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"20c6e3d2-60f1-4e4e-a0fa-6d1ee2d48f5a"}],"id":"a56352ee-e49f-4e7f-8490-a3ac9600c2a5","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042926274?language=en_US\">Adding a DataSet Using a Connector Official Documentation</a></p>\n<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000Zan2GAC/manage-data-in-domo?language=en_US\">Manage Data in Domo Official Documentation</a></p>\n","_postman_id":"a56352ee-e49f-4e7f-8490-a3ac9600c2a5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Elevation","item":[{"name":"Authenticate with OTP","id":"e0d63e82-293e-4829-b910-99bb38db4bf4","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"timeBasedOneTimePassword\": \"000000\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/authentication/elevations/:userId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","authentication","elevations",":userId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"847514a6-a0d8-484c-9021-30cc5bc349d3","type":"any","value":"","key":"userId"}]}},"response":[{"id":"2f5675c0-7325-431b-8701-6cc0e19aee62","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"timeBasedOneTimePassword\": \"000000\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/identity/v1/authentication/elevations/:userId","host":["https://{{instance}}.domo.com/api"],"path":["identity","v1","authentication","elevations",":userId"],"variable":[{"key":"userId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e0d63e82-293e-4829-b910-99bb38db4bf4"}],"id":"59c3a704-c441-439f-bf6f-08b45e621a36","_postman_id":"59c3a704-c441-439f-bf6f-08b45e621a36","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Files","item":[{"name":"Get Revision","id":"5895bd06-3df1-4c56-b2d5-9aeaffeb277d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:fileId/revisions/:revisionId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","data-files",":fileId","revisions",":revisionId"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"fileName","value":""}],"variable":[{"id":"13c58e1b-cecb-4447-90dd-236bf80a1ad0","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"fileId"},{"id":"2d4d8d34-2a25-4215-958d-18107f8fcd46","description":{"content":"<p>Revision ID. Use -1 for most recent revision</p>\n","type":"text/plain"},"type":"any","value":"-1","key":"revisionId"}]}},"response":[],"_postman_id":"5895bd06-3df1-4c56-b2d5-9aeaffeb277d"},{"name":"Get Revision Details","id":"5aa6977b-204d-4c97-8a85-3178db4074a6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:fileId/revisions/:revisionId/details","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","data-files",":fileId","revisions",":revisionId","details"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7bc33ace-0e86-4429-9956-8957ce270ef9","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"fileId"},{"id":"18e6bb9b-95a8-4634-a7d9-db735e1d90d0","description":{"content":"<p>Revision ID. Use -1 for most recent revision</p>\n","type":"text/plain"},"type":"any","value":"-1","key":"revisionId"}]}},"response":[],"_postman_id":"5aa6977b-204d-4c97-8a85-3178db4074a6"},{"name":"Get File Details","id":"b3e4277a-22b8-41d1-8944-bb8844ed98ae","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:id/details?expand=revisions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","data-files",":id","details"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"expand","value":"revisions"}],"variable":[{"id":"f11f177a-3987-4b6a-b17c-1faced52ba34","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b3e4277a-22b8-41d1-8944-bb8844ed98ae"},{"name":"Create File","id":"f3ea0921-b5fa-478a-91b7-b1c8d3ecbb6d","request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://{{instance}}.domo.com/api/data/v1/data-files?name=&public=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","data-files"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>File Name with Extension</p>\n","type":"text/plain"},"key":"name","value":""},{"key":"public","value":"true"}],"variable":[]}},"response":[],"_postman_id":"f3ea0921-b5fa-478a-91b7-b1c8d3ecbb6d"},{"name":"Create File Card","id":"5912d49d-d3b1-4307-b363-6606a636c97c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"document\",\r\n    \"description\": \"<string>\",\r\n    \"metadata\": {\r\n        \"title\": \"<string>\",\r\n        \"documentId\": \"123:123\",\r\n        \"usingSampleData\": \"\",\r\n        \"kpiType\": \"document\",\r\n        \"description\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards?pageId=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"key":"pageId","value":""}],"variable":[]}},"response":[],"_postman_id":"5912d49d-d3b1-4307-b363-6606a636c97c"},{"name":"Update File","id":"2f7f1321-29ff-4b18-86cd-6f13bef3f1d7","request":{"method":"PUT","header":[],"body":{"mode":"file","file":{"src":""}},"url":"https://{{instance}}.domo.com/api/data/v1/data-files/:id?public=true&description=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["data","v1","data-files",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"public","value":"true"},{"key":"description","value":""}],"variable":[{"id":"f5808bd6-d427-4f80-9ec5-907c78c6d244","description":{"content":"<p>File ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2f7f1321-29ff-4b18-86cd-6f13bef3f1d7"},{"name":"Update File Card","id":"1f36b157-cb73-4167-82bd-e36f9d04256f","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"metadata\": {\r\n        \"documentId\": \"123:123\",\r\n        \"revisionId\": \"123\",\r\n        \"title\": \"<string>\",\r\n        \"kpiType\": \"document\",\r\n        \"usingSampleData\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/cards/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","cards",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"89bada4a-d348-41c1-93ea-7b5ebb75f069","description":{"content":"<p>Card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1f36b157-cb73-4167-82bd-e36f9d04256f"}],"id":"2d526b5d-f26f-4c3a-8070-1d4c5fee0dd9","description":"<p>Files are how files uploaded to a Doc card (and probably other things) are managed. Since they are just a backend management feature, there is no associated documentation in the Knowledge Base and they cannot be directly accessed via the user interface.</p>\n","_postman_id":"2d526b5d-f26f-4c3a-8070-1d4c5fee0dd9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"FileSets","item":[{"name":"List/Search FileSets","id":"730288c9-e9e8-4698-8a01-ceea53853fc5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fieldSort\": [\r\n        {\r\n            \"field\": \"updated\",\r\n            \"order\": \"DESC\"\r\n        }\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"value\": [\r\n                \"\"\r\n            ],\r\n            \"not\": false,\r\n            \"operator\": \"LIKE\"\r\n        }\r\n    ],\r\n    \"dateFilters\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/search?limit=50&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"8f1e7646-333f-4bca-9d9d-616603f9dcc4","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fieldSort\": [\r\n        {\r\n            \"field\": \"updated\",\r\n            \"order\": \"DESC\"\r\n        }\r\n    ],\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"name\",\r\n            \"value\": [\r\n                \"\"\r\n            ],\r\n            \"not\": false,\r\n            \"operator\": \"LIKE\"\r\n        }\r\n    ],\r\n    \"dateFilters\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/search?limit=50&offset=0","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets","search"],"query":[{"key":"limit","value":"50"},{"key":"offset","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"fileSets\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"aiEnabled\": false,\n            \"indexStatus\": null,\n            \"batchType\": \"INCREMENTAL\",\n            \"connector\": \"DOMO\",\n            \"created\": \"2025-01-01T12:00:00Z\",\n            \"createdBy\": 1234,\n            \"updated\": \"2025-01-01T12:00:00Z\",\n            \"updatedBy\": 1234,\n            \"owner\": \"1234\",\n            \"accountId\": 0,\n            \"connectorContext\": null,\n            \"permission\": \"OWNER\",\n            \"size\": null\n        },\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"aiEnabled\": true,\n            \"indexStatus\": null,\n            \"batchType\": \"INCREMENTAL\",\n            \"connector\": \"DOMO\",\n            \"created\": \"2025-01-01T12:00:00Z\",\n            \"createdBy\": 1234,\n            \"updated\": \"2025-01-01T12:00:00Z\",\n            \"updatedBy\": 1234,\n            \"owner\": \"1234\",\n            \"accountId\": 0,\n            \"connectorContext\": null,\n            \"permission\": \"OWNER\",\n            \"size\": null\n        }\n    ],\n    \"pageContext\": {\n        \"count\": 2,\n        \"totalCount\": 2,\n        \"offset\": 0\n    }\n}"}],"_postman_id":"730288c9-e9e8-4698-8a01-ceea53853fc5"},{"name":"Get/Search Files","id":"a104ef21-e7e9-4ed3-95bb-75b6ced77143","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fieldSort\": [\r\n        {\r\n            \"field\": \"created\",\r\n            \"order\": \"DESC\"\r\n        }\r\n    ],\r\n    \"filters\": [],\r\n    \"dateFilters\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files/search?directoryPath=&immediateChildren=true&limit=50","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":filesetId","files","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"directoryPath","value":""},{"key":"immediateChildren","value":"true"},{"key":"limit","value":"50"},{"disabled":true,"key":"next","value":""}],"variable":[{"id":"223119ca-b502-4514-b74b-854730917cda","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"filesetId"}]}},"response":[{"id":"cc7bcead-3e09-4822-b348-10608bd03fcf","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fieldSort\": [\r\n        {\r\n            \"field\": \"created\",\r\n            \"order\": \"DESC\"\r\n        }\r\n    ],\r\n    \"filters\": [],\r\n    \"dateFilters\": []\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files/search?directoryPath=&immediateChildren=true&limit=50","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":filesetId","files","search"],"query":[{"key":"directoryPath","value":""},{"key":"immediateChildren","value":"true"},{"key":"limit","value":"50"},{"key":"next","value":null,"disabled":true}],"variable":[{"key":"filesetId","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"files\": [\r\n        {\r\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"path\": \"<string>\",\r\n            \"name\": \"<string>\",\r\n            \"fileType\": \"TEXT\",\r\n            \"contentType\": \"text/csv\",\r\n            \"size\": 123,\r\n            \"hash\": \"d2461398b3346c5c9eb59fa9aaa5a91938f358f37ef7b734c96bf477a2b1e6bb\",\r\n            \"hashAlgorithm\": \"SHA_256_HEX\",\r\n            \"downloadUrl\": \"https://instance.domo.com/api/files/v1/filesets/00000000-0000-0000-0000-000000000000/files/00000000-0000-0000-0000-000000000000/download\",\r\n            \"created\": \"2025-01-01T12:00:00Z\",\r\n            \"createdBy\": 123,\r\n            \"connectorKey\": null,\r\n            \"indexStatus\": \"QUEUED\",\r\n            \"indexReason\": null\r\n        },\r\n        {\r\n            \"id\": \"11111111-1111-1111-1111-111111111111\",\r\n            \"path\": \"<string>\",\r\n            \"name\": \"<string>\",\r\n            \"fileType\": \"TEXT\",\r\n            \"contentType\": \"text/csv\",\r\n            \"size\": 234,\r\n            \"hash\": \"aa92e77676dfeb3254018bf08c1836255f9f3d5db26697741db77b36960d64db\",\r\n            \"hashAlgorithm\": \"SHA_256_HEX\",\r\n            \"downloadUrl\": \"https://instance.domo.com/api/files/v1/filesets/00000000-0000-0000-0000-000000000000/files/11111111-1111-1111-1111-111111111111/download\",\r\n            \"created\": \"2025-01-01T12:00:00Z\",\r\n            \"createdBy\": 123,\r\n            \"connectorKey\": null,\r\n            \"indexStatus\": \"QUEUED\",\r\n            \"indexReason\": null\r\n        }\r\n    ],\r\n    \"pageContext\": {\r\n        \"next\": \"eyJpZCI6ImM0NTkzNjA0LTc2NGEtNGIxNy05MzRhLTQ0N2RiYTRhNjRhZSIsInBhdGgiOiJwcm92aWRlcnMuY3N2IiwibmFtZSI6InByb3ZpZGVycy5jc3YiLCJzaXplIjoxNjEyLCJjcmVhdGVkIjoiMjAyNS0wNC0yMVQxNDowMzo1MS42NDM5MjZaIn0=\"\r\n    }\r\n}"}],"_postman_id":"a104ef21-e7e9-4ed3-95bb-75b6ced77143"},{"name":"Search Files with AI","id":"0bb55945-5a70-4c4d-b48e-20d530b5c913","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"\",\r\n    \"directoryPath\": \"\",\r\n    \"topK\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1a6660e6-484a-45eb-a9c2-7b7ba23cbd3e","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"9ca56feb-7bac-47f1-8ea9-558fc21e8bae","key":"id"}]}},"response":[],"_postman_id":"0bb55945-5a70-4c4d-b48e-20d530b5c913"},{"name":"Get FileSet","id":"c27a916e-f74d-473c-9dd7-f484929addc8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1081ab06-91c6-47b0-8c7a-568ccd5515d8","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"b7c4f771-1033-4c43-9559-28eaf25f45a0","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"aiEnabled\": true,\n    \"indexStatus\": null,\n    \"batchType\": \"INCREMENTAL\",\n    \"connector\": \"DOMO\",\n    \"created\": \"2025-01-01T12:00:00Z\",\n    \"createdBy\": 1234,\n    \"updated\": \"2025-01-01T12:00:00Z\",\n    \"updatedBy\": 1234,\n    \"owner\": \"1234\",\n    \"accountId\": 0,\n    \"connectorContext\": null,\n    \"permission\": \"OWNER\",\n    \"size\": null\n}"}],"_postman_id":"c27a916e-f74d-473c-9dd7-f484929addc8"},{"name":"Get FileSet Access","id":"d3d2989c-2522-49dd-b9f5-dcbdc18cd19d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"d65a1234-30e5-44de-b3e5-438dc5fd3232","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"6a106e7c-3bf9-4a8a-84d1-4a25565fa2e5","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/access","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id","access"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"fileSetId\": \"00000000-0000-0000-0000-000000000000\",\n    \"fileSetAccess\": [\n        {\n            \"entityId\": 2345,\n            \"entityType\": \"USER\",\n            \"permission\": \"OWNER\"\n        },\n        {\n            \"entityId\": 1234,\n            \"entityType\": \"USER\",\n            \"permission\": \"EDIT\"\n        }\n    ]\n}"}],"_postman_id":"d3d2989c-2522-49dd-b9f5-dcbdc18cd19d"},{"name":"Get FileSet Stats","id":"374a9a25-7b14-420c-9f04-bddd02f0b230","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/stats","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id","stats"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"49716dec-87a7-44c4-bbc8-54fd5fb5eabb","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"a2e61d87-94b3-416d-b0b9-e8858782e514","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/stats","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id","stats"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"imageFileTypeCount\": 0,\n    \"audioFileTypeCount\": 0,\n    \"videoFileTypeCount\": 0,\n    \"textFileTypeCount\": 4,\n    \"documentFileTypeCount\": 0,\n    \"otherFileTypeCount\": 0,\n    \"notIndexedCount\": 0,\n    \"indexQueuedCount\": 4,\n    \"indexInProgressCount\": 0,\n    \"indexCompleteCount\": 0,\n    \"indexFailedCount\": 0,\n    \"indexSkippedCount\": 0\n}"}],"_postman_id":"374a9a25-7b14-420c-9f04-bddd02f0b230"},{"name":"Download File","id":"9d87a08f-9132-48d0-b351-f00ccb9305aa","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files/:fileId/download","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":filesetId","files",":fileId","download"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"10072ee7-0577-4cb5-8548-81568a839f87","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"filesetId"},{"id":"a1eb34cc-f3a4-4597-93af-cab74bd2142b","description":{"content":"<p>File UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"fileId"}]}},"response":[{"id":"01f90b6e-6104-43d0-9d40-effea9cade71","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files/:fileId/download","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":filesetId","files",":fileId","download"],"variable":[{"key":"filesetId","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"},{"key":"fileId","value":"00000000-0000-0000-0000-000000000000","description":"File UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9d87a08f-9132-48d0-b351-f00ccb9305aa"},{"name":"Create FileSet","id":"7d87b74b-917a-43d5-a9f2-4bf24e024f1a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"aiEnabled\": false,\r\n    \"batchType\": \"INCREMENTAL\",\r\n    \"connector\": \"DOMO\",\r\n    \"accountId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"6f7382be-5fee-485e-b0e5-32b011318a43","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"aiEnabled\": false,\r\n    \"batchType\": \"INCREMENTAL\",\r\n    \"connector\": \"DOMO\",\r\n    \"accountId\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"aiEnabled\": false,\r\n    \"indexStatus\": null,\r\n    \"batchType\": \"INCREMENTAL\",\r\n    \"connector\": \"DOMO\",\r\n    \"created\": \"2025-01-01T12:00:00Z\",\r\n    \"createdBy\": 1234,\r\n    \"updated\": \"2025-01-01T12:00:00Z\",\r\n    \"updatedBy\": 1234,\r\n    \"owner\": \"1234\",\r\n    \"accountId\": 0,\r\n    \"connectorContext\": null,\r\n    \"permission\": \"OWNER\",\r\n    \"size\": null\r\n}"}],"_postman_id":"7d87b74b-917a-43d5-a9f2-4bf24e024f1a"},{"name":"Create Folder","id":"195a4f9f-bab2-4756-8eeb-86e4d6539f40","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"directoryPath\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":filesetId","files"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"1656cf23-d754-4de0-a60f-8864c881f611","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"filesetId"}]}},"response":[{"id":"a9667c42-ebc2-4501-aa65-d46f2e55a22c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"directoryPath\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:filesetId/files","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":filesetId","files"],"variable":[{"key":"filesetId","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"path\": \"<string>\",\r\n    \"name\": \"<string>\",\r\n    \"size\": null,\r\n    \"created\": \"2025-01-01T12:00:00Z\",\r\n    \"createdBy\": 1234,\r\n    \"fileType\": \"DIRECTORY\"\r\n}"}],"_postman_id":"195a4f9f-bab2-4756-8eeb-86e4d6539f40"},{"name":"Update FileSet","id":"2e98121c-b7b0-4342-ab81-dbae12a2a17f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"aiEnabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"59ce966e-eaf6-40e7-a19c-2e88e80618d7","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"91af0e18-22ca-43ee-b8c9-b7519c5de42f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"aiEnabled\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"aiEnabled\": false,\n    \"indexStatus\": null,\n    \"batchType\": \"INCREMENTAL\",\n    \"connector\": \"DOMO\",\n    \"created\": \"2025-01-01T12:00:00Z\",\n    \"createdBy\": 1234,\n    \"updated\": \"2025-01-01T12:00:00Z\",\n    \"updatedBy\": 1234,\n    \"owner\": \"1234\",\n    \"accountId\": 0,\n    \"connectorContext\": null,\n    \"permission\": \"OWNER\",\n    \"size\": null\n}"}],"_postman_id":"2e98121c-b7b0-4342-ab81-dbae12a2a17f"},{"name":"Update FileSet Access","id":"d1d64441-bfa8-4555-aec5-109c3e6dd949","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileSetAccess\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"entityType\": \"USER\",\r\n            \"permission\": \"READ\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7ea7e98f-f78f-48c8-b6fd-71e3a6330b16","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"8ce3bd9e-8b80-4b31-81fc-62db3f06ce0d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fileSetAccess\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"entityType\": \"USER\",\r\n            \"permission\": \"READ\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/access","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id","access"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"fileSetId\": \"00000000-0000-0000-0000-000000000000\",\n    \"fileSetAccess\": [\n        {\n            \"entityId\": 2345,\n            \"entityType\": \"USER\",\n            \"permission\": \"OWNER\"\n        },\n        {\n            \"entityId\": 1234,\n            \"entityType\": \"USER\",\n            \"permission\": \"READ\"\n        }\n    ]\n}"}],"_postman_id":"d1d64441-bfa8-4555-aec5-109c3e6dd949"},{"name":"Update FileSet Owner","id":"d9db0091-f2bd-4ba6-934c-6ad6b371de1d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/ownership","description":"<p>Oddly, this will return a normal fileSetAccess array with both the old and new owners inside.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id","ownership"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5302f9c8-b1f3-4a14-b97f-162d6633fbd9","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"73425e4b-ddd7-46be-90cf-caf78d46a602","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id/ownership","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id","ownership"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"fileSetId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"fileSetAccess\": [\r\n        {\r\n            \"entityId\": 1234,\r\n            \"entityType\": \"USER\",\r\n            \"permission\": \"OWNER\"\r\n        },\r\n        {\r\n            \"entityId\": 2345,\r\n            \"entityType\": \"USER\",\r\n            \"permission\": \"OWNER\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"d9db0091-f2bd-4ba6-934c-6ad6b371de1d"},{"name":"Delete FileSet","id":"504765f8-00f8-4b24-a647-747f32f7e009","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["files","v1","filesets",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9c9f654e-a812-4107-8db9-58b11ca69b70","description":{"content":"<p>FileSet UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"7406a68f-c31a-4fe2-a106-d588ddfff129","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/files/v1/filesets/:id","host":["https://{{instance}}.domo.com/api"],"path":["files","v1","filesets",":id"],"variable":[{"key":"id","value":"00000000-0000-0000-0000-000000000000","description":"FileSet UUID"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"504765f8-00f8-4b24-a647-747f32f7e009"}],"id":"12d450fa-0a8b-4c42-9882-b8340d09f2f3","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005849?language=en_US\">FileSets Official Documentation</a></p>\n","_postman_id":"12d450fa-0a8b-4c42-9882-b8340d09f2f3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Forms","item":[{"name":"List Forms","id":"463ff8e8-9092-48f5-a9df-7b8e211dcdeb","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"count\": 50,\r\n    \"offset\": 0,\r\n    \"filters\": [],\r\n    \"useEntities\": true,\r\n    \"combineResults\": true,\r\n    \"facetValueLimit\": 1000,\r\n    \"entityList\": [\r\n        [\r\n            \"form\"\r\n        ]\r\n    ],\r\n    \"sort\": {\r\n        \"isRelevance\": true,\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"lastModified\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ]\r\n    },\r\n    \"query\": \"*\",\r\n    \"hideSearchObjects\": false,\r\n    \"state\": \"facet\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"463ff8e8-9092-48f5-a9df-7b8e211dcdeb"},{"name":"Get Form","id":"9cf5ce56-c154-4bf0-90f9-328030dfdcf5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/forms/v1/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["forms","v1",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"db89c0a8-ebe3-4883-97f1-cb1ed0cd6daa","description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9cf5ce56-c154-4bf0-90f9-328030dfdcf5"},{"name":"Create Instance","id":"a0b4453a-200d-43c7-aa8b-81a6b8cf2da4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"formId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"fieldConfiguration\": {\r\n        \"00000000-0000-0000-0000-000000000000\": {\r\n            \"options\": {\r\n                \"type\": \"DATASET\",\r\n                \"customMapping\": null,\r\n                \"datasetMapping\": {\r\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"column\": \"Column 1\"\r\n                }\r\n            },\r\n            \"value\": {\r\n                \"type\": \"DATASET\"\r\n            }\r\n        }\r\n    },\r\n    \"submitConfiguration\": {\r\n        \"type\": \"DATASET\",\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["forms","v1","instances"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0b4453a-200d-43c7-aa8b-81a6b8cf2da4"},{"name":"Create Submission","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') !== pm.request.body.raw.id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"1496f505-73d5-4678-a035-e7ac1f0121ed","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"label\": \"<string>\",\r\n        \"optional\": false,\r\n        \"fieldType\": \"SINGLE_CHOICE\",\r\n        \"dataType\": \"text\",\r\n        \"acceptsInput\": true,\r\n        \"acceptsOutput\": true,\r\n        \"options\": {\r\n            \"values\": []\r\n        },\r\n        \"alias\": \"<string>\",\r\n        \"isList\": true,\r\n        \"useExternalValues\": true,\r\n        \"displayAsDropdown\": true,\r\n        \"value\": \"<string>\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances/:id/submission","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["forms","v1","instances",":id","submission"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"073fda38-1e89-4160-b7db-2f07ab1afc98","description":{"content":"<p>Form Instance UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1496f505-73d5-4678-a035-e7ac1f0121ed"},{"name":"Update Instance","id":"c6b17f7c-28c4-48cc-8dc2-6999fa428a1e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"formInstanceId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"formId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"fieldConfiguration\": {\r\n        \"00000000-0000-0000-0000-000000000000\": {\r\n            \"options\": {\r\n                \"type\": \"DATASET\",\r\n                \"customMapping\": null,\r\n                \"datasetMapping\": {\r\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                    \"column\": \"Column 1\"\r\n                }\r\n            },\r\n            \"value\": {\r\n                \"type\": \"DATASET\"\r\n            }\r\n        }\r\n    },\r\n    \"submitConfiguration\": {\r\n        \"type\": \"DATASET\",\r\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"name\": \"<dataset_name>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/instances/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["forms","v1","instances",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f807dd8d-51f1-4867-ad3d-f241f07451ad","description":{"content":"<p>Form Instance UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c6b17f7c-28c4-48cc-8dc2-6999fa428a1e"},{"name":"Update Form Fields","id":"ff30a3b3-3965-4c8a-8154-cf725988b013","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"00000000-0000-0000-0000-000000000000\": {\r\n        \"options\": {\r\n            \"type\": \"DATASET\",\r\n            \"customMapping\": null,\r\n            \"datasetMapping\": {\r\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n                \"column\": \"Column 1\"\r\n            }\r\n        },\r\n        \"value\": {\r\n            \"type\": \"DATASET\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/forms/v1/:id/hydration","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["forms","v1",":id","hydration"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9cf97663-e3ed-42f1-be1e-06b3a027c6b5","description":{"content":"<p>Form UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ff30a3b3-3965-4c8a-8154-cf725988b013"}],"id":"7cd1b436-509e-4d07-b761-31f863fbb462","description":"<p><a href=\"https://domo-support.domo.com/s/article/000005171?language=en_US\">Forms Official Documentation</a></p>\n","_postman_id":"7cd1b436-509e-4d07-b761-31f863fbb462","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Functions (Beast Modes and Variables)","item":[{"name":"List Functions","id":"35e83580-6496-4f40-bd3f-e71b1d167e09","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"*\",\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"dataset\",\r\n            \"idList\": [\r\n                \"00000000-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"field\": \"notvariable\"\r\n        }\r\n    ],\r\n    \"sort\": {\r\n        \"field\": \"name\",\r\n        \"ascending\": true\r\n    },\r\n    \"limit\": 5000,\r\n    \"offset\": 0\r\n}"},"url":"https://{{instance}}.domo.com/api/query/v1/functions/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"35e83580-6496-4f40-bd3f-e71b1d167e09"},{"name":"Get Function","id":"a7f4bbfb-7022-416f-9103-83d6bc7e8345","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id?hidden=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"hidden","value":"true"}],"variable":[{"id":"f88f25f9-c1bb-4956-b819-26d15fe947a2","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a7f4bbfb-7022-416f-9103-83d6bc7e8345"},{"name":"Get Cards Function is Used On","id":"72db4c88-5891-43f0-9b58-905d19f4cca7","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/cards/formulausage?datasourceId=&formulaId=calculation_00000000-0000-0000-0000-000000000000","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","cards","formulausage"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>DataSet UUID</p>\n","type":"text/plain"},"key":"datasourceId","value":""},{"description":{"content":"<p>calculation_UUID</p>\n","type":"text/plain"},"key":"formulaId","value":"calculation_00000000-0000-0000-0000-000000000000"}],"variable":[]}},"response":[],"_postman_id":"72db4c88-5891-43f0-9b58-905d19f4cca7"},{"name":"Create Function","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"cd926cca-9ed0-4423-afc8-5f72d5fde4df","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"owner\": 466826668,\r\n    \"locked\": false,\r\n    \"global\": false,\r\n    \"expression\": \"'test'\",\r\n    \"checkSum\": null,\r\n    \"links\": [\r\n        {\r\n            \"resource\": {\r\n                \"type\": \"DATA_SOURCE\",\r\n                \"id\": \"6ecd2cbb-db04-4cdc-b418-f8d705624cc6\"\r\n            },\r\n            \"visible\": true,\r\n            \"active\": false,\r\n            \"valid\": \"INCOMPATIBLE_LINK\"\r\n        }\r\n    ],\r\n    \"aggregated\": false,\r\n    \"analytic\": false,\r\n    \"nonAggregatedColumns\": [],\r\n    \"dataType\": \"STRING\",\r\n    \"status\": \"VALID\",\r\n    \"cacheWindow\": \"non_dynamic\",\r\n    \"columnPositions\": [],\r\n    \"functions\": [],\r\n    \"functionTemplateDependencies\": [],\r\n    \"archived\": false,\r\n    \"hidden\": false,\r\n    \"variable\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template?strict=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","template"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"strict","value":"false"}],"variable":[]}},"response":[],"_postman_id":"cd926cca-9ed0-4423-afc8-5f72d5fde4df"},{"name":"Bulk Create Functions","id":"7a298a90-b21f-49dd-b683-888943787abc","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"create\": [\r\n        {\r\n            \"name\": \"<string>\",\r\n            \"owner\": 123456,\r\n            \"locked\": false,\r\n            \"global\": false,\r\n            \"expression\": \"<sql>\",\r\n            \"checkSum\": \"<string>\",\r\n            \"links\": [\r\n                {\r\n                    \"resource\": {\r\n                        \"type\": \"CARD\",\r\n                        \"id\": \"<card_id>\"\r\n                    },\r\n                    \"visible\": false,\r\n                    \"active\": true,\r\n                    \"valid\": \"VALID\"\r\n                },\r\n                {\r\n                    \"resource\": {\r\n                        \"type\": \"DATA_SOURCE\",\r\n                        \"id\": \"<dataset_id>\"\r\n                    },\r\n                    \"visible\": true,\r\n                    \"active\": false,\r\n                    \"valid\": \"INCOMPATIBLE_LINK\"\r\n                }\r\n            ],\r\n            \"aggregated\": false,\r\n            \"analytic\": false,\r\n            \"nonAggregatedColumns\": [],\r\n            \"dataType\": \"STRING\",\r\n            \"status\": \"VALID\",\r\n            \"cacheWindow\": \"non_dynamic\",\r\n            \"columnPositions\": [\r\n                {\r\n                    \"columnName\": \"`Column 1`\",\r\n                    \"columnPosition\": 14\r\n                }\r\n            ],\r\n            \"functions\": [],\r\n            \"functionTemplateDependencies\": [],\r\n            \"archived\": false,\r\n            \"hidden\": false,\r\n            \"variable\": false\r\n        }\r\n    ],\r\n    \"links\": {},\r\n    \"strict\": false,\r\n    \"replaceLinks\": true,\r\n    \"copyDependencies\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a298a90-b21f-49dd-b683-888943787abc"},{"name":"Update Function","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"7c15b6fc-8bab-44d6-b8d6-8d834221deb1","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"expression\": \"<sql>\",\r\n    \"id\": 1234,\r\n    \"name\": \"<string>\",\r\n    \"status\": \"VALID\",\r\n    \"persistedOnDataSource\": true,\r\n    \"archived\": false,\r\n    \"certification\": {\r\n        \"state\": \"NOT_CERTIFIED\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id?strict=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"strict","value":"false"}],"variable":[{"id":"facb884b-7d09-4f61-be83-9c5fc27f5b0a","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"7c15b6fc-8bab-44d6-b8d6-8d834221deb1"},{"name":"Bulk Update Functions","id":"a7b63742-23e1-47e5-a44e-f8b2aa4a9a56","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"update\": [\r\n        {\r\n            \"id\": 1234,\r\n            \"locked\": true\r\n        },\r\n        {\r\n            \"id\": 2345,\r\n            \"locked\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7b63742-23e1-47e5-a44e-f8b2aa4a9a56"},{"name":"Lock Function","id":"88cb3def-c881-4bb5-b839-1adb1715d176","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"locked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"84a87df9-aed2-44b7-81f2-aa0c6fccd705","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"88cb3def-c881-4bb5-b839-1adb1715d176"},{"name":"Delete Function","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"45fc068b-8ee9-4ecf-8385-0d1baa847ef5","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/query/v1/functions/template/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","template",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e5ebc3ea-f26d-496d-9674-5b93d89311f8","description":{"content":"<p>Function ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"45fc068b-8ee9-4ecf-8385-0d1baa847ef5"},{"name":"Bulk Delete Functions","id":"6dab52c2-eec3-4fd9-a7f8-9640e1869d55","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"delete\": [\r\n        1234,\r\n        2345\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/query/v1/functions/bulk/template","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["query","v1","functions","bulk","template"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6dab52c2-eec3-4fd9-a7f8-9640e1869d55"}],"id":"807df76a-109e-4e3a-9163-050df4c9317e","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZanAGAS/beast-mode?language=en_US\">Beast Modes Official Documentation</a></p>\n<p><a href=\"https://domo-support.domo.com/s/article/7903767835031?language=en_US\">Variables Official Documentation</a></p>\n","_postman_id":"807df76a-109e-4e3a-9163-050df4c9317e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Groups","item":[{"name":"List Groups","id":"03e146a0-e081-4793-8da5-8fa6ae0d7c6a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/groups/grouplist?ascending=true&limit=100&offset=0&sort=name","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups","grouplist"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"ascending","value":"true"},{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"sort","value":"name"}],"variable":[]}},"response":[],"_postman_id":"03e146a0-e081-4793-8da5-8fa6ae0d7c6a"},{"name":"Get Groups","id":"de3cce0d-3c05-49eb-a26a-c0fd11d0b511","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    \"1234\",\r\n    \"2345\"\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups/get?includeActive=true&includeUsers=false","description":"<p>Add groups you want to request as an array in the body</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups","get"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeActive","value":"true"},{"key":"includeUsers","value":"false"}],"variable":[]}},"response":[],"_postman_id":"de3cce0d-3c05-49eb-a26a-c0fd11d0b511"},{"name":"Get Group","id":"ee300579-4bdc-4eff-89e5-732c54997361","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/groups/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"90b94ea3-5a39-4866-98c1-628a82505c15","description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ee300579-4bdc-4eff-89e5-732c54997361"},{"name":"Get Permissions","id":"915625ed-838c-43f5-84ed-a5a739e67249","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/groups/:id/permissions?includeUsers=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"checkOwnership","value":"true"},{"key":"includeUsers","value":"true"}],"variable":[{"id":"5c138fb4-e374-4444-b2f5-7a2249e48828","description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"915625ed-838c-43f5-84ed-a5a739e67249"},{"name":"Get Avatar","id":"41ffc9f1-c5cc-4190-999a-c935200420d4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/avatar/GROUP/:id?size=100&defaultBackground=555555&defaultForeground=EEEEEE","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","avatar","GROUP",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"size","value":"100"},{"key":"defaultBackground","value":"555555"},{"key":"defaultForeground","value":"EEEEEE"},{"disabled":true,"key":"defaultText","value":""}],"variable":[{"id":"be37da86-2aee-40ce-995d-e3e1e73196a1","description":{"content":"<p>Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"41ffc9f1-c5cc-4190-999a-c935200420d4"},{"name":"Create Group","id":"761afb3a-9ef7-4afa-a750-a48187d294a0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"type\": \"dynamic\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"761afb3a-9ef7-4afa-a750-a48187d294a0"},{"name":"Add or Remove Owners","id":"93c3c951-f2bb-4bce-8057-aa90ae76518e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"groupId\": 123456,\r\n        \"addOwners\": [\r\n            {\r\n                \"type\": \"GROUP\", //USER or GROUP\r\n                \"id\": \"123456\"\r\n            }\r\n        ],\r\n        \"removeOwners\": [\r\n            {\r\n                \"type\": \"USER\", //USER or GROUP\r\n                \"id\": \"123456\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups/access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"93c3c951-f2bb-4bce-8057-aa90ae76518e"},{"name":"Add Member to Group","id":"1bdd0e84-8d8e-4302-95fc-010f9e9f2665","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"groupId\": 252073910,\r\n        \"addMembers\": [\r\n            {\r\n                \"type\": \"USER\",\r\n                \"id\": \"901072511\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups/access","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups","access"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bdd0e84-8d8e-4302-95fc-010f9e9f2665"},{"name":"Update Dynamic Rules","id":"0c0832cf-5f29-4b0b-bb15-a2c756e89eae","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"groupId\": 123456,\r\n        \"dynamicDefinition\": {\r\n            \"expression\": {\r\n                \"operator\": \"OR\",\r\n                \"expressions\": [\r\n                    {\r\n                        \"operator\": \"OR\",\r\n                        \"operands\": [],\r\n                        \"expressions\": [\r\n                            {\r\n                                \"operator\": \"OR\",\r\n                                \"operands\": [\r\n                                    {\r\n                                        \"key\": \"DEPARTMENT\",\r\n                                        \"value\": \"<string>\"\r\n                                    },\r\n                                    {\r\n                                        \"key\": \"DEPARTMENT\",\r\n                                        \"value\": \"<string>\"\r\n                                    }\r\n                                ],\r\n                                \"expressions\": []\r\n                            },\r\n                            {\r\n                                \"operator\": \"OR\",\r\n                                \"operands\": [\r\n                                    {\r\n                                        \"key\": \"EMPLOYEE_ID\",\r\n                                        \"value\": \"10\"\r\n                                    }\r\n                                ],\r\n                                \"expressions\": []\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"operator\": \"OR\",\r\n                        \"operands\": [],\r\n                        \"expressions\": [\r\n                            {\r\n                                \"operator\": \"OR\",\r\n                                \"operands\": [\r\n                                    {\r\n                                        \"key\": \"LOCATION\",\r\n                                        \"value\": \"<string>\"\r\n                                    }\r\n                                ],\r\n                                \"expressions\": []\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/groups","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","groups"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c0832cf-5f29-4b0b-bb15-a2c756e89eae"}],"id":"eb44fd19-3bdf-4aee-ae0e-95e06c1c9b29","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042934294?language=en_US\">Groups Official Documentation</a></p>\n","_postman_id":"eb44fd19-3bdf-4aee-ae0e-95e06c1c9b29","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Left Navigation","item":[{"name":"Get Pins","id":"60e289ca-42dd-4f74-aac9-a8564f7a5a45","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/nav/v1/pins","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["nav","v1","pins"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"ab9f8998-f229-46f2-836f-047d939f6dfa","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/nav/v1/pins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"order\": 0,\n        \"icon\": \"database\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataSets\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_datasources\",\n            \"newTab\": false\n        }\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"order\": 1,\n        \"icon\": \"dataflow\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataFlows\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_dataflows\",\n            \"newTab\": false\n        }\n    }\n]"}],"_postman_id":"60e289ca-42dd-4f74-aac9-a8564f7a5a45"},{"name":"Create Pin","id":"f1df7109-1a4e-4b74-b521-19e1c28ab48f","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\": {\r\n        \"id\": \"automate_workflow\",\r\n        \"type\": \"feature\",\r\n        \"newTab\": false\r\n    },\r\n    \"icon\": \"workflow\",\r\n    \"iconColor\": \"#FFFFFFB3\",\r\n    \"iconBackgroundColor\": \"#FFFFFF00\",\r\n    \"label\": \"<string>\",\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["nav","v1","pins","append"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"d369b82f-0582-4c09-8bce-92785a774f70","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"action\": {\r\n        \"id\": \"automate_workflow\",\r\n        \"type\": \"feature\",\r\n        \"newTab\": false\r\n    },\r\n    \"icon\": \"workflow\",\r\n    \"iconColor\": \"#FFFFFFB3\",\r\n    \"iconBackgroundColor\": \"#FFFFFF00\",\r\n    \"label\": \"<string>\",\r\n    \"userId\": 1234\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 3,\r\n        \"userId\": 1234,\r\n        \"order\": 2,\r\n        \"icon\": \"workflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"<string>\",\r\n        \"action\": {\r\n            \"id\": \"automate_workflow\",\r\n            \"type\": \"feature\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]"}],"_postman_id":"f1df7109-1a4e-4b74-b521-19e1c28ab48f"},{"name":"Update Pins","id":"d69e67af-cf0e-458f-961d-451dde34ae8a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append","description":"<p>The order of pins is determined by their position in the array, not by the order property. Domo UI ncludes the order property in the request, but it doesn't affect the order and can be obmitted.  </p>\n<p>To reorder, send all pins reordered as desired in the array. The order property will be returned updated to match the order of the array.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["nav","v1","pins","append"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"67b9f458-db6f-4902-ae29-ba4f418a33bc","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": 1,\r\n        \"userId\": 1234,\r\n        \"order\": 0,\r\n        \"icon\": \"database\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataSets\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_datasources\",\r\n            \"newTab\": false\r\n        }\r\n    },\r\n    {\r\n        \"id\": 2,\r\n        \"userId\": 1234,\r\n        \"order\": 1,\r\n        \"icon\": \"dataflow\",\r\n        \"iconColor\": \"#FFFFFFB3\",\r\n        \"iconBackgroundColor\": \"#FFFFFF00\",\r\n        \"label\": \"DataFlows\",\r\n        \"action\": {\r\n            \"type\": \"feature\",\r\n            \"id\": \"data_etl_dataflows\",\r\n            \"newTab\": false\r\n        }\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/nav/v1/pins/append"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 1234,\n        \"order\": 0,\n        \"icon\": \"database\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataSets\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_datasources\",\n            \"newTab\": false\n        }\n    },\n    {\n        \"id\": 2,\n        \"userId\": 1234,\n        \"order\": 1,\n        \"icon\": \"dataflow\",\n        \"iconColor\": \"#FFFFFFB3\",\n        \"iconBackgroundColor\": \"#FFFFFF00\",\n        \"label\": \"DataFlows\",\n        \"action\": {\n            \"type\": \"feature\",\n            \"id\": \"data_etl_dataflows\",\n            \"newTab\": false\n        }\n    }\n]"}],"_postman_id":"d69e67af-cf0e-458f-961d-451dde34ae8a"}],"id":"d0d00971-012b-4b7f-8337-68f36757fec1","_postman_id":"d0d00971-012b-4b7f-8337-68f36757fec1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Objectives (Goals)","item":[{"name":"List Objectives","id":"de9fbfcd-96a0-4f2e-9229-c22f3282ba38","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/search?filterKeyResults=false&periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"2"},{"disabled":true,"key":"query","value":""}],"variable":[]}},"response":[],"_postman_id":"de9fbfcd-96a0-4f2e-9229-c22f3282ba38"},{"name":"List Personal Objectives","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"72d12b01-ea98-4bff-954d-78ec12d46c60","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/profile?filterKeyResults=false&includeSampleGoal=false&periodId=1&type=PERSONAL","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v2","objectives","profile"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"includeSampleGoal","value":"false"},{"disabled":true,"key":"ownerId","value":""},{"key":"periodId","value":"1"},{"key":"type","value":"PERSONAL"}],"variable":[]}},"response":[],"_postman_id":"72d12b01-ea98-4bff-954d-78ec12d46c60"},{"name":"List Team Objectives","id":"44111a99-0fe3-487f-8e24-27b94b514766","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/teams-profile?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v2","objectives","teams-profile"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"disabled":true,"key":"ownerId","value":""},{"key":"periodId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"44111a99-0fe3-487f-8e24-27b94b514766"},{"name":"List Events","id":"10a40c62-810a-4f0b-9f33-2265dd5c1c3c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/events","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","events"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"10a40c62-810a-4f0b-9f33-2265dd5c1c3c"},{"name":"List Tags","id":"0f2c8ae2-eb50-410d-a196-6e49559715ac","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags?all=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"0f2c8ae2-eb50-410d-a196-6e49559715ac"},{"name":"List Categories","id":"c4a0c170-4504-4438-b3c5-db93607022e2","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories?all=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags","categories"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"all","value":"true"}],"variable":[]}},"response":[],"_postman_id":"c4a0c170-4504-4438-b3c5-db93607022e2"},{"name":"List Objectives to Update","id":"06aaeedf-3d2a-4597-9731-cc59892a9979","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/needs-update?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","needs-update"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"disabled":true,"key":"userId","value":""}],"variable":[]}},"response":[],"_postman_id":"06aaeedf-3d2a-4597-9731-cc59892a9979"},{"name":"List Objective Drafts","id":"09b1cefe-faea-42d0-a21d-8a3ad7467485","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/draft?filterKeyResults=false&periodId=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v2","objectives","draft"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"disabled":true,"key":"userId","value":""}],"variable":[]}},"response":[],"_postman_id":"09b1cefe-faea-42d0-a21d-8a3ad7467485"},{"name":"Get Company Objectives Report","id":"68bd8d56-6daf-4aba-91ab-9be2aca10ce4","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v2/objectives/report?filterKeyResults=false&periodId=1&type=COMPANY","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v2","objectives","report"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"filterKeyResults","value":"false"},{"key":"periodId","value":"1"},{"key":"type","value":"COMPANY"}],"variable":[]}},"response":[],"_postman_id":"68bd8d56-6daf-4aba-91ab-9be2aca10ce4"},{"name":"Get Key Result Chart","id":"a4462281-0ccf-4553-95e3-0691a3ed800d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/chart","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","chart"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"aab38fda-e4f4-4bd6-b0ea-d31f2cd0ee51","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a4462281-0ccf-4553-95e3-0691a3ed800d"},{"name":"Get Key Result Values","id":"b0b26fba-455b-471c-9143-206618033255","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/values","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","values"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cb9e11ec-f005-426d-812e-c5bba9ffe2ed","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b0b26fba-455b-471c-9143-206618033255"},{"name":"Create Objective","id":"b09504cf-6d3e-44ee-82ff-86a6d958af53","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"status\": \"GOOD\",\r\n    \"ownerId\": null,\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"assignees\": [],\r\n    \"periodId\": 2,\r\n    \"parentId\": null,\r\n    \"keyResults\": [\r\n        {\r\n            \"state\": \"OPEN\",\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"owners\": [\r\n                {\r\n                    \"ownerId\": 12345,\r\n                    \"ownerType\": \"USER\",\r\n                    \"primary\": true\r\n                }\r\n            ],\r\n            \"alertId\": 123,\r\n            \"resourceId\": \"12345\",\r\n            \"resourceType\": \"CARD\",\r\n            \"name\": \"<string>\",\r\n            \"description\": \"<string>\",\r\n            \"dataAchievementScore\": 0.0,\r\n            \"measurement\": \"\",\r\n            \"startValue\": 1,\r\n            \"currentValue\": 1,\r\n            \"targetValue\": 1,\r\n            \"status\": \"POOR\",\r\n            \"colorValue\": \"#F34847\",\r\n            \"operator\": \"GREATER_THAN_EQUALS_TO\",\r\n            \"likes\": [],\r\n            \"dislikes\": [],\r\n            \"relatedResources\": [],\r\n            \"tags\": [],\r\n            \"writeAccess\": true,\r\n            \"fixedWeight\": false,\r\n            \"targets\": [],\r\n            \"startsAt\": \"2025-01-01T12:00:00\",\r\n            \"expiresAt\": \"2025-01-01T12:00:00\",\r\n            \"curePeriod\": \"2025-01-01T12:00:00\",\r\n            \"draft\": false,\r\n            \"assigned\": false\r\n        }\r\n    ],\r\n    \"tags\": [],\r\n    \"writeAccess\": true,\r\n    \"type\": \"PERSONAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b09504cf-6d3e-44ee-82ff-86a6d958af53"},{"name":"Create Key Result","id":"ca6fca75-1ec5-4d8c-b657-c1becbd07226","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyResult\": {\r\n        \"state\": \"OPEN\",\r\n        \"ownerId\": 12345,\r\n        \"ownerType\": \"USER\",\r\n        \"owners\": [\r\n            {\r\n                \"ownerId\": 12345,\r\n                \"ownerType\": \"USER\",\r\n                \"primary\": true\r\n            }\r\n        ],\r\n        \"alertId\": 213,\r\n        \"resourceId\": \"12345\",\r\n        \"resourceType\": \"CARD\",\r\n        \"name\": \"<string>\",\r\n        \"description\": \"<string>\",\r\n        \"dataAchievementScore\": 0.0,\r\n        \"measurement\": \"\",\r\n        \"startValue\": 1,\r\n        \"currentValue\": 1,\r\n        \"targetValue\": 1,\r\n        \"status\": \"POOR\",\r\n        \"colorValue\": \"#F34847\",\r\n        \"operator\": \"GREATER_THAN_EQUALS_TO\",\r\n        \"likes\": [],\r\n        \"dislikes\": [],\r\n        \"relatedResources\": [],\r\n        \"tags\": [],\r\n        \"writeAccess\": true,\r\n        \"fixedWeight\": false,\r\n        \"targets\": [],\r\n        \"startsAt\": \"2025-01-01T12:00:00\",\r\n        \"expiresAt\": \"2025-01-01T12:00:00\",\r\n        \"curePeriod\": \"2025-01-01T12:00:00\",\r\n        \"draft\": false,\r\n        \"assigned\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca6fca75-1ec5-4d8c-b657-c1becbd07226"},{"name":"Create Tag","id":"8efdfce3-e2dc-4ab5-b4a2-0c68bd3bd6c1","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"category\": {\r\n        \"id\": 1,\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8efdfce3-e2dc-4ab5-b4a2-0c68bd3bd6c1"},{"name":"Create Category","id":"bc152b19-5163-4456-be32-c599bc3657a5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags","categories"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc152b19-5163-4456-be32-c599bc3657a5"},{"name":"Update Objective","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"8adcf16b-8653-4706-b092-96b5f45433bd","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123,\r\n    \"name\": \"<string>\",\r\n    \"type\": \"PERSONAL\",\r\n    \"description\": \"<string>\",\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"status\": \"NOT_STARTED\",\r\n    \"ownerId\": 12345,\r\n    \"ownerType\": \"USER\",\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"assignees\": [],\r\n    \"periodId\": 2,\r\n    \"periodIds\": [\r\n        2\r\n    ],\r\n    \"state\": \"OPEN\",\r\n    \"parentIds\": [],\r\n    \"parents\": [],\r\n    \"keyResults\": [],\r\n    \"childCount\": 0,\r\n    \"autoScore\": 0,\r\n    \"overrideAchievementScore\": 1,\r\n    \"colorValue\": \"#B3B3B3\",\r\n    \"useAutoScore\": false,\r\n    \"childIds\": [],\r\n    \"children\": [],\r\n    \"likes\": [],\r\n    \"dislikes\": [],\r\n    \"subscriptions\": [],\r\n    \"tags\": [],\r\n    \"writeAccess\": true,\r\n    \"company\": false,\r\n    \"draft\": false,\r\n    \"sample\": false,\r\n    \"assigned\": false,\r\n    \"assignee\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/:id?periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"periodId","value":"2"}],"variable":[{"id":"2af7a728-80b2-4e7d-894a-68fab17e1955","description":{"content":"<p>Objective ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8adcf16b-8653-4706-b092-96b5f45433bd"},{"name":"Update Key Result","id":"af44a0b0-e517-41e3-9ebd-c9e2f8bca6b3","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 5,\r\n    \"objectiveId\": 5,\r\n    \"state\": \"OPEN\",\r\n    \"ownerId\": 12345,\r\n    \"ownerType\": \"USER\",\r\n    \"owners\": [\r\n        {\r\n            \"ownerId\": 12345,\r\n            \"ownerType\": \"USER\",\r\n            \"primary\": true\r\n        }\r\n    ],\r\n    \"alertId\": null,\r\n    \"alert\": null,\r\n    \"resourceId\": null,\r\n    \"resourceType\": null,\r\n    \"name\": \"<string>\",\r\n    \"description\": \"\",\r\n    \"dataAchievementScore\": 0,\r\n    \"measurement\": \"t\",\r\n    \"startValue\": 0,\r\n    \"currentValue\": 0,\r\n    \"targetValue\": 2,\r\n    \"status\": \"POOR\",\r\n    \"colorValue\": \"#F34847\",\r\n    \"manualType\": \"VALUE\",\r\n    \"unitType\": \"NUMERICAL\",\r\n    \"operator\": \"EQUALS\",\r\n    \"likes\": [],\r\n    \"dislikes\": [],\r\n    \"relatedResources\": [],\r\n    \"tags\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"<string>\",\r\n            \"category\": null\r\n        }\r\n    ],\r\n    \"writeAccess\": true,\r\n    \"fixedWeight\": false,\r\n    \"targets\": [],\r\n    \"startsAt\": \"2025-01-01T12:00:00\",\r\n    \"expiresAt\": \"2025-01-01T12:00:00\",\r\n    \"curePeriod\": \"2025-01-01T12:00:00\",\r\n    \"draft\": false,\r\n    \"assigned\": false,\r\n    \"targetUpperValue\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"c7df9fb5-3a8d-4d22-af64-8db972013009","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"af44a0b0-e517-41e3-9ebd-c9e2f8bca6b3"},{"name":"Update Key Result Tags","id":"957ea62d-365c-4fc4-b77b-fc5174850016","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n    1\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id/tags?periodId=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results",":id","tags"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"periodId","value":"2"}],"variable":[{"id":"d2d75194-2bc9-4f73-a080-a871915409f5","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"957ea62d-365c-4fc4-b77b-fc5174850016"},{"name":"Update Tag","id":"8870e092-d985-4e64-91ac-1dc32024b63d","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 2,\r\n    \"name\": \"<string>\",\r\n    \"category\": {\r\n        \"id\": 1,\r\n        \"name\": \"<string>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"26f9f0a1-963a-4759-abc2-1331646edbb7","description":{"content":"<p>Tag ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8870e092-d985-4e64-91ac-1dc32024b63d"},{"name":"Update Category","event":[{"listen":"prerequest","script":{"exec":["if (parseInt(pm.request.url.variables.get('id')) !== JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"6c0fbeb9-20ea-4500-9d50-11d0cb70995d","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1,\r\n    \"name\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags","categories",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cb1f8776-020e-401a-8a4f-4f5c985fc25f","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"6c0fbeb9-20ea-4500-9d50-11d0cb70995d"},{"name":"Delete Objective","id":"cc3ea66d-6da2-4eb4-921f-df5a756e0f7b","request":{"method":"DELETE","header":[],"url":"/social/v1/objectives/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives",":id"],"query":[],"variable":[{"id":"df1f4ad1-80f6-4881-ba2b-49163c050bc5","description":{"content":"<p>Objective ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cc3ea66d-6da2-4eb4-921f-df5a756e0f7b"},{"name":"Delete Key Result","id":"9b21a149-7992-4525-b70d-e72a62950f7f","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/key-results/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","key-results",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5af0b960-3317-4195-b5fe-46271047b067","description":{"content":"<p>Key Result ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9b21a149-7992-4525-b70d-e72a62950f7f"},{"name":"Delete Tag","id":"11a03bd5-7bad-4e13-b552-4e740478954e","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"00f69560-a71c-478d-8161-db73c5cb6da3","description":{"content":"<p>Tag ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"11a03bd5-7bad-4e13-b552-4e740478954e"},{"name":"Delete Category","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"id":"c9e8f84a-80ce-457c-96d9-8f8af1c02afe","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/social/v1/objectives/tags/categories/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["social","v1","objectives","tags","categories",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"bdbc741b-bed5-4ed6-b406-97f4e5f1dab9","type":"any","value":"1","key":"id"}]}},"response":[],"_postman_id":"c9e8f84a-80ce-457c-96d9-8f8af1c02afe"}],"id":"df15ad1e-e65f-472a-89ff-3f78bb55c4be","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZanmGAC/goals-center?language=en_US\">Goals Official Documentation</a></p>\n","_postman_id":"df15ad1e-e65f-472a-89ff-3f78bb55c4be","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Pages (Dashboards)","item":[{"name":"Layouts","item":[{"name":"Get Layout","id":"3012db8b-9d0a-4fc4-9f3d-08c5a74ad943","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v4/pages/layouts/:layoutId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v4","pages","layouts",":layoutId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0dab57da-d63f-42c6-97b5-87457b268631","description":{"content":"<p>Layout ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"layoutId"}]}},"response":[],"_postman_id":"3012db8b-9d0a-4fc4-9f3d-08c5a74ad943"},{"name":"Create Writelock","id":"ddd657a2-ad61-4a46-ab47-255cf1fbbe26","request":{"method":"PUT","header":[],"url":"https://{{instance}}.domo.com/api/content/v4/pages/layouts/:layoutId/writelock","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v4","pages","layouts",":layoutId","writelock"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"39207526-bf02-4e20-a2ef-1050d67eaff7","description":{"content":"<p>Layout ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"layoutId"}]}},"response":[],"_postman_id":"ddd657a2-ad61-4a46-ab47-255cf1fbbe26"},{"name":"Update Layout","id":"51f750cf-633b-4c6e-a141-4f698f04cb03","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"layoutId\": 123456,\r\n    \"pageUrn\": \"224746953\",\r\n    \"printFriendly\": true,\r\n    \"background\": null,\r\n    \"isDynamic\": true,\r\n    \"content\": [\r\n        {\r\n            \"id\": 1234,\r\n            \"contentKey\": 0,\r\n            \"compactInteractionDefault\": true,\r\n            \"formInstanceId\": \"<form_instance_uuid>\",\r\n            \"acceptFilters\": true,\r\n            \"style\": {\r\n                \"sourceId\": \"fo1\",\r\n                \"textColor\": \"dark\"\r\n            },\r\n            \"type\": \"FORM\"\r\n        }\r\n    ],\r\n    \"standard\": {\r\n        \"aspectRatio\": 1.67,\r\n        \"width\": 60,\r\n        \"frameMargin\": 4,\r\n        \"framePadding\": 8,\r\n        \"type\": \"STANDARD\",\r\n        \"template\": [\r\n            {\r\n                \"contentKey\": 2,\r\n                \"x\": 0,\r\n                \"y\": 0,\r\n                \"width\": 60,\r\n                \"height\": 5,\r\n                \"type\": \"FORM\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            }\r\n        ]\r\n    },\r\n    \"compact\": {\r\n        \"aspectRatio\": 1,\r\n        \"width\": 12,\r\n        \"frameMargin\": 4,\r\n        \"framePadding\": 8,\r\n        \"type\": \"COMPACT\",\r\n        \"template\": [\r\n            {\r\n                \"contentKey\": 2,\r\n                \"x\": 0,\r\n                \"y\": 0,\r\n                \"width\": 12,\r\n                \"height\": 2,\r\n                \"type\": \"FORM\",\r\n                \"virtual\": false,\r\n                \"virtualAppendix\": false,\r\n                \"children\": []\r\n            }\r\n        ]\r\n    },\r\n    \"hasPageBreaks\": false,\r\n    \"style\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v4/pages/layouts/:layoutId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v4","pages","layouts",":layoutId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"0afece81-318e-44b0-9457-3e34f45871fe","description":{"content":"<p>Layout ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"layoutId"}]}},"response":[],"_postman_id":"51f750cf-633b-4c6e-a141-4f698f04cb03"},{"name":"Delete Writelock","id":"869b6237-32c7-4848-a04a-f1948f2ddc1d","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v4/pages/layouts/:id/writelock","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v4","pages","layouts",":id","writelock"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"f50e728a-6e80-4e09-ad7a-a08d23f814ba","description":{"content":"<p>Layout ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"869b6237-32c7-4848-a04a-f1948f2ddc1d"}],"id":"dc3588db-7162-45fe-afc7-7357dc0cc82a","_postman_id":"dc3588db-7162-45fe-afc7-7357dc0cc82a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Filter Views","item":[{"name":"List Filter Views","id":"819d99d8-4b01-4eb5-8ecd-33a343f738bc","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v3/pages/:pageId/analyzer/named","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","pages",":pageId","analyzer","named"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"aa05a7ee-4466-4b78-91d3-9e153c77b0e2","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"pageId"}]}},"response":[],"_postman_id":"819d99d8-4b01-4eb5-8ecd-33a343f738bc"},{"name":"Update Filter View","id":"cfe57a6e-9d87-49d2-b3bd-48b88b34c49a","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"analyzerId\": 123456,\r\n    \"name\": \"<string>\",\r\n    \"type\": \"NAMED\",\r\n    \"scope\": \"PAGE\",\r\n    \"ownerId\": \"466826668\",\r\n    \"isDefault\": true,\r\n    \"order\": null,\r\n    \"filters\": [\r\n        {\r\n            \"column\": \"Column 1\",\r\n            \"operand\": \"IN\",\r\n            \"values\": [\r\n                \"<string>\"\r\n            ],\r\n            \"dataType\": \"string\",\r\n            \"filterType\": \"LEGACY\",\r\n            \"affectedCardUrns\": [],\r\n            \"key\": \"Column 1\"\r\n        }\r\n    ],\r\n    \"graphBy\": null,\r\n    \"functionOverrides\": {},\r\n    \"segmentIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/pages/:pageId/analyzer","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","pages",":pageId","analyzer"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e5eac76d-568b-463d-99aa-1e172000617e","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"pageId"}]}},"response":[],"_postman_id":"cfe57a6e-9d87-49d2-b3bd-48b88b34c49a"},{"name":"Delete Filter View","id":"45187503-5150-47fa-acc4-1445af25fb03","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v3/pages/analyzer/:filterViewId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","pages","analyzer",":filterViewId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"62c86255-7f0a-45dc-ae85-f3c4f251cfc9","description":{"content":"<p>Filter View ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"filterViewId"}]}},"response":[],"_postman_id":"45187503-5150-47fa-acc4-1445af25fb03"}],"id":"2a0b9bc1-b9be-43ee-b333-b7a407ff5e18","description":"<p><a href=\"https://domo-support.domo.com/s/article/360042923914?language=en_US\">Filter Views Official Documentation</a></p>\n","_postman_id":"2a0b9bc1-b9be-43ee-b333-b7a407ff5e18","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"List Pages Admin Summary","id":"85c7e3aa-9b16-4e60-af58-a469e7ba527b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includePageTitleClause\": true,\r\n    \"orderBy\": \"createdTime\",\r\n    \"pageTitleSearchText\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/pages/adminsummary?limit=15&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","pages","adminsummary"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"15"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"85c7e3aa-9b16-4e60-af58-a469e7ba527b"},{"name":"List Access","id":"19f029a5-1973-4991-94c8-156d190a0747","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/share/accesslist/page/:id?expandUsers=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share","accesslist","page",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"filter","value":""},{"disabled":true,"key":"limit","value":""},{"key":"expandUsers","value":"false"}],"variable":[{"id":"efdda744-61f9-4555-83f6-220164803eb2","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"19f029a5-1973-4991-94c8-156d190a0747"},{"name":"Get Page","id":"39630350-f5db-4e24-a546-147ae145f99b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v3/stacks/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","stacks",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"stackLoadContextId","value":"1799789482"},{"disabled":true,"key":"includeV4PageLayouts","value":"true"},{"disabled":true,"key":"stackLoadContext","value":"Page"},{"disabled":true,"key":"stackLoadTrigger","value":"page-view"},{"disabled":true,"key":"parts","value":"metadata,datasources,library,drillPathURNs,owners,certification,dateInfo,subscriptions,slicers,metadataOverrides"}],"variable":[{"id":"3f8677ce-0c6f-44d0-a1a3-c00d38eb4362","description":{"content":"<p>Page ID. Append \"/cards\" to return all Cards on Page.</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"39630350-f5db-4e24-a546-147ae145f99b"},{"name":"Get Navigation Page Order (Individual User)","id":"4cd1fe0b-75c4-4183-bb19-1ed4035c9000","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/pages/navigation?includeStartPage=true&elevateSharedPage=true&includeHidden=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","pages","navigation"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"includeStartPage","value":"true"},{"key":"elevateSharedPage","value":"true"},{"key":"includeHidden","value":"true"}],"variable":[]}},"response":[],"_postman_id":"4cd1fe0b-75c4-4183-bb19-1ed4035c9000"},{"name":"Share Access","id":"eb1227e3-160c-47c9-8108-f7c6a73bdf33","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"resources\": [\r\n        {\r\n            \"type\": \"page\",\r\n            \"id\": \"121730951\"\r\n        }\r\n    ],\r\n    \"recipients\": [\r\n        {\r\n            \"type\": \"\", //user or group. Must be lowercase.\r\n            \"id\": \"1074337521\"\r\n        }\r\n    ],\r\n    \"message\": \"I thought you might find this interesting.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/share?sendEmail=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"sendEmail","value":"false"}],"variable":[]}},"response":[],"_postman_id":"eb1227e3-160c-47c9-8108-f7c6a73bdf33"},{"name":"Move Pages","id":"9adb4c55-3c1e-46de-bbde-737529fc7018","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"parentPageId\": 1602735973, //remove to make top level page\r\n    \"pageIds\": [\r\n        1337839338\r\n    ],\r\n    \"pagePermission\": \"ORIGINAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/pages/bulk/move","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","pages","bulk","move"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9adb4c55-3c1e-46de-bbde-737529fc7018"},{"name":"Reorder Pages (Individual User)","id":"a01726bb-a9ac-4975-bd9f-bb54be225dbc","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"pageOrderMap\": {\r\n    //Use object key 0 for top level pages. Use a page ID as the key to order its subpages\r\n        \"0\": \"<page_id>, <page_id>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/pages/pageorder","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","pages","pageorder"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a01726bb-a9ac-4975-bd9f-bb54be225dbc"},{"name":"Update Page","id":"81f32e1f-aa36-407f-9489-bca64e950504","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<string>\",\r\n    \"locked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/pages/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","pages",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5bd21de2-e991-41ed-9beb-fdb53ebb0c62","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"81f32e1f-aa36-407f-9489-bca64e950504"},{"name":"Remove Access","id":"e13ded27-29d9-4d82-8e34-af781915c4d9","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/share/bulk/page/:type/:id?resourceIds=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","share","bulk","page",":type",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Comma separated list of Page IDs</p>\n","type":"text/plain"},"key":"resourceIds","value":""}],"variable":[{"id":"166f2c72-ed4a-47fe-9adc-71516a515f38","description":{"content":"<p>user or group</p>\n","type":"text/plain"},"type":"any","value":"user","key":"type"},{"id":"b2b815d5-5ca7-48eb-8508-32efca6674dd","description":{"content":"<p>User or Group ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e13ded27-29d9-4d82-8e34-af781915c4d9"},{"name":"Delete Page","id":"92c4cc76-9a9f-40b6-8308-f60d4a75cf10","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/pages/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","pages",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ae1ff41a-6c12-4a2b-894b-a2ac7f20d183","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"92c4cc76-9a9f-40b6-8308-f60d4a75cf10"}],"id":"e5b3d2e4-e422-4c51-816f-690561c18d43","description":"<p><a href=\"https://domo-support.domo.com/s/article/360043428553?language=en_US\">Dashboards Official Documentation</a></p>\n","_postman_id":"e5b3d2e4-e422-4c51-816f-690561c18d43","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Publications (Slideshows)","item":[{"name":"List Publications","id":"27e02e20-8348-47be-b7cf-0fe700cbd165","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reports"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"88be8091-3cc9-4f6f-b98f-da441d1c0eb6","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1234,\r\n        \"ownerId\": 1234,\r\n        \"title\": \"<string>\",\r\n        \"created\": 1735689600000,\r\n        \"updated\": 1735689600000,\r\n        \"subject\": null,\r\n        \"properties\": {\r\n            \"isShared\": true,\r\n            \"tokenId\": null,\r\n            \"isAccessCodeRequired\": false,\r\n            \"accessCode\": null\r\n        },\r\n        \"cardIds\": [\r\n            1234,\r\n            2345\r\n        ],\r\n        \"schedule\": null\r\n    }\r\n]"}],"_postman_id":"27e02e20-8348-47be-b7cf-0fe700cbd165"},{"name":"Create Publication","id":"02123eee-5296-4f9c-9023-2a2abbdd70e2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<string>\",\r\n    \"type\": \"slideshow\",\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        \"1234\",\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reports"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[{"id":"1f7a7703-f829-4b0d-a460-9f8cc3468e22","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"<string>\",\r\n    \"type\": \"slideshow\",\r\n    \"properties\": {},\r\n    \"cardIds\": [\r\n        \"1234\",\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        2345\r\n    ],\r\n    \"schedule\": null\r\n}"}],"_postman_id":"02123eee-5296-4f9c-9023-2a2abbdd70e2"},{"name":"Update Publication","event":[{"listen":"prerequest","script":{"exec":["if (pm.request.url.variables.get('id') != JSON.parse(pm.request.body.raw).id) {\r","    throw new Error('The URL parameter and body property for \"id\" don\\'t match. Adjust them to match each other and try again.')\r","}"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"exec":[],"type":"text/javascript"}}],"id":"d82a810a-04a0-4b97-944b-4bb534355dab","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"schedule\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reports",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"9b039cdf-ee3d-43f4-bcd5-5ee1f4dfbd73","description":{"content":"<p>Publication ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"ccfaf1df-3742-405d-8d5a-25983c1bf526","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": null,\r\n    \"updated\": null,\r\n    \"subject\": null,\r\n    \"schedule\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        \"2345\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/reports/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","reports",":id"],"variable":[{"key":"id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": 1234,\r\n    \"ownerId\": 1234,\r\n    \"title\": \"<string>\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"subject\": null,\r\n    \"properties\": {\r\n        \"isShared\": false,\r\n        \"tokenId\": null,\r\n        \"isAccessCodeRequired\": false,\r\n        \"accessCode\": null\r\n    },\r\n    \"cardIds\": [\r\n        1234,\r\n        2345\r\n    ],\r\n    \"schedule\": null\r\n}"}],"_postman_id":"d82a810a-04a0-4b97-944b-4bb534355dab"},{"name":"Delete Publication","id":"ef67cfd3-9ed5-494b-a404-1131e17b9064","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reports/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reports",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"cf8d813c-dc1f-461a-a3ee-97daccb3aa1b","type":"any","value":"","key":"id"}]}},"response":[{"id":"b6987bca-a53d-4e8b-a6f7-3e4edf461533","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v1/reports/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v1","reports",":id"],"variable":[{"key":"id","value":"1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ef67cfd3-9ed5-494b-a404-1131e17b9064"}],"id":"823c5068-1ef0-44db-92d2-1f3e4d80ae24","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000Zao7GAC/slideshow-publications?language=en_US\">Slideshow Publications Official Documentation</a></p>\n","_postman_id":"823c5068-1ef0-44db-92d2-1f3e4d80ae24","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Roles","item":[{"name":"List Roles","id":"03fa5f70-f85d-4c78-b545-218b6956823a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/roles","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["authorization","v1","roles"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"03fa5f70-f85d-4c78-b545-218b6956823a"},{"name":"List Grants","id":"abb111b1-8e4c-4035-bf18-ba21fb2426ca","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/authorities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["authorization","v1","authorities"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"abb111b1-8e4c-4035-bf18-ba21fb2426ca"},{"name":"List Users with a Certain Grant","id":"f2caa7ea-a54e-4460-8e2e-650bc60ac596","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/typeahead?authorities=content.card.edit&limit=10&type=userByName&type=userByEmail","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","typeahead"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Grant</p>\n","type":"text/plain"},"key":"authorities","value":"content.card.edit"},{"key":"limit","value":"10"},{"key":"type","value":"userByName"},{"key":"type","value":"userByEmail"},{"disabled":true,"key":"filter","value":""},{"disabled":true,"key":"fields","value":"USER_TRIAL_DETAILS"}],"variable":[]}},"response":[],"_postman_id":"f2caa7ea-a54e-4460-8e2e-650bc60ac596"},{"name":"Get Role","id":"e4da4419-8a61-4787-9c88-892f9b51f457","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["authorization","v1","roles",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a2dcd73f-c47c-452f-9223-040c694b99f5","description":{"content":"<p>Role ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"e4da4419-8a61-4787-9c88-892f9b51f457"},{"name":"Get Role Grants","id":"a4727366-7982-43b7-a194-672e043e93bd","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/authorization/v1/roles/:id/authorities","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["authorization","v1","roles",":id","authorities"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"6bf46732-2b9d-4635-8dde-8e9fc8d3519c","description":{"content":"<p>Role ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"a4727366-7982-43b7-a194-672e043e93bd"}],"id":"23e14d4b-fe0d-4157-b02f-8557d5c8c22d","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZapEGAS/roles?language=en_US\">Roles Official Documentation</a></p>\n","_postman_id":"23e14d4b-fe0d-4157-b02f-8557d5c8c22d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Sandbox","item":[{"name":"List Repositories","id":"e546f63b-32b2-4c0d-9513-b5af491525df","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": {\r\n        \"offset\": 0,\r\n        \"limit\": 50,\r\n        \"fieldSearchMap\": {},\r\n        \"sort\": \"started\",\r\n        \"order\": \"desc\",\r\n        \"filters\": {\r\n            \"userId\": null\r\n        },\r\n        \"dateFilters\": {}\r\n    },\r\n    \"shared\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/repositories/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","repositories","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e546f63b-32b2-4c0d-9513-b5af491525df"},{"name":"List Promotion History","id":"30e8d032-8b21-40e8-83c9-18479c3f0a14","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"offset\": 0,\r\n    \"limit\": 500,\r\n    \"filters\": {\r\n        \"repositoryName\": [\r\n            \"Sandbox Testing Link\"\r\n        ],\r\n        \"commitName\": [],\r\n        \"status\": [],\r\n        \"userId\": []\r\n    },\r\n    \"fieldSearchMap\": {},\r\n    \"sort\": \"completed\",\r\n    \"order\": \"desc\",\r\n    \"searchDistinct\": false,\r\n    \"dateFilters\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/promotions/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","promotions","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"30e8d032-8b21-40e8-83c9-18479c3f0a14"},{"name":"List Commit History","id":"776db535-a83e-42d4-81e2-47624d7309c2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"offset\": 0,\r\n    \"limit\": 500,\r\n    \"filters\": {\r\n        \"repositoryName\": [],\r\n        \"commitName\": [],\r\n        \"status\": []\r\n    },\r\n    \"fieldSearchMap\": {},\r\n    \"sort\": \"completed\",\r\n    \"order\": \"desc\",\r\n    \"searchDistinct\": false,\r\n    \"dateFilters\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/commitRequests/search","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","commitRequests","search"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"776db535-a83e-42d4-81e2-47624d7309c2"},{"name":"List Instances","id":"cca95fae-64ef-4ae2-a516-77d34fa2f51d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/version/v1/authorizations?limit=250","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","authorizations"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"250"}],"variable":[]}},"response":[],"_postman_id":"cca95fae-64ef-4ae2-a516-77d34fa2f51d"},{"name":"Get Repository","id":"ee372e2d-f602-4b84-a980-60e3b8c4cdf3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/version/v1/repositories/:repositoryId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","repositories",":repositoryId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3cbe9885-6929-4db9-bd46-42d5ac441b69","description":{"content":"<p>Repository UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"repositoryId"}]}},"response":[],"_postman_id":"ee372e2d-f602-4b84-a980-60e3b8c4cdf3"},{"name":"Get Repository Commits","id":"e484bf4b-d075-4073-9243-7b0bb82c3c3b","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/version/v1/repositories/:repositoryId/commits","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","repositories",":repositoryId","commits"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"6b5a6f57-b68f-476b-b08c-0cc6093edf69","description":{"content":"<p>Repository UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"repositoryId"}]}},"response":[],"_postman_id":"e484bf4b-d075-4073-9243-7b0bb82c3c3b"},{"name":"Get Sandbox Settings","id":"9013f035-d3d9-44fb-8115-c8a1d433bf6a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/version/v1/settings","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","settings"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9013f035-d3d9-44fb-8115-c8a1d433bf6a"},{"name":"Promote and Link","id":"274dcf66-75a7-4be8-8659-f82906743292","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"commitId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"mapping\": [\r\n        {\r\n            \"mappingId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"deployObjectId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"repositoryObjectId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"contentType\": \"DATASET\",\r\n            \"link\": false\r\n        }\r\n    ],\r\n    \"pusherEventId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"approvalId\": \"\",\r\n    \"seedingRepoName\": \"<string>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/repositories/:repositoryId/deployments/:deploymentId/promoteAndSeed","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","repositories",":repositoryId","deployments",":deploymentId","promoteAndSeed"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"646ed4e2-a86d-4667-b0d6-a7c9694da8ae","description":{"content":"<p>Respository UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"repositoryId"},{"id":"4a7dea7d-0cc9-44fa-ad37-3f6d04bc4a58","description":{"content":"<p>Deployment UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"deploymentId"}]}},"response":[],"_postman_id":"274dcf66-75a7-4be8-8659-f82906743292"},{"name":"Create Commit","id":"e6c29766-f94f-4d3f-975b-a44558b9f5fc","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"summary\": \"<string>\",\r\n    \"hidden\": false,\r\n    \"pusherEventId\": \"00000000-0000-0000-0000-000000000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/version/v1/repositories/:repositoryId/commitRequests","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["version","v1","repositories",":repositoryId","commitRequests"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5a822207-aecf-49b4-9b14-999392fc35a6","description":{"content":"<p>Repository UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"repositoryId"}]}},"response":[],"_postman_id":"e6c29766-f94f-4d3f-975b-a44558b9f5fc"}],"id":"36411cfd-7e4c-46b0-8d5b-b812a09b14b4","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZmNmGAK/domo-sandbox?language=en_US\">Sandbox Official Documentation</a></p>\n","_postman_id":"36411cfd-7e4c-46b0-8d5b-b812a09b14b4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Scheduled Reports","item":[{"name":"List Scheduled Reports","id":"c44e749a-dd54-41ce-9be3-613b001dfc5d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules?filter=USER&isAscending=true&orderBy=title","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>USER, RECIPIENT, or OWNER</p>\n","type":"text/plain"},"key":"filter","value":"USER"},{"key":"isAscending","value":"true"},{"key":"orderBy","value":"title"}],"variable":[]}},"response":[],"_postman_id":"c44e749a-dd54-41ce-9be3-613b001dfc5d"},{"name":"Get Scheduled Report","id":"94cff464-23a6-41c9-af4a-6aa393e26825","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5258cd1b-51ab-4388-b74b-768739410df6","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"94cff464-23a6-41c9-af4a-6aa393e26825"},{"name":"Get Scheduled Report History","id":"14ef7a24-457d-4720-bffe-6cf3992c099d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/history?limit=100&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id","history"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"skip","value":"0"}],"variable":[{"id":"358a8b1e-d550-44f8-9fed-bfa4482252f5","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"14ef7a24-457d-4720-bffe-6cf3992c099d"},{"name":"Get Card View","id":"b224389e-c8c0-4d60-bf72-c320dcc5c097","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/views/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","views",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e339c2b0-823a-4a9f-9c9e-f53df81ab3cc","description":{"content":"<p>Card View ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"b224389e-c8c0-4d60-bf72-c320dcc5c097"},{"name":"Search Scheduled Report History","id":"018470b5-024c-40b0-af54-4138c2d63f97","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"includeTypeClause\": false,\r\n    \"isAutomated\": false,\r\n    \"includeTitleClause\": false,\r\n    \"includeStatusClause\": true,\r\n    \"includeScheduleIdClause\": true,\r\n    \"scheduleId\": \"120\",\r\n    \"status\": \"success\" //success or failure\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/history/search?limit=30&skip=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules","history","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"30"},{"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"018470b5-024c-40b0-af54-4138c2d63f97"},{"name":"Send Scheduled Report","id":"be32032b-aef1-45ea-ac54-246af5f23d37","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"type\": \"USER\",\r\n        \"value\": \"123456\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/sendnow","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id","sendnow"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3d01b733-6590-430d-a643-5ef8f84ba3ae","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"be32032b-aef1-45ea-ac54-246af5f23d37"},{"name":"Create Card View (For Scheduled Report)","id":"54028092-9b90-4748-8a98-37b7801d5d2a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"<string>\",\r\n    \"resourceType\": \"CARD\",\r\n    \"resourceId\": 123456,\r\n    \"type\": \"VIEW\",\r\n    \"purpose\": \"REPORT\",\r\n    \"filterGroupIds\": [],\r\n    \"filters\": [],\r\n    \"functionOverrides\": {},\r\n    \"chartState\": {\r\n        \"chartType\": \"badge_basic_table\",\r\n        \"overrides\": {\r\n            \"hide_series\": \"none\",\r\n            \"series_filter\": \"none\",\r\n            \"row_filter\": \"none\",\r\n            \"range_filter_y\": \"none\",\r\n            \"range_filter_x\": \"none\",\r\n            \"range_filter_cat_x\": \"none\",\r\n            \"range_filter_time\": \"none\",\r\n            \"collapsed_filters\": \"none\",\r\n            \"column_sort\": \"[{\\\"column\\\":\\\"Date\\\",\\\"sort\\\":\\\"asc\\\"}]\"\r\n        }\r\n    },\r\n    \"overrideDateRange\": true,\r\n    \"overrideSlicers\": true,\r\n    \"segmentIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/views","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","views"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"54028092-9b90-4748-8a98-37b7801d5d2a"},{"name":"Create Scheduled Report","id":"287ce569-7627-4529-b10d-49d5d4714db4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject\": \"<string>\",\r\n    \"attachmentInclude\": true,\r\n    \"schedule\": {\r\n        \"frequency\": \"WEEKLY\",\r\n        \"enabled\": true,\r\n        \"daysToRun\": \"1\",\r\n        \"hourOfDay\": \"11\",\r\n        \"minOfHour\": \"11\",\r\n        \"expirationDate\": 123456789000,\r\n        \"startDate\": 123456789000,\r\n        \"additionalRecipients\": [\r\n            {\r\n                \"type\": \"USER\",\r\n                \"value\": \"123456\",\r\n                \"email\": \"test@email.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"viewId\": 123456\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"287ce569-7627-4529-b10d-49d5d4714db4"},{"name":"Update Scheduled Report","id":"1000c23a-b693-4a8e-a91d-b2338d229fbf","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123,\r\n    \"title\": \"<string>\",\r\n    \"ownerId\": 123456,\r\n    \"owner\": false,\r\n    \"schedule\": {\r\n        \"frequency\": \"WEEKLY\",\r\n        \"ownerId\": 123456,\r\n        \"daysToRun\": \"1\",\r\n        \"hourOfDay\": 11,\r\n        \"minOfHour\": 11,\r\n        \"expirationDate\": 1234567890000,\r\n        \"timezone\": \"America/New_York\",\r\n        \"additionalRecipients\": [\r\n            {\r\n                \"type\": \"USER\",\r\n                \"value\": \"123456\"\r\n            }\r\n        ],\r\n        \"nextRunDate\": 1234567890000,\r\n        \"startDate\": 1234567890000,\r\n        \"unsubscribedRecipients\": [],\r\n        \"enabled\": true,\r\n        \"embedReport\": false\r\n    },\r\n    \"subject\": \"<string>\",\r\n    \"viewId\": 123456,\r\n    \"active\": true,\r\n    \"attachmentInclude\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"73910213-feda-4355-acf5-5cbf41d50c79","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1000c23a-b693-4a8e-a91d-b2338d229fbf"},{"name":"Update Card View (For Scheduled Report)","id":"5062f62c-2ab0-4c35-a6c2-ad20265f016b","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 123456,\r\n    \"name\": \"<string>\",\r\n    \"type\": \"VIEW\",\r\n    \"resourceType\": \"CARD\",\r\n    \"resourcePrefix\": null,\r\n    \"resourceId\": 123456,\r\n    \"locked\": false,\r\n    \"active\": true,\r\n    \"ownerId\": 123456,\r\n    \"description\": null,\r\n    \"filters\": [\r\n        {\r\n            \"column\": \"Column 1\",\r\n            \"operand\": \"IN\",\r\n            \"values\": [\r\n                \"Lost\"\r\n            ],\r\n            \"dataType\": \"string\",\r\n            \"filterType\": \"LEGACY\",\r\n            \"affectedCardUrns\": [],\r\n            \"label\": \"<string>\",\r\n            \"dataSourceId\": \"00000000-0000-0000-0000-000000000000\",\r\n            \"sourceCardURN\": \"\"\r\n        }\r\n    ],\r\n    \"created\": 1234567890000,\r\n    \"modified\": 1234567890000,\r\n    \"filterGroupIds\": [],\r\n    \"chartStates\": [],\r\n    \"chartType\": \"badge_basic_table\",\r\n    \"chartOverrides\": [\r\n        {\r\n            \"key\": \"row_filter\",\r\n            \"value\": \"none\"\r\n        }\r\n    ],\r\n    \"rowFilterOverride\": \"none\",\r\n    \"filterGroups\": [],\r\n    \"purpose\": \"REPORT\",\r\n    \"dateRangeFilter\": null,\r\n    \"overrideDateRange\": true,\r\n    \"backgroundId\": null,\r\n    \"fitToFrame\": false,\r\n    \"darkMode\": false,\r\n    \"segmentIds\": [],\r\n    \"functionOverrides\": {},\r\n    \"dataControlFilters\": [],\r\n    \"overrideSlicers\": true,\r\n    \"chartState\": {\r\n        \"chartType\": \"badge_basic_table\",\r\n        \"overrides\": {\r\n            \"hide_series\": \"none\",\r\n            \"series_filter\": \"none\",\r\n            \"row_filter\": \"none\",\r\n            \"range_filter_y\": \"none\",\r\n            \"range_filter_x\": \"none\",\r\n            \"range_filter_cat_x\": \"none\",\r\n            \"range_filter_time\": \"none\",\r\n            \"collapsed_filters\": \"none\",\r\n            \"column_sort\": \"[{\\\"column\\\":\\\"Column 1\\\",\\\"sort\\\":\\\"asc\\\"}]\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/views/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","views",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"57a80e82-7b80-4c7e-bda5-54bdd8fa5121","description":{"content":"<p>Card View ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"5062f62c-2ab0-4c35-a6c2-ad20265f016b"},{"name":"Enable/Disable Scheduled Report","id":"312ba5c8-2cac-4fc8-a334-6018665e88ff","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"false","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/enabled","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id","enabled"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"46e5fbcd-dd1c-46e1-9aa4-60b7796d4f16","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"312ba5c8-2cac-4fc8-a334-6018665e88ff"},{"name":"Delete Scheduled Report","id":"07b39a68-f1d9-46f7-9110-91441f166d2a","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"a7825824-1d09-4a49-920f-5ce50e2ee856","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"07b39a68-f1d9-46f7-9110-91441f166d2a"},{"name":"Delete Unsubscribe (Resubscribe Signed In User)","id":"c194acc8-579a-4176-8343-d935ee3666bc","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/unsubscribe/recipient","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id","unsubscribe","recipient"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"5e498e28-93c6-46ed-b2d7-048d204b1b6e","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"c194acc8-579a-4176-8343-d935ee3666bc"},{"name":"Unsubscribe (Signed In User)","id":"86fdf897-bfba-4c9b-8444-d08ed7419af0","request":{"method":"POST","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/reportschedules/:id/unsubscribe","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","reportschedules",":id","unsubscribe"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"46776dc8-bb99-4e22-9b9d-5b56a860a9ee","description":{"content":"<p>Scheduled Report ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"86fdf897-bfba-4c9b-8444-d08ed7419af0"}],"id":"928c001a-46a6-4f37-87d5-822e677e074e","description":"<p><a href=\"https://domo-support.domo.com/s/article/360043437773?language=en_US\">Scheduled Reports Official Documentation</a></p>\n","_postman_id":"928c001a-46a6-4f37-87d5-822e677e074e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Toolkit","item":[{"name":"List Applications","id":"b1d03b5b-86ac-4cf7-93ee-689a7fba922d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d03b5b-86ac-4cf7-93ee-689a7fba922d"},{"name":"Get Jobs","id":"e8a57ef4-57c4-4280-851c-8635617f793d","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v2/applications/:applicationId/jobs?limit=100&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v2","applications",":applicationId","jobs"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"}],"variable":[{"id":"d7a52e40-0fe7-4298-89fa-26afb83a948f","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"}]}},"response":[],"_postman_id":"e8a57ef4-57c4-4280-851c-8635617f793d"},{"name":"Get Job","id":"44ba9954-ec68-45b4-90db-6173835dd5a8","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"51d648cf-84ea-4416-9623-db6ceb379fd7","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"4fadbe19-1a25-4683-a758-a7292eb92b5d","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"44ba9954-ec68-45b4-90db-6173835dd5a8"},{"name":"Run Job","id":"d77dc18b-60dc-45fd-a6da-ee9c4111183e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId/executions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"af372a33-3b0b-40b5-97b0-394314be89d6","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"64fe185c-f8c9-4637-b7b4-c6ad9ce7e1ee","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"d77dc18b-60dc-45fd-a6da-ee9c4111183e"},{"name":"Share/Unshare Job","id":"54e817f5-f19d-45cf-bf37-105bfd1021de","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ownerUserId\": 123456,\r\n    \"grantUserIds\": [],\r\n    \"revokeUserIds\": [],\r\n    \"grantGroupIds\": [\r\n        123456\r\n    ],\r\n    \"revokeGroupIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:applicationId/jobs/:jobId/share","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":applicationId","jobs",":jobId","share"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"e087372a-519d-450c-b020-59772151e1ac","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"applicationId"},{"id":"5d39f679-416e-4017-bb0a-77e85815e687","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"54e817f5-f19d-45cf-bf37-105bfd1021de"},{"name":"Create Trigger","id":"69c23202-667b-4579-80c1-9292bf9f79ef","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eventEntity\": \"00000000-0000-0000-0000-000000000000\", //DataSet UUID\r\n    \"eventType\": \"datasetUpdated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId/triggers","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId","triggers"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7bdfba11-d872-4bb0-a27b-b37aadd33042","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"7e5c6130-6696-4adc-b459-8a8d3f7aa99a","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"69c23202-667b-4579-80c1-9292bf9f79ef"},{"name":"Update Job","id":"46b4befd-2870-48c7-b64c-52c7c4d5d5db","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"applicationId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"customerId\": \"<string>\",\r\n    \"jobName\": \"<string>\",\r\n    \"jobDescription\": \"<string>\",\r\n    \"userId\": 123456,\r\n    \"executionTimeout\": 1440,\r\n    \"jobStatus\": \"idle\",\r\n    \"executionPayload\": {},\r\n    \"executionResponse\": {},\r\n    \"accounts\": [\r\n        123\r\n    ],\r\n    \"executionClass\": \"com.domo.executor.dataset.DataSetSharingApplication\",\r\n    \"created\": 1735689600000,\r\n    \"updated\": 1735689600000,\r\n    \"triggers\": [],\r\n    \"compressPayload\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"855fdd6d-2efd-406e-a3aa-15dbba5f1619","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"37a1bf55-d416-4830-92bb-93b7f03a8f0b","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"46b4befd-2870-48c7-b64c-52c7c4d5d5db"},{"name":"Delete Job","id":"cae4d252-5eba-4e17-8413-fee0fd7c8bf5","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/executor/v1/applications/:appId/jobs/:jobId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["executor","v1","applications",":appId","jobs",":jobId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3f72d889-16e3-46c9-bc59-9bad811f4b2b","description":{"content":"<p>Application UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"appId"},{"id":"643fc1b5-27eb-4121-beeb-94199140dccd","description":{"content":"<p>Job UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"jobId"}]}},"response":[],"_postman_id":"cae4d252-5eba-4e17-8413-fee0fd7c8bf5"}],"id":"ec69d0f8-ac59-4693-b26e-7766671c917d","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZlStGAK/toolkit?language=en_US\">Toolkit Official Documentation</a></p>\n","_postman_id":"ec69d0f8-ac59-4693-b26e-7766671c917d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Search Users","id":"45a9f359-76b9-41a1-a455-88d53de79fc8","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"cacheBuster\": 1700000000000,\r\n    \"showCount\": true,\r\n    \"count\": false,\r\n    \"includeDeleted\": true,\r\n    \"onlyDeleted\": false,\r\n    \"includeSupport\": true,\r\n    \"offset\": 0,\r\n    \"limit\": 100,\r\n    \"sort\": {\r\n        \"field\": \"displayName\",\r\n        \"order\": \"ASC\"\r\n    },\r\n    \"filters\": [\r\n        {\r\n            \"field\": \"reportsTo\",\r\n            \"values\": [\r\n                \"123456\"\r\n            ],\r\n            \"operator\": \"EQ\",\r\n            \"filterType\": \"value\"\r\n        }\r\n    ],\r\n    \"ids\": [],\r\n    \"attributes\": [\r\n        \"id\",\r\n        \"displayName\",\r\n        \"department\",\r\n        \"userName\",\r\n        \"emailAddress\",\r\n        \"phoneNumber\",\r\n        \"deskPhoneNumber\",\r\n        \"title\",\r\n        \"timeZone\",\r\n        \"hireDate\",\r\n        \"modified\",\r\n        \"created\",\r\n        \"alternateEmail\",\r\n        \"employeeLocation\",\r\n        \"employeeNumber\",\r\n        \"employeeId\",\r\n        \"locale\",\r\n        \"roleId\",\r\n        \"reportsTo\",\r\n        \"isAnonymous\",\r\n        \"isSystemUser\",\r\n        \"isPending\",\r\n        \"isActive\",\r\n        \"invitorUserId\",\r\n        \"lastActivity\"\r\n    ],\r\n    \"parts\":[\"DETAILED\",\"GROUPS\",\"ROLE\",\"MINIMAL\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/users/search?explain=false&cacheBuster=1700000000000","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","users","search"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"explain","value":"false"},{"description":{"content":"<p>Epoch timestamp in miliseconds</p>\n","type":"text/plain"},"key":"cacheBuster","value":"1700000000000"}],"variable":[]}},"response":[],"_postman_id":"45a9f359-76b9-41a1-a455-88d53de79fc8"},{"name":"List Users (identity/v1)","id":"5705bb75-63f8-4f6a-8e7f-1fc56d31a3cb","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/identity/v1/users/?limit=100&offset=0&attributes=id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","users",""],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"description":{"content":"<p>Comma separated list of user attributes to return. Returned by default: id, displayName, userName, emailAddress, roleId.</p>\n","type":"text/plain"},"key":"attributes","value":"id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity"}],"variable":[]}},"response":[{"id":"e40603ac-efec-407d-9319-57b4be59a020","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/identity/v1/users/?limit=100&offset=0&attributes=id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity","host":["https://{{instance}}.domo.com/api"],"path":["identity","v1","users",""],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"attributes","value":"id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"attributes\": [\n                {\n                    \"key\": \"id\",\n                    \"values\": [\n                        1234\n                    ]\n                },\n                {\n                    \"key\": \"displayName\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"department\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"userName\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"emailAddress\",\n                    \"values\": [\n                        \"email@domain.tld\"\n                    ]\n                },\n                {\n                    \"key\": \"phoneNumber\",\n                    \"values\": [\n                        \"000-000-0000\"\n                    ]\n                },\n                {\n                    \"key\": \"deskPhoneNumber\",\n                    \"values\": [\n                        \"000-000-0000\"\n                    ]\n                },\n                {\n                    \"key\": \"title\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"timeZone\",\n                    \"values\": [\n                        \"UTC\"\n                    ]\n                },\n                {\n                    \"key\": \"hireDate\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"modified\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"created\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"alternateEmail\",\n                    \"values\": [\n                        \"email@domain.tld\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeLocation\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeNumber\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeId\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"roleId\",\n                    \"values\": [\n                        1234\n                    ]\n                },\n                {\n                    \"key\": \"reportsTo\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"isAnonymous\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isSystemUser\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isPending\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isActive\",\n                    \"values\": [\n                        true\n                    ]\n                },\n                {\n                    \"key\": \"lastActivity\",\n                    \"values\": [\n                        1735689600000\n                    ],\n                    \"source\": \"domo\"\n                }\n            ],\n            \"id\": 1234,\n            \"displayName\": \"<string>\",\n            \"roleId\": 1234,\n            \"emailAddress\": \"email@domain.tld\",\n            \"userName\": \"<string>\"\n        },\n        {\n            \"attributes\": [\n                {\n                    \"key\": \"id\",\n                    \"values\": [\n                        2345\n                    ]\n                },\n                {\n                    \"key\": \"displayName\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"department\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"userName\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"emailAddress\",\n                    \"values\": [\n                        \"email@domain.tld\"\n                    ]\n                },\n                {\n                    \"key\": \"phoneNumber\",\n                    \"values\": [\n                        \"000-000-0000\"\n                    ]\n                },\n                {\n                    \"key\": \"deskPhoneNumber\",\n                    \"values\": [\n                        \"000-000-0000\"\n                    ]\n                },\n                {\n                    \"key\": \"title\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"timeZone\",\n                    \"values\": [\n                        \"UTC\"\n                    ]\n                },\n                {\n                    \"key\": \"hireDate\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"modified\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"created\",\n                    \"values\": [\n                        1735689600000\n                    ]\n                },\n                {\n                    \"key\": \"alternateEmail\",\n                    \"values\": [\n                        \"email@domain.tld\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeLocation\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeNumber\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"employeeId\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"roleId\",\n                    \"values\": [\n                        1234\n                    ]\n                },\n                {\n                    \"key\": \"reportsTo\",\n                    \"values\": [\n                        \"<string>\"\n                    ]\n                },\n                {\n                    \"key\": \"isAnonymous\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isSystemUser\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isPending\",\n                    \"values\": [\n                        false\n                    ]\n                },\n                {\n                    \"key\": \"isActive\",\n                    \"values\": [\n                        true\n                    ]\n                },\n                {\n                    \"key\": \"lastActivity\",\n                    \"values\": [\n                        1735689600000\n                    ],\n                    \"source\": \"domo\"\n                }\n            ],\n            \"id\": 2345,\n            \"displayName\": \"<string>\",\n            \"roleId\": 1234,\n            \"emailAddress\": \"email@domain.tld\",\n            \"userName\": \"<string>\"\n        }\n    ]\n}"}],"_postman_id":"5705bb75-63f8-4f6a-8e7f-1fc56d31a3cb"},{"name":"List Users (content/v3)","id":"77c62f10-d81c-4071-9348-6ccee00a7ff5","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v3/users/?limit=100&offset=0&active=true","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","users",""],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"active","value":"true"}],"variable":[]}},"response":[{"id":"aa60fef8-ef94-40c4-8f2e-6bc24d0d842e","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v3/users/?limit=100&offset=0&active=true","host":["https://{{instance}}.domo.com/api"],"path":["content","v3","users",""],"query":[{"key":"limit","value":"100"},{"key":"offset","value":"0"},{"key":"active","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1234,\n        \"invitorUserId\": 2345,\n        \"displayName\": \"<string>\",\n        \"role\": \"<string>\",\n        \"roleId\": 1,\n        \"detail\": {\n            \"email\": \"email@domain.tld\"\n        }\n    },\n    {\n        \"id\": 2345,\n        \"invitorUserId\": 3456,\n        \"displayName\": \"<string>\",\n        \"role\": \"<string>\",\n        \"roleId\": 1,\n        \"detail\": {\n            \"email\": \"email@domain.tld\"\n        }\n    }\n]"}],"_postman_id":"77c62f10-d81c-4071-9348-6ccee00a7ff5"},{"name":"Get Users","id":"b572ee2f-9a80-4658-9486-2a863499ef91","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://{{instance}}.domo.com/users/index?cvUserIds=1234,2345","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["users","index"],"host":["https://{{instance}}.domo.com"],"query":[{"description":{"content":"<p>Comma separated list of User IDs.</p>\n","type":"text/plain"},"key":"cvUserIds","value":"1234,2345"}],"variable":[]}},"response":[{"id":"cac2495d-1e21-4b2a-b7c8-cda9638fe914","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://{{instance}}.domo.com/users/index?cvUserIds=1234,2345","host":["https://{{instance}}.domo.com"],"path":["users","index"],"query":[{"key":"cvUserIds","value":"1234,2345","description":"Comma separated list of User IDs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userId\": 1234,\n        \"domoUserId\": 1234,\n        \"cvUserId\": \"1234\",\n        \"userName\": \"email@domain.tld\",\n        \"userModified\": 1735689600000,\n        \"displayName\": \"<string>\",\n        \"emailAddress\": \"email@domain.tld\",\n        \"groupId\": null,\n        \"groupName\": null,\n        \"phoneNumber\": \"000-000-0000\",\n        \"userTitle\": \"<string>\",\n        \"userImageOriginal\": null,\n        \"userImage600\": null,\n        \"userImageFull\": null,\n        \"userImageThumb\": null,\n        \"userImageMicro\": null,\n        \"profileImage\": \"4244ca1c-1220-4f1f-8253-8ad0074f4b0e\",\n        \"userTimeZone\": null,\n        \"userLocale\": null,\n        \"customerId\": 1234,\n        \"customerName\": \"domo\",\n        \"password\": null,\n        \"userRole\": null,\n        \"userRoleId\": null,\n        \"userRights\": null,\n        \"systemUser\": false,\n        \"anonymous\": false,\n        \"userPending\": false,\n        \"userHomePageId\": null,\n        \"profileComplete\": 0,\n        \"kpiCreatedList\": null,\n        \"groupCreatedList\": null,\n        \"userFavoriteList\": null,\n        \"userCreated\": 1735689600000,\n        \"userActive\": true\n    },\n    {\n        \"userId\": 234,\n        \"domoUserId\": 234,\n        \"cvUserId\": \"234\",\n        \"userName\": \"email@domain.tld\",\n        \"userModified\": 1735689600000,\n        \"displayName\": \"<string>\",\n        \"emailAddress\": \"email@domain.tld\",\n        \"groupId\": null,\n        \"groupName\": null,\n        \"phoneNumber\": \"000-000-0000\",\n        \"userTitle\": \"<string>\",\n        \"userImageOriginal\": null,\n        \"userImage600\": null,\n        \"userImageFull\": null,\n        \"userImageThumb\": null,\n        \"userImageMicro\": null,\n        \"profileImage\": \"4244ca1c-1220-4f1f-8253-8ad0074f4b0e\",\n        \"userTimeZone\": null,\n        \"userLocale\": null,\n        \"customerId\": 1234,\n        \"customerName\": \"domo\",\n        \"password\": null,\n        \"userRole\": null,\n        \"userRoleId\": null,\n        \"userRights\": null,\n        \"systemUser\": false,\n        \"anonymous\": false,\n        \"userPending\": false,\n        \"userHomePageId\": null,\n        \"profileComplete\": 0,\n        \"kpiCreatedList\": null,\n        \"groupCreatedList\": null,\n        \"userFavoriteList\": null,\n        \"userCreated\": 1735689600000,\n        \"userActive\": true\n    }\n]"}],"_postman_id":"b572ee2f-9a80-4658-9486-2a863499ef91"},{"name":"Get User (identity/v1)","id":"cb20ff3c-bc03-49b2-affd-92319fb2342c","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/identity/v1/users/:id?attributes=id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","users",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Comma separated list of user attributes to return. Returned by default: id, displayName, userName, emailAddress, roleId.</p>\n","type":"text/plain"},"key":"attributes","value":"id,\ndisplayName,\ndepartment,\nuserName,\nemailAddress,\nphoneNumber,\ndeskPhoneNumber,\ntitle,\ntimeZone,\nhireDate,\nmodified,\ncreated,\nalternateEmail,\nemployeeLocation,\nemployeeNumber,\nemployeeId,\nlocale,\nroleId,\nreportsTo,\nisAnonymous,\nisSystemUser,\nisPending,\nisActive,\ninvitorUserId,\nlastActivity"}],"variable":[{"id":"4932b1dd-0fcd-4c0b-b52b-c1bfa9609c68","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"cb20ff3c-bc03-49b2-affd-92319fb2342c"},{"name":"Get User (content/v2)","id":"ebdf899a-c73d-49da-be35-33d2303b92df","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/users/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","users",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"6be55940-aff9-4ee5-8f15-076d507063d3","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"3aefcfb3-71fc-4177-a5fc-01e45d951950","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/content/v2/users/:id","host":["https://{{instance}}.domo.com/api"],"path":["content","v2","users",":id"],"variable":[{"key":"id","value":"1234","description":"User ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1234,\n    \"invitorUserId\": 2345,\n    \"displayName\": \"<string>\",\n    \"userName\": \"<string>\",\n    \"emailAddress\": \"<string>\",\n    \"accepted\": true,\n    \"userType\": \"USER\",\n    \"timeZone\": \"UTC\",\n    \"modified\": 1735689600000,\n    \"created\": 1735689600000,\n    \"role\": \"<string>\",\n    \"rights\": 1,\n    \"active\": false,\n    \"systemUser\": false,\n    \"anonymous\": false,\n    \"pending\": false\n}"}],"_postman_id":"ebdf899a-c73d-49da-be35-33d2303b92df"},{"name":"Get User (content/v3)","id":"dc6a26d3-2443-4b88-8894-e543890ecb1f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v3/users/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","users",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ba82ff4b-4a17-4dfc-8118-8a86938b93fc","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"dc6a26d3-2443-4b88-8894-e543890ecb1f"},{"name":"Get User Locations","id":"8d18124a-29c4-4c5e-9783-2643e122054a","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/users/attributeTypeahead/EMPLOYEELOCATION?limit=1000&offset=0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","users","attributeTypeahead","EMPLOYEELOCATION"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"limit","value":"1000"},{"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>Starts with search value</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"8d18124a-29c4-4c5e-9783-2643e122054a"},{"name":"Two Factor Enabled","id":"ce5bf3d2-0a8c-41e4-b4a4-26f98edb1cd0","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/content/v2/users/:id/state?keys=twoFactorEnabled","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","users",":id","state"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"keys","value":"twoFactorEnabled"}],"variable":[{"id":"540f850d-d476-4a61-b7fa-1455564f59dd","description":{"content":"<p>User ID. Use \"me\" for signed in user/token owner.</p>\n","type":"text/plain"},"type":"any","value":"me","key":"id"}]}},"response":[],"_postman_id":"ce5bf3d2-0a8c-41e4-b4a4-26f98edb1cd0"},{"name":"Create User","id":"3767da9b-e965-44f2-947d-b537cd9e5f87","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"displayName\": \"<string>\",\r\n    \"roleId\": 123456,\r\n    \"detail\": {\r\n        \"email\": \"test@email.com\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v3/users?sendInvite=false","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v3","users"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"sendInvite","value":"false"}],"variable":[]}},"response":[],"_postman_id":"3767da9b-e965-44f2-947d-b537cd9e5f87"},{"name":"Update User","id":"ba4b1ad8-2324-4b1e-ba7f-12c76927cae7","request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"attributes\": [\r\n        {\r\n            \"key\": \"emailAddress\",\r\n            \"values\": [\r\n                \"test@email.com\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/identity/v1/users/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","users",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"ef91819d-9a82-4322-8ad2-293e796863ee","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ba4b1ad8-2324-4b1e-ba7f-12c76927cae7"},{"name":"Bulk Update Users","id":"7101a8fa-e6d6-4c1f-a3a6-15d2dcfb1439","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"users\": [\r\n        {\r\n            \"id\": \"123456\",\r\n            \"displayName\": \"<string>\",\r\n            \"emailAddress\": \"test@email.com\",\r\n            \"title\": \"<string>\",\r\n            \"phoneNumber\": \"1234567890\",\r\n            \"employeeLocation\": \"<string>\",\r\n            \"timeZone\": \"UTC\",\r\n            \"employeeNumber\": \"123\",\r\n            \"employeeId\": \"123\",\r\n            \"department\": \"<string>\",\r\n            \"hireDate\": 1700000000,\r\n            \"reportsTo\": \"123456\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v2/users/bulk","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v2","users","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"7101a8fa-e6d6-4c1f-a3a6-15d2dcfb1439"},{"name":"Update Profile Pictures","id":"39fff52c-308a-4c70-a358-9480517f945d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isOpen\": false,\r\n    \"transactionId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"entityIds\": [\r\n        \"123456\"\r\n    ],\r\n    \"entityType\": \"USER\",\r\n    \"base64Image\": \"data:image/jpeg;base64,<base64>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/content/v1/avatar/bulk","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","avatar","bulk"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"39fff52c-308a-4c70-a358-9480517f945d"},{"name":"Update Landing Page","id":"e24dcbd1-df73-4956-8937-a35d24f9d14e","request":{"method":"PUT","header":[],"url":"https://{{instance}}.domo.com/api/content/v1/landings/target/:type/entity/PAGE/id/:pageId/:userId","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["content","v1","landings","target",":type","entity","PAGE","id",":pageId",":userId"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"4fb6147b-69a3-4178-bb6b-0627d6b00a23","description":{"content":"<p>DESKTOP or MOBILE</p>\n","type":"text/plain"},"type":"any","value":"DESKTOP","key":"type"},{"id":"79e74ac3-995c-44bd-a620-76dbafd7a138","description":{"content":"<p>Page ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"pageId"},{"id":"56f5142e-e66e-4170-8988-322a4b3fe640","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"}]}},"response":[],"_postman_id":"e24dcbd1-df73-4956-8937-a35d24f9d14e"},{"name":"Delete User","id":"64a9ec37-e0ce-4c29-bd98-f4c9f2ebf969","request":{"method":"DELETE","header":[],"url":"https://{{instance}}.domo.com/api/identity/v1/users/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["identity","v1","users",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"421a493d-7f78-48b7-93f3-ca4d0fda863b","description":{"content":"<p>User ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"64a9ec37-e0ce-4c29-bd98-f4c9f2ebf969"}],"id":"e2c0e498-fdae-4fd8-8564-392bab684014","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZapJGAS/user-and-group-management?language=en_US\">User and Group Management Official Documentation</a></p>\n","_postman_id":"e2c0e498-fdae-4fd8-8564-392bab684014","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}},{"name":"Workflows","item":[{"name":"Search Workflows","id":"3243e776-88c0-462b-bafc-bec5ae12bdd5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"*\",\r\n    \"entityList\": [\r\n        [\r\n            \"workflow_model\"\r\n        ]\r\n    ],\r\n    \"count\": 1000,\r\n    \"offset\": 0,\r\n    \"sort\": {\r\n        \"fieldSorts\": [\r\n            {\r\n                \"field\": \"last_modified\",\r\n                \"sortOrder\": \"DESC\"\r\n            }\r\n        ],\r\n        \"isRelevance\": false\r\n    },\r\n    \"filters\": [],\r\n    \"useEntities\": true,\r\n    \"combineResults\": true,\r\n    \"facetValueLimit\": 1000,\r\n    \"hideSearchObjects\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/search/v1/query","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["search","v1","query"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"3243e776-88c0-462b-bafc-bec5ae12bdd5"},{"name":"List Workflows","id":"567f86c6-bd4a-46b9-8513-9671330e88c3","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","models"],"host":["https://{{instance}}.domo.com/api"],"query":[{"disabled":true,"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"2849a6e7-932a-4ba4-bdf7-853240951de4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{instance}}.domo.com/api/workflow/v1/models","host":["https://{{instance}}.domo.com/api"],"path":["workflow","v1","models"],"query":[{"key":"limit","value":"100","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"owner\": \"1234\",\n        \"createdBy\": \"1234\",\n        \"createdOn\": \"2025-01-01T12:00:00Z\",\n        \"updatedBy\": \"854985851\",\n        \"updatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedBy\": \"854985851\",\n        \"userPermissions\": []\n    },\n    {\n        \"id\": \"11111111-1111-1111-1111-111111111111\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"owner\": \"1234\",\n        \"createdBy\": \"1234\",\n        \"createdOn\": \"2025-01-01T12:00:00Z\",\n        \"updatedBy\": \"1234\",\n        \"updatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedOn\": \"2025-01-01T12:00:00Z\",\n        \"lastVersionUpdatedBy\": \"1234\",\n        \"userPermissions\": []\n    }\n]"}],"_postman_id":"567f86c6-bd4a-46b9-8513-9671330e88c3"},{"name":"List Executions","id":"92100f48-414c-41dc-8be9-49a8b221bf6e","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json;charset=utf-8","type":"text"}],"url":"https://{{instance}}.domo.com/api/workflow/v2/executions?modelId=&triggerTypes=ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW&version=1.0.0&status=COMPLETED,IN_PROGRESS,CANCELLED,FAILED","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v2","executions"],"host":["https://{{instance}}.domo.com/api"],"query":[{"description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"key":"modelId","value":""},{"description":{"content":"<p>ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW</p>\n","type":"text/plain"},"key":"triggerTypes","value":"ALERT,API,APP_STUDIO,CUSTOM_APP,MANUAL,TIMER,WORKFLOW"},{"key":"version","value":"1.0.0"},{"description":{"content":"<p>COMPLETED,IN_PROGRESS,CANCELLED,FAILED</p>\n","type":"text/plain"},"key":"status","value":"COMPLETED,IN_PROGRESS,CANCELLED,FAILED"}],"variable":[]}},"response":[],"_postman_id":"92100f48-414c-41dc-8be9-49a8b221bf6e"},{"name":"Get Workflow","id":"ebc704ef-4dcb-44ca-99dc-e7474b04704f","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id?parts=users","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[{"key":"parts","value":"users"}],"variable":[{"id":"cc8d8660-a97e-4cd0-b2d9-81ff8e7f8848","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"ebc704ef-4dcb-44ca-99dc-e7474b04704f"},{"name":"Get Permissions","id":"6b9caca3-9cb0-4fb0-91cd-ea712cb183e6","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id/permissions","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","models",":id","permissions"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"7e3c1539-ebe0-48dd-a8dd-d1f4edddf669","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"6b9caca3-9cb0-4fb0-91cd-ea712cb183e6"},{"name":"Get Locks","id":"0e08ef38-9e75-4187-9f76-f11fbf8dbce9","request":{"method":"GET","header":[],"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id/locks","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","models",":id","locks"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"3ec25f4e-5c56-4877-a044-30166685ad77","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"0e08ef38-9e75-4187-9f76-f11fbf8dbce9"},{"name":"Start Workflow","id":"9c07fed8-a7da-4be6-9de5-3a66bfb6c5dd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"messageName\": \"<string>\",\r\n    \"version\": \"1.0.0\",\r\n    \"modelId\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"data\": {\r\n        \"Variable 1\": \"<value>\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/workflow/v1/instances/message","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","instances","message"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c07fed8-a7da-4be6-9de5-3a66bfb6c5dd"},{"name":"Update Workflow","id":"418093be-bd52-40ee-82aa-cdd946f0a8b7","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"name\": \"<string>\",\r\n    \"description\": \"<string>\",\r\n    \"activeVersions\": 0,\r\n    \"numberOfVersions\": 1,\r\n    \"totalTimesRun\": 0,\r\n    \"createdBy\": \"123456\",\r\n    \"createdOn\": \"Wed Oct 11 2023 13:35:17 GMT-0600 (Mountain Daylight Time)\",\r\n    \"owner\": \"123456\",\r\n    \"userPermissions\": [\r\n        {\r\n            \"id\": \"123456\",\r\n            \"roleId\": 1,\r\n            \"permissions\": [\r\n                \"ADMIN\",\r\n                \"SHARE\",\r\n                \"DELETE\",\r\n                \"WRITE\",\r\n                \"READ\",\r\n                \"EXPORT\",\r\n                \"EXECUTE\",\r\n                \"READ_CONTENT\",\r\n                \"UPDATE_CONTENT\"\r\n            ]\r\n        }\r\n    ],\r\n    \"userName\": \"<string>\",\r\n    \"updatedOn\": \"Wed Oct 11 2023 13:57:30 GMT-0600 (Mountain Daylight Time)\",\r\n    \"lockInfo\": [\r\n        {\r\n            \"version\": \"1.0.0\",\r\n            \"lockedOn\": null,\r\n            \"lockedBy\": null,\r\n            \"success\": null\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{instance}}.domo.com/api/workflow/v1/models/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}},"urlObject":{"path":["workflow","v1","models",":id"],"host":["https://{{instance}}.domo.com/api"],"query":[],"variable":[{"id":"4cc23f51-890c-4c08-bb68-3c04fa141f0b","description":{"content":"<p>Workflow UUID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"418093be-bd52-40ee-82aa-cdd946f0a8b7"}],"id":"e37c034a-c1cb-4809-87c5-7f648e9b11b1","description":"<p><a href=\"https://domo-support.domo.com/s/topic/0TO5w000000ZkAMGA0/workflows?language=en_US\">Workflows Official Documentation</a></p>\n","_postman_id":"e37c034a-c1cb-4809-87c5-7f648e9b11b1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}}],"id":"24db2543-7074-479b-a3f3-5b1450ca292b","description":"<p>Original Product APIs structure preserved for reference. All endpoints are also organized under Full_Auth above.</p>\n","_postman_id":"24db2543-7074-479b-a3f3-5b1450ca292b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]},"isInherited":true,"source":{"_postman_id":"d4b2f432-ee61-488e-92eb-63944bad9690","id":"d4b2f432-ee61-488e-92eb-63944bad9690","name":"Domo Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-DOMO-Developer-Token"},{"key":"value","value":"{{X-DOMO-Developer-Token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["let instance = pm.globals.get('instance') || pm.environment.get('instance') || pm.collectionVariables.get('instance') || null;","if (instance === null) {","    throw new Error('You need to set the variable \"instance\" with the name of your Domo instance (e.g., \"example\" for https://example.domo.com). This variable can be set in globals, an environment, or on the collection.')","}"]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}],"variable":[{"key":"instanceUrl","value":"https://{{instance}}.domo.com"},{"key":"baseUrl","value":"https://{{instance}}.domo.com/api"}]}