Skip to main content

 Services

Web services from /about to /webhooks

get loaded uris

/members/{member}/groups/{group}/loadingzone/uris [GET]

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

NameDescriptionRequiredTypeDefault
maxThe maximum number of URIs to returnnolong10
uploadidThe ID specific to the upload, if unspecified, the general loading zone for the user and group is usednostring
xlinkidA comment ID used to build an upload ID (for comment attachments’ loading zone)nolong

Permission

This service requires contributor or higher.

Response

Returns the following XML:

<uris>
  <uri ... />
  ...
</uris>

Error Handling

No specific errors expected for this service.

Created on , last edited on