Get dataset schema
Updated: January 23, 2017
The Get dataset schema operation returns a JSON object which represents the metadata of a Dataset objects.
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}
Uri parameter
| Name | Description |
|---|---|
| collectionName (required) | The workspace collection name |
| workspaceId (required) | The workspace id |
| datasetKey (required) | The dataset id |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. The dataset metadata is returned in the response body. |
Content-Type
application/json
Show: