Load Change report XML
This API call loads an XML instance that expresses the Change report for this publication. This report contains the information for every change that was marked up in the data, including the textual description of why the change was made, the type of change, and a reference to the document that was changed, and a reference to the element within the document that specifically changed
Example API call
/servlets3/wietmsd?id=1459929741226&book=s1000d_bike_41&collection=default&uniqid=1459929739861&target=utility&action=source
Parameters
| Parameter | Description |
|---|---|
target | utility |
action | source |
id | A session ID that is valid for this collection and publication combination. |
collection | The name of the collection that the publication is registered in, such as default. |
book | The name of the publication, such as s1000d_bike_41. |
uniqid | To prevent browser-side caching of data, especially with AJAX requests, it is important to make a URL unique. The most effective technique to accomplish this is to include a time parameter that is based on the time at which the call is made. |
Returns
- On success
-
<SOURCE> <DOCUMENT DMC="S1000DBIKE-AAA-DA0-00-00-00-AA-041-A-A" CEID="22"> <EID EID="118" DESC="modify"> <reasonForUpdate id="rfu-001" updateReasonType="urt02"> <simplePara>Page Layout Measurement Unit Consistency</simplePara> <simplePara>CPF 2009-060US</simplePara> </reasonForUpdate> </EID> <EID EID="128" DESC="modify"> <reasonForUpdate id="rfu-001" updateReasonType="urt02"> <simplePara>Page Layout Measurement Unit Consistency</simplePara> <simplePara>CPF 2009-060US</simplePara> </reasonForUpdate> </EID> <EID EID="137" DESC="modify"> <reasonForUpdate id="rfu-001" updateReasonType="urt02"> <simplePara>Page Layout Measurement Unit Consistency</simplePara> <simplePara>CPF 2009-060US</simplePara> </reasonForUpdate> </EID> </DOCUMENT> </SOURCE>