Search code examples
azure-devopsodata

Is there any OData Query for Azure DevOps Repo?


Scenario: I am building Power BI Dashboard on my organization data in Azure DevOps.

Referring to this, we can see there are steps to create sample report on Power BI with OData query on Azure DevOps.

In the link you can see there are 3 sections, Azure Boards, Azure Pipelines and Azure Test Plans. But, I cant find any OData API for Azure Repo.

Question is there any OData API to query on Azure Repo?


Solution

  • The oData set currently doesn't have access to the repo information you're looking for however you could combine it with a REST call if you're willing to work with some static sets: https://learn.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-5.1

    If you REALLY need it as oData you could invest the time in writing your own oData service that calls down to the REST endpoints.