Forum Discussion

deepak's avatar
13 years ago

Tagging a post using REST APIs

Is there any possible rest api call to add a tag to a particular post and also rest api call to retrieve tags given to a particular post.   Thanks in advance.
  • deepak's avatar
    13 years ago

    Yes it is possible.

    Used the following rest api call

     

    http://<community>/restapi/vc/messages/id/7/edit?message.subject=subj&tag.add=rest

     

    Unfortunately, its i not possible to add the tag alone. It seems we need to change the subject as well even though it is mentioned as optional field in the rest api doc.