GET breeze/NE/EnrollmentCycles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentCycle| Name | Description | Type | Additional information |
|---|---|---|---|
| BeginDate | date |
None. |
|
| EndDate | date |
None. |
|
| EnrollmentBeginDate | date |
None. |
|
| EnrollmentCycleId | integer |
None. |
|
| IsCurrentForPlanChange | boolean |
None. |
|
| IsCurrentForInitial | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Entities.Server.ENROLL.EnrollmentCycle, NE.Entities.Server",
"BeginDate": "2025-10-30T19:34:01.773+00:00",
"EndDate": "2025-10-30T19:34:01.773+00:00",
"EnrollmentBeginDate": "2025-10-30T19:34:01.773+00:00",
"EnrollmentCycleId": 4,
"IsCurrentForPlanChange": true,
"IsCurrentForInitial": true
},
{
"$ref": "1"
}
]