Previous Next

Retrieve Business Views

get

/OracleBAMREST/bam/api/projects/{projectname}/businessviews

Retrieves list of business views pertaining to a given Project.

Request

There are no request parameters for this operation.

Response

Supported Media Types
  • application/json
  • application/xml
200 Response
Success
Body
Root Schema : /paths/~1projects~1{projectname}~1businessviews/get/responses/200/schema
Example application/json

{
    "items":[
        {
            "name":"Chart4ProcessStatusv1",
            "displayName":"ProcessStatus_BV",
            "isActive":false,
            "links":[
                {
                    "rel":"self",
                    "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/businessviews/Chart4ProcessStatusv1"
                }
            ]
        },
        {
            "name":"TransactionSummary_Received_DRL_BV",
            "displayName":"TransactionSummary_Received_DRL_BV",
            "isActive":false,
            "links":[
                {
                    "rel":"self",
                    "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/businessviews/TransactionSummary_Received_DRL_BV"
                }
            ]
        }
    ],
    "links":[
        {
            "rel":"self",
            "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/businessviews"
        }
    ]
}