Action disabled: source

/api/institutions/ID/departments/ID

HEAD, GET

Retrieve information about a particular institution department.

Syntax

GET /api/institutions/123/departments/321
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json
Content-Length: 1234

Response example

{
      "name": "Some Department",
      "country": "EE",
      "location": "Tallinn",
      "www": "www.uni.ee/some-department"
}