Load publication version information
This API call is used to track information about a publication's incremental update status. The version information is returned in an XML document that contains the version number, last incremental update date, and a flag indicating whether or not the publication could be rolled back if needed.
Example API call
/servlets3/wietmsd?id=1459773629435&target=update&action=get_version_info
Parameters
| Parameter | Description |
|---|---|
target | update |
action | get_version_info |
id | A session ID that was retrieved with or without a specific collection and publication combination |
Returns
- On success
-
<BOOK_LIST> <COLLECTION NAME="default"> <BOOK COLNAME="default" BOOKNAME="s1000d_bike_30" VERSION="0" DATE="" NOROLLBACK=""/> <BOOK COLNAME="default" BOOKNAME="bike" VERSION="6" DATE="04/04/2016" NOROLLBACK=""/> </COLLECTION> </BOOK_LIST>