Azure DevOps · Schema

Subscription

A service hook subscription that delivers event notifications to a consumer

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id string Unique GUID identifier of the subscription
status string Current health status of the subscription
publisherId string Identifier of the publisher (event source)
eventType string Type of event this subscription listens for
resourceVersion string Version of the event resource schema
consumerId string Identifier of the consumer (notification target)
consumerActionId string Identifier of the specific consumer action
publisherInputs object Filter inputs for the event publisher (project ID, event conditions)
consumerInputs object Configuration inputs for the consumer (URL, headers, auth)
modifiedBy object
modifiedDate string Date and time the subscription was last modified
createdBy object
createdDate string Date and time the subscription was created
url string URL to access this subscription via the REST API
_links object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Subscription",
  "title": "Subscription",
  "type": "object",
  "description": "A service hook subscription that delivers event notifications to a consumer",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique GUID identifier of the subscription"
    },
    "status": {
      "type": "string",
      "description": "Current health status of the subscription",
      "enum": [
        "enabled",
        "onProbation",
        "disabledByUser",
        "disabledBySystem",
        "disabledByInactiveIdentity"
      ]
    },
    "publisherId": {
      "type": "string",
      "description": "Identifier of the publisher (event source)",
      "example": "tfs"
    },
    "eventType": {
      "type": "string",
      "description": "Type of event this subscription listens for",
      "example": "workitem.created"
    },
    "resourceVersion": {
      "type": "string",
      "description": "Version of the event resource schema",
      "example": "1.0"
    },
    "consumerId": {
      "type": "string",
      "description": "Identifier of the consumer (notification target)",
      "example": "webHooks"
    },
    "consumerActionId": {
      "type": "string",
      "description": "Identifier of the specific consumer action",
      "example": "httpRequest"
    },
    "publisherInputs": {
      "type": "object",
      "description": "Filter inputs for the event publisher (project ID, event conditions)",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "projectId": "a1b2c3d4-e5f6-a1b2-c3d4-e5f6a1b2c3d4",
        "workItemType": "Bug",
        "areaPath": "MyProject"
      }
    },
    "consumerInputs": {
      "type": "object",
      "description": "Configuration inputs for the consumer (URL, headers, auth)",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "url": "https://myserver.example.com/webhook",
        "resourceDetailsToSend": "all"
      }
    },
    "modifiedBy": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "modifiedDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the subscription was last modified"
    },
    "createdBy": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the subscription was created"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to access this subscription via the REST API"
    },
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-devops-subscription"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.