Returned Type:
XmlDocument
Returns an XML Document with the following structure:
<?xml version="1.0" encoding="utf-8" ?>
<furesult>
<message><![CDATA[ OK ]]></message>
<status>
<open>1</open>
<id>12</id>
<description><![CDATA[titolo della traccia]]></description>
<lastpointtime>20101112172943</lastpointtime>
</status>
</furesult>
Where
- <message> contains OK or Error description
- <status> it's the user status. It is present only if <message> is “OK” and contains the following tags:
- <open> user track's status. Can be:
- 0 (zero) – there are no open tracks
- 1 (one) – the user has at least one open track
- <id> if an open track exists contains the track Id. This is required in order to get the track
- <description> if an open track exists contains the track description
- <lastpointtime> if an open track exists contains the <time> of last trackpoint in yyyyMMddhhmmss format. If the data refers to an open track with no trackpoint, this field stil empty.