Gets the list of universes a user has access to, depending on user rights.
GET <webiURL>/universes?type={type}&offset={offset}&limit={limit}
Where:
Response type: application/xml or application/json
Response body: the list of universes for a user with the following information:
GET <webiURL>/universes?type=unx&limit=2
<universes> <universe> <id>6773</id> <cuid>AXyRzvmRrJxLqUm6_Jbf7lE</cuid> <name>efashion.unx</name> <type>unx</type> <folderId>6771</folderId> </universe> <universe> <id>5612</id> <cuid>AYCKrid6ngFGvrKlwVfZKj4</cuid> <name>Salary.unv</name> <type>unv</type> <folderId>509</folderId> </universe> ... </universes>