/api/applicants/ID/emails/ID/attachments

HEAD, GET

Get a list of email attachments.

Syntax

GET /api/applicants/123/emails/234/attachments
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/json; charset=utf-8
X-Count: 1

Example response

{
    "0": {
        "name": "greek-1.jpg",
        "size": 31334
    }
}