GET api/GradingEvaluationSchedules/{GradingEvaluationScheduleId}
Returns 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
GradingEvaluationSchedule object for the specified GradingEvaluationScheduleId
GradingEvaluationSchedule| Name | Description | Type | Additional information | 
|---|---|---|---|
| SiteId | 
                         The application identifier of the Site for the Grading Evaluation Schedule.  | 
                    globally unique identifier | 
                             None.  | 
                
| Name | 
                         The name for the Grading Evaluation Schedule.  | 
                    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
            Sample:
        
{
  "SiteId": "b5baf163-c172-4d7a-99bf-015e7c42ae87",
  "Name": "sample string 2",
  "Id": "f1442401-0b51-4612-9a9c-c417228b21b5",
  "DataVersion": "sample string 4",
  "ApiName": ""
}
        application/xml, text/xml
            Sample:
<GradingEvaluationSchedule 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 4</DataVersion> <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">f1442401-0b51-4612-9a9c-c417228b21b5</Id> <Name>sample string 2</Name> <SiteId>b5baf163-c172-4d7a-99bf-015e7c42ae87</SiteId> </GradingEvaluationSchedule>