XML Access
All Valsight objects that are exposed via the REST API can be accessed in the XML format.
Simply add the get parameter
format=xml
to the URL.
For example, if
https://valsight-url/v1/projectSpaces
returns the JSON representation of objects, then
https://valsight-url/v1/projectSpaces?format=xml
returns the XML representation.