GET api/Registration/GetDashboardCourseInfoDetails?registrationId={registrationId}&studentId={studentId}&studentCourseMaterialId={studentCourseMaterialId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| studentId | integer |
Required |
|
| studentCourseMaterialId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackUserDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PreviewUserId | integer |
None. |
|
| TrackingId | integer |
None. |
|
| EmailAddress | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PrimaryType | string |
None. |
|
| PrimaryPhone | string |
None. |
|
| PrimaryPhoneCountryCode | string |
None. |
|
| IPAddress | string |
None. |
|
| Browser | string |
None. |
|
| CourseMaterialId | integer |
None. |
|
| PreviewProductUnlocked | UnlockedPreviewProduct |
None. |
|
| PrimaryPhoneWithCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PreviewUserId": 1,
"TrackingId": 2,
"EmailAddress": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"PrimaryType": "sample string 6",
"PrimaryPhone": "sample string 7",
"PrimaryPhoneCountryCode": "sample string 8",
"IPAddress": "sample string 9",
"Browser": "sample string 10",
"CourseMaterialId": 11,
"PreviewProductUnlocked": {
"StudentId": 1,
"PeriodId": 2,
"CourseId": 3,
"CenterId": 4,
"CourseRepeatTypeId": 5,
"DisciplineId": 6,
"OrderedByUserType": "sample string 7",
"IsAdminRegistration": true,
"RegisteredBy": "sample string 9",
"PreviewRegistraionListId": "sample string 10",
"CountryName": "sample string 11",
"CountryId": 12,
"BrokenRegistraionListID": "sample string 13"
},
"PrimaryPhoneWithCode": "sample string 12"
}