GET api/{version}/Students/GetStudentCourseSubscriptionDetails?registrationId={registrationId}&showSchedule={showSchedule}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| showSchedule | boolean |
Default value is False |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudentSubscriptionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionId | integer |
None. |
|
| RegistrationId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ActivatedDate | date |
None. |
|
| UserMessage | string |
None. |
|
| IsMonthCourseAccess | boolean |
None. |
|
| SubscriptionExpired | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SubscriptionId": 1,
"RegistrationId": 2,
"StartDate": "2026-04-02T23:48:51.0494657-04:00",
"EndDate": "2026-04-02T23:48:51.0494657-04:00",
"ActivatedDate": "2026-04-02T23:48:51.0494657-04:00",
"UserMessage": "sample string 6",
"IsMonthCourseAccess": true,
"SubscriptionExpired": true
}