Get the latest collections.

17May2010

Get the latest collections.

Request URL

/statistics/newestcollections [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
limit (INT)Limit of the items of the result set.Optional150-
offset (UINT)The starting items position in the result set.Optional0-
order_by (ALPHA_NUM_UNDERSCORE)On what column the result set should be ordered.Optional-
order_direction (ALPHA)The direction of the result set.Optionaldesc-

Example Request

statistics/newestcollections?limit=150&order_direction=desc

Example Response

<items>
  <item id="1">
    <coll_id>vTSPjPOSJ7pIeNQVTX0BGv6z</coll_id>
    <app_id>14</app_id>
    <owner_id>admin</owner_id>
    <title>Best</title>
    <description></description>
    <created>2010-04-08 14:58:27</created>
    <changed>2010-04-08 14:58:27</changed>
  </item>
</items>