Forum Discussion

ibm-dev's avatar
ibm-dev
Regular Visitor
3 years ago

Pagination support for Goals , Import API's

HI 

 

Below Dataset API don't support $top and $skip  parameters
https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-dataset-in-group
But as per this link (https://learn.microsoft.com/en-us/archive/blogs/dataaccesstechnologies/you-cannot-publish-more-than-200-datasetreport-together-within-an-workspace-in-power-bi-service) we can creare max 200 dataset in a workspace so not supporting $top and $skip for above API is valid

I also observed that below API also don't support $top and $skip parameters
Import - https://learn.microsoft.com/en-us/rest/api/power-bi/imports/get-imports-in-group
Goals - https://learn.microsoft.com/en-us/rest/api/power-bi/goals_(preview)/get
Gateway - https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/get-gateways
GetDatasourceUsers - https://learn.microsoft.com/en-us/rest/api/power-bi/gateways/get-datasource-users

Do above Object also has some limit as it is there for Dataset Object ?  i tried to search on it but could not find anything 

Thanks