Visual Studio Team Services API

azure-devopssdktfs

Does anyone know if there is a Visual Studio Team Services (http://visualstudio.com/) API? Please note I am referencing the "Service" and not the "Server".

I've been looking but I have been unable to find one.

Best Answer

See: Team Foundation Server OData API

Have a read, then follow the instructions from "Team Foundation Service authentication:" to set up your account/profile to access the Api.

You can then access the resources via the web Api.

There are also some sample applications near the top of that page that make use of this Api/OData.

Related Topic