Examinee Status List
List examinee status from CAMPUSonline.
ExamineeStatus(id, short, name)
Filters
To filter for exact value matches:
?<fieldname>=<value>
GET /v1/campusonline/examinee:status/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"short": "A",
"name": {
"de": "ANgemeldet"
}
},
{
"id": 2,
"short": "B",
"name": {
"de": "ABgemeldet"
}
},
{
"id": 13,
"short": "DEL",
"name": {
"de": "Gelöscht"
}
},
{
"id": 11,
"short": "GUEL",
"name": {
"de": "Gültig"
}
},
{
"id": 12,
"short": "KORR",
"name": {
"de": "Korrigiert"
}
},
{
"id": 99,
"short": "TMP",
"name": {
"de": "Voraussetzungsüberprüfung"
}
},
{
"id": 16,
"short": "UNGUEL",
"name": {
"de": "Ungültig"
}
},
{
"id": 15,
"short": "WAB",
"name": {
"de": "Warteliste ABgemeldet"
}
},
{
"id": 14,
"short": "WAN",
"name": {
"de": "Warteliste ANgemeldet"
}
}
]
}