The REST APIs to work with universes.
The tables below indicate the 4.0 and/or 4.1 release in which support for the API was introduced.
Base URL: http://<server_name>:6405/biprws/sl/v1
Path parameters: <universeID> is the universe identifier retrieved from the list of universes.
Action | Method | URL | Since |
---|---|---|---|
Getting the List of the Universes (Semantic Layer) | GET | /universes | 4.1 SP2 |
Getting the Details of a Universe (Semantic Layer) | GET | /universes/<universeID> | 4.1 SP2 |
Getting the Business Views of a Universe | GET | /universes/<universeID>/businessviews | 4.1 SP2 |
Getting the Query Capabilities of a Universe (Semantic Layer) | GET | /universes/<universeID>/capabilities | 4.1 SP2 |
Getting the Link Groups of a Universe | GET | /universes/<universeID>/linkgroups | 4.1 SP2 |
Getting the Object Parameters of a Universe | GET | /universes/<universeID>/prompts | 4.1 SP6 |
Base URL: http://<server_name>:6405/biprws/raylight/v1
Path parameter: <universeID> is the universe identifier retrieved from the list of universes.
Action | Method | URL | Since |
---|---|---|---|
Getting the List of Universes (Web Intelligence) | GET | /universes | 4.0 SP5 | 4.1 |
Getting the Details of a Universe (Web Intelligence) | GET | /universes/<universeID> | 4.0 SP5 | 4.1 |
Getting the Query Capabilities of a Universe (Web Intelligence) | GET | /universes/<universeID>/capabilities | 4.0 SP6 | 4.1 |