Skip to main content

StepExecutionAnswerChoiceSubQuestionAnswerChoice

files object[]nullable

Files attached to the choice/answer for the question

  • Array [
  • idstringnullable

    Unique identifier of the attachment in the step execution

    keystringnullable

    Key of the attachment in the step execution

    namestringnullable

    Name of the attachment in the step execution

    urlstringnullable

    URL of the attachment in the step execution

  • ]
  • idstringnullable

    Unique identifier of the choice/answer for the question

    Example: 12308e4f-67b5-4421-a0a4-2ab365e8a39f
    option object

    Option selected for the question

    contentstringnullable

    Content of the option available for the question

    idstringnullable

    Unique identifier of the option available for the question

    optionIdstringnullable

    Unique identifier of the option selected as the answer for the question

    textstringnullable

    Text describing the choice/answer for the question

    StepExecutionAnswerChoiceSubQuestionAnswerChoice
    {
    "files": [
    {
    "id": "string",
    "key": "string",
    "name": "string",
    "url": "string"
    }
    ],
    "id": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
    "option": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
    "optionId": "string",
    "text": "string"
    }