Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/examples/api_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ fab api -A azure subscriptions/00000000-0000-0000-0000-000000000000/providers/Mi

Interact with the [Power BI REST API](https://learn.microsoft.com/rest/api/power-bi/) using the Power BI audience for legacy Power BI operations.

### Get Datasets in a Workspace
### List Power BI groups

Retrieve all datasets within a specific Power BI workspace.
List all accessible Power BI workspaces.

```
fab api -A powerbi groups/00000000-0000-0000-0000-000000000000/datasets
fab api -A powerbi groups
```

### List Power BI groups
### Get a Workspace details

List all accessible Power BI workspaces.
Retrieve Power BI workspace details.

```
fab api -A powerbi groups
```
fab api -A powerbi groups/00000000-0000-0000-0000-000000000000
```