GET api/{version}/StudentDiscussion/CheckIsPreviewRegistration?registrationId={registrationId}
Used to check whether the registration is preview or not
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PlUpgradeMessageModal| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseName |
Gets or sets the course name |
string |
None. |
| IsPreviewRegistration |
Gets or sets the preview registrations |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CourseName": "sample string 1",
"IsPreviewRegistration": true
}