Initialization Option Author API

organisation_id

Specifies which Item bank to load Activity and Item content from. By default, the Author API will source content from your default Item bank.

You would want to use this to specify a particular Item bank to load from when the author has access to multiple Item banks.

Examples

var initializationOptions = {
    "organisation_id": 123456
};

Values

Request object key organisation_id

Type number

Related articles

Was this article helpful?