Previous Next

Retrieve Business Queries

get

/OracleBAMREST/bam/api/projects/{projectname}/queries/businessqueries

Retrieves list of business queries pertaining to a 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}~1queries~1businessqueries/get/responses/200/schema
Example application/json

{
    "items":[
        {
            "id":"/project/BAMFramework/businessquery/Chart0DeliveredCount",
            "name":"Chart0DeliveredCount",
            "displayName":"DeliveredCount_BQ",
            "links":[
                {
                    "rel":"self",
                    "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/queries/businessqueries/Chart0DeliveredCount"
                }
            ]
        },
        {
            "id":"/project/BAMFramework/businessquery/ErrorCategory_DRL_BQ_v1",
            "name":"ErrorCategory_DRL_BQ_v1",
            "displayName":"ErrorCategory_DRL_BQ_v1",
            "links":[
                {
                    "rel":"self",
                    "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/queries/businessqueries/ErrorCategory_DRL_BQ_v1"
                }
            ]
        }
    ],
    "links":[
        {
            "rel":"self",
            "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/queries/businessqueries"
        }
    ]
}