Load state table XML
Retrieves the XML stored in the user's session or user state table. The user scoped state table persists between LiveContent S1000D sessions. This XML content contains information about dynamically set run-time variables for troubleshooting, generic storage, or filtering.
Example API call
/servlets3/wietmsd?id=1459771237429&book=s1000d_bike_41&collection=default&uniqid=1459771236018&target=
applicability&action=get_config
Parameters
| Parameter | Description |
|---|---|
target | applicability |
action | get_config |
uniqid | 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. |
id | A session ID that is valid for this collection and publication combination. |
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. |
Returns
- On success
-
<filter> <group name="applic"> <cond name="serialno" >1B070644</cond> <cond name="model"> Brook trekker</cond> <cond name="version"> Mk9</cond> <cond name="versrank">1</cond> <cond name="SB-S001"> Post</cond> <cond name="productId">1B070644</cond> </group> </filter> - On failure
- Returns nothing