GET api/Students/GetStudentCourseSubscriptionDetails?registrationId={registrationId}&showSchedule={showSchedule}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registrationId

integer

Required

showSchedule

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

StudentSubscriptionInfo
NameDescriptionTypeAdditional 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-02T21:30:26.6122606-04:00",
  "EndDate": "2026-04-02T21:30:26.6122606-04:00",
  "ActivatedDate": "2026-04-02T21:30:26.6122606-04:00",
  "UserMessage": "sample string 6",
  "IsMonthCourseAccess": true,
  "SubscriptionExpired": true
}