GET api/{version}/StudentDiscussion/GetScheduledInstructorsForQandA?registrationId={registrationId}&subjectId={subjectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| subjectId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Disabled | boolean |
None. |
|
| Group | SelectListGroup |
None. |
|
| Selected | boolean |
None. |
|
| Text | string |
None. |
|
| Value | 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"
}
]