GET breeze/NE/EnrollmentCycles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentCycleName | 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": "2024-11-21T10:00:23.792+00:00", "EndDate": "2024-11-21T10:00:23.792+00:00", "EnrollmentBeginDate": "2024-11-21T10:00:23.792+00:00", "EnrollmentCycleId": 4, "IsCurrentForPlanChange": true, "IsCurrentForInitial": true }, { "$ref": "1" } ]