xorrkaz
13 years agoGenius
How can we get the contributors for an article using REST?
It's trivial to get the author of an article using the REST API. However, how can we pull the list of contributors to an article using REST? I don't see any method or data that corresponds to that list. Thanks.
Hi Xorrkaz,
We have added this functionality in the upcoming 12.10 release which you will get in production by the end of the month.
Here is an example call which will return the contributors for an article that you specify by message id:
http://[community.domain.com]/restapi/vc/messages/id/70/tkb/contributors
hope this helps!