Previous Next

Retrieve a Dashboard

get

/OracleBAMREST/bam/api/projects/{projectname}/dashboards/{dashboardname}

Retrieves the Dashboard details based on Dashboard name.

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

{
    "id":"/project/BAMFramework/dashboard/ASNDashBoardv2",
    "name":"ASNDashBoardv2",
    "displayName":"ASNDashBoard",
    "title":"
RETAILER ASN DASHBOARD
", "type":"simple", "businessViews":{ "links":[ { "rel":"self", "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/dashboards/ASNDashBoardv2/businessviews" } ] }, "links":[ { "rel":"self", "href":"http://example.com:7001/OracleBAMREST/bam/api/projects/BAMFramework/dashboards/ASNDashBoardv2" } ] }