GET api/QuestionConditions/Children?parentQID={parentQID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentQID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of QuestionCondition
NameDescriptionTypeAdditional information
Id

integer

None.

Key

string

None.

QID

integer

None.

OLD

integer

None.

Values

Collection of QuestionConditionValue

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Key": "sample string 2",
    "QID": 3,
    "OLD": 1,
    "Values": [
      {
        "Id": 1,
        "ConditionId": 2,
        "Code": "sample string 3",
        "Label": "sample string 4",
        "Checked": true,
        "OLD": 1
      },
      {
        "Id": 1,
        "ConditionId": 2,
        "Code": "sample string 3",
        "Label": "sample string 4",
        "Checked": true,
        "OLD": 1
      }
    ]
  },
  {
    "Id": 1,
    "Key": "sample string 2",
    "QID": 3,
    "OLD": 1,
    "Values": [
      {
        "Id": 1,
        "ConditionId": 2,
        "Code": "sample string 3",
        "Label": "sample string 4",
        "Checked": true,
        "OLD": 1
      },
      {
        "Id": 1,
        "ConditionId": 2,
        "Code": "sample string 3",
        "Label": "sample string 4",
        "Checked": true,
        "OLD": 1
      }
    ]
  }
]

application/octet-stream

Sample:
[{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]},{"Id":1,"Key":"sample string 2","QID":3,"OLD":1,"Values":[{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1},{"Id":1,"ConditionId":2,"Code":"sample string 3","Label":"sample string 4","Checked":true,"OLD":1}]}]