GET api/{version}/Students/GetStudentClassMeterialDetails?registrationId={registrationId}&ScheduledId={ScheduledId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| ScheduledId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MaterialsList| Name | Description | Type | Additional information |
|---|---|---|---|
| SolutionDescription | string |
None. |
|
| FileSize | decimal number |
None. |
|
| BeginTime | date |
None. |
|
| EndTime | date |
None. |
|
| FileId | integer |
None. |
|
| SolutionDocumentType | string |
None. |
|
| DownloadedCount | integer |
None. |
|
| AddWaterMark | boolean |
None. |
|
| WaterMarkTextId | integer |
None. |
|
| PeriodId | integer |
None. |
|
| CourseId | integer |
None. |
|
| CoursePartId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| SubjectName | string |
None. |
|
| SolutionId | integer |
None. |
|
| SolutionDocument | string |
None. |
|
| ScheduleId | integer |
None. |
|
| AllowPreview | boolean |
None. |
|
| SolutionDocumentPeriodid | integer |
None. |
|
| SolutionDocumentCourseid | integer |
None. |
|
| StudentId | integer |
None. |
|
| RegistrationId | integer |
None. |
|
| StudentUploadFileId | integer |
None. |
|
| IsPreviewRegistration | boolean |
None. |
|
| MaxPageCount | integer |
None. |
|
| AllowFilesDownload | boolean |
None. |
|
| NeedMinimumPayment | boolean |
None. |
|
| FileDownloadInfo | FileDownloadDetails |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SolutionDescription": "sample string 1",
"FileSize": 2.0,
"BeginTime": "2026-04-02T23:50:11.7037511-04:00",
"EndTime": "2026-04-02T23:50:11.7037511-04:00",
"FileId": 5,
"SolutionDocumentType": "sample string 6",
"DownloadedCount": 7,
"AddWaterMark": true,
"WaterMarkTextId": 9,
"PeriodId": 10,
"CourseId": 11,
"CoursePartId": 12,
"SubjectId": 13,
"SubjectName": "sample string 14",
"SolutionId": 15,
"SolutionDocument": "sample string 16",
"ScheduleId": 17,
"AllowPreview": true,
"SolutionDocumentPeriodid": 19,
"SolutionDocumentCourseid": 20,
"StudentId": 21,
"RegistrationId": 22,
"StudentUploadFileId": 23,
"IsPreviewRegistration": true,
"MaxPageCount": 25,
"AllowFilesDownload": true,
"NeedMinimumPayment": true,
"FileDownloadInfo": {
"IsDownloadable": true,
"DownloadUrl": "sample string 2",
"Message": "sample string 3",
"ShowPreviewAlert": true,
"ShowUpgradeAlert": true
}
},
{
"SolutionDescription": "sample string 1",
"FileSize": 2.0,
"BeginTime": "2026-04-02T23:50:11.7037511-04:00",
"EndTime": "2026-04-02T23:50:11.7037511-04:00",
"FileId": 5,
"SolutionDocumentType": "sample string 6",
"DownloadedCount": 7,
"AddWaterMark": true,
"WaterMarkTextId": 9,
"PeriodId": 10,
"CourseId": 11,
"CoursePartId": 12,
"SubjectId": 13,
"SubjectName": "sample string 14",
"SolutionId": 15,
"SolutionDocument": "sample string 16",
"ScheduleId": 17,
"AllowPreview": true,
"SolutionDocumentPeriodid": 19,
"SolutionDocumentCourseid": 20,
"StudentId": 21,
"RegistrationId": 22,
"StudentUploadFileId": 23,
"IsPreviewRegistration": true,
"MaxPageCount": 25,
"AllowFilesDownload": true,
"NeedMinimumPayment": true,
"FileDownloadInfo": {
"IsDownloadable": true,
"DownloadUrl": "sample string 2",
"Message": "sample string 3",
"ShowPreviewAlert": true,
"ShowUpgradeAlert": true
}
}
]