list metadata edits
/groups/{group}/uris/{uri}/metadata/edits [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.6900 | 5.9903 | xml, json |
Description
List the edits for the document metadata.
The document metadata are stored in a fragment of the document using the <metadata> PSML element.
Note: this service is cacheable and uses the URI's last modified date as the etag. While it might not be reflective of the fragment changes (the URI last modified date can change with this fragment not changing), it is better than nothing.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
The output has the following format:
<edits> <edit|draft id="123" created="[date/time]" [shared="true"] [deleted="true"] [original="true"]> <author id="12" ... > <fullname>John Jones</fullname> </author> <notes> <note id="456" modified="[date/time]" title="[title]"> <content> ... </content> <labels> ... </labels> </note> </notes> </edit|draft> </edits>
Error Handling
Code | Cause / Description |
---|---|
0x1218 | Fragment not found |