Created
March 4, 2025 13:01
-
-
Save expiscornovus/6511cf461bd214db501211e303df2570 to your computer and use it in GitHub Desktop.
Response Get Predecessors of Work Item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"statusCode": 200, | |
"headers": {}, | |
"body": { | |
"queryType": "oneHop", | |
"queryResultType": "workItemLink", | |
"asOf": "2025-03-04T12:59:53.79Z", | |
"columns": [ | |
{ | |
"referenceName": "System.Id", | |
"name": "ID", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.Id" | |
}, | |
{ | |
"referenceName": "System.AssignedTo", | |
"name": "Assigned To", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.AssignedTo" | |
}, | |
{ | |
"referenceName": "System.State", | |
"name": "State", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.State" | |
}, | |
{ | |
"referenceName": "System.Title", | |
"name": "Title", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.Title" | |
}, | |
{ | |
"referenceName": "System.Tags", | |
"name": "Tags", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.Tags" | |
} | |
], | |
"sortColumns": [ | |
{ | |
"field": { | |
"referenceName": "System.Id", | |
"name": "ID", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.Id" | |
}, | |
"descending": false | |
}, | |
{ | |
"field": { | |
"referenceName": "System.Id", | |
"name": "ID", | |
"url": "https://dev.azure.com/contoso/_apis/wit/fields/System.Id" | |
}, | |
"descending": false | |
} | |
], | |
"workItemRelations": [ | |
{ | |
"rel": null, | |
"source": null, | |
"target": { | |
"id": 265, | |
"url": "https://dev.azure.com/contoso/_apis/wit/workItems/265" | |
} | |
}, | |
{ | |
"rel": "System.LinkTypes.Dependency-Reverse", | |
"source": { | |
"id": 265, | |
"url": "https://dev.azure.com/contoso/_apis/wit/workItems/265" | |
}, | |
"target": { | |
"id": 266, | |
"url": "https://dev.azure.com/contoso/_apis/wit/workItems/266" | |
} | |
}, | |
{ | |
"rel": "System.LinkTypes.Dependency-Reverse", | |
"source": { | |
"id": 265, | |
"url": "https://dev.azure.com/contoso/_apis/wit/workItems/265" | |
}, | |
"target": { | |
"id": 267, | |
"url": "https://dev.azure.com/contoso/_apis/wit/workItems/267" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment