{"id":1883,"date":"2014-12-15T07:07:58","date_gmt":"2014-12-15T07:07:58","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=1883"},"modified":"2020-08-04T10:14:09","modified_gmt":"2020-08-04T14:14:09","slug":"zoom-utility-web-api","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/","title":{"rendered":"Zoom Utility Web API"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Utility API<\/h2>\n\n\n\n<p>This section&nbsp;covers some of the utility APIs that will come in handy for IT administrators or users who depend on scripting with&nbsp;Zoom APIs<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Login Details<\/h2>\n\n\n\n<p>For purposes of scripting, or even in general, it is vital to know details about the deployment. By issuing the&nbsp;command &#8220;getcredentials&#8221; via the Web API framework, you can gather generic details like the <span class=\"keyword\">address<\/span> of the <span class=\"keyword\">Zoom&nbsp;Preview Server<\/span>, <span class=\"keyword\">Zoom Admin Server<\/span>,&nbsp;availability of support for <span class=\"keyword\">SSL<\/span> connections, etc. and also user-specific details like the current valid <span class=\"keyword\">authentication cookie<\/span> for the user, the roles he \/ she belongs in, the projects he \/ she belongs in etc.<\/p>\n\n\n\n<p><strong>Request URL:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zm.server:8443\/command?zm_username=joe&#038;zm_password=joe&#038;data={clientVersion:%22ZoomClient\/4.1-b5835%22,cmd:getcredentials}\n<\/div><\/figure>\n\n\n\n<p><strong>Response JSON:<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<ul class=\"obj collapsible\">\n<li>\n<div class=\"hoverable\"><span class=\"property\">zm_cookie<\/span>: <span class=\"type-string\">&#8220;37-338dda46558ee05f6e0840cac3e0d2ca7bab79e0&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">ssl_webmin_desktop<\/span>: <span class=\"type-string\">&#8220;false&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">has_admin_right<\/span>: <span class=\"type-string\">&#8220;true&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">ssl_rv_desktop<\/span>: <span class=\"type-string\">&#8220;false&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">projects<\/span>: <span class=\"type-string\">&#8220;defproj, Se\u00f1\u00e1l, Website-WP, Android-Apps&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">rv_server<\/span>: <span class=\"type-string\">&#8220;<\/span>http:\/\/192.168.56.1:8873<span class=\"type-string\">&#8220;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">svr_realm<\/span>: <span class=\"type-string\">&#8220;ZoomRealm&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">roles<\/span>: <span class=\"type-string\">&#8220;superadmin&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">zm_username<\/span>: <span class=\"type-string\">&#8220;joe&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">success<\/span>: <span class=\"type-boolean\">true<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">wbm_realm<\/span>: <span class=\"type-string\">&#8220;<\/span>http:\/\/192.168.56.1:8443\/jsp\/index.jsp<span class=\"type-string\">&#8220;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">upload_to_preview_server<\/span>: <span class=\"type-string\">&#8220;true&#8221;<\/span>,<\/div>\n<\/li>\n<li>\n<div class=\"hoverable\"><span class=\"property\">wbm_server<\/span>: <span class=\"type-string\">&#8220;<\/span>http:\/\/192.168.56.1:8443<span class=\"type-string\">&#8220;<\/span><\/div>\n<\/li>\n<\/ul>\n<p>}<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">FUID &lt;=&gt; PATH Conversion<\/h2>\n\n\n\n<p>The API can be used to <span class=\"keyword\">convert<\/span> a Zoom <span class=\"keyword\">FUID<\/span> (File Unique Identifier aka Asset ID visible in Asset browser) to a <span class=\"keyword\">fully qualified path<\/span> for the&nbsp;asset stored on the Zoom server and vice versa.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install<\/h3>\n\n\n\n<p>If util.jsp is not already installed (post 5.2 releases) in the the Zoom server folder located at&nbsp;&nbsp;&lt;zoom-server-install-folder&gt;\/web\/app\/webmin\/, then do the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Download and copy util.jsp from Evolphin Support to\u00a0&lt;zoom-server-install-folder>\/web\/app\/webmin\/<\/li><li>Modify the J2EE <span class=\"keyword\">web.xml<\/span> file in\u00a0&lt;zoom-server-install-folder>\/web\/app\/webmin\/WEB-INF\/ folder to add an entry for util.jsp under the following security-constraint tag:&lt;security-constraint><br>&lt;web-resource-collection><br>&lt;web-resource-na<strong>me>Access to all&lt;<\/strong>\/web-resource-name><br>&lt;url-pattern>\/firsttime.jsp&lt;\/url-pattern><br>&#8230;&#8230;&#8230;&#8230;.<br><strong>\u00a0 \u00a0 \u00a0 &lt;url-pattern>\/util.jsp&lt;\/url-pattern><\/strong><br>&lt;\/web-resource-collection><br>&lt;\/security-constraint><\/li><li>Restart the Zoom server<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Syntax<\/h3>\n\n\n\n<p>The syntax of URL on which to make the JSON call&nbsp;is:<\/p>\n\n\n\n<div><span class=\"command\">&lt;zoom_webadmin_server:port&gt;\/util.jsp?op=getfuid&amp;path=\/fq\/path[&amp;json=true|false]<\/span><\/div>\n\n\n\n<div>\n<div><span class=\"command\">&lt;zoom_webadmin_server:port&gt;\/util.jsp?op=getpath&amp;fuid=&lt;asset-id&gt;[&amp;json=true|false]<\/span><\/div>\n<\/div>\n\n\n\n<div>&nbsp;<\/div>\n\n\n\n<div>For example &#8211;<\/div>\n\n\n\n<div class=\"example\">http:\/\/host:8443\/util.jsp?op=getfuid&amp;path=\/Advertising\/From%20Hot%20Folder\/VH%20%C3%B1.png&amp;json=true<\/div>\n\n\n\n<div>&nbsp;<\/div>\n\n\n\n<div>&nbsp;<\/div>\n\n\n\n<div>Once URL is formed, then we can make an HTTP GET call to above URL with the URL Encoded parameters.<\/div>\n\n\n\n<div>The 4 variants are described below:<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">URL GET Request to convert Asset ID to Path:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/host:8443\/util.jsp?fuid=10&#038;op=getpath\n<\/div><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Response:<\/h5>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>path=&#8221;\/fq\/path&#8221;<\/p>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">URL GET Request to convert Asset ID to Path in JSON:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/host:8443\/util.jsp?fuid=10&#038;op=getpath&#038;json=true\n<\/div><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">JSON Response:<\/h5>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">&#8220;path&#8221;: &#8220;\/Advertising\/From Hot Folder\/VH \u00f1.png&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;fuid&#8221;: &#8220;10&#8221;<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">URL GET Request to convert Path to Asset ID:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/host:8443\/util.jsp?op=getfuid&#038;path=\/Advertising\/From%20Hot%20Folder\/VH%20%C3%B1.png\n<\/div><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Response:<\/h5>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>Response: fuid=&#8221;10&#8243;<\/p>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">URL GET Request to convert Path to Asset ID in JSON:<\/h4>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/host:8443\/util.jsp?op=getfuid&#038;path=\/Advertising\/From%20Hot%20Folder\/VH%20%C3%B1.png&#038;json=true\n<\/div><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">JSON response<\/h5>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">&#8220;path&#8221;: &#8220;\/Advertising\/From Hot Folder\/VH \u00f1.png&#8221;,<\/p>\n<p style=\"padding-left: 30px;\">&#8220;fuid&#8221;: &#8220;10&#8221;<\/p>\n<p>}<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Utility API This section&nbsp;covers some of the utility APIs that will come in handy for IT administrators or users who depend on scripting with&nbsp;Zoom APIs Login Details For purposes of scripting, or even in general, it is vital to know details about the deployment. By issuing the&nbsp;command &#8220;getcredentials&#8221; via the Web API framework, you can [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[30],"tags":[],"class_list":["post-1883","post","type-post","status-publish","format-standard","hentry","category-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Zoom Utility Web API - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zoom Utility Web API - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Utility API This section&nbsp;covers some of the utility APIs that will come in handy for IT administrators or users who depend on scripting with&nbsp;Zoom APIs Login Details For purposes of scripting, or even in general, it is vital to know details about the deployment. By issuing the&nbsp;command &#8220;getcredentials&#8221; via the Web API framework, you can [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-15T07:07:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-04T14:14:09+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Zoom Utility Web API\",\"datePublished\":\"2014-12-15T07:07:58+00:00\",\"dateModified\":\"2020-08-04T14:14:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/\"},\"wordCount\":561,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"articleSection\":[\"API and Scripting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/\",\"name\":\"Zoom Utility Web API - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2014-12-15T07:07:58+00:00\",\"dateModified\":\"2020-08-04T14:14:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-utility-web-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zoom Utility Web API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zoom Utility Web API - Evolphin Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/","og_locale":"en_US","og_type":"article","og_title":"Zoom Utility Web API - Evolphin Documentation","og_description":"Utility API This section&nbsp;covers some of the utility APIs that will come in handy for IT administrators or users who depend on scripting with&nbsp;Zoom APIs Login Details For purposes of scripting, or even in general, it is vital to know details about the deployment. By issuing the&nbsp;command &#8220;getcredentials&#8221; via the Web API framework, you can [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-12-15T07:07:58+00:00","article_modified_time":"2020-08-04T14:14:09+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Zoom Utility Web API","datePublished":"2014-12-15T07:07:58+00:00","dateModified":"2020-08-04T14:14:09+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/"},"wordCount":561,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"articleSection":["API and Scripting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/","url":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/","name":"Zoom Utility Web API - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2014-12-15T07:07:58+00:00","dateModified":"2020-08-04T14:14:09+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/api\/zoom-utility-web-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Zoom Utility Web API"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1883"}],"version-history":[{"count":3,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1883\/revisions"}],"predecessor-version":[{"id":15505,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1883\/revisions\/15505"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}