Skip to main content

 Services

Web services from /about to /webhooks

list uri versions

/groups/{group}/uris/{uri}/versions [GET]

Description

Load versions for a specified URI.

This services may return less than pagesize results if some versions or publication have been archived and more than pagesize for old legacy PSML files.

Parameters

NameDescriptionRequiredTypeDefault
pageThe page to loadnointeger1
pagesizeThe number of results per pagenointeger1000

Permission

This service is restricted to guest and higher unless the group is accessible to public.

Response

The output has the following format:

<versions [limitreached="true"]>
  <version id="[id]"
           name="[version name]"
           created="[date/time]">
    <author id="12" ...>
      <fullname>John Jones</fullname>
    </author>
    <description>[content of version]</description>
    <labels>[labels]</labels>
  </version>
  ...
</versions>

Error Handling

No specific errors expected for this service.

Created on , last edited on