Apps - Get Tile

从指定应用返回指定仪表板内的指定磁贴。

支持的磁贴包括数据集和包含整个报表页的动态磁贴。

所需范围

Dashboard.ReadWrite.All 或 Dashboard.Read.All

限制

不支持服务主体身份验证。

GET https://api.powerbi.com/v1.0/myorg/apps/{appId}/dashboards/{dashboardId}/tiles/{tileId}

URI 参数

名称 必需 类型 说明
appId
path True

string

uuid

应用 ID

dashboardId
path True

string

uuid

仪表板 ID

tileId
path True

string

uuid

磁贴 ID

响应

名称 类型 说明
200 OK

Tile

确定

示例

Example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/apps/3d9b93c6-7b6d-4801-a491-1738910904fd/dashboards/{dashboardId}/tiles/{tileId}

Sample Response

{
  "id": "312fbfe9-2eda-44e0-9ed0-ab5dc571bb4b",
  "title": "SalesMarketingTile",
  "embedUrl": "https://app.powerbi.com/embed?dashboardId=69ffaa6c-b36d-4d01-96f5-1ed67c64d4af&tileId=312fbfe9-2eda-44e0-9ed0-ab5dc571bb4b&groupId=f089354e-8366-4e18-aea3-4cb4a3a50b48",
  "rowSpan": 0,
  "colSpan": 0,
  "reportId": "5b218778-e7a5-4d73-8187-f10824047715",
  "datasetId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229"
}

定义

Tile

Power BI 磁贴

名称 类型 说明
colSpan

integer

磁贴跨度列数

datasetId

string

数据集 ID。 仅适用于从报表或使用数据集创建的磁贴,例如 Q&A 磁贴。

embedData

string

磁贴的嵌入数据

embedUrl

string

磁贴的嵌入 URL

id

string

磁贴 ID

reportId

string

报表 ID。 仅适用于从报表创建的磁贴。

rowSpan

integer

磁贴跨度行数

title

string

磁贴的显示名称