Get Applications

Use this API to list all existing Oracle Hyperion Profitability and Cost Management applications.

Table 2-1 Get Applications

Name Description
Action Type GET
Request URI http://myServer.mydomain.com:19000/profitability/rest/v1/applications
Request Payload
Response
{
    "items": [{
        "name": "AA1",
        "type": "MANAGEMENT_LEDGER",
        "enabled": true
    }, {
        "name": "vLM5",
        "type": "MANAGEMENT_LEDGER",
        "enabled": true
    }, {
        "name": "vLMA",
        "type": "MANAGEMENT_LEDGER",
        "enabled": false
    }],
    "type": "Profitability",
    "links": [{
        "href":
"http://myServer.mydomain.com:19000/profitability/rest/v1/applications",
        "action": "GET",
        "rel": "self"
    }],
    "status": 0,
    "details": "",
    "statusMessage": "Success"
} 
Process Type Synchronous

Table 2-2 Response Values

Parameter Description Example
Name Application Name
Type Application Type

MANAGEMENT_LEDGER

GENERAL

Request Parameters: none