Start a conversation

Articles

  • Un-Redirect a Question

    Overview You can use this API request to move a question from its original space to another space. Information /services/v2/question/{question}/unredirect You must specify the node ID of the question....

  • Comment-related REST APIs

    Overview Comments can be posted to nearly any node type on the AnswerHub platform. We designed this section to guide you in creating API requests that involve comments. Information Documentation Relat...

  • Post a Comment to a Node

    Overview You can use this request to post a comment to a node. Information /services/v2/node/[nodeId]/comment.json The following parameters can be used in your post a comment to a node request: Other ...

  • Retrieve Comments List

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

  • Retrieve Comment Information

    Overview You can use this API request to retrieve detailed information about a comment posted to a node. Information /services/v2/comment/[commentId].json You can use the following parameters in your ...

  • Retrieve a List of Comments Posted to a Node

    Overview You can use this request to search for and return a paged list of comments posted to a specific node. Information /services/v2/node/[nodeId]/comment.json You can use the following parameters ...

  • Retrieve a List of Revisions Made to a Comment

    Overview You can use this request to search for and return a paged list of revisions made to a specific comment. Information /services/v2/comment/[commentId]/revision.json You can use the following pa...

  • Topic-related REST APIs

    OverviewAccess comprehensive documentation for AnswerHub topics, including how to find topic IDs, manage content types, and understand the topic data model. Note that topics are created automatically ...

  • Retrieve Topic List

    Overview You can use this API request to retrieve a paged list of the topics created on your AnswerHub site. Information /services/v2/topic.json You can use the following parameters in your retrieve t...

  • Find a Topic's topicId

    Overview In order to find the topicId of a specific topic, you must look at the values returned in a Retrieve Topic list API request. Information To find the topicId of a specific topic, follow these ...