Get tables
Updated: January 23, 2017
The Get tables operation returns a JSON object which represents list of table objects within a dataset.
Note To call this operation, an app token or key is required. To learn more, see Authenticating and authorizing with Power BI Embedded.
GET https://api.powerbi.com/v1.0/collections/{collectionName}/workspaces/{workspaceId}/datasets/{datasetKey}/tables
Uri parameter
| Name | Description |
|---|---|
| collectionName | The workspace collection name. |
| workspaceId | The workspace id. |
| datasetKey | The dataset id. |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. An JSON object which represents list of table objects within a dataset. |
Content-Type
application/json
Show: