GET api/StudentSectionEnrollments/{StudentSectionEnrollmentId}
Returns a Student Section Enrollment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
StudentSectionEnrollmentId |
Application identifier for the Student Section Enrollment |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentSectionEnrollment object for the specified StudentSectionEnrollmentId
StudentSectionEnrollmentName | Description | Type | Additional information |
---|---|---|---|
StudentId |
The application identifier of the Student for the Section Enrollment. |
globally unique identifier |
None. |
SectionId |
The application identifier of the Section for the Section Enrollment. |
globally unique identifier |
None. |
EnrollmentCodeUid |
The Enrollment Code user identifier for the Section Enrollment. |
string |
None. |
EnrollmentCodeDescription |
The Enrollment Code description for the Section Enrollment. |
string |
None. |
DropCodeUid |
The Drop Code user identifier for the Section Enrollment. |
string |
None. |
DropCodeDescription |
The Drop Code description for the Section Enrollment. |
string |
None. |
BeginDate |
The begin date for the Section Enrollment. |
date |
None. |
EndDate |
The end date for the Section Enrollment. |
date |
None. |
LastEffectiveDate |
The last date the Student is effectively enrolled in the Section. |
date |
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": "ac056757-0abc-48e3-b7cb-7936b3df511b", "SectionId": "70e70f5f-ca04-479d-9d26-b6b3b63468f2", "EnrollmentCodeUid": "sample string 3", "EnrollmentCodeDescription": "sample string 4", "DropCodeUid": "sample string 5", "DropCodeDescription": "sample string 6", "BeginDate": "2025-08-25T18:24:04.8568907-05:00", "EndDate": "2025-08-25T18:24:04.8568907-05:00", "LastEffectiveDate": "2025-08-25T18:24:04.8568907-05:00", "Id": "4cf9ba39-9805-4056-99a4-0c1fad114d2b", "DataVersion": "sample string 11", "ApiName": "" }
application/xml, text/xml
<StudentSectionEnrollment 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 11</DataVersion> <Id xmlns="http://schemas.datacontract.org/2004/07/MAS.WebApi">4cf9ba39-9805-4056-99a4-0c1fad114d2b</Id> <BeginDate>2025-08-25T18:24:04.8568907-05:00</BeginDate> <DropCodeDescription>sample string 6</DropCodeDescription> <DropCodeUid>sample string 5</DropCodeUid> <EndDate>2025-08-25T18:24:04.8568907-05:00</EndDate> <EnrollmentCodeDescription>sample string 4</EnrollmentCodeDescription> <EnrollmentCodeUid>sample string 3</EnrollmentCodeUid> <LastEffectiveDate>2025-08-25T18:24:04.8568907-05:00</LastEffectiveDate> <SectionId>70e70f5f-ca04-479d-9d26-b6b3b63468f2</SectionId> <StudentId>ac056757-0abc-48e3-b7cb-7936b3df511b</StudentId> </StudentSectionEnrollment>