Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

/social/share/addcommunity/{shareid}/{comment}/{communityid}

Adds a community to a share document allowing users within a community to view the share.

An overview of how shares work can be found here.

A simple web-based utility is available  for performing many share management activities.

Authentication

Required, see Auth - Login

Arguments

shareid (required)
Share ID of document to add community to

communityid (required)
Community ID to add, can also be a regex (community ID - regex) provided that matches only a single community.

comment (required)
Text comment describing the share/reason for sharing with community

Example

http://infinite.ikanow.com/api/social/share/add/community/4e175bfeb8ed6403f48ea7e2/Thought+that+the+group+would+find+this+interesting/4e176ee94a10e0279560d977

Example Response
{
	response: {
		action: "Share"
		success: false
		message: "Community successfully added to the share"
		time: 10
	}
}
  • No labels