Admin - Dataflows GetUpstreamDataflowsInGroupAsAdmin
Returns a list of upstream dataflows for the specified dataflow.
Note: The user must have administrator rights (such as Office 365 Global Administrator or Power BI Service Administrator) to call this API or authenticate via service principal.
This API allows 200 requests per hour at maximum.
Required scope: Tenant.Read.All or Tenant.ReadWrite.All
To set the permissions scope, see Register an app.
GET https://api.powerbi.com/v1.0/myorg/admin/groups/{groupId}/dataflows/{dataflowId}/upstreamDataflows
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
dataflow
|
path | True |
|
The dataflow id |
group
|
path | True |
|
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/dataflows/cfafbeb1-8037-4d0c-896e-a46fb27ff229/upstreamDataflows
Sample Response
{
"value": [
{
"targetDataflowId": "cfafbeb1-8037-4d0c-896e-a46fb27ff229",
"groupId": "f089354e-8366-4e18-aea3-4cb4a3a50b48"
},
{
"targetDataflowId": "67a4529b-0cdd-4584-9867-5c0e77d57a2f",
"groupId": "f089354e-8366-4e18-aea3-4cb4a3a50b48"
}
]
}
Definitions
Dependent |
A Power BI Dependent dataflow |
Dependent |
Odata response wrapper for a Power BI dependent dataflows list |
DependentDataflow
A Power BI Dependent dataflow
Name | Type | Description |
---|---|---|
groupId |
|
The target group id |
targetDataflowId |
|
The target dataflow id |
DependentDataflows
Odata response wrapper for a Power BI dependent dataflows list
Name | Type | Description |
---|---|---|
odata.context |
|
|
value |
The dependent dataflows |