Daisy documentation
 PreviousHomeNext 
4.12.31 p:variablesConfigBook Index4.13 Backup locking

4.12.32 p:variablesList

Returns a list of all defined variables, according to the active p:variableConfig of the current publisher request. This is mostly useful to let editors pick variables from the list of available variables.

4.12.32.1 Request

This request requires no attributes, so its syntax is simply:

<p:variablesList/>

4.12.32.2 Response

The response looks like this:

<p:variablesList>
  <p:variable name="...">...the value...</p:variable>
  ... more p:variable elements ...
</p:variablesList>

If there are no variables, an empty p:variablesList element will be present in the response.

 PreviousHomeNext 
4.12.31 p:variablesConfig4.13 Backup locking