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...
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...
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...
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 ...
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, ...
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...
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...
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...
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...
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...