Dataset Schema - Retrieves the dataset schema

Retrieves the schema of tables from a Power BI dataset.

get
Authorizations
Path parameters
workspaceIdstringRequired

The ID of the Power BI workspace.

datasetIdstringRequired

The ID of the Power BI dataset.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: The schema of the tables was successfully retrieved.
application/json
get
GET /workspace/{workspaceId}/dataset/{datasetId}/datasetSchema HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
200

Success: The schema of the tables was successfully retrieved.

{
  "message": "text"
}

Last updated