Previous Next

Retrieve Business View data

get

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

Retrieve the records which are obtained by running the business query pertaining to given business view .

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~1{businessviewname}~1data/get/responses/200/schema
Example application/json

{
    "COUNTEventTypeCode_Recv":[
        {
            "x":"1-In Flight",
            "y":34
        },
        {
            "x":"2-Discarded",
            "y":18
        },
        {
            "x":"3-Delivered",
            "y":244
        },
        {
            "x":"4-Failed",
            "y":34
        }
    ]
}