GET api/GradingEvaluationScheduleDetails/{GradingEvaluationScheduleDetailId}
Returns a Grading Evaluation Schedule Detail.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GradingEvaluationScheduleDetailId |
Application identifier for the Grading Evaluation Schedule Detail |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
GradingEvaluationScheduleDetail object for the specified GradingEvaluationScheduleDetailId
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": "0003d9a5-a32e-4dd3-8fbb-f447e04ec249",
"Description": "sample string 2",
"CalculationDate": "2026-07-06T03:44:32.3928897-05:00",
"GradeEvaluationScheduleCode": "sample string 4",
"BeginDisplayDate": "2026-07-06T03:44:32.3928897-05:00",
"EndDisplayDate": "2026-07-06T03:44:32.3928897-05:00",
"DisplayOrder": "sample string 7",
"Id": "934eb5b0-c82f-4b33-817e-d6037c7209d6",
"DataVersion": "sample string 9",
"ApiName": ""
}
application/xml, text/xml
<GradingEvaluationScheduleDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1"> <DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 9</DataVersion> <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">934eb5b0-c82f-4b33-817e-d6037c7209d6</Id> <BeginDisplayDate>2026-07-06T03:44:32.3928897-05:00</BeginDisplayDate> <CalculationDate>2026-07-06T03:44:32.3928897-05:00</CalculationDate> <Description>sample string 2</Description> <DisplayOrder>sample string 7</DisplayOrder> <EndDisplayDate>2026-07-06T03:44:32.3928897-05:00</EndDisplayDate> <GradeEvaluationScheduleCode>sample string 4</GradeEvaluationScheduleCode> <GradingEvaluationScheduleId>0003d9a5-a32e-4dd3-8fbb-f447e04ec249</GradingEvaluationScheduleId> </GradingEvaluationScheduleDetail>