Gets the list of the universes stored in the CMS repository.
The universe list can be displayed on pages.
GET <slURL>/universes?offset={offset}&limit={limit}
Where:
Response type: application/xml
Response body: the list of the universes identified by the following elements:
GET <slURL>/universes?offset=0&limit=50
<universes> <universe> <id>6773</id> <cuid>AXyRzvmRrJxLqUm6_Jbf7lE</cuid> <name>efashion.unx</name> <type>unx</type> <folderId>6771</folderId> </universe> <universe> <id>5808</id> <cuid>AUW2qRdU0IdPkyhlpZWrxvo</cuid> <name>Warehouse.unx</name> <type>unx</type> <folderId>5807</folderId> </universe> ... </universes>