Returns all the firsts for the given user.
parameters: - formats: xml, json endpoint: http://totspot.com/api/firsts/get_all?format=xml / http://totspot.com/api/firsts/get_all?format=jsonSample response:
<?xml version="1.0" encoding="UTF-8"?>
<milestones type="array">
<milestone>
<actual-date type="datetime">2008-04-01T00:00:00Z</actual-date>
<description><![CDATA[<strong>Tom</strong> first made eye contact on <strong>April 1st 2008</strong> with <strong>mummy</strong>. He looked <strong>astonished</strong>.]]></description>
</milestone>
<milestone>
<actual-date type="datetime">2008-04-08T00:00:00Z</actual-date>
<description><![CDATA[<strong>Tom</strong> lost first tooth on <strong>April 8th 2008</strong>.]]></description>
</milestone>
</milestones>
<?xml version="1.0" encoding="UTF-8"?>
<favorite>
<created-at type="datetime">2008-02-16T19:37:57+00:00</created-at>
<description>toy</description>
<id type="integer">2</id>
<updated-at type="datetime">2008-02-16T19:37:57+00:00</updated-at>
<value>a rubber duck</value>
<sentence>Tiago's favorite toy is a rubber duck.</sentence>
</favorite>
<?xml version="1.0" encoding="UTF-8"?>
<favorites type="array">
<favorite>
<created-at type="datetime">2008-02-16T19:37:57+00:00</created-at>
<description>toy</description>
<id type="integer">2</id>
<updated-at type="datetime">2008-02-16T19:37:57+00:00</updated-at>
<value>a rubber duck</value>
<sentence>Tiago's favorite toy is a rubber duck.</sentence>
</favorite>
<favorite>
<created-at type="datetime">2008-02-16T19:37:57+00:00</created-at>
<description>fruit</description>
<id type="integer">2</id>
<updated-at type="datetime">2008-02-16T19:37:57+00:00</updated-at>
<value>banana</value>
<sentence>Tiago's favorite fruit is banana.</sentence>
</favorite>
</favorites>