Start a conversation

Articles

  • Idea-related REST APIs

    Overview With the *Ideation* plugin, an admin can grant users the ability to post, vote for, and comment on ideas. We designed this section to guide you in creating API requests that involve ideas. In...

  • Post an Idea

    Overview You can use this API request to post a new idea to your AnswerHub site. Information /services/v2/idea.json The following parameters can be used in your post an idea request: Other options: wr...

  • Return a List of Ideas

    Overview You can use this API request to search for an idea. Information /services/v2/idea.json You can use the following parameters in your Return a list of ideas request: Search options: q, type, la...

  • Post an Idea with an Existing Vote Count

    Overview You can use this API request to post an idea with a set amount of votes already attached. Information /services/v2/idea.json The following parameters can be used in your post an idea with an ...

  • Vote for an Idea

    Overview You can use this API request to vote for an idea. Information /services/v2/idea/[ideaId]/vote.json The following parameters can be used in your vote for an idea request: Other options: wrap, ...

  • Add Votes to an Idea

    Overview You can use this API request to add votes to an idea. Information /services/v2/idea/[ideaId]/vote.json The following parameters can be used in your add votes to an idea request: Other options...

  • Post a Reply to an Idea

    Overview You can use this request to post a reply to an idea on your AnswerHub site. Information /services/v2/node/[ideaId]/comment.json You can use the following parameters in your post reply to an i...

  • Retrieve an Idea

    Overview You can use this API request to retrieve an idea. Information /services/v2/idea/[ideaId].json You can use the following parameters in your retrieve an idea request: Projection options: includ...

  • Article-related REST APIs

    Overview With the *Knowledge Base* (*KB*) plugin, you can grant users the ability to post, edit, and comment on articles. We designed this section to guide you in creating API requests that involve ar...

  • Post an Article

    Overview You can use this request to post a new article to your AnswerHub site. Information /services/v2/article.json Permissions & Notes: You must have the Submit kbentry permission under Custom Role...