<?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[API Docs]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Does anyone know where in the old or new UI I can find the API docs? I don't mean the REST API, I mean for things like ma-point-value, or ma-serial-chart, etc?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.mango-os.com/topic/3422/api-docs</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 13:28:36 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3422.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Apr 2018 18:19:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to API Docs on Tue, 17 Apr 2018 20:07:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phildunlap" aria-label="Profile: phildunlap">@<bdi>phildunlap</bdi></a> said in <a href="/post/18053">API Docs</a>:</p>
<blockquote></blockquote>
<p dir="auto">No luck :(</p>
<p dir="auto">I've branched this off to it's own thread for clarity,<br />
<a href="https://forum.infiniteautomation.com/topic/3423/retrieve-last-12-hours-of-data" rel="nofollow ugc">https://forum.infiniteautomation.com/topic/3423/retrieve-last-12-hours-of-data</a></p>
]]></description><link>https://forum.mango-os.com/post/18056</link><guid isPermaLink="true">https://forum.mango-os.com/post/18056</guid><dc:creator><![CDATA[rshah]]></dc:creator><pubDate>Tue, 17 Apr 2018 20:07:58 GMT</pubDate></item><item><title><![CDATA[Reply to API Docs on Tue, 17 Apr 2018 19:57:33 GMT]]></title><description><![CDATA[<p dir="auto">You are using 'moment' when you mean 'maMoment' in the top part, perhaps?</p>
]]></description><link>https://forum.mango-os.com/post/18053</link><guid isPermaLink="true">https://forum.mango-os.com/post/18053</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 17 Apr 2018 19:57:33 GMT</pubDate></item><item><title><![CDATA[Reply to API Docs on Tue, 17 Apr 2018 19:11:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phildunlap" aria-label="Profile: phildunlap">@<bdi>phildunlap</bdi></a> said in <a href="/post/18051">API Docs</a>:</p>
<blockquote>
<p dir="auto">They're in the new UI, but you need to enable the menu item for them.</p>
</blockquote>
<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/phildunlap" aria-label="Profile: phildunlap">@<bdi>phildunlap</bdi></a> !</p>
<p dir="auto">I assume you'll want a separate thread for this, but if not -- anything catch your eye as incorrect below? This isn't working for us and I'm not sure why.</p>
<pre><code>    &lt;ma-now update-interval="1 minutes" output="to"&gt;&lt;/ma-now&gt;
    &lt;ma-calc input="to | moment:'subtract':12:'hours'" output="from"&gt;
    &lt;/ma-calc&gt;
    
    &lt;ma-point-values point-xid="leaderCascadeTotalPower" values="point1Values" from="from" to="to" rollup="AVERAGE" rollup-interval="1 minutes"&gt;
    &lt;/ma-point-values&gt;

&lt;md-table-container&gt;
    &lt;table md-table&gt;
        &lt;thead md-head&gt;
            &lt;tr&gt;
                &lt;th md-column&gt;Time&lt;/th&gt;
                &lt;th md-column&gt;Value&lt;/th&gt;
            &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody md-body&gt;
            &lt;tr ng-repeat="value in point1Values"&gt;
                &lt;td md-cell&gt;{{value.timestamp | maMoment:'format':'ll LTS'}}&lt;/td&gt;
                &lt;td md-cell&gt;{{value.value}}&lt;/td&gt;
            &lt;/tr&gt;
        &lt;/tbody&gt;
    &lt;/table&gt;
&lt;/md-table-container&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/18052</link><guid isPermaLink="true">https://forum.mango-os.com/post/18052</guid><dc:creator><![CDATA[rshah]]></dc:creator><pubDate>Tue, 17 Apr 2018 19:11:35 GMT</pubDate></item><item><title><![CDATA[Reply to API Docs on Tue, 17 Apr 2018 18:24:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi rshah,</p>
<p dir="auto">They're in the new UI, but you need to enable the menu item for them.</p>
<p dir="auto"><img src="https://camo.nodebb.org/359f1a73fd890db85a2bc68b247ad5ae01225c69?url=https%3A%2F%2Fi.imgur.com%2FMmzEVK4.png" alt="0_1523989525150_editmenu.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/18051</link><guid isPermaLink="true">https://forum.mango-os.com/post/18051</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 17 Apr 2018 18:24:37 GMT</pubDate></item></channel></rss>