Forum Discussion
samudhraa
12 years agoExpert
Hi MLachapelle ,
You can use the below call to get details of a individual thread.
/restapi/vc/threads/id/144042
You can use this call to get details of individual message , such as body , view count etc using this call
/restapi/vc/messages/id/143992
Hope that helps.
Thanks,
Sam
Sign in to react to this post
- MLachapelle12 years agoHelper
Hi Sam,
Thanks for your answer.
This is the call that I am doing right now and I need to do another one to get the tags related to this message and another call to get the attachments. Is there a call or an argument to add to the previous call to get all these informations at the same time?
Thanks,
Max
Sign in to react to this post- VarunLuthra12 years agoAdvisorHi MLachapelle, I don't think if there is any single call to get all the details, you will have to make separate REST calls to get the appropriate data as samudhraa mentioned.Sign in to react to this post
- MLachapelle12 years agoHelper
Thank you both for your answer.
Max
Sign in to react to this post