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