External DocumentationTo learn more, visit the Azure DevOps documentation.
Actions
List Work Items IDs
Retrieve a list of Work Item IDs.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Organization | The Azure DevOps Organization. You can view the Organizations list in the Azure DevOps Organizations page. |
| Project | The Project ID or Project name. You can view the Projects list in the Azure DevOps Projects page. |
| Team | Team ID or team name. |
{
"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"
}
]
}
Was this page helpful?