GET api/Q?Title={Title}&websiteid={websiteid}&type={type}&course={course}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Title | string |
Required |
|
websiteid | integer |
Default value is 1 |
|
type | integer |
Default value is 0 |
|
course | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
QuestionsInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
WebSiteId | integer |
None. |
|
Title | string |
Required |
|
QType | integer |
None. |
|
KeyId | string |
String length: inclusive between 0 and 50 |
|
OptionA | string |
String length: inclusive between 0 and 512 |
|
OptionB | string |
String length: inclusive between 0 and 512 |
|
OptionC | string |
String length: inclusive between 0 and 512 |
|
OptionD | string |
String length: inclusive between 0 and 512 |
|
OptionE | string |
String length: inclusive between 0 and 512 |
|
OptionF | string |
String length: inclusive between 0 and 512 |
|
OptionG | string |
String length: inclusive between 0 and 512 |
|
OptionH | string |
String length: inclusive between 0 and 512 |
|
Notes | string |
None. |
|
Answer | string |
String length: inclusive between 0 and 512 |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "WebSiteId": 2, "Title": "sample string 3", "QType": 4, "KeyId": "sample string 5", "OptionA": "sample string 6", "OptionB": "sample string 7", "OptionC": "sample string 8", "OptionD": "sample string 9", "OptionE": "sample string 10", "OptionF": "sample string 11", "OptionG": "sample string 12", "OptionH": "sample string 13", "Notes": "sample string 14", "Answer": "sample string 15", "CreateDate": "2025-04-25T20:15:58.6827005+08:00" }