/api/applications/ID/pdf

HEAD, GET

Retrieve a PDF printout of the application, replicating the “Save as PDF” feature in the user interface.

Note that the PDF conversion is happening in real time and may take a few seconds to process on larger applications. The API call is also subject to modest throttling, so you may need to slow down your requests when fetching a large number of PDF-s.

Syntax

GET /api/applications/123/pdf
Host: apply.example.edu
Authorization: DREAM apikey="..."

Response headers

Content-Type: application/pdf
Content-Length: 12345
Last-Modified: 2014-05-16T14:59:53+00:00