Documentation Center

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&date=1459774387441&target=update&action=get_version_info

Parameters

ParameterDescription
targetupdate
actionget_version_info
dateTo 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.
idA 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>