GET /departments/{departmentId}/targets
Find targets that departments running courses for.
Name | Required | Description |
X-NCU-API-TOKEN | yes | Your API token |
GET /departments/deptI1I1000I0/targets
- json
Field Name | Type | Value Description | ||||||
result | list |
Target Object
|
{
"result" :
[
{
"name" : "中國文學系[不分類]",
"id" : "cofuZdeptI1I1001I0ZcofgI0"
},
{
"name" : "中國文學系[一年級]",
"id" : "cofuZdeptI1I1001I0ZcofgI1"
}
]
}