Forum Discussion
RubenBilliet
Nov 09, 2022Copper Contributor
Query DevOps macros through OData
I'm trying to create an OData query against an Azure DevOps project which returns the contents of the @Follows macro, so that I can get a list of work item IDs followed by each user in DevOps. Does anyone know if such a query is possible through OData?
I'm using the following type of URL to create the OData query:
https://analytics.dev.azure.com/{org_name}/{project_name}/_odata/v3.0/WorkItems
The query also contains a select, expand and filter component. I'm open to working with other versions of the odata feed, if that solves the problem, including preview versions.
No RepliesBe the first to reply