Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
api:api_academic-terms [2015/02/13 17:11] – created Lauri Elevantapi:api_academic-terms [2016/06/01 15:08] – [Response example] Lauri Elevant
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 20:
   {   {
     "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"
     }     }
   }   }