Skip to content

Latest commit

 

History

History
78 lines (70 loc) · 1.31 KB

departments_targets.md

File metadata and controls

78 lines (70 loc) · 1.31 KB

Find Targets.

GET /departments/{departmentId}/targets

Description

Find targets that departments running courses for.

Request

Headers

Name Required Description
X-NCU-API-TOKEN yes Your API token

Example

GET /departments/deptI1I1000I0/targets

Response

Formats

  • json

Structure

Field Name Type Value Description
result list Target Object
name String target name
id String target Id

Example

{
	"result" : 
	[
        {
          "name" : "中國文學系[不分類]",
          "id" : "cofuZdeptI1I1001I0ZcofgI0"
        },
        {
          "name" : "中國文學系[一年級]",
          "id" : "cofuZdeptI1I1001I0ZcofgI1"
        }
    ]
}