Description
Return a list of node versions.
Input
<ListNodes> <userLogonReference>userid</userLogonReference>
<password>password</password>
<searchStringNode/> <nodeDetailLevel/>
</ListNodes>
Output
<ListNodes>
<errorNumber>0</errorNumber> <maximumRowsExceeded>false|true</maximumRowsExceeded> <NodeList> <Node> <!-- Depends on node detail level --> </Node> </NodeList>
</ListNodes>
The detail returned for each node will depend on the nodeDetailLevel. This follows the same conventions as GetNode.
Errors
101 - Not authorised. Only returned if the user logon reference and password do not match.