🚀 Quickly Find Your Azure DevOps Project Id 🔍
With this post I want to share a lazy and a hacky way for finding the Azure DevOps Project Id
of any project in your Azure DevOps Organization.
The lazy API query
It can feel a bit daunting to start using Azure DevOps API. But what most folks are not aware of is that data retrieval API’s can be queried using
your favorite browser.
To get the Project Id
we can do this with the projects LIST
and GET
API’s.