Educationtypes
Info
This service provides information on the education-types (opleidingstypes) that are provided by TU Delft.
REST Resources
Current version of this service: 0
Base URL : http://api.tudelft.nl/v0
Resource | Method | Description | Parameters |
---|---|---|---|
/opleidingstypes | GET | Returns a list of education types |
For information on general RestProxy parameters see RestProxy/Parameters
Response
The following is the output for the request
https://api.tudelft.nl/v0/opleidingstypes
{
"getOpleidingsTypesResponse" : {
"opleidingstype" : [ {
"id" : "1",
"naamNL" : "Bachelor",
"naamEN" : "Bachelor"
}, {
"id" : "10",
"naamNL" : "Honours Programme Bachelor",
"naamEN" : "Honours Programme Bachelor"
}, {
"id" : "11",
"naamNL" : "Honours Programme Master",
"naamEN" : "Honours Programme Master"
}, {
"id" : "2",
"naamNL" : "Master",
"naamEN" : "Master"
}, {
"id" : "3",
"naamNL" : "Schakelopleiding",
"naamEN" : "Bridging Program"
}, {
"id" : "4",
"naamNL" : "Postdoctoraal",
"naamEN" : "Post Graduate"
}, {
"id" : "8",
"naamNL" : "Keuzevakken",
"naamEN" : "Electives"
}, {
"id" : "9",
"naamNL" : "Minor",
"naamEN" : "Minor"
} ]
}
}