GET api/NE/EnrollmentStatuses

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnrollmentStatus
NameDescriptionTypeAdditional 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"
  }
]