This is an old revision of the document!
/api/reports
HEAD, GET
List report names that are available via the API. The number of reports is represented in the X-Count
header - use the HEAD
request to simply count the number of reports available. Use the GET
request to actually fetch the list of report names.
Syntax
GET /api/reports Host: apply.example.edu Authorization: DREAM apikey="..."
Response headers
Content-Type: application/json Content-Length: 1234 X-Count: 15