Start a conversation

Articles

  • Using Microsoft Azure Products with AnswerHub

    Overview Information Overview of Microsoft Azure Products with AnswerHub For on-premise customers, if you want to install AnswerHub using Microsoft Azure, Kubernetes, and Key Vault, then you will need...

  • Getting Started

    Overview This page will help you get started with AnswerHub APIs. Information Below is a generic setup example. Scroll down to the next section called Learn About Our APIs and How to Test Them to lear...

  • Learn About Our APIs and How to Test Them

    Overview Understanding the API permissions and structure is crucial for utilizing AnswerHub's endpoints effectively. This guide provides an overview of the necessary permissions and how to navigate t...

  • Moderator Guide Introduction

    Overview Information We updated the documentation to apply to AnswerHub version 1.8+. All documentation for the moderator guide should always work with the latest version of AnswerHub. If you find thi...

  • Retrieve Question Ghost Edits

    Overview Information /question/{id}/revision.json We added a new field called ghostEdit to the payload and added a query parameter called ghostEdit to the GET method: If you do not specify the ghostEd...

  • Retrieve Answer Ghost Edits

    Overview Information /answer/{id}/revision.json We added a new field called ghostEdit to the payload and added a query parameter called ghostEdit to the GET method: If you do not specify the ghostEdit...

  • Retrieve Comment Ghost Edits

    Overview Information /comment/{comment_id}/revision.json We added a new field called ghostEdit to the payload and added a query parameter called ghostEdit to the GET method: If you do not specify the ...

  • Retrieve Node Ghost Edits

    Overview Use this to retrieve ghost edits for ideas. Information /node/{node_id}/revision.json We added a new field called ghostEdit to the payload and added a query parameter called ghostEdit to the ...

  • Ghost Edit Questions

    Overview When you specify this query param, edited questions will be ghost edits. Edits will not bump to the top of the queue and not update the avatar or last action thread on list views. Information...

  • Ghost Edit Answers

    Overview Information /answer/{answer_id}.json?ghostEdit=true Permissions & Notes: You must have the new permission called Hide moderator edit under Moderation Roles in the Advanced Editor, to grant mo...