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