Question Responses Input
調査の質問への回答の入力。
- JSON の例
-
questionResponses の下のプロパティは次の形式で記述します。
1{ 2 "questionResponses": { 3 "Element_APIName or AssessmentQuestion uniqueIndex 1": "value", 4 "Element_APIName or AssessmentQuestion uniqueIndex 2": { 5 "Child_element_APIName or Question uniqueIndex 1": "value", 6 "Child_element_APIName or Question uniqueIndex 2": "value", 7 ... 8 } 9 } 10}次に例を示します。
1{ 2 "questionResponses": { 3 "ootb__DF_API_MSelect1": "Y;N", 4 "ootb__DF_API_MSelect2": "1;2;3", 5 "ootb__DF_API_RG1": { 6 "ootb__DF_API_Radio1": "Y", 7 "ootb__DF_API_Radio2": "N", 8 "ootb__DF_API_Radio3": "M" 9 }, 10 "ootb__DF_API_Text": "TestingDF", 11 "ootb__DF_API_Select1": "1", 12 "ootb__DF_API_Select2": "w", 13 "ootb__DF_API_EditBlock2": { 14 "ootb__DF_API_Int": 5 15 }, 16 "ootb__DF_API_Boolean": true, 17 "ootb__DF_API_Formula": true 18 } 19} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン questionResponses Map<String, Object> 回答が調査の質問へ対応付けられます。 省略可能 60.0