get loaded uris
/members/{member}/groups/{group}/loadingzone/uris [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9000 | 6.1000 | xml |
Description
Uploaded URIs.
This service is used to load the URI objects created by the latest upload. Use parameter max to decide the max nb of URIs to return (default is 10).
The URIs are loaded from the manifest file in the member’s temp folder. This file is then deleted, so it is only called once after the upload process.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
max | The maximum number of URIs to return | no | long | 10 |
uploadid | The ID specific to the upload, if unspecified, the general loading zone for the user and group is used | no | string | |
xlinkid | A comment ID used to build an upload ID (for comment attachments’ loading zone) | no | long |
Permission
This service requires contributor or higher.
Response
Returns the following XML:
<uris> <uri ... /> ... </uris>
Error Handling
No specific errors expected for this service.