Documentation Center

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&sectiontype=goto

Parameters

ParameterDescription
targettext
actiontext
sectiontypegoto – used to navigate to the specific section of a large table, depending on the typed number

next – used to navigate to the next section of a large table

prev – allows a user to navigate to the previous section

idA session ID that is valid for this collection and publication combination.
book The name of the publication, such as PMC-S1000DBIKE-XYENT-00001-01.
collectionThe name of the collection that the publication is registered in, such as default.
timeTo 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.
eidElement 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>