This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Assess API

metadata

Contains information related to the current session, such as the current time and the current Item, for example.

Note This data is mostly used by Items API in resume mode.

Examples

"metadata": {
    // Per item metadata
    "items": [
        {
            "reference": "ccore_ccs_rabbit",
            // Define default display name of the item in TOC
            "display_name": "CC Card Item"
        }
    ],
    // Current test time
    "current_time": 660,

    // Remaining reading time
    "current_reading_time": 50,

    // Current sheet index
    "current_sheet_position": 5,
    //...
}

Values

Request object key metadata

Type object

Was this article helpful?