GET api/{version}/StudentCourseStudyPlan/GetStudyPlanActivityByDate?registrationId={registrationId}&dtSelectedDate={dtSelectedDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| dtSelectedDate | date |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudentActivityByDate| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentActivityTrackingLog |
Gets or sets the activity tracking log |
Collection of StudentActivityTracking |
None. |
| AvailableHourInfo |
Gets or sets the available hours infor |
Collection of SelectListItem |
None. |
| SubjectInfo |
Gets or sets the subject information of student |
Collection of SelectListItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudentActivityTrackingLog": [
{
"StudentActivityTrackingId": 1,
"StudentId": 2,
"RegistrationId": 1,
"StudentProductId": 1,
"ScreenName": "sample string 3",
"Activitytype": "sample string 4",
"CourseMaterialFolderId": 1,
"StudentCourseMaterialId": 1,
"TrackedDate": "2026-04-02T23:47:50.7877954-04:00",
"TrackStartTime": "2026-04-02T23:47:50.7877954-04:00",
"TrackEndTime": "2026-04-02T23:47:50.7877954-04:00",
"SpentDuration": 1,
"decSpentDuration": 5.0,
"SubjectId": 1,
"SubjectName": "sample string 6",
"Comments": "sample string 7",
"IsOfflineTrack": true,
"StudentName": "sample string 9",
"EmailAddress": "sample string 10",
"IsSessionExpired": true
},
{
"StudentActivityTrackingId": 1,
"StudentId": 2,
"RegistrationId": 1,
"StudentProductId": 1,
"ScreenName": "sample string 3",
"Activitytype": "sample string 4",
"CourseMaterialFolderId": 1,
"StudentCourseMaterialId": 1,
"TrackedDate": "2026-04-02T23:47:50.7877954-04:00",
"TrackStartTime": "2026-04-02T23:47:50.7877954-04:00",
"TrackEndTime": "2026-04-02T23:47:50.7877954-04:00",
"SpentDuration": 1,
"decSpentDuration": 5.0,
"SubjectId": 1,
"SubjectName": "sample string 6",
"Comments": "sample string 7",
"IsOfflineTrack": true,
"StudentName": "sample string 9",
"EmailAddress": "sample string 10",
"IsSessionExpired": true
}
],
"AvailableHourInfo": [
{
"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"
}
],
"SubjectInfo": [
{
"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"
}
]
}