GET v6/powerBI/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PowerBIModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageURL | string |
None. |
|
| ReportName | string |
None. |
|
| ReportURL | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"imageURL": "sample string 1",
"reportName": "sample string 2",
"reportURL": "sample string 3"
},
{
"imageURL": "sample string 1",
"reportName": "sample string 2",
"reportURL": "sample string 3"
}
]