Skip to content

GET \stats\instructors\{id}\courses\{cid}\hw\{hid}

Tianci Zhong edited this page Dec 21, 2016 · 1 revision

###Description Get the instructor information by the given instructor id ###Route Get /stats/instructors/{id}/courses/{cid}/hw/{hid} ###Response Code 200, on Success 403, on Unauthorized ###Response on Success

  "data": [
    {
       "name": … ,
       "id": … , 
       "score": … 
    }, …
  ],
  "average": … 
}

###Response on Others

{
    status: "failed",
    message: "Not authorized."
}
Clone this wiki locally