Skip to main content

 Services

Web services from /about to /webhooks

uri group export

/members/{member}/groups/{group}/uris/{uri}/export [GET]

Description

Export a document (URI) and any of its referenced documents. The {group}on the URL is used when downloading the result.

This service exports the document(s) specified using the Universal Portable Format.

It is also the service supporting the export Ant task. If you’re working with Ant or outside a Web environment, it might be more appropriate to use the Ant task.

If there are more than 20 documents included in the export, this service starts an Asynchronous process.

Parameters

NameDescriptionRequiredTypeDefault value
binary-metadata-onlyFlag to specify if only metadata of non-PSML documents should be included in the export. Requires PageSeeder v5.99 or higher.nobooleanfalse
allurls
Whether to export all URLs used in this groupnoboolean
false
contextContext of the upload (without the site prefix), required if uris is specifiedmaybestring
compareValue of the version to compare with, if the value is a float or ISO 8601 date and none match, the closest previous version is loadednostring
excludesComma-separated list of filename patterns to exclude from the export, only used if path is specified and points to a foldernostring
fail-on-errorFlag to specify if the first error should end the exportnobooleantrue
forward-depthThe depth of outgoing cross-references to traversenointeger0
image-metadata-onlyFlag to specify if only metadata of referenced images should be included in the export. DEPRECATED use binary-metadata-only instead.nobooleanfalse
includesComma-separated list of filename patterns to include in the export, only used if path is specified and points to a foldernostring
interpublication-xrefsFlag whether to resolve templates of xrefs between publications. Uses the default publication of the target.nobooleanfalse
load-alternatesFlag to specify if alternate xrefs should be included in the exportnobooleanfalse
load-imagesFlag to specify if referenced images should be included in the exportnobooleantrue
metadata-onlyFlag to specify if only metadata PSML should be included in the exportnobooleanfalse
publicationidThe ID of the publication for version and compare parametersnopublicationid
versionValue of the version to export, if the value is a float or ISO 8601 date and none match, the closest previous version is loadednostring
reverse-depthThe depth of reverse cross-references to traversenointeger0
sinceLast modified date used to filter URIs to export, only used if path is specified and points to a foldernostring
withComma-separated list of facets used to filter URIs to export, only used if path is specified and points to a foldernostring
xref-typesComma-separated list of cross-references to traverse (none,embed,transclude)nostring

Permission

User must have access to view the documents being exported.

Response

This service returns the following XML (even if an asynchronous process has not been started):

<thread ... status="[status]" groupid="[group ID]">
  ...
  [<processing current="[number processed]" 
               total="[total processing]"/>]
  [<packaging current="[number packaged]" 
              total="[total packaging]"/>]
  [<zip>[zip file name]</zip>]
</thread>

When status="complete" the export can be downloaded using the URL:

[scheme]://[my server]/ps/member-resource/[group ID or name]/[zip file name]

For example:

https://example.org/ps/member-resource/example-specs/export-1449617820208.zip

Error Handling

No specific errors expected for this service.

Created on , last edited on