Visual Studio Online API - Source Code
Visual Studio, an integrated development environment from Microsoft, that enables programmers to develop different computer programs compatible with Microsoft Windows. The API lets developers to integrate their applications with Visual Studio Online (VSO). With this API, developers will be able to make request to access different type of information available from VSO. Response is in JSON format.

Sample Source Code (11)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Visual Studio Change Bug to a Bug .NET Sample Code by Microsoft | The Visual Studio Change Bug to a Bug C# Sample Code by Microsoft presents how to change the type of a work item. Instead of creating a new user story, developers can change the type from a bug to a user story. It includes links to WorkItem, JSONPatchDocument, JSONPatchOperation as contracts. |
![]() | Visual Studio Change Bug to a Bug C# Sample Code by Microsoft | The Visual Studio Change Bug to a Bug C# Sample Code by Microsoft demonstrates how to change the type of a work item. Instead of creating a new user story, developers can change the type from a bug to a user story. It includes links to WorkItem, JSONPatchDocument, JSONPatchOperation as contracts. |
![]() | Visual Studio Add Comment to a Bug .NET Sample Code by Microsoft | The Visual Studio Add Comment to a Bug .NET Sample Code by Microsoft presents how to add a value for the System.History field. Contracts include WorkItem, JSONPatchDocument, and JSONPatchOperation. |
![]() | Visual Studio Add Comment to a Bug C# Sample Code by Microsoft | The Visual Studio Add Comment to a Bug C# Sample Code by Microsoft demonstrates how to add a value for the System.History field. Contracts include WorkItem, JSONPatchDocument, and JSONPatchOperation. |
![]() | Visual Studio Update a Bug .NET Sample Code by Microsoft | The Visual Studio Update a Bug .NET Sample Code by Microsoft presents how to update the values of a bug. The assumptions include bug ID, fields, values, and queries. |
![]() | Visual Studio Update a Bug C# Sample Code by Microsoft | The Visual Studio Update a Bug C# Sample Code by Microsoft demonstrates how to update the values of a bug. The assumptions include bug ID, fields, values, and queries. |
![]() | Visual Studio Migrating Bug Items .NET Sample Code by Microsoft | The Visual Studio Migrating Bug Items .NET Sample Code by Microsoft presents how to create a bug by migrating items. Developers can use the bypassRules=true parameter to the REST endpoint. |
![]() | Visual Studio Migrating Bug Items C# Sample Code by Microsoft | The Visual Studio Migrating Bug Items C# Sample Code by Microsoft demonstrates how to create a bug by migrating items. Developers can use the bypassRules=true parameter to the REST endpoint. |
![]() | Visual Studio Create Bug .NET Sample Code by Microsoft | The Visual Studio Create Bug .NET Sample Code by Microsoft presents how to create a bot or any work object by setting field values and sending a JSON-Patch object to the REST endpoint. |
![]() | Visual Studio Create Bug C# Sample Code by Microsoft | The Visual Studio Create Bug C# Sample Code by Microsoft demonstrates how to set field values and send a JSON-Patch object to the REST endpoint. The result is a bot or any work object. |
![]() | Visual Studio C# Sample Code by Microsoft | The Visual Studio C# Sample Code by Microsoft demonstrates how to integrate with Visual Studio Team Services and Team Foundation Server. |