Admin - Datasets GetDatasetToDataflowsLinksInGroupAsAdmin
Returns a list of upstream dataflows for datasets from the specified workspace.
Permissions
- The user must be a Fabric administrator or authenticate using a service principal.
- Delegated permissions are supported.
When running under service prinicipal authentication, an app must not have any admin-consent required premissions for Power BI set on it in the Azure portal.
Required Scope
Tenant.Read.All or Tenant.ReadWrite.All
Relevant only when authenticating via a standard delegated admin access token. Must not be present when authentication via a service principal is used.
Limitations
Maximum 200 requests per hour.
GET https://api.powerbi.com/v1.0/myorg/admin/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 |
Examples
Example
Sample request
GET https://api.powerbi.com/v1.0/myorg/admin/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/datasets/upstreamDataflows
Sample response
{
"value": [
{
"datasetObjectId": "0d6e2a35-c606-4fb7-8690-1b3a5370a294",
"dataflowObjectId": "4caab73a-2660-4255-8e53-de6745f3d92c",
"workspaceObjectId": "358240c2-b8f3-4817-aa7a-0efa03687a7b"
}
]
}
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 |