Start a conversation

Articles

  • Report a Node

    Overview You can use this API request to report a node that has violated your AnswerHub site's terms of agreement. The reported node will show up in **Content > Manage > Reported** in the admin dashbo...

  • Unreport a Node

    Overview You can use this API request to cancel a report for a previously reported node. The reported node will no longer appear in Content > Manage > Reported in the admin dashboard. Information /ser...

  • Close a Node

    Overview You can use this API request to close down a node (Questions Only). You cannot edit a closed node any further unless you reopen it. Information /services/v2/node/[nodeId]/close.json You can u...

  • Reopen a Closed Node

    Overview You can use this API request to reopen a node to allow further editing. You can edit a node again, that you have reopened, and add new attachments. Information /services/v2/node/[nodeId]/reop...

  • Lock a Node

    Overview You can use this API request to lock a node. Only the user that locked it can edit that locked node. This is especially useful as concurrency control on *wikified* nodes. Information /service...

  • Unlock a Node

    Overview You can use this API request to unlock a previously locked node. After a node is unlocked, any user can edit it (if it's a wiki node). Information /services/v2/node/[nodeId]/unlock.json You c...

  • Wikify a Node

    Overview You can use this API request to wikify a node (open for editing by anyone with the specified permission listed below). A wiki icon will appear next to the wikified node. Information /services...

  • Unwikify a Node

    Overview You can use this API request to unwikify a node (close for editing). Information /services/v2/node/[nodeId]/cancelwiki.json You can use the following parameters in your unwikify a node reques...

  • Delete a Node

    Overview You can use this API request to delete a node. The system does not actually remove deleted nodes from the database. The system simply marks them as deleted (equivalent to moving the node to t...

  • Undelete a Node

    Overview You can use this API request to undelete a previously deleted node. Information /services/v2/node/[nodeId]/undelete.json You can use the following parameters in your undelete a node request: ...