Skip to main content

List Work Items IDs

Retrieve a list of Work Item IDs.

External Documentation

To learn more, visit the Azure DevOps documentation.

Parameters

ParameterDescription
OrganizationThe Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page.
ProjectThe Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page.
TeamTeam ID or team name.

Example Output

{
"asOf": "The date the query was run in the context of.",
"columns": [
{
"name": "The friendly name of the field.",
"referenceName": "The reference name of the field.",
"url": "The REST URL of the resource."
}
],
"queryResultType": "The result type",
"queryType": "The type of the query",
"sortColumns": [
{
"descending": false,
"field": {
"name": "The friendly name of the field.",
"referenceName": "The reference name of the field.",
"url": "The REST URL of the resource."
}
}
],
"workItemRelations": [
{
"rel": "The type of link.",
"source": {
"id": 0,
"url": "REST API URL of the resource"
},
"target": {
"id": 0,
"url": "REST API URL of the resource"
}
}
],
"workItems": [
{
"id": 0,
"url": "REST API URL of the resource"
}
]
}

Workflow Library Example

List Work Items Ids with Azure Devops and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop