Atrium API
Challenges
Challenges
| Challenges |
|---|
field_name A non-unique identifier for the question. |
guid A unique identifier for the challenge, defined by MX. |
label A readable question that is presented to the user. |
type The type of challenge. Supported types include `TEXT`, `OPTIONS`, `TOKEN`, `IMAGE_DATA`, `IMAGE_OPTIONS`. |
image_data This field contains image data encoded as a base64 string. It will only be present when the challenge type is `IMAGE_DATA`. |
image_options For challenge type `IMAGE_OPTIONS`, this field represents an array of choices. It will only be present when the challenge type is `IMAGE_OPTIONS`. |
options For challenge type `OPTIONS`, this field represents an array of choices. It will only be present when the challenge type is `OPTIONS`. |