Start a conversation

Articles

  • Retrieve Topic Information

    Overview You can use this API request to retrieve detailed information about a topic. Information /services/v2/topic/[topicId].json You can use the following parameters in your retrieve topic informat...

  • Retrieve Topic Followers List

    Overview You can use this API request to retrieve a paged list of FollowRelation (Users) that are following a topic. Information /services/v2/topic/[topicId]/followers.json You can use the following p...

  • Make a User Follow a Topic

    Overview You can use this API request to make a user start following a specific topic. Information /services/v2/topic/[topicId]/follow.json You can use the following parameters in your make a user fol...

  • Make a User Unfollow a Topic

    Overview You can use this API request to make a user stop following a specific topic. Information /services/v2/topic/[topicId]/unfollow.json You can use the following parameters in your make a user un...

  • Answer-related REST APIs

    Overview The ability to answer and accept an answer to a question is an important part of the AnswerHub user experience. (Questions without answers are of little benefit to users.) We designed this se...

  • Post an Answer

    Overview You can use this request to post an answer to a question on your AnswerHub site. Information /services/v2/question/[questionId]/answer.json You can use the following parameters in your post a...

  • Retrieve a List of Revisions Made to an Answer

    Overview You can use this API request to get a list of revisions posted to an answer. Information /services/v2/answer/[answerId]/revision.json You can use the following parameters in your get list of ...

  • Retrieve a List of Comments Posted to an Answer

    Overview You can use this API request to get a list of comments posted to a specific answer. Information /services/v2/answer/[answerId]/comment.json You can use the following parameters in your retrie...

  • Retrieve Answers List

    Overview You can use this API request to retrieve a paged list of the answers posted to your AnswerHub site.   Information /services/v2/answer.json You can use the following parameters in your retriev...

  • Retrieve Answer Information

    Overview You can use this API request to retrieve detailed information about an answer posted to a question on your AnswerHub site. Information /services/v2/answer/[answerId].json You can use the foll...