GET api/StudentDiscussion/GetScheduledInstructorsForQandA?registrationId={registrationId}&subjectId={subjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| subjectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Text |
Gets or sets the text of the selected item. |
string |
None. |
| Value |
Gets or sets the value of the selected item. |
string |
None. |
| Selected |
Used to hold the selected value |
boolean |
None. |
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true,
"Url": "sample string 4"
},
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true,
"Url": "sample string 4"
}
]