Get the uploaded mediafiles.

22Aug2011

Get the uploaded mediafiles.

Request URL

/statistics/dataupload [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
month (INT)The month of the query.Required-
year (INT)The year of the query.Required-
group_id (ALPHA_NUM)Group of the upload.Optional-
limit (INT)Limit of the items of the result set.Optional150-
mediamosa_version (MEDIAMOSA_VERSION)Provide the version to get the REST call returned in the format of the specified MediaMosa version. Keep empty or skip to retrieve in current (latest) version. Provide '2' to retrieve the REST call in 2.x format. Or be more specific by providing up to 3 digits; '2.3.0'. This setting will override any setting used by client application or the default setting in MediaMosa.Optional-
offset (UINT)The starting items position in the result set.Optional0-
user_id (ALPHA_NUM)Owner of the upload.Optional-

Example Request

statistics/dataupload?month=1&year=2010&limit=150

Example Response

<items>
  <item id="1">
    <app_id>14</app_id>
    <owner_id>admin</owner_id>
    <group_id></group_id>
    <file_size>993480</file_size>
    <timestamp>2010-01-22 16:22:54</timestamp>
  </item>
</items>