Gursimrat
11 years agoLeader
Error while reading the message Body and Labels
Hi Everyone, I am trying to get the TKB articles from a category, everthing is working fine but I am getting a strange error, when I try to get the Body and the Labels, I get an error: When and w...
- 11 years ago
Used this instead:
<#assign tkb_body = rest("messages/id/${tkb_details.messages.topic.id}/body").value>
<#assign tkb_labels = rest("messages/id/${tkb_details.messages.topic.id}/labels").labels>