Dataset Schema - Retrieves the dataset schema
Authorizations
Path parameters
workspaceIdstringRequired
The ID of the Power BI workspace.
datasetIdstringRequired
The ID of the Power BI dataset.
Query parameters
versionstringOptionalDefault:
The requested API version
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