no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Last revision
api:api_administrators_id [2018/11/16 18:18] – created Lauri Elevant
Line 1: Line 1:
 +====== /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"
 +  }