Skip to main content

StepExecutionAnswerChoiceSubQuestionAnswer

choices object[]nullable

List of choices for the question

  • Array [
  • files object[]nullable

    Files attached to the choice/answer for the question

    id stringnullable

    Unique identifier of the choice/answer for the question

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

    Option selected for the question

    content stringnullable

    Content of the option available for the question

    id stringnullable

    Unique identifier of the option available for the question

    optionId stringnullable

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

    text stringnullable

    Text describing the choice/answer for the question

  • ]
  • files object[]nullable

    Files attached to the question

    id stringnullable

    Unique identifier of the question in the question/answer set

    isNotApplicable boolean

    Indicates whether the answer was set to 'Not Applicable'

    mappedIssues object[]nullable

    List of mapped issues of the question

  • Array [
  • answerId stringnullable

    Unique identifier of the answer in the mapped issue

    comments object[]nullable

    List of comments for mapped issues in the question

  • Array [
  • attachments object[]nullable

    Attachments inserted in the comment of the step execution

  • Array [
  • id stringnullable

    Unique identifier of the attachment in the step execution

    key stringnullable

    Key of the attachment in the step execution

    name stringnullable

    Name of the attachment in the step execution

    url stringnullable

    URL of the attachment in the step execution

  • ]
  • canEdit boolean

    Indicates whether or not the comment can be edited

    content stringnullable

    Content of the comment of the step execution

    createdDate date-timenullable

    Creation date of the comment of the step execution

    Example: 2022-03-02T06:41:19.633000+00:00
    id stringnullable

    Unique identifier of the comment of the step execution

    isEdited boolean

    Indicates whether or not the comment had been edited

    organization object

    Organization of the comment

    id stringnullable

    Unique identifier of the organization

    Example: abc67433-c8d8-4779-a0f1-3f1490e2dde9
    name stringnullable

    Name of the organization

    Example: Acme Corp
    type stringnullable

    Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.

    Example: RETAILER
    uid stringnullable

    Unique technical identifier of the organization

    Example: V123
    user object

    User of the comment of the step execution

    email stringnullable

    Email address of the user

    firstName stringnullable

    First name of the user

    Example: John
    id stringnullable

    Unique identifier of the user

    Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
    lastName stringnullable

    Last name of the user

    Example: Doe
  • ]
  • id stringnullable

    Unique identifier of the mapped issue of the question

    issue object

    List of mapped issues in the question

    category stringnullable

    Category of the mapped issue

    Example: Emergency Exit
    code stringnullable

    Code of the mapped issue

    id stringnullable

    Unique identifier of the mapped issue in the question

    Example: 1a
    section stringnullable

    Section of the mapped issue

    severity stringnullable

    Severity of the mapped issue

    Example: Major
    text stringnullable

    Text describing the mapped issue in the question

    Example: Emergency exits are blocked
    issueId stringnullable

    Unique identifier of the issue in the question

    options object[]nullable

    List of options available for the question

  • Array [
  • content stringnullable

    Content of the option available for the question

    id stringnullable

    Unique identifier of the option available for the question

  • ]
  • ]
  • number integernullable

    Number of the question

    parentId stringnullable

    Unique identifier of the parent question

    questionId stringnullable

    Unique identifier of the question

    text stringnullable

    Text describes the question

    StepExecutionAnswerChoiceSubQuestionAnswer
    {
    "choices": [
    {
    "files": [
    {}
    ],
    "id": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
    "option": "12308e4f-67b5-4421-a0a4-2ab365e8a39f",
    "optionId": "string",
    "text": "string"
    }
    ],
    "files": [
    {}
    ],
    "id": "string",
    "isNotApplicable": true,
    "mappedIssues": [
    {
    "answerId": "string",
    "comments": [
    {
    "attachments": [
    {
    "id": "string",
    "key": "string",
    "name": "string",
    "url": "string"
    }
    ],
    "canEdit": true,
    "content": "string",
    "createdDate": "2022-03-02T06:41:19.633000+00:00",
    "id": "string",
    "isEdited": true,
    "organization": {
    "id": "abc67433-c8d8-4779-a0f1-3f1490e2dde9",
    "name": "Acme Corp",
    "type": "RETAILER",
    "uid": "V123"
    },
    "user": {
    "email": "[email protected]",
    "firstName": "John",
    "id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
    "lastName": "Doe"
    }
    }
    ],
    "id": "string",
    "issue": {
    "category": "Emergency Exit",
    "code": "string",
    "id": "1a",
    "section": "string",
    "severity": "Major",
    "text": "Emergency exits are blocked"
    },
    "issueId": "string",
    "options": [
    {
    "content": "string",
    "id": "string"
    }
    ]
    }
    ],
    "number": 0,
    "parentId": "string",
    "questionId": "string",
    "text": "string"
    }