About 50 results
Open links in new tab
  1. Tutorial: Create a controller-based web API with ASP.NET Core

    Another approach to creating APIs in ASP.NET Core is to create Minimal APIs. For help with choosing between Minimal APIs and controller-based APIs, see APIs overview. For a tutorial on creating a …

  2. Builds - REST API (Azure DevOps Build) | Microsoft Learn

    Learn more about Build service - Provides methods for working with builds.

  3. Builds - Get - REST API (Azure DevOps Build) | Microsoft Learn

    GET https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}?api-version=7.1

  4. Definitions - Get - REST API (Azure DevOps Build) | Microsoft Learn

    GET https://dev.azure.com/{organization}/{project}/_apis/build/definitions/{definitionId}?api-version=7.1

  5. Status - Get - REST API (Azure DevOps Build) | Microsoft Learn

    Gets the build status for a definition, optionally scoped to a specific branch, stage, job, and configuration.

  6. Build API plugins from an existing API for Microsoft 365 Copilot

    Jul 23, 2025 · Build a declarative agent for Microsoft 365 Copilot optimized for a specific scenario. Bring actions to your agent with API plugins to access external data in real-time.

  7. Timeline - Get - REST API (Azure DevOps Build) | Microsoft Learn

    In this article URI Parameters Responses Security Definitions Gets details for a build

  8. Definitions - List - REST API (Azure DevOps Build)

    GET https://dev.azure.com/{organization}/{project}/_apis/build/definitions?api-version=7.1

  9. Builds - List - REST API (Azure DevOps Build) | Microsoft Learn

    GET https://dev.azure.com/{organization}/{project}/_apis/build/builds?api-version=7.1

  10. Create web APIs with ASP.NET Core | Microsoft Learn

    Dec 7, 2025 · Don't create a web API controller by deriving from the Controller class. Controller derives from ControllerBase and adds support for views, so it's for handling web pages, not web API requests.