Unregister Publication window
This API call informs the server that a user has closed a Publication window. If the number of open Publication windows and Publication List windows has reached 0, and LiveContent is configured to auto-shutdown, the server will now automatically close itself.
Example API call
/servlets3/wietmsd?id=1459854003358&book=s1000d_bike_41&collection=default&date=1459854002249&target=main&action=book_close
Parameters
| Parameter | Description |
|---|---|
target | main |
action | book_close |
book | The name of the publication, such as s1000d_bike_41. |
collection | The name of the collection that the publication is registered in, such as default. |
id | A session ID that is valid for this collection and publication combination. |
date | 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 date parameter that is based on the time at which the call is made. |
Returns
- On success
- Returns nothing
- On failure
- Returns nothing