Dataflows - Get Dataflow Transactions

指定したデータフローのトランザクションの一覧を返します。

必要なスコープ

Dataflow.ReadWrite.All または Dataflow.Read.All

GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/transactions

URI パラメーター

名前 / 必須 説明
dataflowId
path True

string

uuid

データフロー ID

groupId
path True

string

uuid

ワークスペース ID

応答

名前 説明
200 OK

DataflowTransactions

OK

Example

Sample Request

GET https://api.powerbi.com/v1.0/myorg/groups/51e47fc5-48fd-4826-89f0-021bd3a80abd/dataflows/928228ba-008d-4fd9-864a-92d2752ee5ce/transactions

Sample Response

{
  "@odata.context": "http://someserver.analysis.windows.net/v1.0/myorg/groups/98674fdf-baab-45e1-a04a-c17ab378dce1/$metadata#transactions",
  "value": [
    {
      "id": "2020-08-27T16:07:47.2487692Z@8dbd8c92-4d16-4947-8329-4172f04f4f93$2"
    },
    {
      "id": "2020-08-26T16:40:55.0968787Z@e33eed4d-5b1a-4bb9-8b5b-dff1cd371109$1",
      "refreshType": "OnDemand"
    }
  ]
}

定義

名前 説明
DataflowTransaction

Power BI データフロー トランザクション

DataflowTransactions

データフロー トランザクションの Odata 応答ラッパー

DataflowTransaction

Power BI データフロー トランザクション

名前 説明
endTime

string

トランザクションの終了時刻

id

string

トランザクション ID

refreshType

string

更新トランザクションの種類

startTime

string

トランザクションの開始時刻

status

string

トランザクションの状態

DataflowTransactions

データフロー トランザクションの Odata 応答ラッパー

名前 説明
odata.context

string

OData コンテキスト

value

DataflowTransaction[]

データフロー トランザクション