<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I got an error when I get workflow summary using start_date and end_date. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649009#M29724</link>
    <description>&lt;P&gt;I want to get all records or workflow instances so that when I followed documents (&lt;A href="https://docs.helloworks.com/reference/get-workflow-summary)" target="_blank" rel="noopener"&gt;https://docs.helloworks.com/reference/get-workflow-summary)&lt;/A&gt;&amp;nbsp;so i got an error which is given bellow:&lt;/P&gt;&lt;PRE&gt;Array
(
    [error] =&amp;gt; start_date and end_date must be in ISO8601 format with no timezone
)&lt;/PRE&gt;&lt;P&gt;please help me and give me a solution to this.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 10:18:17 GMT</pubDate>
    <dc:creator>Shubham_Tyagi123</dc:creator>
    <dc:date>2023-01-07T10:18:17Z</dc:date>
    <item>
      <title>I want to get all workflow instance ids.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649011#M29723</link>
      <description>&lt;P&gt;I want to get all workflow instance ids&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 10:31:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649011#M29723</guid>
      <dc:creator>Shubham_Tyagi123</dc:creator>
      <dc:date>2023-01-07T10:31:12Z</dc:date>
    </item>
    <item>
      <title>I got an error when I get workflow summary using start_date and end_date.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649009#M29724</link>
      <description>&lt;P&gt;I want to get all records or workflow instances so that when I followed documents (&lt;A href="https://docs.helloworks.com/reference/get-workflow-summary)" target="_blank" rel="noopener"&gt;https://docs.helloworks.com/reference/get-workflow-summary)&lt;/A&gt;&amp;nbsp;so i got an error which is given bellow:&lt;/P&gt;&lt;PRE&gt;Array
(
    [error] =&amp;gt; start_date and end_date must be in ISO8601 format with no timezone
)&lt;/PRE&gt;&lt;P&gt;please help me and give me a solution to this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 10:18:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649009#M29724</guid>
      <dc:creator>Shubham_Tyagi123</dc:creator>
      <dc:date>2023-01-07T10:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: I got an error when I get workflow summary using start_date and end_date.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649393#M29725</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error is telling you it's an issue with the formatting of the&amp;nbsp;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;start_date&lt;/CODE&gt;&amp;nbsp;and&amp;nbsp;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;end_date&lt;/CODE&gt;, which is expecting the string to be &lt;A href="https://www.iso.org/iso-8601-date-and-time-format.html" target="_blank" rel="noopener"&gt;ISO 8601 format&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I also had a hard time with ISO 8601 earlier this year when I was trying to filter a List endpoint's results in the Dropbox Sign API. The Elasticsearch &lt;A href="https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html#date" target="_self"&gt;docs on date format&lt;/A&gt; are what helped me (the top section).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are couple examples of working ISO 8601 dates and times:&lt;/P&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet" data-stringify-type="unordered-list" data-indent="0" data-border="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;2022-06-29T14:58+TO+2022-07-13&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;2022-06-29T07:58-0700+TO+2022-07-13&lt;/CODE&gt;
&lt;UL&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Note that this one specifies the timezone (-0700)&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 22:59:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-want-to-get-all-workflow-instance-ids/m-p/649393#M29725</guid>
      <dc:creator>TaylorKrusen</dc:creator>
      <dc:date>2023-01-09T22:59:13Z</dc:date>
    </item>
  </channel>
</rss>

