Methods

  • get - Get a question by id

Resource

{
    "column": "integer",
    "groupId": "string",
    "id": "string",
    "mappingId": "string",
    "questionType": "integer",
    "sequenceNumber": "integer",
    "settings": {
        "<key>": {}
    },
    "texts": {
        "<key>": "string"
    }
}

Properties

Name Type Description Additional
column integer Optional
groupId string Optional, read only.
id string Optional, read only.
mappingId string Optional, read only.
questionType integer Optional
sequenceNumber integer Optional
settings object

A dictionary with rule names as key and corresponding rule objects as values.

Optional
settings.<key> map of object Optional
texts object StringDictionary Optional
texts.<key> map of string Optional