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/object/{type}/{title}/{description}/{share}/

Add a shared object i.e.: JSON document, string-able object type, or simple string value

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

share (required)
JSON or other string value representing the object to share

Example

http://infinite.ikanow.com/api/share/add/object/test/Test Share/Just a test of share functionality/random stuff that gets put in share/

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