« Azure devops api » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(→List) |
(→List) |
||
Ligne 75 : | Ligne 75 : | ||
<kode lang='json' collapsed> | <kode lang='json' collapsed> | ||
{ | { | ||
"count": | "count": 1, | ||
"value": [ | "value": [ | ||
{ | { |
Version du 28 janvier 2021 à 18:17
Links
Build
Get Build Work Items Refs
GET https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}/workitems?api-version=6.0
afficher
|
Work Item
Get Work Item
GET https://dev.azure.com/{organization}/{project}/_apis/wit/workitems/{id}?api-version=6.0
Pipeline
List
GET https://dev.azure.com/{organization}/{project}/_apis/pipelines?api-version=6.0-preview.1
afficher
|
Runs - List
GET https://dev.azure.com/{organization}/{project}/_apis/pipelines/{pipelineId}/runs?api-version=6.0-preview.1
afficher
|
Team
List
GET https://dev.azure.com/{organization}/_apis/projects/{project}/teams?api-version=6.0
afficher
|
Iteration / Sprint
List
GET https://dev.azure.com/{organization}/{project}/{team}/_apis/work/teamsettings/iterations?api-version=6.0
afficher
|