GET api/Sites/{SiteId}/StudentSectionGrades
Returns the Student Section Grades for a Site.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SiteId |
Application identifier for the Site |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StudentSectionGrade objects for the specified SiteId
Collection of StudentSectionGradeName | Description | Type | Additional information |
---|---|---|---|
StudentId |
The application identifier of the Student for the Section Grade. |
globally unique identifier |
None. |
SectionId |
The application identifier of the Section for the Section Grade. |
globally unique identifier |
None. |
GradingEvaluationScheduleDetailId |
The application identifier of the Grading Evaluation Schedule Detail for the Section Grade. |
globally unique identifier |
None. |
AssignedScore |
The assigned score for the Section Grade. |
decimal number |
None. |
Mark |
The mark for the Section Grade. |
string |
None. |
Numeric |
The numeric value for the Section Grade. |
decimal number |
None. |
Comments |
The comments for the Section Grade. |
string |
None. |
Id |
The application identifier for the object. This cannot be changed by the user. |
globally unique identifier |
None. |
DataVersion |
The version of the API data |
string |
None. |
ApiName |
The name of the object without the Api suffix |
string |
None. |
Response Formats
application/json, text/json
[ { "StudentId": "6c096d67-538a-40f4-ab1c-5005dc0a361b", "SectionId": "830d98a2-43a5-478a-8acc-454a54b7f34f", "GradingEvaluationScheduleDetailId": "676cc688-5c75-4975-a430-5d2745da05e7", "AssignedScore": 4.0, "Mark": "sample string 5", "Numeric": 6.0, "Comments": "sample string 7", "Id": "7c19cbaf-3387-4888-9b3a-46ed8aa3a3da", "DataVersion": "sample string 9", "ApiName": "" }, { "StudentId": "6c096d67-538a-40f4-ab1c-5005dc0a361b", "SectionId": "830d98a2-43a5-478a-8acc-454a54b7f34f", "GradingEvaluationScheduleDetailId": "676cc688-5c75-4975-a430-5d2745da05e7", "AssignedScore": 4.0, "Mark": "sample string 5", "Numeric": 6.0, "Comments": "sample string 7", "Id": "7c19cbaf-3387-4888-9b3a-46ed8aa3a3da", "DataVersion": "sample string 9", "ApiName": "" } ]
application/xml, text/xml
<ArrayOfStudentSectionGrade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1"> <StudentSectionGrade> <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 9</DataVersion> <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">7c19cbaf-3387-4888-9b3a-46ed8aa3a3da</Id> <AssignedScore>4</AssignedScore> <Comments>sample string 7</Comments> <GradingEvaluationScheduleDetailId>676cc688-5c75-4975-a430-5d2745da05e7</GradingEvaluationScheduleDetailId> <Mark>sample string 5</Mark> <Numeric>6</Numeric> <SectionId>830d98a2-43a5-478a-8acc-454a54b7f34f</SectionId> <StudentId>6c096d67-538a-40f4-ab1c-5005dc0a361b</StudentId> </StudentSectionGrade> <StudentSectionGrade> <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 9</DataVersion> <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">7c19cbaf-3387-4888-9b3a-46ed8aa3a3da</Id> <AssignedScore>4</AssignedScore> <Comments>sample string 7</Comments> <GradingEvaluationScheduleDetailId>676cc688-5c75-4975-a430-5d2745da05e7</GradingEvaluationScheduleDetailId> <Mark>sample string 5</Mark> <Numeric>6</Numeric> <SectionId>830d98a2-43a5-478a-8acc-454a54b7f34f</SectionId> <StudentId>6c096d67-538a-40f4-ab1c-5005dc0a361b</StudentId> </StudentSectionGrade> </ArrayOfStudentSectionGrade>