GET api/GradingEvaluationSchedules/{GradingEvaluationScheduleId}/Details
Returns the Grading Evaluation Schedule Details for a Grading Evaluation Schedule.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GradingEvaluationScheduleId |
Application identifier for the Grading Evaluation Schedule |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GradingEvaluationScheduleDetail objects for the specified GradingEvaluationScheduleId
Collection of GradingEvaluationScheduleDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| GradingEvaluationScheduleId |
The application identifier of the Grading Evaluation Schedule for the Grading Evaluation Schedule Detail. |
globally unique identifier |
None. |
| Description |
The description for the Grading Evaluation Schedule Detail. |
string |
None. |
| CalculationDate |
The calculation date for the Grading Evaluation Schedule Detail. |
date |
None. |
| GradeEvaluationScheduleCode |
The Grading Evaluation Schedule Code for the Grading Evaluation Schedule Detail. Values: C, M, P, T |
string |
None. |
| BeginDisplayDate |
The begin display date for the Grading Evaluation Schedule Detail. |
date |
None. |
| EndDisplayDate |
The end display date for the Grading Evaluation Schedule Detail. |
date |
None. |
| DisplayOrder |
The display order of the Grading Evaluation Schedule Detail. |
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
[
{
"GradingEvaluationScheduleId": "93065b02-8fc3-4e6c-9515-ddd4668ad0a1",
"Description": "sample string 2",
"CalculationDate": "2025-12-20T02:39:38.0509886-06:00",
"GradeEvaluationScheduleCode": "sample string 4",
"BeginDisplayDate": "2025-12-20T02:39:38.0509886-06:00",
"EndDisplayDate": "2025-12-20T02:39:38.0509886-06:00",
"DisplayOrder": "sample string 7",
"Id": "da3f6438-a7f4-4b87-b718-dba10646abee",
"DataVersion": "sample string 9",
"ApiName": ""
},
{
"GradingEvaluationScheduleId": "93065b02-8fc3-4e6c-9515-ddd4668ad0a1",
"Description": "sample string 2",
"CalculationDate": "2025-12-20T02:39:38.0509886-06:00",
"GradeEvaluationScheduleCode": "sample string 4",
"BeginDisplayDate": "2025-12-20T02:39:38.0509886-06:00",
"EndDisplayDate": "2025-12-20T02:39:38.0509886-06:00",
"DisplayOrder": "sample string 7",
"Id": "da3f6438-a7f4-4b87-b718-dba10646abee",
"DataVersion": "sample string 9",
"ApiName": ""
}
]
application/xml, text/xml
<ArrayOfGradingEvaluationScheduleDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1">
<GradingEvaluationScheduleDetail>
<DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 9</DataVersion>
<Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">da3f6438-a7f4-4b87-b718-dba10646abee</Id>
<BeginDisplayDate>2025-12-20T02:39:38.0509886-06:00</BeginDisplayDate>
<CalculationDate>2025-12-20T02:39:38.0509886-06:00</CalculationDate>
<Description>sample string 2</Description>
<DisplayOrder>sample string 7</DisplayOrder>
<EndDisplayDate>2025-12-20T02:39:38.0509886-06:00</EndDisplayDate>
<GradeEvaluationScheduleCode>sample string 4</GradeEvaluationScheduleCode>
<GradingEvaluationScheduleId>93065b02-8fc3-4e6c-9515-ddd4668ad0a1</GradingEvaluationScheduleId>
</GradingEvaluationScheduleDetail>
<GradingEvaluationScheduleDetail>
<DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 9</DataVersion>
<Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">da3f6438-a7f4-4b87-b718-dba10646abee</Id>
<BeginDisplayDate>2025-12-20T02:39:38.0509886-06:00</BeginDisplayDate>
<CalculationDate>2025-12-20T02:39:38.0509886-06:00</CalculationDate>
<Description>sample string 2</Description>
<DisplayOrder>sample string 7</DisplayOrder>
<EndDisplayDate>2025-12-20T02:39:38.0509886-06:00</EndDisplayDate>
<GradeEvaluationScheduleCode>sample string 4</GradeEvaluationScheduleCode>
<GradingEvaluationScheduleId>93065b02-8fc3-4e6c-9515-ddd4668ad0a1</GradingEvaluationScheduleId>
</GradingEvaluationScheduleDetail>
</ArrayOfGradingEvaluationScheduleDetail>