Study-years
Info
This service provides information on the study-years that are registered in the TU Delft information systems. The service can be used to provide a mapping between a human-readable representation of a study-year and the identifier that is used in various services to select a given study-year.
Note that many service do not require a study-year to be provided; instead they default to the current study-year.
Rest resources
Current version of this api: 0
Base URL : http://api.tudelft.nl/v0
Resource | Method | Beschrijving | Parameters |
---|---|---|---|
/studiejaren | GET | Returns available study-years |
For information on general RestProxy parameters see RestProxy/Parameters
Examples
The following is the output for the request
https://api.tudelft.nl/v0/studiejaren
{
"getStudiejarenResponse" : {
"studiejaar" : [ {
"id" : "8",
"naam" : "2011/2012"
}, {
"id" : "7",
"naam" : "2010/2011"
}, {
"id" : "1",
"naam" : "2005/2006"
}, {
"id" : "3",
"naam" : "2006/2007"
}, {
"id" : "4",
"naam" : "2007/2008"
}, {
"id" : "5",
"naam" : "2008/2009"
}, {
"id" : "6",
"naam" : "2009/2010"
}, {
"id" : "9",
"naam" : "2012/2013"
} ]
}
}