Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
API Call - /share/add/document/{type}/{

...

id}/{

...

title}/{

...

description}/
Info

Add a shared document

Authentication

Required, see Auth - Login

Arguments

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

title (required)
Display title for share

description (required)
Display description for share

tagsid (required)
Comma separated list of tags associated with document
documentid (required)
ID of document to share

databasetitle (required)
Database document to share is located incollection Display title for share

description (required)
Collection document to share is located in Display description for share

Example

http://infinite.ikanow.com/api/share/add/documentref/Feed/Obama Travels to England/Interesting article about trip to England/tag1,tag2,tag3/4d88d0f1f9a624a4b0c8bd71/harvester/feedsfeed/4e1e4412233064033437d883/Test Feed Share/Just a test/

Example Response
Info
Code Block
{
	response: {
		action: "New Share"
		success: true
		message: "New share added successfully."
		time: 10
	}
}
Error Response