list uri versions
/groups/{group}/uris/{uri}/versions [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.1100 | 5.6900 | xml, json |
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
Name | Description | Required | Type | Default |
---|---|---|---|---|
page | The page to load | no | integer | 1 |
pagesize | The number of results per page | no | integer | 1000 |
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.