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.
This request requires no attributes, so its syntax is simply:
<p:variablesList/>
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.