Forum Discussion
sunny_mody
11 years agoAdvisor
I am not very sure on what your requirement is, but if my understanding is right and you want the last edit author for all/some posts in a particular message you can try out using below rest api and parse the xml for last_edit_author
/restapi/vc/threads/id/${env.context.message.uniqueId}
- Gursimrat11 years agoLeaderIn simple words, I want the list of all the authors who have edited a particular thread.
- Claudius11 years agoBossAccording to the REST API documentation about editing messages ( http://community.lithium.com/t5/REST-API/bd-p/developers-rest-api?leaf-id=Message.edit#Message.edit ) this information should be stored in some "contributors" parameter. I can't find any other reference to reading that information anywhere though.
Related Content
- 2 years ago
- 11 months ago
- 3 years ago
- 2 years ago