The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
It would be good if the Fabric REST API supported odata filters when retrieving all items.
As an example if I want to get the ID of a workspace by name using the Fabric REST API I need to call
https://api.fabric.microsoft.com/v1/workspaces/
to retreive all workspaces that the caller has access to and then iterate over the list in the calling application to find the desired worksapce.
However in the Power BI REST API I can simply call
https://api.powerbi.com/v1.0/myorg/groups?$filter=name eq 'my-workspace-name'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.