Hot to get the data from the dataset via the rest API if I have gotton the dataset information In PowerBi?

Siwei SW11 Chen 1 Reputation point
2020-11-13T02:13:12.943+00:00

I am in trouble in getting the data from the dataset in PowerBI.
I get the dataset information using the api "https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets" as below.
"value": [
{
"id": "ac94f085-64a1-4765-9d63-a8bf54695680",
"name": "order to cash",
"addRowsAPIEnabled": false,
"configuredBy": "guanyq1@梅菜扣肉要腊 .com",
"isRefreshable": true,
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false,
"isOnPremGatewayRequired": true,
"targetStorageMode": "Abf",
"createReportEmbedURL": "https://app.powerbi.com/reportEmbed?config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVNPVVRILUVBU1QtQVNJQS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldCIsImVtYmVkRmVhdHVyZXMiOnsibW9kZXJuRW1iZWQiOnRydWV9fQ%3d%3d",
"qnaEmbedURL": "https://app.powerbi.com/qnaEmbed?config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVNPVVRILUVBU1QtQVNJQS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldCIsImVtYmVkRmVhdHVyZXMiOnsibW9kZXJuRW1iZWQiOnRydWV9fQ%3d%3d"
},
{
"id": "b41a33bd-3b86-4076-819f-1135ccff4bcc",
"name": "Usage Metrics Report",
"addRowsAPIEnabled": false,
"configuredBy": "zhangll41@梅菜扣肉要腊 .com",
"isRefreshable": true,
"isEffectiveIdentityRequired": false,
"isEffectiveIdentityRolesRequired": false,
"isOnPremGatewayRequired": false,
"targetStorageMode": "Abf",
"createReportEmbedURL": "https://app.powerbi.com/reportEmbed?config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVNPVVRILUVBU1QtQVNJQS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldCIsImVtYmVkRmVhdHVyZXMiOnsibW9kZXJuRW1iZWQiOnRydWV9fQ%3d%3d",
"qnaEmbedURL": "https://app.powerbi.com/qnaEmbed?config=eyJjbHVzdGVyVXJsIjoiaHR0cHM6Ly9XQUJJLVNPVVRILUVBU1QtQVNJQS1yZWRpcmVjdC5hbmFseXNpcy53aW5kb3dzLm5ldCIsImVtYmVkRmVhdHVyZXMiOnsibW9kZXJuRW1iZWQiOnRydWV9fQ%3d%3d"
},

Now how can I get the data from the dataset using the information above I get via the API.

I don't found the api I should use here.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,513 questions
0 comments No comments
{count} votes