GET Api/Student/Dashboard
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StudentDashboardResponseModelName | Description | Type | Additional information |
---|---|---|---|
Recordings | Collection of ClassModel |
None. |
|
Homeworks | Collection of ClassModel |
None. |
|
Weeklies | Collection of WeeklyLessonModel |
None. |
|
StartedClass | WeeklyLessonModel |
None. |
|
Success | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Recordings": [ { "HasSession": true, "SessionCount": 2, "TeacherName": "sample string 3", "Id": 4, "CodedId": "sample string 5", "Title": "sample string 6", "Url": "sample string 7" }, { "HasSession": true, "SessionCount": 2, "TeacherName": "sample string 3", "Id": 4, "CodedId": "sample string 5", "Title": "sample string 6", "Url": "sample string 7" } ], "Homeworks": [ { "HasSession": true, "SessionCount": 2, "TeacherName": "sample string 3", "Id": 4, "CodedId": "sample string 5", "Title": "sample string 6", "Url": "sample string 7" }, { "HasSession": true, "SessionCount": 2, "TeacherName": "sample string 3", "Id": 4, "CodedId": "sample string 5", "Title": "sample string 6", "Url": "sample string 7" } ], "Weeklies": [ { "LessonTitle": "sample string 1", "StartTime": "sample string 2", "EndTime": "sample string 3", "TeacherName": "sample string 4", "Url": "sample string 5" }, { "LessonTitle": "sample string 1", "StartTime": "sample string 2", "EndTime": "sample string 3", "TeacherName": "sample string 4", "Url": "sample string 5" } ], "StartedClass": { "LessonTitle": "sample string 1", "StartTime": "sample string 2", "EndTime": "sample string 3", "TeacherName": "sample string 4", "Url": "sample string 5" }, "Success": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<StudentDashboardResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Response"> <Message>sample string 2</Message> <Success>true</Success> <Homeworks xmlns:d2p1="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Student"> <d2p1:ClassModel> <CodedId xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 5</CodedId> <Id xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">4</Id> <Title xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 6</Title> <Url xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 7</Url> <d2p1:HasSession>true</d2p1:HasSession> <d2p1:SessionCount>2</d2p1:SessionCount> <d2p1:TeacherName>sample string 3</d2p1:TeacherName> </d2p1:ClassModel> <d2p1:ClassModel> <CodedId xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 5</CodedId> <Id xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">4</Id> <Title xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 6</Title> <Url xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 7</Url> <d2p1:HasSession>true</d2p1:HasSession> <d2p1:SessionCount>2</d2p1:SessionCount> <d2p1:TeacherName>sample string 3</d2p1:TeacherName> </d2p1:ClassModel> </Homeworks> <Recordings xmlns:d2p1="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Student"> <d2p1:ClassModel> <CodedId xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 5</CodedId> <Id xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">4</Id> <Title xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 6</Title> <Url xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 7</Url> <d2p1:HasSession>true</d2p1:HasSession> <d2p1:SessionCount>2</d2p1:SessionCount> <d2p1:TeacherName>sample string 3</d2p1:TeacherName> </d2p1:ClassModel> <d2p1:ClassModel> <CodedId xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 5</CodedId> <Id xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">4</Id> <Title xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 6</Title> <Url xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models">sample string 7</Url> <d2p1:HasSession>true</d2p1:HasSession> <d2p1:SessionCount>2</d2p1:SessionCount> <d2p1:TeacherName>sample string 3</d2p1:TeacherName> </d2p1:ClassModel> </Recordings> <StartedClass xmlns:d2p1="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Student"> <d2p1:EndTime>sample string 3</d2p1:EndTime> <d2p1:LessonTitle>sample string 1</d2p1:LessonTitle> <d2p1:StartTime>sample string 2</d2p1:StartTime> <d2p1:TeacherName>sample string 4</d2p1:TeacherName> <d2p1:Url>sample string 5</d2p1:Url> </StartedClass> <Weeklies xmlns:d2p1="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Student"> <d2p1:WeeklyLessonModel> <d2p1:EndTime>sample string 3</d2p1:EndTime> <d2p1:LessonTitle>sample string 1</d2p1:LessonTitle> <d2p1:StartTime>sample string 2</d2p1:StartTime> <d2p1:TeacherName>sample string 4</d2p1:TeacherName> <d2p1:Url>sample string 5</d2p1:Url> </d2p1:WeeklyLessonModel> <d2p1:WeeklyLessonModel> <d2p1:EndTime>sample string 3</d2p1:EndTime> <d2p1:LessonTitle>sample string 1</d2p1:LessonTitle> <d2p1:StartTime>sample string 2</d2p1:StartTime> <d2p1:TeacherName>sample string 4</d2p1:TeacherName> <d2p1:Url>sample string 5</d2p1:Url> </d2p1:WeeklyLessonModel> </Weeklies> </StudentDashboardResponseModel>