POST api/Dialog/GetQuestion
Request Information
URI Parameters
None.
Body Parameters
DQTName | Description | Type | Additional information |
---|---|---|---|
DQ_DQT_ID | integer |
None. |
|
DQ_ID | integer |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DQ_DQT_ID": 1, "DQ_ID": 2, "Lang": "" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dialog_QuestionName | Description | Type | Additional information |
---|---|---|---|
DQ_DQT_ID | integer |
None. |
|
DQ_ID | integer |
None. |
|
DQ_Content | string |
None. |
|
DQ_DAT | Collection of DQDAT |
None. |
Response Formats
application/json, text/json
Sample:
{ "DQ_DQT_ID": 1, "DQ_ID": 2, "DQ_Content": "sample string 3", "DQ_DAT": [ { "DAT_ID": "sample string 1", "DAT_ID_C": 2 }, { "DAT_ID": "sample string 1", "DAT_ID_C": 2 } ] }