Azure DevOps · Example Payload

Microsoft Azure Devops Workitems Querybywiql Example

AgileCI/CDDevOpsProject ManagementVersion Control

Microsoft Azure Devops Workitems Querybywiql Example is an example object payload from Azure DevOps, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "workItems_queryByWiql",
  "method": "POST",
  "path": "/wit/wiql",
  "summary": "Azure DevOps Execute a WIQL query",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "query": "SELECT [System.Id], [System.Title], [System.State] FROM WorkItems WHERE [System.TeamProject] = @project AND [System.WorkItemType] = 'Bug' ORDER BY [System.CreatedDate] DESC"
      }
    }
  ],
  "responseExamples": []
}