Documentation Center

Get Help URL by name

Returns the URL to access a help page that is identified by name. There are a group of 4 help pages that are named and can be accessed through this API call, by changing the value of the action parameter.

Example API call

/servlets3/wietmsd?id=1460015059941&book=s1000d_bike_41&collection=default&target=btnbar&action=get_releasenotes

Parameters

ParameterDescription
targetbtnbar
action
One of the following:
get_contents
retrieves the URL stored in the <configitem name="ietm.help_url" />
get_about
retrieves the URL stored in the <configitem name="ietm.about_url" />
get_company
retrieves the URL stored in the <configitem name="ietm.company_url" />
get_releasenotes
retrieves the URL stored in the <configitem name="ietm.release_notes" />
idA session ID that was retrieved with or without a specific collection and publication combination
book The name of the publication, such as s1000d_bike_41.
collectionThe name of the collection that the publication is registered in, such as default.

Returns

On success
<RESULT>
     <URL>/wietmsd3/releasenotes/releasenotes.html</URL>
</RESULT>
On failure
HTML page reporting that an unsupported transaction has been called.