{"id":118743,"date":"2022-01-21T16:52:03","date_gmt":"2022-01-21T07:52:03","guid":{"rendered":"https:\/\/support.questetra.com\/?p=118743"},"modified":"2026-07-01T17:10:22","modified_gmt":"2026-07-01T08:10:22","slug":"download-process-data-criteria-json","status":"publish","type":"post","link":"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data-criteria-json\/","title":{"rendered":"Downloading Case and Task Lists Using Workflow API (criteria-JSON)"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"58\" data-attachment-id=\"113114\" data-permalink=\"https:\/\/support.questetra.com\/en\/developer-blog\/first-questetra-bpm-suite-step1\/attachment\/basic-banner-new-en\/\" data-orig-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?fit=1200%2C68&amp;ssl=1\" data-orig-size=\"1200,68\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"basic-banner-new-en\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?fit=1024%2C58&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en-1024x58.png?resize=1024%2C58&#038;ssl=1\" alt=\"\" class=\"wp-image-113114\" srcset=\"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=1024%2C58&amp;ssl=1 1024w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=600%2C34&amp;ssl=1 600w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?resize=768%2C44&amp;ssl=1 768w, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2020\/02\/basic-banner-new-en.png?w=1200&amp;ssl=1 1200w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">As discussed previously in <a rel=\"noreferrer noopener\" href=\"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data\/\" data-type=\"URL\" data-id=\"https:\/\/support.questetra.com\/developer-blog\/download-process-data\/\" target=\"_blank\">the article regarding <em>reportId<\/em><\/a>, there is another method that can be used to download Case and Task data which utilizes criteria.<\/p>\n\n\n<div class=\"su-note\"  style=\"border-color:#dbdbdb;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#f5f5f5;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\">\n<p>The following tasks must be performed by an account that has Data Viewer Authorization for the target Workflow App. You can check whether your account has the Data Viewer privileges in [Account Settings] &gt; [Authorization].<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"to-download-Case-data\">To Download Case Data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data\/\" target=\"_blank\" rel=\"noreferrer noopener\">previous article<\/a> explained how to search for Case data using the Workflow API and how to download this data in various formats, so please refer to that page for information on how to save filtered searches, etc. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"preparation-of-search-parameters\">Preparation of search parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">As mentioned previously, the following three parameters are required for any of the API endpoints:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><em>start<\/em>: specifies the starting position on the search results list<\/li><li><em>limit<\/em>: specifies the maximum number of results to be obtained<\/li><li>Parameter that specifies the search conditions<ul><li><em><em>reportId<\/em><\/em><\/li><li><em><em>criteria<\/em><\/em><\/li><\/ul><\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For <strong><em>start<\/em><\/strong> (0 by default) and <strong><em>limit<\/em><\/strong> (1 by default, max. 1000) you just specify an appropriate number according to your purpose. Regarding <strong><em>criteria<\/em><\/strong>, you need some further preparation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In <em>criteria<\/em>, specify the search conditions in JSON format. For example, the following search condition will be the following JSON data.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Cases of \u201cSimple Request App (App ID 20)\u201d<\/li><li>Case End Date is between the 1st and 31st of January, 2022<\/li><li>Cases that have ended<\/li><li>Indicate Data Item of \u201cAmount (Data number 0)\u201d and \u201cFile(Data number 5)\u201d on the search results<\/li><li>Sort the search result by Start Date in descending order<\/li><\/ul>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>{\n  &quot;processModelInfoId&quot;:2726,\n  &quot;processInstanceStartDateFrom&quot;:&quot;2022-01-01&quot;,\n  &quot;processInstanceStartDateTo&quot;:&quot;2022-01-31&quot;,\n  &quot;processInstanceState&quot;:[&quot;STARTED&quot;],\n  &quot;fields&quot;:[\n    {\n      &quot;type&quot;:&quot;decimal&quot;,\n      &quot;number&quot;:0\n    },\n    {\n      &quot;type&quot;:&quot;file&quot;,\n      &quot;number&quot;:5\n    }\n  ],\n  &quot;sortProperty&quot;:&quot;processInstanceStartDatetime&quot;,\n  &quot;sortDirection&quot;:&quot;DESC&quot;\n}<\/code><\/pre><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/questetra.zendesk.com\/hc\/en-us\/articles\/4415341995289\" target=\"_blank\" rel=\"noreferrer noopener\">R4180: Criteria JSON for Process-Instance \/ Workitem Search API<\/a><\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Save this JSON data as a text file. In this article, we will name the file \u201csearch_criteria.txt\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let\u2019s access the Workflow API with the curl command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"obtaining-Case-search-results-with-curl-command\">Obtaining Case search results with curl command<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s send a request to \/API\/OR\/ProcessInstance\/listCsvUtf16 to get a list of Cases that meet the search criteria. The response of this API is returned in UTF-16 CSV format, which is compatible with Excel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In Questetra BPM Suite, OAuth2 and Basic Authentication are available for accessing APIs. We will use Basic Authentication as it is easier to set up.<\/p>\n\n\n<div class=\"su-note\"  style=\"border-color:#dbdbdb;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#f5f5f5;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\">\n<p>Concerning Basic Authentication in Questetra BPM Suite, please refer to the article <a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/synchronize-users-chapter1\/\" target=\"_blank\" rel=\"noreferrer noopener\">\u201cSynchronizing User Information with Local Data (Preparatory Chapter)\u201d<\/a>, in which procedures from enablement setting to confirmation of the password are explained.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>$ curl -u {EMAIL ADDRESS}:{PASSWORD for Basic authentication} \\\n&gt; &#39;https:\/\/example.questetra.net\/API\/OR\/ProcessInstance\/listCsvUtf16&#39; \\\n&gt; --data-urlencode criteria@search_criteria.txt \\\n&gt; --data-urlencode &#39;limit=10&#39; \\\n&gt; --data-urlencode &#39;start=0&#39;<\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">In order to pass the URL encoding to the curl command, send each parameter as <em>key@path<\/em> or <em>\u2018key=value\u2019<\/em> by the <em>\u2013data-urlencode option<\/em>. For short parameters, it is better to embed them directly in the command as \u2018key=value\u2019. Since the <em>criteria<\/em>, which is JSON data, is too long to embed directly, in the above command example it passes what has been saved in a text file. By writing <em>criteria@search_criteria.txt<\/em>, the content of <em>search_criteria.txt<\/em> is passed to the parameter <em>criteria<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The parameter <em>limit<\/em> is for specifying the upper limit of the number of search results (1 by default, max. 1000), and <em>start<\/em> specifies from which search result number to start (0 by default). If you want to obtain more than 1000 results, you need to change the value of <em>start<\/em> and repeatedly access the API.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also, it is possible to perform Basic Authentication with the <em>-u<\/em> option in curl command. Write the email address and password separated by a colon (:).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since CSV data is encoded in UTF-16LE, it will often be garbled when it is output to bash as stdout. To output the results to a file, set as the following:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>$ curl -u {EMAIL ADDRESS}:{PASSWORD for Basic authentication} \\\n&gt;...(omitted)... &gt; output.csv<\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">The following is an example of the returned results. Even if it is not specified in the criteria, items common to all Cases (such as app ID) are included in the search results by default.<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>&quot;AppID&quot;\t&quot;App Name&quot;\t&quot;Category&quot;\t&quot;Version&quot;\t&quot;Case ID&quot;\t&quot;Status&quot;\t&quot;Start UserID&quot;\t&quot;Start User&quot;\t&quot;Start Organization ID&quot;\t&quot;Start Organization&quot;\t&quot;Title&quot;\t&quot;Start Time&quot;\t&quot;End Time&quot;\t&quot;Token Current Position&quot;\t&quot;Amount&quot;\t&quot;File_FileName&quot;\t&quot;File_ContentType&quot;\n20\t&quot;Simple Request App&quot;\t&quot;Test App&quot;\t1\t93\t&quot;Running&quot;\t1\t&quot;Tutorial&quot;\t1\t&quot;00 Questetra&quot;\t&quot;Test Request 2&quot;\t&quot;2022-01-18 10:30:11&quot;\t\t&quot;Approve&quot;\t&quot;60.00&quot;\t&quot;README.txt&quot;\t&quot;text\/plain&quot;\n20\t&quot;Simple Request App&quot;\t&quot;Test App&quot;\t1\t92\t&quot;Completed&quot;\t1\t&quot;Tutorial&quot;\t1\t&quot;00 Questetra&quot;\t&quot;Test Request 1&quot;\t&quot;2022-01-18 10:28:28&quot;\t&quot;2022-01-18 10:34:42&quot;\t\t&quot;22.00&quot;\t&quot;ques-kun.png&quot;\t&quot;image\/png&quot;<\/code><\/pre><\/div>\n\n\n<div class=\"su-note\"  style=\"border-color:#dbdbdb;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\"><div class=\"su-note-inner su-u-clearfix su-u-trim\" style=\"background-color:#f5f5f5;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;\">\n<p>To include Data Items in the result, you need to specify their Data Item numbers in the <em>criteria<\/em>. You can confirm the Data Item Number on the Data Item Settings screen of the App Details.<\/p>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">In the same way, you can use <em>\/API\/OR\/ProcessInstance\/listCsv<\/em> which returns results in UTF-8 CSV format and <em>\/API\/OR\/ProcessInstance\/list<\/em> in UTF-8 JSON format. Below are examples of the returned responses respectively.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"api-or-processinstance-listcsv-csv-utf-8\"><em>\/API\/OR\/ProcessInstance\/listCsv<\/em> (CSV, UTF-8)<\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>&quot;App ID&quot;,&quot;App Name&quot;,&quot;Category&quot;,&quot;Version&quot;,&quot;Case ID&quot;,&quot;Status&quot;,&quot;Start User ID&quot;,&quot;Start User&quot;,&quot;Start Organization ID&quot;,&quot;Start Organization&quot;,&quot;Title&quot;,&quot;Start Time&quot;,&quot;End Time&quot;,&quot;Token Current Position&quot;,&quot;Amount&quot;,&quot;File_FileName&quot;,&quot;File_ContentType&quot;\n20,&quot;Simple Request App&quot;,&quot;Test App&quot;,1,93,&quot;Running&quot;,1,&quot;tutorial&quot;,1,&quot;00 Questetra&quot;,&quot;Test Request 2&quot;,&quot;2022-01-18 10:30:11&quot;,,&quot;Approve&quot;,&quot;60.00&quot;,&quot;README.txt&quot;,&quot;text\/plain&quot;\n20,&quot;Simple Request App&quot;,&quot;Test App&quot;,1,92,&quot;Completed&quot;,1,&quot;tutorial&quot;,1,&quot;00 Questetra&quot;,&quot;Test Request 1&quot;,&quot;2022-01-18 10:28:28&quot;,&quot;2022-01-18 10:34:42&quot;,,&quot;22.00&quot;,&quot;ques-kun.png&quot;,&quot;image\/png&quot;<\/code><\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"api-or-processinstance-list-json-utf-8\"><em>\/API\/OR\/ProcessInstance\/list<\/em> (JSON, UTF-8)<\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>{\n  &quot;count&quot;:2,\n  &quot;processInstances&quot;:[\n    {\n      &quot;activeTokenNodeName&quot;:[&quot;Approve&quot;],\n      &quot;data&quot;:{\n        &quot;0&quot;:{\n          &quot;dataType&quot;:&quot;DECIMAL&quot;,\n          &quot;id&quot;:5784,\n          &quot;processDataDefinitionNumber&quot;:0,\n          &quot;subType&quot;:null,\n          &quot;value&quot;:&quot;60.00&quot;,\n          &quot;viewOrder&quot;:4\n        },\n        &quot;5&quot;:{\n          &quot;dataType&quot;:&quot;FILE2&quot;,\n          &quot;id&quot;:5789,\n          &quot;processDataDefinitionNumber&quot;:5,\n          &quot;subType&quot;:null,\n          &quot;value&quot;:[\n            {\n              &quot;contentType&quot;:&quot;text\\\/plain&quot;,\n              &quot;id&quot;:5798,\n              &quot;image&quot;:false,\n              &quot;length&quot;:7,\n              &quot;lengthText&quot;:&quot;7 bytes&quot;,\n              &quot;name&quot;:&quot;README.txt&quot;,\n              &quot;processDataInstanceId&quot;:5789\n            }\n          ],\n          &quot;viewOrder&quot;:6\n        }\n      },\n      &quot;processInstanceDebug&quot;:false,\n      &quot;processInstanceEndDatetime&quot;:null,\n      &quot;processInstanceId&quot;:93,\n      &quot;processInstanceIdForView&quot;:&quot;p93&quot;,\n      &quot;processInstanceInitQgroupId&quot;:1,\n      &quot;processInstanceInitQgroupName&quot;:&quot;00 Questetra&quot;,\n      &quot;processInstanceInitQuserId&quot;:1,\n      &quot;processInstanceInitQuserName&quot;:&quot;tutorial&quot;,\n      &quot;processInstanceSequenceNumber&quot;:2,\n      &quot;processInstanceStartDatetime&quot;:&quot;2022-01-18T10:30:11+0900&quot;,\n      &quot;processInstanceState&quot;:&quot;STARTED&quot;,\n      &quot;processInstanceTitle&quot;:&quot;Test Request 2&quot;,\n      &quot;processModelInfoCategory&quot;:&quot;Test App&quot;,\n      &quot;processModelInfoId&quot;:20,\n      &quot;processModelInfoName&quot;:&quot;Simple Request App&quot;,\n      &quot;processModelVersion&quot;:1\n    },\n    {\n      &quot;activeTokenNodeName&quot;:null,\n      &quot;data&quot;:{\n        &quot;0&quot;:{\n          &quot;dataType&quot;:&quot;DECIMAL&quot;,\n          &quot;id&quot;:5759,\n          &quot;processDataDefinitionNumber&quot;:0,\n          &quot;subType&quot;:null,\n          &quot;value&quot;:&quot;22.00&quot;,\n          &quot;viewOrder&quot;:4\n        },\n        &quot;5&quot;:{\n          &quot;dataType&quot;:&quot;FILE2&quot;,\n          &quot;id&quot;:5764,\n          &quot;processDataDefinitionNumber&quot;:5,\n          &quot;subType&quot;:null,\n          &quot;value&quot;:[\n            {\n              &quot;contentType&quot;:&quot;image\\\/png&quot;,\n              &quot;id&quot;:5773,\n              &quot;image&quot;:true,\n              &quot;length&quot;:7236,\n              &quot;lengthText&quot;:&quot;7.1 KB&quot;,\n              &quot;name&quot;:&quot;ques-kun.png&quot;,\n              &quot;processDataInstanceId&quot;:5764\n            }\n          ],\n          &quot;viewOrder&quot;:6\n        }\n      },\n      &quot;processInstanceDebug&quot;:false,\n      &quot;processInstanceEndDatetime&quot;:&quot;2022-01-18T10:34:42&quot;,\n      &quot;processInstanceId&quot;:92,\n      &quot;processInstanceIdForView&quot;:&quot;p92&quot;,\n      &quot;processInstanceInitQgroupId&quot;:1,\n      &quot;processInstanceInitQgroupName&quot;:&quot;00 Questetra&quot;,\n      &quot;processInstanceInitQuserId&quot;:1,\n      &quot;processInstanceInitQuserName&quot;:&quot;tutorial&quot;,\n      &quot;processInstanceSequenceNumber&quot;:1,\n      &quot;processInstanceStartDatetime&quot;:&quot;2022-01-18T10:28:28+0900&quot;,\n      &quot;processInstanceState&quot;:&quot;ENDED&quot;,\n      &quot;processInstanceTitle&quot;:&quot;Test Request 1&quot;,\n      &quot;processModelInfoCategory&quot;:&quot;Test App&quot;,\n      &quot;processModelInfoId&quot;:20,\n      &quot;processModelInfoName&quot;:&quot;Simple Request App&quot;,\n      &quot;processModelVersion&quot;:1\n    }\n  ]\n}<\/code><\/pre><\/div>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"to-download-task-data\">To Download Task Data<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">As with Cases, you can retrieve Task information via the Workflow API.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are also three types of API endpoints for downloading Tasks provided.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong><em>\/API\/OR\/Workitem\/listCsvUtf16<\/em><\/strong>: CSV (UTF-16, Excel compatible) format<\/li><li><strong><em>\/API\/OR\/Workitem\/listCsv<\/em><\/strong>: CSV (UTF-8) format<\/li><li><strong><em>\/API\/OR\/Workitem\/list<\/em><\/strong>: JSON (UTF-8) format<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/questetra.zendesk.com\/hc\/en-us\/articles\/4415341995289-JSON-Criteria-for-Workitem-Search\" target=\"_blank\" rel=\"noreferrer noopener\">JSON: Criteria for Workitem Search<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"obtaining-task-search-results-with-curl-command\">Obtaining Task search results with curl command<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s access <em>\/API\/OR\/Workitem\/listCsvUtf16<\/em> which returns Tasks that satisfy the search conditions in the format of CSV UTF-16. The following is an example of commands:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>$ curl -v -u {EMAIL ADDRESS }:{PASSWORD for Basic authentication} \\\n&gt; &#39;https:\/\/example.questetra.net\/API\/OR\/Workitem\/listCsvUtf16&#39; \\\n&gt; --data-urlencode criteria@search_criteria.txt \\\n&gt; --data-urlencode &#39;limit=10&#39; \\\n&gt; --data-urlencode &#39;start=0&#39; &gt; ~\/Desktop\/output.txt<\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Even though the target of the search has changed from Cases to Tasks, the parameters are the same as with the Case search. Specify the same file as before for <em>criteria<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Since it is encoded in UTF-16LE as with the Case search, it will be garbled in many cases on stdout. It is better to output to a file and then import to Excel.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Below is an example of the result. Results after the third entry are omitted.<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>&quot;App ID&quot;\t&quot;App Name&quot;\t&quot;Category&quot;\t&quot;Version&quot;\t&quot;Case ID&quot;\t&quot;Status&quot;\t&quot;Start User ID&quot;\t&quot;Start User&quot;\t&quot;Start Organization ID&quot;\t&quot;Start Organization&quot;\t&quot;Title&quot;\t&quot;Start Time&quot;\t&quot;End Time&quot;\t&quot;Node Number&quot;\t&quot;Step Name&quot;\t&quot;Status&quot;\t&quot;Deadline&quot;\t&quot;User ID&quot;\t&quot;User&quot;\t&quot;Organization ID&quot;\t&quot;Organization&quot;\t&quot;Offer Time&quot;\t&quot;Allocate Time&quot;\t&quot;Start Time&quot;\t&quot;End Time&quot;\t&quot;Numeric 0&quot;\t&quot;File_FileName&quot;\t&quot;File_ContentType&quot;\n20\t&quot;Simple Request App&quot;\t&quot;Test App&quot;\t2\t15\t&quot;Completed&quot;\t1\t&quot;Tutorial&quot;\t1\t&quot;00 Questetra&quot;\t&quot;Test Request 1&quot;\t&quot;2022-01-10 16:07:28&quot;\t&quot;2022-01-10 17:37:41&quot;\t2\t&quot;Confirmation&quot;\t&quot;Finished&quot;\t\t11\t&quot;Canarias&quot;\t2\t&quot;10 Management department&quot;\t&quot;2022-01-10 16:07:44&quot;\t&quot;2022-01-10 17:37:34&quot;\t&quot;2022-01-10 17:37:34&quot;\t&quot;2022-01-10 17:37:38&quot;\t&quot;22.00&quot;\t&quot;ques-kun.png&quot;\t&quot;image\/png&quot;\n20\t&quot;Simple Request App&quot;\t&quot;Test App&quot;\t2\t15\t&quot;Completed&quot;\t1\t&quot;Tutorial&quot;\t1\t&quot;00 Questetra&quot;\t&quot;Test Request 1&quot;\t&quot;2022-01-10 16:07:28&quot;\t&quot;2022-01-10 17:37:41&quot;\t1\t&quot;Apply&quot;\t&quot;Finished&quot;\t\t1\t&quot;Tutorial&quot;\t1\t&quot;00 Questetra&quot;\t&quot;2022-01-10 16:07:28&quot;\t&quot;2022-01-10 16:07:28&quot;\t&quot;2022-01-10 16:07:28&quot;\t&quot;2022-01-10 16:07:42&quot;\t&quot;22.00&quot;\t&quot;ques-kun.png&quot;\t&quot;image\/png&quot;\n...<\/code><\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">You can use it likewise for <em>\/API\/OR\/ProcessInstance\/listCsv<\/em> which returns results in UTF-8 CSV format and <em>\/API\/OR\/ProcessInstance\/list<\/em> in UTF-8 JSON format. Below are examples of the search results of those respectively.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"api-or-workitem-listcsv-csv-utf-8\"><em>\/API\/OR\/Workitem\/listCsv<\/em> (CSV, UTF-8)<\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>&quot;App ID&quot;,&quot;App Name&quot;,&quot;Category&quot;,&quot;Version&quot;,&quot;Case ID&quot;,&quot;Status&quot;,&quot;Start User ID&quot;,&quot;Start User&quot;,&quot;Start Organization ID&quot;,&quot;Start Organization&quot;,&quot;Title&quot;,&quot;Start Time&quot;,&quot;End Time&quot;,&quot;Node Number&quot;,&quot;Step Name&quot;,&quot;Status&quot;,&quot;Deadline&quot;,&quot;User ID&quot;,&quot;User&quot;,&quot;Organization ID&quot;,&quot;Organization&quot;,&quot;Offer Time&quot;,&quot;Allocate Time&quot;,&quot;Start Time&quot;,&quot;End Time&quot;,&quot;Numeric 0&quot;,&quot;Date 1&quot;\n20,&quot;Simple Request App&quot;,&quot;Test App&quot;,2,15,&quot;Completed&quot;,1,&quot;Tutorial&quot;,1,&quot;00 Questetra&quot;,&quot;Test Request 1&quot;,&quot;2022-01-10 16:07:28&quot;,&quot;2022-01-10 17:37:41&quot;,2,&quot;Confirmation&quot;,&quot;Finished&quot;,,11,&quot;Canarias&quot;,2,&quot;10 Management department&quot;,&quot;2022-01-10 16:07:44&quot;,&quot;2022-01-10 17:37:34&quot;,&quot;2022-01-10 17:37:34&quot;,&quot;2022-01-10 17:37:38&quot;,&quot;22.00&quot;,&quot;&quot;ques-kun.png&quot;,&quot;image\/png&quot;\n200,&quot;Simple Request App&quot;,&quot;Test App&quot;,2,15,&quot;Completed&quot;,1,&quot;Tutorial&quot;,1,&quot;00 Questetra&quot;,&quot;Test Request 1&quot;,&quot;2022-01-10 16:07:28&quot;,&quot;2022-01-10 17:37:41&quot;,1,&quot;Apply&quot;,&quot;Finished&quot;,,1,&quot;Tutorial&quot;,1,&quot;00 Questetra&quot;,&quot;2022-01-10 16:07:28&quot;,&quot;2022-01-10 16:07:28&quot;,&quot;2022-01-10 16:07:28&quot;,&quot;2022-01-10 16:07:42&quot;,&quot;22.00&quot;,&quot;ques-kun.png&quot;,&quot;image\/png&quot;\n...<\/code><\/pre><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"api-or-workitem-list-json-utf-8\"><em>\/API\/OR\/Workitem\/list<\/em> (JSON, UTF-8)<\/h4>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>{\n  &quot;count&quot;: 4,\n  &quot;workitems&quot;: [\n    {\n      &quot;allocateDatetime&quot;: &quot;2022-01-10T17:37:34+0900&quot;,\n      &quot;allocatedQgroupId&quot;: 2,\n      &quot;allocatedQgroupName&quot;: &quot;10 Management department&quot;,\n      &quot;allocatedQuserId&quot;: 11,\n      &quot;allocatedQuserName&quot;: &quot;Canarias&quot;,\n      &quot;offerDatetime&quot;: &quot;2022-01-10T16:07:44+0900&quot;,\n      &quot;data&quot;: {\n        &quot;0&quot;: {\n          &quot;dataType&quot;: &quot;DECIMAL&quot;,\n          &quot;id&quot;: 2424,\n          &quot;processDataDefinitionNumber&quot;: 0,\n          &quot;subType&quot;: null,\n          &quot;value&quot;: &quot;22.00&quot;,\n          &quot;viewOrder&quot;: 1\n        },\n        &quot;1&quot;: {\n          &quot;dataType&quot;:&quot;FILE2&quot;,\n          &quot;id&quot;:5764,\n          &quot;processDataDefinitionNumber&quot;:5,\n          &quot;subType&quot;:null,\n          &quot;value&quot;:[\n            {\n              &quot;contentType&quot;:&quot;image\\\/png&quot;,\n              &quot;id&quot;:5773,\n              &quot;image&quot;:true,\n              &quot;length&quot;:7236,\n              &quot;lengthText&quot;:&quot;7.1 KB&quot;,\n              &quot;name&quot;:&quot;ques-kun.png&quot;,\n              &quot;processDataInstanceId&quot;:5764\n        }\n      },\n      &quot;endDatetime&quot;: &quot;2022-01-10T17:37:38+0900&quot;,\n      &quot;failType&quot;: null,\n      &quot;id&quot;: 2434,\n      &quot;nodeName&quot;: &quot;Confirmation&quot;,\n      &quot;nodeNumber&quot;: 2,\n      &quot;processInstanceDebug&quot;: false,\n      &quot;processInstanceEndDatetime&quot;: &quot;2022-01-10T17:37:41&quot;,\n      &quot;processInstanceId&quot;: 15,\n      &quot;processInstanceIdForView&quot;: &quot;p15&quot;,\n      &quot;processInstanceInitQgroupId&quot;: 1,\n      &quot;processInstanceInitQgroupName&quot;: &quot;00 Questetra&quot;,\n      &quot;processInstanceInitQuserId&quot;: 1,\n      &quot;processInstanceInitQuserName&quot;: &quot;Tutorial&quot;,\n      &quot;processInstanceSequenceNumber&quot;: 2,\n      &quot;processInstanceStartDatetime&quot;: &quot;2022-01-10T16:07:28+0900&quot;,\n      &quot;processInstanceState&quot;: &quot;ENDED&quot;,\n      &quot;processInstanceTitle&quot;: &quot;Test Request 1&quot;,\n      &quot;processModelInfoCategory&quot;: &quot;Test App&quot;,\n      &quot;processModelInfoId&quot;: 20,\n      &quot;processModelInfoName&quot;: &quot;Simple Request App&quot;,\n      &quot;processModelVersion&quot;: 2,\n      &quot;read&quot;: false,\n      &quot;starred&quot;: false,\n      &quot;startDatetime&quot;: &quot;2022-01-10T17:37:34+0900&quot;,\n      &quot;state&quot;: &quot;ENDED&quot;,\n      &quot;swimlaneType&quot;: &quot;NORMAL&quot;,\n      &quot;timeLimitDatetime&quot;: null\n    },\n...<\/code><\/pre><\/div>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<p class=\"wp-block-paragraph\">In this way, you can easily search for and download information about Cases\/Tasks using the Web API. Please use it when you need to import business data to other systems in cases where you need a backup for an audit, or you want to analyze the business situation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"see-also\"><i class=\"fal fa-balance-scale\"><\/i> See also<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data\/\" target=\"_blank\" rel=\"noopener\">Downloading Case and Task Lists Using Workflow API (reportId)<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As discussed previously in the article regarding reportId, there is another method that can be used to download Process and Task data which utilizes criteria JSON. <\/p>\n","protected":false},"author":3,"featured_media":191430,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_uag_custom_page_level_css":"","advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"{title}\n\n{excerpt}\n\n{url}","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"jetpack_post_was_ever_published":false},"categories":[296],"tags":[419],"faq_section":[],"class_list":["post-118743","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-blog","tag-questetra-workflow-api"],"jetpack_publicize_connections":[],"uagb_featured_image_src":{"full":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1",1200,675,false],"thumbnail":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=440%2C440&ssl=1",440,440,true],"medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=560%2C315&ssl=1",560,315,true],"medium_large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=768%2C432&ssl=1",768,432,true],"large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1024%2C576&ssl=1",1024,576,true],"1536x1536":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1",1200,675,true],"2048x2048":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-landscape-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-portrait-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=900%2C675&ssl=1",900,675,true],"newspack-article-block-square-large":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=1200%2C675&ssl=1",1200,675,true],"newspack-article-block-landscape-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=800%2C600&ssl=1",800,600,true],"newspack-article-block-portrait-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=600%2C675&ssl=1",600,675,true],"newspack-article-block-square-medium":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=800%2C675&ssl=1",800,675,true],"newspack-article-block-landscape-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=600%2C450&ssl=1",600,450,true],"newspack-article-block-portrait-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=450%2C600&ssl=1",450,600,true],"newspack-article-block-square-intermediate":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=600%2C600&ssl=1",600,600,true],"newspack-article-block-landscape-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=400%2C300&ssl=1",400,300,true],"newspack-article-block-portrait-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=300%2C400&ssl=1",300,400,true],"newspack-article-block-square-small":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=400%2C400&ssl=1",400,400,true],"newspack-article-block-landscape-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=200%2C150&ssl=1",200,150,true],"newspack-article-block-portrait-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=150%2C200&ssl=1",150,200,true],"newspack-article-block-square-tiny":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?resize=200%2C200&ssl=1",200,200,true],"newspack-article-block-uncropped":["https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1",1200,675,true]},"uagb_author_info":{"display_name":"Hirotaka NISHI","author_link":"https:\/\/support.questetra.com\/en\/author\/nishiquestetra\/"},"uagb_comment_info":2,"uagb_excerpt":"As discussed previously in the article regarding reportId, there is another method that can be used to download Process and Task data which utilizes criteria JSON.","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9DiIh-uTd","jetpack-related-posts":[{"id":77067,"url":"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data\/","url_meta":{"origin":118743,"position":0},"title":"Downloading Case and Task Lists Using Workflow API (reportId)","author":"Hirotaka NISHI","date":"2022-01-18","format":false,"excerpt":"Download Case and Task data from Questetra BPM Suite. Introducing examples of scripts using curl command.","rel":"","context":"In &quot;Questetra Developers Blog&quot;","block_context":{"text":"Questetra Developers Blog","link":"https:\/\/support.questetra.com\/en\/category\/developer-blog\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":112048,"url":"https:\/\/support.questetra.com\/en\/developer-blog\/download-process-data-criteria\/","url_meta":{"origin":118743,"position":1},"title":"Downloading Case and Task Lists Using Workflow API (criteria-XML)","author":"Peter Glover","date":"2021-09-13","format":false,"excerpt":"As discussed previously in the article regarding reportId, there is another method that can be used to download Process and Task data which utilizes criteria XML.","rel":"","context":"In &quot;Questetra Developers Blog&quot;","block_context":{"text":"Questetra Developers Blog","link":"https:\/\/support.questetra.com\/en\/category\/developer-blog\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":70260,"url":"https:\/\/support.questetra.com\/en\/developer-blog\/bpms-parent-child-workflows\/","url_meta":{"origin":118743,"position":2},"title":"How to Create a Good Parent-Child Workflow","author":"furuzo","date":"2018-07-17","format":false,"excerpt":"I will show you how to launch child Workflows from a parent Workflow, and advance the parent Workflow according to the situation in child Workflow.","rel":"","context":"In &quot;Questetra Developers Blog&quot;","block_context":{"text":"Questetra Developers Blog","link":"https:\/\/support.questetra.com\/en\/category\/developer-blog\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/07\/parent-child-workflows-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/07\/parent-child-workflows-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/07\/parent-child-workflows-1200x675-1.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/07\/parent-child-workflows-1200x675-1.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/07\/parent-child-workflows-1200x675-1.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":78460,"url":"https:\/\/support.questetra.com\/en\/developer-blog\/choices-google-sheets\/","url_meta":{"origin":118743,"position":3},"title":"Utilize Customer Data on Google Sheets as Choices","author":"Hirotaka NISHI","date":"2020-04-23","format":false,"excerpt":"Get the Customer List stored in Google Sheet via API, and save\/use it as the Options Master.","rel":"","context":"In &quot;Questetra Developers Blog&quot;","block_context":{"text":"Questetra Developers Blog","link":"https:\/\/support.questetra.com\/en\/category\/developer-blog\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/07\/google-sheet-choice-master-featured-image.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/07\/google-sheet-choice-master-featured-image.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/07\/google-sheet-choice-master-featured-image.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/07\/google-sheet-choice-master-featured-image.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/07\/google-sheet-choice-master-featured-image.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":70010,"url":"https:\/\/support.questetra.com\/en\/developer-blog\/receive-task-webhook-twilio\/","url_meta":{"origin":118743,"position":4},"title":"Automatically Making a Phone Call in the Middle of a Workflow","author":"HatanakaAkihiro","date":"2018-06-26","format":false,"excerpt":"Making a phone call automatically in the middle of the Workflow by using the new function of v11.7, \"Receive Task (Webhook): Correspond so that content of HTTP response can be configured\" and Twilio in combination.","rel":"","context":"In &quot;Questetra Developers Blog&quot;","block_context":{"text":"Questetra Developers Blog","link":"https:\/\/support.questetra.com\/en\/category\/developer-blog\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/06\/receive-task-webhook-twilio-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/06\/receive-task-webhook-twilio-1200x675-1.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/06\/receive-task-webhook-twilio-1200x675-1.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/06\/receive-task-webhook-twilio-1200x675-1.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2018\/06\/receive-task-webhook-twilio-1200x675-1.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":79693,"url":"https:\/\/support.questetra.com\/en\/versions\/version-11120\/","url_meta":{"origin":118743,"position":5},"title":"v11.12 2019-10-07 Set an Upper Limit on the Number of Options Displayed","author":"Hirotaka NISHI","date":"2019-09-24","format":false,"excerpt":"Release Overview Date Release Mon. Oct. 7th, 2019 Changes to be Noted When the sub-type of Select type is \"radio button\/select box\/check box\", an upper limit will be applied for the number of items displayed on the Task Operating screen (Displays up to 1000 items)In [Throwing Message Intermediate Event (HTTP)],\u2026","rel":"","context":"In &quot;Version Info&quot;","block_context":{"text":"Version Info","link":"https:\/\/support.questetra.com\/en\/category\/versions\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/09\/version-11120-fi-en.png?fit=1200%2C675&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/09\/version-11120-fi-en.png?fit=1200%2C675&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/09\/version-11120-fi-en.png?fit=1200%2C675&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/09\/version-11120-fi-en.png?fit=1200%2C675&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2019\/09\/version-11120-fi-en.png?fit=1200%2C675&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/support.questetra.com\/wp-content\/uploads\/2021\/09\/download-case-and-task-data.png?fit=1200%2C675&ssl=1","_links":{"self":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/118743","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/comments?post=118743"}],"version-history":[{"count":17,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/118743\/revisions"}],"predecessor-version":[{"id":188542,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/posts\/118743\/revisions\/188542"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/media\/191430"}],"wp:attachment":[{"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/media?parent=118743"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/categories?post=118743"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/tags?post=118743"},{"taxonomy":"faq_section","embeddable":true,"href":"https:\/\/support.questetra.com\/en\/wp-json\/wp\/v2\/faq_section?post=118743"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}