POST api/questions
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "b92e4190-1436-439b-931b-d2ecaaaf6b09", "13583d4a-e3f7-4aac-8d2d-665649aef193" ]
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>b92e4190-1436-439b-931b-d2ecaaaf6b09</guid> <guid>13583d4a-e3f7-4aac-8d2d-665649aef193</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
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:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: