Get the uploaded mediafiles.
/statistics/dataupload [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. 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. | Optional | 150 | - |
| 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. | Optional | 0 | - |
| user_id (ALPHA_NUM) | Owner of the upload. | Optional | - |
statistics/dataupload?month=1&year=2010&limit=150
<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>