Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
api:api_academic-terms [2015/02/13 17:11] – created Lauri Elevantapi:api_academic-terms [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== HEAD, GET ===== ===== HEAD, GET =====
  
-List academic terms configured into the system. Please note that they do not need to be created for every year, but will be "reused", hence the lack of a year number.+List academic terms configured into the system. These are the main "bucketswhere applications are categorized. An example of an academic term is "Fall 2016" or "Spring 2017".
  
 ==== Syntax ==== ==== Syntax ====
Line 21: Line 21:
   {   {
     "1": {     "1": {
 +        "year": "/api/academic-years/2016"
         "name": "Fall semester"         "name": "Fall semester"
     },     },
     "2": {     "2": {
 +        "year": "/api/academic-years/2016"
         "name": "Spring semester"         "name": "Spring semester"
     }     }
   }   }