Forum Discussion
Data Source strings from the API
- Anonymous4 years ago
HI rachellek,
I think you can try to use multiple api to achieve your requirment. You can use the 'Datasets - Get Datasources In Group' API to get the detailed data source configuration and mapping information.
Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
After these steps, you can extract these IDs to interact with other APIs to get detailed information. (e.g. refresh log, activities)
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng
HI rachellek,
I think you can try to use multiple api to achieve your requirment. You can use the 'Datasets - Get Datasources In Group' API to get the detailed data source configuration and mapping information.
Datasets - Get Datasources In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
After these steps, you can extract these IDs to interact with other APIs to get detailed information. (e.g. refresh log, activities)
Datasets - Get Refresh History In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Admin - Get Activity Events - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Regards,
Xiaoxin Sheng