Navigate between table sections
This call allows a user to navigate to the specific section of the large table, previous or next section.
Example API call
/servlets3/wietmsd?id=1459253688541&book=PMC-S1000DBIKE-XYENT-00001-01&collection=default&time=1459253687336&target=text&action=text&eid=321§iontype=goto
Parameters
| Parameter | Description |
|---|---|
target | text |
action | text |
sectiontype | goto – used to navigate to the specific section of a large table, depending on the typed number
|
id | A session ID that is valid for this collection and publication combination. |
book | The name of the publication, such as PMC-S1000DBIKE-XYENT-00001-01. |
collection | The name of the collection that the publication is registered in, such as default. |
time | 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 time parameter that is based on the time at which the call is made. |
eid | Element ID, for example eid=321 |
Returns
- On success
- Returns HTML of the loaded section
- On failure
-
<ERROR><MESSAGE>Failed to find TEXT node.</MESSAGE></ERROR>