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'to retreive a result set with just the desired workspace (or an empy resultset if the workspace does not exist or the caller does not have access to it. This would avoid the need to handle paging in the caller and enable simpler logic.
Also I am aware that at the moment I can call the Power BI groups end point to retreive workspaces assigned to a Fabric capacity but having to swap between end points because the Fabric endpoint has less functionality feels less than great also for my specific use case that prompted this post I need to retreive notebook IDs by notebook name.
I am sure there are other folks out there who also need to get Fabric only items that would benefit from the Fabric REST API getting closer to feature parity to the Power BI REST API.
No CommentsBe the first to comment
Recent ideas
Invoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz2 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris2 hours agoAdvocate IINew1.4KViews27likes3CommentsBring Back separating Power BI artifacts on a per web page basis
Previously, the ability to have different artifacts open on different web tabs was enabled. This was beneficial if you wanted to differentiate what environments you were in, working across three diff...zoe-dean4 hours agoNew MemberNew50Views8likes0CommentsREST API Should expose credentials used in connections
When a consultant leaves a client, it's important to clean up any connections that may have the consultants credentials embedded within. I'm able to use the Fabric CLI to get the managed connections ...PeterDaniels4 hours agoAdvocate IIINew18Views6likes0CommentsExpose full activity-level error details in Workspace Monitoring Eventhouse
Microsoft Fabric Workspace Monitoring exposes activity-level pipeline telemetry in FabricDataPipelinesActivityRunsLogs, including PipelineRunId, OperationId, ActivityIterationCount, ActivityName, Act...MarcoOnnis4 hours agoNew MemberNew2Views0likes0Comments