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

/lcapi?book=1&collection=1&target=applicability&action=get_config

Parameters

ParameterDescription
targetapplicability
actionget_config
bookThe id of the publication, an integer, such as 1.
collection The id of the collection, an integer, such as 1.

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