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 4 Next »

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

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

Authentication

Required, see Auth - Login

Arguments

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

communityid (required)
Community ID to add

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

Example

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

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