Datasets - Get Dataset To Dataflows Links In Group
Returns a list of upstream dataflows for datasets from the specified workspace.
Permissions
This API call can be called by a service principal profile. For more information see: Service principal profiles in Power BI Embedded.
Required Scope
Dataset.ReadWrite.All or Dataset.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/upstreamDataflows
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
group
|
path | True |
string uuid |
The workspace ID |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Definitions
Name | Description |
---|---|
Dataset |
A Power BI dataset to dataflow link |
Dataset |
The OData response wrapper for a list of Power BI dataset to dataflow links |
DatasetToDataflowLinkResponse
A Power BI dataset to dataflow link
Name | Type | Description |
---|---|---|
dataflowObjectId |
string |
The dataflow object ID |
datasetObjectId |
string |
The dataset object ID |
workspaceObjectId |
string |
The workspace object ID |
DatasetToDataflowLinksResponse
The OData response wrapper for a list of Power BI dataset to dataflow links
Name | Type | Description |
---|---|---|
odata.context |
string |
|
value |
The dataset to dataflow links |