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 Questions API

features

List of Feature JSON objects to use in the assessment.

Examples

"features": [
    {
        "feature_id": "7007",
        "type": "calculator",
        "mode": "basic"
    }
]

Values

Request object key features

Type array[FeatureJson]

Was this article helpful?