GET breeze/NE/EnrollmentCycles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnrollmentCycle
NameDescriptionTypeAdditional 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-04-25T01:32:27.748+00:00",
    "EndDate": "2024-04-25T01:32:27.748+00:00",
    "EnrollmentBeginDate": "2024-04-25T01:32:27.748+00:00",
    "EnrollmentCycleId": 4,
    "IsCurrentForPlanChange": true,
    "IsCurrentForInitial": true
  },
  {
    "$ref": "1"
  }
]