Start a conversation

Articles

  • Retrieve a Node Followers List

    Overview You can use this API request to retrieve a paged list of *FollowRelation* (users) that are following a Node. Information /services/v2/node/[nodeId]/followers.json You can use the following pa...

  • Retrieve a Node Revisions List

    Overview You can use this API request to retrieve a paged list of revisions made to a node. Information /services/v2/node/[nodeId]/revision.json You can use the following parameters in your retrieve a...

  • Search for Content Using a Query

    Overview You can use this request to search for and return a paged list of nodes based on your query criteria.   Information   /services/v2/node.json?q=[SearchTerm] Permissions & Notes: No permissions...

  • Post a Comment to a Node

    Overview You can use this request to post a new comment to a node. Information /services/v2/node/[nodeId]/comment.json The following parameters can be used in your post a comment request: other option...

  • Make a User a Node Follower

    Overview You can use this API request to make a user start following a specific node. Information /services/v2/node/[nodeId]/follow.json You can use the following parameters in your make user a node f...

  • Make a User Unfollow a Node

    Overview You can use this API request to make a user stop following a specific node. Information /services/v2/node/[nodeId]/unfollow.json You can use the following parameters in your make a user unfol...

  • Make a Node a Favorite

    Overview You can use this API request to make a node a favorite. The system tracks favorites on a per-user basis, with each user having a separate set of nodes marked as favorites. The system automati...

  • Unfavorite a Node

    Overview You can use this API request to unfavorite a node. The system tracks favorites on a per-user basis, with each user having a separate set of nodes marked as favorites. The system automatically...

  • Accept a Node

    Overview You can use this API request to accept an answer to a question node. Information /services/v2/node/[nodeId]/accept.json You can use the following parameters in your accept a node request: Oth...

  • Unaccept a Node

    Overview You can use this API request to unaccept an answer to a question node. Information /services/v2/node/[nodeId]/unaccept.json You can use the following parameters in your unaccept a node reques...