Start a conversation

Articles

  • Question-related REST APIs

    Overview The ability to ask a question of the community is an essential part of the AnswerHub user experience. We designed this section to guide you in creating API requests that involve questions. In...

  • Post a Question

    Overview You can use this request to post a new question to your AnswerHub site. Information /services/v2/question.json You can use the following parameters in your post a question request: Body: you ...

  • Retrieve Questions List

    Overview You can use this API request to retrieve a list of the questions that have been posted to your AnswerHub site. Information /services/v2/question.json The following parameters can be used in y...

  • Verify a Question is a Question

    Overview This will help double check that users are posting questions. Information /services/v2/question/isQuestion.json?q=[data] You can use the following parameters in your verify a question is new ...

  • Retrieve Question Information

    Overview You can use this API request to retrieve detailed information about a question posted to your AnswerHub site. Information /services/v2/question/[questionId].json You can use the following par...

  • Show Comments Posted to a Question

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

  • Update a Question

    Overview You can use this API request to update a previously posted question. Information /services/v2/question/[questionId].json You can use the following parameters in your update a question request...

  • Retrieve Questions Related to a Topic

    Overview You can use this API request to retrieve a list of questions related to a specific topic. Information /services/v2/question.json?topics=[data] The following parameters can be used in your ret...

  • Move a Question to Another Space

    Overview You can use this API request to move a question from its original space to another space. Information /services/v2/question/[questionId]/move.json?space=[spaceId] You must use the following p...

  • 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}/redirect?to={questionTo} You must specify the node ID of...