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

API Call - /share/add/document/{type}/{id}/{title}/{description}/

Add a shared document

Authentication

Required, see Auth - Login

Arguments

type (required)
Type of object shared: Query, Dataset, Url, etc.

id (required)
ID of document to share

title (required)
Display title for share

description (required)
Display description for share

Example

http://infinite.ikanow.com/api/share/add/ref/feed/4e1e4412233064033437d883/Test Feed Share/Just a test/

Example Response
{
	response: {
		action: "New Share"
		success: true
		message: "New share added successfully."
		time: 10
	}
}
Error Response
  • No labels