About the REST APIs
Use the REST APIs for Oracle Analytics Server to automate processes and programmatically access features and functionality in Oracle Analytics Server.
You must configure the web tier to enable access to the REST APIs. See Understanding the Web Tier.
API Version
The base path of the endpoint includes the API version (for example, 20210901). Here's an example POST request to create a connection:
POST https://myoas.com/api/20210901/catalog/connections' --data @create_adw_walletless_connection.json
API Breaking Changes Policy
Oracle will provide 12 months advance notice prior to the date of removing or changing an existing API that you have deployed which would require you to update your code.
You can view a list of all REST endpoints in this API.