Previous Next

Retrieve Projects

get

/OracleBAMREST/bam/api/projects

Retrieves list of Projects in BAM.

Request

Query Parameters
limit
Type: integer
Maximum number of items per page. Set between 1 and 100. Default is 25.

Response

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

{
    "items":[
        {
            "queries":{
            },
            "displayName":"Process Analytics",
            "id":"/project/BPMAnalytics",
            "alerts":{
            },
            "dataObjects":{
            },
            "name":"BPMAnalytics",
            "businessViews":{
            },
            "links":[
                {
                    "rel":"self",
                    "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BPMAnalytics"
                }
            ],
            "dashboards":{
            },
            "parameters":{
            }
        }
    ],
    "links":[
        {
            "rel":"self",
            "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/"
        }
    ]
}