Skip to content
Jang Ryeol edited this page Jul 22, 2016 · 5 revisions

GET course_books/

현재 서버에 입력된 수강편람 목록을 불러옵니다.

강의 검색은 search query를 이용하세요.

Output (Example)

목록을 반환

[
  {
    "_id": "578ce7342d083d87714004bc",
    "semester": 4,
    "year": 2015
  },
  {
    "_id": "57919b05747bb52e6af67eac",
    "semester": 3,
    "year": 2015
  }
]
Clone this wiki locally