<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to return excel-reports&#x2F;run response after the status is ready?]]></title><description><![CDATA[<p dir="auto">Is it possible to have mango automation server return the GET message for excel-reports/run only after its status is ready aka. the report is done? I need to chain excel-reports/run with /view and it would be of tremendous help if I could assure that the report is there when the code executes.</p>
]]></description><link>https://forum.mango-os.com/topic/2174/how-to-return-excel-reports-run-response-after-the-status-is-ready</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 17:29:51 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2174.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Mar 2016 06:12:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to return excel-reports&#x2F;run response after the status is ready? on Mon, 14 Mar 2016 23:54:40 GMT]]></title><description><![CDATA[<p dir="auto">There is also a web socket endpoint that you can register at to receive notifications for all events to a given database table.  The 2 for excel reports are:</p>
<pre><code>/rest/v1/websocket/excel-reports
/rest/v1/websocket/excel-report-templates
</code></pre>
<p dir="auto">Check the code in the excelReports.js file as to how these endpoints can be used.  We use it to update the run reports table on the second tab after a report finishes.</p>
]]></description><link>https://forum.mango-os.com/post/11239</link><guid isPermaLink="true">https://forum.mango-os.com/post/11239</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Mon, 14 Mar 2016 23:54:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to return excel-reports&#x2F;run response after the status is ready? on Sun, 13 Mar 2016 15:30:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi Nyoa,</p>
<p dir="auto">It is unlikely we would modify it to wait until the report finished to respond to the run, but the tools do exist to perform this logic!</p>
<p dir="auto">The response to excel-reports/run is a JSON object about the report instance that has been created. Included in that object is its ID. You can use the ID to query the excel-reports/{ID} endpoint, which will return a JSON object with a "state" attribute, which will be set to "FINISHED" if the report is finished.</p>
]]></description><link>https://forum.mango-os.com/post/11231</link><guid isPermaLink="true">https://forum.mango-os.com/post/11231</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Sun, 13 Mar 2016 15:30:23 GMT</pubDate></item></channel></rss>