POST api/IClassUsers/FetchActiveSubjectFromUserIdByBMSTMST
Request Information
URI Parameters
None.
Body Parameters
clsStartClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Device_Token | string |
None. |
|
| Device_WIFIMAC | string |
None. |
|
| Device_SDCSerial | string |
None. |
|
| UserId | integer |
None. |
|
| BMSId | integer |
None. |
|
| Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"BMSId": 2,
"Version": "sample string 3",
"Device_Token": "sample string 1",
"Device_WIFIMAC": "sample string 2",
"Device_SDCSerial": "sample string 3"
}
application/xml, text/xml
Sample:
<clsStartClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <BMSId>2</BMSId> <Device_SDCSerial>sample string 3</Device_SDCSerial> <Device_Token>sample string 1</Device_Token> <Device_WIFIMAC>sample string 2</Device_WIFIMAC> <UserId>1</UserId> <Version>sample string 3</Version> </clsStartClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
lstSubjectStandard| Name | Description | Type | Additional information |
|---|---|---|---|
| LiveClassFlag | boolean |
None. |
|
| DisplayReferalPage | boolean |
None. |
|
| referalCodeTitelText | string |
None. |
|
| Message | string |
None. |
|
| ResponseCode | integer |
None. |
|
| SubjectStandardId | string |
None. |
|
| BMSStandard | string |
None. |
|
| ElearningSubjectStandardId | string |
None. |
|
| PDFSubjectStandardId | string |
None. |
|
| DashboardMessage | string |
None. |
|
| liveevent | Collection of clsLiveEvent |
None. |
|
| Notifications | Collection of lstNotifications |
None. |
|
| UserType | integer |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| OnlineSchoolId | integer |
None. |
|
| SchoolName | string |
None. |
|
| SchoolLogo | string |
None. |
|
| UserTypeByPackage | integer |
None. |
|
| UserTypeBanner | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"ResponseCode": 2,
"SubjectStandardId": "sample string 3",
"BMSStandard": "sample string 4",
"ElearningSubjectStandardId": "sample string 5",
"PDFSubjectStandardId": "sample string 6",
"DashboardMessage": "sample string 7",
"liveevent": [
{
"LiveEventID": 1,
"EventTitle": "sample string 2",
"VideoTag": "sample string 3",
"ChatTag": "sample string 4",
"RTMPURL": "sample string 5",
"StreamKey": "sample string 6"
},
{
"LiveEventID": 1,
"EventTitle": "sample string 2",
"VideoTag": "sample string 3",
"ChatTag": "sample string 4",
"RTMPURL": "sample string 5",
"StreamKey": "sample string 6"
}
],
"Notifications": [
{
"NotificationID": 1,
"NotificationName": "sample string 2",
"NotificationDescription": "sample string 3",
"NotificationDate": "2025-12-13T10:14:32.5236386+05:30",
"IsRead": true,
"NotificationLink": "sample string 5"
},
{
"NotificationID": 1,
"NotificationName": "sample string 2",
"NotificationDescription": "sample string 3",
"NotificationDate": "2025-12-13T10:14:32.5236386+05:30",
"IsRead": true,
"NotificationLink": "sample string 5"
}
],
"UserType": 1,
"IsAuthenticated": true,
"OnlineSchoolId": 1,
"SchoolName": "sample string 9",
"SchoolLogo": "sample string 10",
"UserTypeByPackage": 11,
"UserTypeBanner": "sample string 12",
"LiveClassFlag": true,
"DisplayReferalPage": true,
"referalCodeTitelText": "sample string 3"
}
application/xml, text/xml
Sample:
<lstSubjectStandard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
<BMSStandard>sample string 4</BMSStandard>
<DashboardMessage>sample string 7</DashboardMessage>
<DisplayReferalPage>true</DisplayReferalPage>
<ElearningSubjectStandardId>sample string 5</ElearningSubjectStandardId>
<IsAuthenticated>true</IsAuthenticated>
<LiveClassFlag>true</LiveClassFlag>
<Message>sample string 1</Message>
<Notifications>
<lstNotifications>
<IsRead>true</IsRead>
<NotificationDate>2025-12-13T10:14:32.5236386+05:30</NotificationDate>
<NotificationDescription>sample string 3</NotificationDescription>
<NotificationID>1</NotificationID>
<NotificationLink>sample string 5</NotificationLink>
<NotificationName>sample string 2</NotificationName>
</lstNotifications>
<lstNotifications>
<IsRead>true</IsRead>
<NotificationDate>2025-12-13T10:14:32.5236386+05:30</NotificationDate>
<NotificationDescription>sample string 3</NotificationDescription>
<NotificationID>1</NotificationID>
<NotificationLink>sample string 5</NotificationLink>
<NotificationName>sample string 2</NotificationName>
</lstNotifications>
</Notifications>
<OnlineSchoolId>1</OnlineSchoolId>
<PDFSubjectStandardId>sample string 6</PDFSubjectStandardId>
<ResponseCode>2</ResponseCode>
<SchoolLogo>sample string 10</SchoolLogo>
<SchoolName>sample string 9</SchoolName>
<SubjectStandardId>sample string 3</SubjectStandardId>
<UserType>1</UserType>
<UserTypeBanner>sample string 12</UserTypeBanner>
<UserTypeByPackage>11</UserTypeByPackage>
<liveevent>
<clsLiveEvent>
<ChatTag>sample string 4</ChatTag>
<EventTitle>sample string 2</EventTitle>
<LiveEventID>1</LiveEventID>
<RTMPURL>sample string 5</RTMPURL>
<StreamKey>sample string 6</StreamKey>
<VideoTag>sample string 3</VideoTag>
</clsLiveEvent>
<clsLiveEvent>
<ChatTag>sample string 4</ChatTag>
<EventTitle>sample string 2</EventTitle>
<LiveEventID>1</LiveEventID>
<RTMPURL>sample string 5</RTMPURL>
<StreamKey>sample string 6</StreamKey>
<VideoTag>sample string 3</VideoTag>
</clsLiveEvent>
</liveevent>
<referalCodeTitelText>sample string 3</referalCodeTitelText>
</lstSubjectStandard>