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

Version 1 Next »

API Call - /share/add/document/{type}/{title}/{description}/{tags}/{documentid}/{database}/{collection}/

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

tags (required)
Comma separated list of tags associated with document

documentid (required)
ID of document to share

database (required)
Database document to share is located in

collection (required)
Collection document to share is located in

Example

http://infinite.ikanow.com/api/share/add/document/Feed/Obama Travels to England/Interesting article about trip to England/tag1,tag2,tag3/4d88d0f1f9a624a4b0c8bd71/harvester/feeds/

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