Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
api:api_intakes [2014/06/30 17:56] – created Lauri | api:api_intakes [2024/07/30 11:50] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== HEAD, GET ===== | ===== HEAD, GET ===== | ||
- | List all intakes that have been configured in the system. Knowing the intake ID-s may be useful for [[api: | + | List all intakes that have been configured in the system. Knowing the intake ID-s may be useful for [[api: |
+ | A course can be offered under several intakes (Winter, Autumn etc.) with each intake governing the application period, deadlines and other policies. | ||
+ | |||
+ | All dates (for example deadlines) are configured using ISO date notation, but skipping the year part as the intake system is designed to automatically roll over to the next year when appropriate. For this reason, dates are normally specified as '' | ||
+ | |||
+ | FIXME Explain the data structure further | ||
==== Syntax ==== | ==== Syntax ==== | ||
Line 16: | Line 21: | ||
Content-Type: | Content-Type: | ||
Content-Length: | Content-Length: | ||
+ | |||
+ | ==== Response example ==== | ||
+ | |||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } |