GET /colleges/{collegeId}/departments
Find departments by college.
Name | Required | Description |
X-NCU-API-TOKEN | yes | Your API token |
GET /colleges/deptI1I1000I0/departments
- json
Field Name | Type | Value Description | ||||||
result | list |
Department Object
|
[
{
"name" : "文學院",
"id" : "deptI1I1000I0"
}, {
"name" : "中國文學系",
"id" : "deptI1I1001I0"
}
]