GET api/NE/EnrollmentPeriodTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnrollmentPeriodType| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowEnrollment | boolean |
None. |
|
| Description | string |
None. |
|
| EnrollmentPeriodTypeId | byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Entities.Server.ENROLL.EnrollmentPeriodType, NE.Entities.Server",
"AllowEnrollment": true,
"Description": "sample string 2",
"EnrollmentPeriodTypeId": 64
},
{
"$ref": "1"
}
]