Forum Discussion

Gursimrat's avatar
Gursimrat
Leader
11 years ago

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...
  • Gursimrat's avatar
    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>