Action disabled: backlink

/api/institutions/ID/contacts

HEAD, GET

List all contacts related to the institution in question.

Syntax

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

Response headers

Content-Type: application/json
Content-Length: 1234
X-Count: 3

Response example

{
  "1": {
      "name": "Some Body",
      "email": "some.body@example.com",
      "phone": "3242424234"
  },
  "9": {
      "name": "Some Body Else",
      "email": "some.body.else@example.com",
      "phone": "3434535352"
  }
}