GET /colleges
Find all colleges.
Name | Required | Description |
X-NCU-API-TOKEN | yes | Your API token |
GET /colleges
- json
Field Name | Type | Value Description | ||||||
result | list |
College Object
|
{
"result" :
[
{
"name" : "文學院",
"id" : "deptI1I1000I0"
},
{
"name" : "理學院",
"id" : "deptI1I2000I0"
}
]
}