config.activity_list.full_activity_json - Initialization - Author API

Author API Initialization

full_activity_json

Controls whether the complete Activity JSON is passed to the open:activity event callback.

You would want to enable this so that you can access all Activity data in your open:activity event callback, including fields that are omitted from the default Activity JSON response.

Examples

// Pass the full Activity JSON to the open:activity event
var initializationOptions = {
    "config": {
        "activity_list": {
            "full_activity_json": true
        }
    }
};

Values

Attribute path config.activity_list.full_activity_json

Default false

Type boolean

Versioning

Version added: v2026.2.LTS (now live in developer)

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.