POST api/questions
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f11c2a4d-a21c-42f1-b4b0-8f2b7df03fd8", "c229f642-bf7d-44ad-a471-7c3e584ce14c" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>f11c2a4d-a21c-42f1-b4b0-8f2b7df03fd8</guid> <guid>c229f642-bf7d-44ad-a471-7c3e584ce14c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of QuestionDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| HelpText | string |
None. |
|
| Type | string |
None. |
|
| Choices | Collection of ChoiceSimple |
None. |
|
| ParentQuestionId | globally unique identifier |
None. |
|
| ParentChoiceId | globally unique identifier |
None. |
|
| ParentAnswerId | globally unique identifier |
None. |
|
| Answers | Collection of AnswerDetail |
None. |
|
| SubQuestions | Collection of QuestionDetail |
None. |
|
| Template | string |
None. |
|
| UseUpdateTemplate | boolean |
None. |
|
| Validation | string |
None. |
|
| Formatting | string |
None. |
|
| Required | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| CaseSectionId | globally unique identifier |
None. |
|
| Text | string |
None. |
|
| OrderIndex | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.