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