Load Note dialog
Loading the Note dialog page provides the user with an HTML page that contains the note editing or creating interface. Information about the current note (being editted) or the new note (being created) is dynamically inserted into the HTML template.
Example API call
/servlets3/wietmsd?id=1514472843374&book=s1000d_bike_41&collection=default&target=annot&action=note_dlg
Parameters
| Parameter | Description |
|---|---|
target | annot |
action | note_dlg |
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. |
XML post data
This API call requires XML post data such as in the following example.<notedata>
<docid>S1000DBIKE-AAA-D00-00-00-00-AA-663-A-A</docid>
<eid>10</eid>
<eidoffset>0</eidoffset>
<location>s1000d_bike_41%5CBike%204.1%5CBicycle%5CBicycle%20-%20Standard%20repair%20procedures</location>
</notedata>
Returns
- On success
- The HTML page note_dlg.html loaded from the current skin.
- On failure
- Returns nothing