Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
api:api_academic-terms [2016/06/01 15:05] – [HEAD, GET] Lauri Elevantapi:api_academic-terms [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 List academic terms configured into the system. These are the main "buckets" where applications are categorized. An example of an academic term is "Fall 2016" or "Spring 2017". List academic terms configured into the system. These are the main "buckets" where applications are categorized. An example of an academic term is "Fall 2016" or "Spring 2017".
 +
 ==== Syntax ==== ==== Syntax ====
  
Line 20: 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"
     }     }
   }   }