API Documentation > organization

Description

Creators of items. Trackers of clicks.

Methods

organization.add_domain()

roles: organization

Add an authorized domain. This service's on-demand item creation features are restricted to authorized domains.

Arguments

domain: type=string

No description

organization.create()

roles: anonymous

Create a new organization. This method returns a secret that can be used for (relatively) secure communication.

Arguments

name: type=string

The name of the organization.

key: type=string

A unique identifier for the organization Generally a domain name.

[ url: type=string, default=NULL ]

A URL for the organization, generally its homepage.

[ share_domain: type=string, default=NULL ]

If set, this domain name will be used when creating share links.

[ closed: type=bool, default=false ]

If true, provide enhanced security at the expense of increased integration complexity.

[ public: type=bool, default=false ]

If true, allow anyone to view statistics about this organization.

organization.get_domains()

roles: anonymous

Get a list of authorized domains

Arguments

key: type=string

No description

organization.setup_graph()

roles: organization

No description

Arguments

mappings: type=array

No description

organization.setup_olap()

roles: organization

No description

Arguments

dimensions: type=array

No description

views: type=array

No description

organization methods