Get Stages by Application

Use this operation to retrieve all stage details for the given application name. This operation returns name and display order of a stage by using the request rest URI.

Table 4-1 Get Stages by Application

Name Description
Action Type GET
Request URI http://://myServer.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/stages
Request Payload  
Response
{
    "items": [{
        "stageName": "Ledger Data",
        "displayOrder": 1
    }, {
        "stageName": "Activity",
        "displayOrder": 2
    }, {
        "stageName": "Cost Objects",
        "displayOrder": 3
    }, {
        "stageName": "Profitability",
        "displayOrder": 4
    }, {
        "stageName": "test1",
        "displayOrder": 5
    }, {
        "stageName": "test2",
        "displayOrder": 6
    }],
    "type": "Profitability",
    "links": [{
        "href": "http://slc06vya.mydomain.com:19000/profitability/rest/v1/applications/BksDP30/stages",
        "action": "GET",
        "rel": "self"
    }],
    "status": 0,
    "details": "",
    "statusMessage": "SUCCESS"
}
Process Type Synchronous

Table 4-2 Request Parameters

Parameter Description Example
Application Name n Application name  

Table 4-3 Response Values

Parameter Description Example
List of stages Stages