This Project Has Not Released Any Files
講義情報を取得します。
http://[hostname]/api/courses/{courseId}.json
GET
JSON
ステータスコード | 内容 |
404 | 講義情報が見つからない |
なし
パラメータ名 | 型 | 内容 | 例 | 備考 |
courseId | 数値 | 講義ID | 101 | |
courseTitle | 文字列 | 講義名 | 非協力ゲーム理論 | |
lecturers | 文字列配列 | 担当教員の一覧 | [武藤 滋夫] | |
year | 数値 | 開講年度 | 2012 | |
semester | 数値 | 学期 | 1 | 1=前期, 2=後期, 3=通年 |
schedule | 配列 | 曜日/時限の一覧 | - | |
- day | 数値 | 曜日 | 2 | java.util.Calendar.{SUNDAY, MONDAY, ..., SATURDAY} |
- period | 数値 | 時限 | 7 | |
location | 文字列 | 講義が開講される場所 | W242 | |
infoUrl | 文字列 | 講義情報のリンク | http://www.ocw.titech.ac.jp/index.php?module=General&action=T0300&GakubuCD=101&GakkaCD=63&KougiCD=7701&Nendo=2012&Gakki=1&lang=JA&vid=03 | |
commentCount | 数値 | 講義のコメントの数 | 25 |
{ "courseId": 101, "courseTitle": "非協力ゲーム理論", "lecturers": ["武藤 滋夫"], "year": 2012, "semester": 1, "schedule": [ { "day": 2, "period": 7, }, { "day": 2, "period": 8, } ], "location": "W242", "infoUrl": "http://www.ocw.titech.ac.jp/index.php?module=General&action=T0300&GakubuCD=101&GakkaCD=63&KougiCD=7701&Nendo=2012&Gakki=1&lang=JA&vid=03", "commentCount": 25, }