Load Search page
This API call produces HTML content for the search interface.
Example API call
/servlets3/wietmsd?id=1459510251190&book=s1000d_bike_41&collection=default&target=toc&action=toc_search
Parameters
| Parameter | Description |
|---|---|
target | toc |
action | toc_search |
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. |
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
- HTML page named toc_search.html .
- On failure
- Nothing.