This method is mostly useful in combination with the Ecosystem Search method, in order to sort results.
You can retrieve a list of all available sorting types.
XML or JSON (default is XML).
In XML, nodetexts have their content encapsulated in a CDATA section.
In JSON, these nodes use escaped Unicode codes for special characters.
<?xml version="1.0" encoding="UTF-8"?> <sorts> <sort name="popular"><![CDATA[Most popular]]></sort> <sort name="recent"><![CDATA[Most recent]]></sort> </sorts>
{"popular":"Most popular","recent":"Most recent"}