GET api/Sites/{SiteId}/Sections
Returns the Sections 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 Section objects for the specified SiteId
Collection of Section| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId |
The application identifier of the Site for the Section. |
globally unique identifier |
None. |
| CourseId |
The application identifier of the Course for the Section. |
globally unique identifier |
None. |
| SectionUid |
The user identifier for the Section. |
string |
None. |
| Title |
The descriptive title for the Section. |
string |
None. |
| Description |
The description for the Section. |
string |
None. |
| InstructorId |
The application identifier of the Instructor for the Section. |
globally unique identifier |
None. |
| Room |
The room for the Section. |
string |
None. |
| MaxStudents |
The maximum number of Students allowed to enroll for the Section. |
integer |
None. |
| BeginGradeUid |
The begin Grade user identifier for the Section. |
string |
None. |
| EndGradeUid |
The end Grade user identifier for the Section. |
string |
None. |
| PeriodName |
The period name for the Section. |
string |
None. |
| BeginSessionId |
The application identifier of the begin Session for the Section. |
globally unique identifier |
None. |
| EndSessionId |
The application identifier of the end Session for the Section. |
globally unique identifier |
None. |
| GradingEvaluationScheduleId |
The application identifier of the Grading Evaluation Schedule for the Section. |
globally unique identifier |
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
[
{
"SiteId": "9b816f65-de6e-460f-aeb8-9b2079868abd",
"CourseId": "5890bcfa-4f71-4f19-a99d-0a07e6d1ae8c",
"SectionUid": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"InstructorId": "c42b4709-2109-4d2c-99e7-9699a87bb88c",
"Room": "sample string 7",
"MaxStudents": 8,
"BeginGradeUid": "sample string 9",
"EndGradeUid": "sample string 10",
"PeriodName": "sample string 11",
"BeginSessionId": "03adce88-b22b-47f2-bdf2-178f8a1f581b",
"EndSessionId": "1ea38bd4-2092-48a9-8288-751eeee160da",
"GradingEvaluationScheduleId": "409a3bcb-1286-4209-8219-aca96e7d5e6a",
"Id": "5506d8b5-b4c8-45c8-abf7-74d8358c3a78",
"DataVersion": "sample string 16",
"ApiName": ""
},
{
"SiteId": "9b816f65-de6e-460f-aeb8-9b2079868abd",
"CourseId": "5890bcfa-4f71-4f19-a99d-0a07e6d1ae8c",
"SectionUid": "sample string 3",
"Title": "sample string 4",
"Description": "sample string 5",
"InstructorId": "c42b4709-2109-4d2c-99e7-9699a87bb88c",
"Room": "sample string 7",
"MaxStudents": 8,
"BeginGradeUid": "sample string 9",
"EndGradeUid": "sample string 10",
"PeriodName": "sample string 11",
"BeginSessionId": "03adce88-b22b-47f2-bdf2-178f8a1f581b",
"EndSessionId": "1ea38bd4-2092-48a9-8288-751eeee160da",
"GradingEvaluationScheduleId": "409a3bcb-1286-4209-8219-aca96e7d5e6a",
"Id": "5506d8b5-b4c8-45c8-abf7-74d8358c3a78",
"DataVersion": "sample string 16",
"ApiName": ""
}
]
application/xml, text/xml
<ArrayOfSection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi.v1">
<Section>
<DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 16</DataVersion>
<Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">5506d8b5-b4c8-45c8-abf7-74d8358c3a78</Id>
<BeginGradeUid>sample string 9</BeginGradeUid>
<BeginSessionId>03adce88-b22b-47f2-bdf2-178f8a1f581b</BeginSessionId>
<CourseId>5890bcfa-4f71-4f19-a99d-0a07e6d1ae8c</CourseId>
<Description>sample string 5</Description>
<EndGradeUid>sample string 10</EndGradeUid>
<EndSessionId>1ea38bd4-2092-48a9-8288-751eeee160da</EndSessionId>
<GradingEvaluationScheduleId>409a3bcb-1286-4209-8219-aca96e7d5e6a</GradingEvaluationScheduleId>
<InstructorId>c42b4709-2109-4d2c-99e7-9699a87bb88c</InstructorId>
<MaxStudents>8</MaxStudents>
<PeriodName>sample string 11</PeriodName>
<Room>sample string 7</Room>
<SectionUid>sample string 3</SectionUid>
<SiteId>9b816f65-de6e-460f-aeb8-9b2079868abd</SiteId>
<Title>sample string 4</Title>
</Section>
<Section>
<DataVersion xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">sample string 16</DataVersion>
<Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">5506d8b5-b4c8-45c8-abf7-74d8358c3a78</Id>
<BeginGradeUid>sample string 9</BeginGradeUid>
<BeginSessionId>03adce88-b22b-47f2-bdf2-178f8a1f581b</BeginSessionId>
<CourseId>5890bcfa-4f71-4f19-a99d-0a07e6d1ae8c</CourseId>
<Description>sample string 5</Description>
<EndGradeUid>sample string 10</EndGradeUid>
<EndSessionId>1ea38bd4-2092-48a9-8288-751eeee160da</EndSessionId>
<GradingEvaluationScheduleId>409a3bcb-1286-4209-8219-aca96e7d5e6a</GradingEvaluationScheduleId>
<InstructorId>c42b4709-2109-4d2c-99e7-9699a87bb88c</InstructorId>
<MaxStudents>8</MaxStudents>
<PeriodName>sample string 11</PeriodName>
<Room>sample string 7</Room>
<SectionUid>sample string 3</SectionUid>
<SiteId>9b816f65-de6e-460f-aeb8-9b2079868abd</SiteId>
<Title>sample string 4</Title>
</Section>
</ArrayOfSection>