MSohm
12 years agoAce
Threads with body for all replies
I'm using the REST API to attempt to get a message an all its replies. This is the closest URLs I've found are:
http://community.com/restapi/vc/threads/id/2540929
http://community.com/restapi/vc/messages/id/2540929/thread
But they only contains the body of the original message, not the replies. There is a message entry for each reply, but no body. How can I get similar results that include the body?
- Hey MSohm,
If you use the restapi.format_detail=full_list_element query parameter, you can get the message bodies in the list. You can find more info about this query parameter here: http://lithosphere.lithium.com/t5/developers-knowledge-base/Understanding-REST-API-query-string-parameters/ta-p/8721
Hope this helps,
Yuri