It's all about the answers!

Ask a question

How to get the linktypes of a workitem via Rest API ?


vinitha dsouza (14719122) | asked Jul 19 '19, 5:25 a.m.
Hello Team
I was able to get the Work Item information via REST API like summary, description ... etc, See the below code :

var attributes = data['soapenv:Body']['response']['returnValue']['value']['attributes'];
Summary = JSONgetValueOfKeyWithKeyAndValue(attributes, 'key', 'summary', 'value')['content'];

How Can I get the LInk Types in RTC using REST API ?

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.