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

Unknown macro: {type} /
Unknown macro: {title}
/
Unknown macro: {description}
/">
API Call - /share/add/json/
Unknown macro: {type}
/
Unknown macro: {title}
/
Unknown macro: {description}
/

Add a shared object (JSON document) to the share collection. Note: Can be called via post or get.

Authentication

Required, see Auth - Login

Arguments

json (required)
JSON representation of a SharePojo object

Example

Method.Get
[http://infinite.ikanow.com/api/share/add/json/?json=<> (http://infinite.ikanow.com/api/share/add/json/?json=<>)]

Method.Post

Example using curl:

curl \-XPOST 'http://infinite.ikanow.com/api/share/add/json/' \-d '{ "json": "{...}" }'
Example Response
{
	response: {
		action: "New Share"
		success: true
		message: "New share added successfully."
		time: 10
	}
}
Error Response
  • No labels