GET api/cases/{caseId}/questions/{questionId}
Get a particular question for the Case in Detail
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
The Id of the Case to return the Question for |
globally unique identifier |
Required |
| questionId |
The Id of the question to fetch |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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: