Get Application Summary (AI REST API)
Use this AI REST API to return a comprehensive, AI focused summary of the specified business process application.
Note:
Requires an Oracle Fusion Cloud deployment with AI Studio.
This REST API is primarily used by AI agents, automation, and user interfaces to understand an application’s structure at a high level without excessive detail.
Required Roles
Any Role
REST Resource
GET /HyperionPlanning/rest/v3/applications/summary
Request
Parameters:
Table 9-56 Parameters
| Name | Description | Type | Require | Default |
|---|---|---|---|---|
application |
The name of the application | path | Yes | None |
fullHierarchyThreshold |
Show full hierarchy for dimensions with ≤ this many members | path | No | 100 |
aliasTableName |
The name of the alias table to use for retrieving alias names | path | No | Default |
dimensionsToInclude |
list of dimension names to restrict output | path | No | None |
Example URL
https://<BASE-URL>/HyperionPlanning/rest/v3/applications/Vision/summary
Response
Supported Media Types: application/json
Note:
The response format may change significantly between releases. It’s designed for AI use and isn’t meant for stable, programmatic consumption like the other APIs.