How to get the linktypes of a workitem via Rest API ?
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 ?