GET api/ReviewApplication/ShowQAndA?formId={formId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EappFormDataQuestionAndAnswerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyField | string |
None. |
|
| KeyObject | string |
None. |
|
| KeyValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"KeyField": "sample string 1",
"KeyObject": "sample string 2",
"KeyValue": "sample string 3"
},
{
"KeyField": "sample string 1",
"KeyObject": "sample string 2",
"KeyValue": "sample string 3"
}
]