<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									field/find API request - REST API				            </title>
            <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/</link>
            <description>IoT Guru Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 19:57:49 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: field/find API request</title>
                        <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-26</link>
                        <pubDate>Tue, 18 Feb 2020 07:51:08 +0000</pubDate>
                        <description><![CDATA[Thank you. I appreciate.]]></description>
                        <content:encoded><![CDATA[Thank you. I appreciate.]]></content:encoded>
						                            <category domain="https://blog.iotguru.cloud/forums/rest-api/">REST API</category>                        <dc:creator>Jean-Luc</dc:creator>
                        <guid isPermaLink="true">https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-26</guid>
                    </item>
				                    <item>
                        <title>RE: field/find API request</title>
                        <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-25</link>
                        <pubDate>Tue, 18 Feb 2020 07:09:41 +0000</pubDate>
                        <description><![CDATA[Okay, I get it. I&#039;m going to see what I can do, because the structure of the database it is not an easy task, so, it is on the TO DO list. :)]]></description>
                        <content:encoded><![CDATA[<p>Okay, I get it. I'm going to see what I can do, because the structure of the database it is not an easy task, so, it is on the TO DO list. :)</p>]]></content:encoded>
						                            <category domain="https://blog.iotguru.cloud/forums/rest-api/">REST API</category>                        <dc:creator>admin</dc:creator>
                        <guid isPermaLink="true">https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-25</guid>
                    </item>
				                    <item>
                        <title>RE: field/find API request</title>
                        <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-24</link>
                        <pubDate>Mon, 17 Feb 2020 14:09:45 +0000</pubDate>
                        <description><![CDATA[I had in mind something like this:

The pair of last float value and timestamps of the node key and field name.
This with no time limitation, not like the following API,...]]></description>
                        <content:encoded><![CDATA[<p>I had in mind something like this:</p>
<pre></pre>
<p>The pair of last float value and timestamps of the node key and field name.</p>
<p>This with no time limitation, not like the following API, which provides the last 'n' float values in the last 1 hour:</p>
<pre>/measurement/loadLastFloatValues/{nodeKey}/{fieldName}/{items}</pre>]]></content:encoded>
						                            <category domain="https://blog.iotguru.cloud/forums/rest-api/">REST API</category>                        <dc:creator>Jean-Luc</dc:creator>
                        <guid isPermaLink="true">https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-24</guid>
                    </item>
				                    <item>
                        <title>RE: field/find API request</title>
                        <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-23</link>
                        <pubDate>Mon, 17 Feb 2020 11:36:38 +0000</pubDate>
                        <description><![CDATA[Okay, so that you need a full record of the last measurement of the field, like this?
{&quot;epoch&quot;:17910,&quot;nodeId&quot;:&quot;7c8f4bb0-17eb-11e9-9ca3-f719d74fca9a&quot;,&quot;field&quot;:&quot;teszt&quot;,&quot;created&quot;:&quot;870d9b00-17eb...]]></description>
                        <content:encoded><![CDATA[<p>Okay, so that you need a full record of the last measurement of the field, like this?</p>
<pre>{<br />"epoch":17910,<br />"nodeId":"7c8f4bb0-17eb-11e9-9ca3-f719d74fca9a",<br />"field":"teszt",<br />"created":"870d9b00-17eb-11e9-b2c0-591f3111d72f",<br />"floatValue":21.0,<br />"textValue":null<br />}</pre>]]></content:encoded>
						                            <category domain="https://blog.iotguru.cloud/forums/rest-api/">REST API</category>                        <dc:creator>admin</dc:creator>
                        <guid isPermaLink="true">https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-23</guid>
                    </item>
				                    <item>
                        <title>field/find API request</title>
                        <link>https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-6</link>
                        <pubDate>Sat, 15 Feb 2020 18:11:23 +0000</pubDate>
                        <description><![CDATA[Hello,
The field/find API gives as a response some info which include the last date update, but not the last value.
It would be fine to have also the last value. I have not found another A...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>The field/find API gives as a response some info which include the last date update, but not the last value.</p>
<p>It would be fine to have also the last value. I have not found another API which provides the last date and value if the device is down since more than 1 hour, even /measurement/loadLastFloatValue/ response an error code 204 in that case.</p>]]></content:encoded>
						                            <category domain="https://blog.iotguru.cloud/forums/rest-api/">REST API</category>                        <dc:creator>Jean-Luc</dc:creator>
                        <guid isPermaLink="true">https://blog.iotguru.cloud/forums/rest-api/field-find-api-request/#post-6</guid>
                    </item>
							        </channel>
        </rss>
		