Forum Discussion

Gursimrat's avatar
Gursimrat
Leader
11 years ago

List of authors who edited the post

I can get the author who edited the post recently using /restapi/vc/messages/id/91/last_edit_author

Is there any way I can get the list of all the authors who posted in this post as I need to fetch the last 3 authors avatars.

  • 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}