

{"id":1631,"date":"2014-12-14T01:10:08","date_gmt":"2014-12-14T01:10:08","guid":{"rendered":"http:\/\/staging.evolphin.com\/help\/?p=1631"},"modified":"2020-08-04T10:16:25","modified_gmt":"2020-08-04T14:16:25","slug":"writing-workflow-auto-task-scripts","status":"publish","type":"post","link":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/","title":{"rendered":"Writing Workflow Auto Task Scripts"},"content":{"rendered":"\n<div class=\"note\"><strong>Target Audience<\/strong>: This article is meant for IT staff or software developers who need to create automation within the Zoom Workflow Framework. Please configure the auto task folder on the Zoom DAM server where auto task scripts will reside as <a title=\"Auto Task Configuration\" href=\"https:\/\/staging.evolphin.com\/help\/docs\/managing-zoom-workflow\/#auto-task\">described here<\/a>.<\/div>\n\n\n\n<p>Zoom Workflow framework supports inserting an auto task in the activity graph for a given job. When the <span class=\"keyword\">workflow<\/span> reaches the auto task, a script or an <a title=\"Managing Zoom Workflow\" href=\"https:\/\/staging.evolphin.com\/help\/docs\/managing-zoom-workflow\/#auto-task\">executable attached to the auto task<\/a> is executed on the Zoom server.&nbsp;This allows the auto task to be the basis for custom automation. The <span class=\"keyword\">automation<\/span> can pull or push data\/metadata to the Zoom repository.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Task Arguments<\/h2>\n\n\n\n<p>The <span class=\"keyword\">auto task<\/span> <span class=\"keyword\">script<\/span> or an <span class=\"keyword\">executable<\/span> is passed the following positional arguments in the order below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--taskId &lt;taskId>\n--taskName &lt;taskName>\n--jobId &lt;jobId>\n--jobName &lt;jobName>\n--project &lt;projectName>\n--logFile &lt;logFilePath>\n&lt;task_assigned_files>\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><span style=\"color: #ff6600;\">Argument Name<\/span><\/td><td><span style=\"color: #ff6600;\">Description<\/span><\/td><\/tr><tr><td>taskId<\/td><td>The unique ID assigned to the task by Zoom Workflow<\/td><\/tr><tr><td>taskName<\/td><td>Display name of the above taskId<\/td><\/tr><tr><td>jobId<\/td><td>The unique ID assigned to the overall job by Zoom Workflow<\/td><\/tr><tr><td>jobName<\/td><td>Display name of the above jobId<\/td><\/tr><tr><td>projectName<\/td><td>The project name corresponding to this job. This is used by many Zoom commands such as Find command<\/td><\/tr><tr><td>logFile<\/td><td>Placeholder, ignore<\/td><\/tr><tr><td>task_assigned_files<\/td><td>Space-separated list of fully qualified file paths in Zoom repository that were routed to or assigned to this task.&nbsp; If the length of the assigned file paths is expected to be too long, leading to their truncation by command line shells, &#8220;<span class=\"keyword\">zm mytaskfiles<\/span>&#8221; command can be issued with the <code class=\"\">taskId<\/code> and <code class=\"\">jobId<\/code> specified to get a list within the auto task.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"note\">Tip: Currently there are 12 positional arguments before the file list if you are parsing the auto task command line arguments.<\/div>\n\n\n\n<p>The auto scripts often use the &#8220;<span class=\"keyword\">zm<\/span>&#8221; executable to push\/pull data from Zoom. The executable is bundled on all platforms (Mac, Linux, Windows) under the <em>{zoom-install-dir}\/bin<\/em>. To see more usage\/help including the supported commands and sub-commands please execute, &#8220;zm help&#8221;, on the command line for instructions.<\/p>\n\n\n\n<p><strong>Supported Programming Languages<\/strong>: Auto task scripts can be written in any programming language such as Python, Perl, Windows BAT, PowerShell, Java etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sample Auto-task Scripts Explained<\/h2>\n\n\n\n<p><strong>Sample Script #1<\/strong>: A Windows Batch&nbsp;Script to checkout assets from&nbsp;a workflow task into a non-working copy folder.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png\" alt=\"\" class=\"wp-image-1753\"\/><\/figure>\n\n\n\n<p>Line 16: Sets the Zoom Server URL to connect to<\/p>\n\n\n\n<p>Line 19: Sets the zm command to execute with various arguments<\/p>\n\n\n\n<p>Line 21: Captures captures all the parameters passed to the auto task script by Zoom Workflow Module.<\/p>\n\n\n\n<p>Line 21: Execute the Zoom <span class=\"keyword\">checkout<\/span> commands to export the files out of Zoom and copies it to a <code class=\"\">%destDir%<\/code> folder.<\/p>\n\n\n\n<p><strong>Sample Script #2<\/strong>: A Linux&nbsp;Perl&nbsp;based Auto Task Script<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce8319d805.png\" alt=\"\" class=\"wp-image-1754\"\/><\/figure>\n\n\n\n<p>Line 18-24: Iterate over all the arguments passed into the auto task script by the Zoom Workflow module. In this case, we are only interested in the file paths passed into the task<\/p>\n\n\n\n<p>Line 26-30: Once we have the file paths passed into the task, we can execute <span class=\"keyword\">zm<\/span> commands or Zoom JSON APIs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Target Audience: This article is meant for IT staff or software developers who need to create automation within the Zoom Workflow Framework. Please configure the auto task folder on the Zoom DAM server where auto task scripts will reside as described here. Zoom Workflow framework supports inserting an auto task in the activity graph for [&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,104],"tags":[21],"class_list":["post-1631","post","type-post","status-publish","format-standard","hentry","category-api","category-workflow","tag-zoom-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Writing Workflow Auto Task Scripts - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Writing Workflow Auto Task Scripts - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Target Audience: This article is meant for IT staff or software developers who need to create automation within the Zoom Workflow Framework. Please configure the auto task folder on the Zoom DAM server where auto task scripts will reside as described here. Zoom Workflow framework supports inserting an auto task in the activity graph for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-14T01:10:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-04T14:16:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Writing Workflow Auto Task Scripts\",\"datePublished\":\"2014-12-14T01:10:08+00:00\",\"dateModified\":\"2020-08-04T14:16:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/\"},\"wordCount\":489,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548ce4bc77601.png\",\"keywords\":[\"zoom 5\"],\"articleSection\":[\"API and Scripting\",\"Workflow\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/\",\"url\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/\",\"name\":\"Writing Workflow Auto Task Scripts - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548ce4bc77601.png\",\"datePublished\":\"2014-12-14T01:10:08+00:00\",\"dateModified\":\"2020-08-04T14:16:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548ce4bc77601.png\",\"contentUrl\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2014\\\/12\\\/img_548ce4bc77601.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/api\\\/writing-workflow-auto-task-scripts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Writing Workflow Auto Task Scripts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/staging.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":"Writing Workflow Auto Task Scripts - Evolphin Documentation","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Writing Workflow Auto Task Scripts - Evolphin Documentation","og_description":"Target Audience: This article is meant for IT staff or software developers who need to create automation within the Zoom Workflow Framework. Please configure the auto task folder on the Zoom DAM server where auto task scripts will reside as described here. Zoom Workflow framework supports inserting an auto task in the activity graph for [&hellip;]","og_url":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-12-14T01:10:08+00:00","article_modified_time":"2020-08-04T14:16:25+00:00","og_image":[{"url":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png","type":"","width":"","height":""}],"author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#article","isPartOf":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/staging.evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Writing Workflow Auto Task Scripts","datePublished":"2014-12-14T01:10:08+00:00","dateModified":"2020-08-04T14:16:25+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/"},"wordCount":489,"commentCount":0,"publisher":{"@id":"https:\/\/staging.evolphin.com\/help\/#organization"},"image":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png","keywords":["zoom 5"],"articleSection":["API and Scripting","Workflow"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/","url":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/","name":"Writing Workflow Auto Task Scripts - Evolphin Documentation","isPartOf":{"@id":"https:\/\/staging.evolphin.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#primaryimage"},"image":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png","datePublished":"2014-12-14T01:10:08+00:00","dateModified":"2020-08-04T14:16:25+00:00","breadcrumb":{"@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#primaryimage","url":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png","contentUrl":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2014\/12\/img_548ce4bc77601.png"},{"@type":"BreadcrumbList","@id":"https:\/\/staging.evolphin.com\/help\/api\/writing-workflow-auto-task-scripts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Writing Workflow Auto Task Scripts"}]},{"@type":"WebSite","@id":"https:\/\/staging.evolphin.com\/help\/#website","url":"https:\/\/staging.evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/staging.evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/staging.evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/staging.evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/staging.evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/staging.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:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1631","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1631"}],"version-history":[{"count":2,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1631\/revisions"}],"predecessor-version":[{"id":15506,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1631\/revisions\/15506"}],"wp:attachment":[{"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}