OVERVIEW
This REST API returns the work Item’s relation/Traceability information.
Method: GET
Input:
Authorization: Basic Auth token in the Request Headers
Define Parameter as Query String:
Key | Value | Is Mandatory? | Description |
Id | Integer | Yes | Enter the id of the item for which you want traceability information like 30829 |
Output:
Orcanos Output class:
{ "IsSuccess": true, ---> Success message "Data": { "Relation": [ { "Source": "200176", --->Source id "Target": "30829" --->Target id } ], "Id": "30289", "RelationCount": "1" }, "Message": "", "HttpCode": 200 }
IsSuccess: if successful then true else false
Data: JSON object. Traceability information of the item.
Message: Error message in case IsSuccess is false
HttpCode: Response HttpCode