Forum Discussion
LucaP2495
Jul 25, 2024Copper Contributor
Azure DevOps REST API - retrieve DevOps Server/TFS version
Hi all, I need to support multiple Azure DevOps Server/TFS instances. Is there a REST API to retrieve the version + other "system" info of a given instance? The ideal would be something like h...
Kidd_Ip
Jun 08, 2025MVP
May consider below approaches:
- Check the API Version – Every REST API request includes an api-version parameter, which can help determine the supported versions for your instance.
- Use the Server Metadata API – Retrieving system information using the _apis/operations endpoint, but this may require authentication.