This is an old revision of the document!


/api/administrators/ID

:!: This feature is scheduled for release by the end of November 2018

HEAD, GET

List the details of the administrator in question.

Syntax

GET /api/administrators/ID
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

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

Response example

{
   "name": "Joe Smith",
   "email": "joe.smith@example.com",
   "phone": "123456789",
   "function": "Head of Admissions"
}