Retrieve the blob (Binary Large OBject) that constitutes the actually exported data. This might be, for example, an exported PDF study contract.
This call is different in the sense that currently blob IDs are not integers (as per normal convention), but rather a unique string of potentially varying length. This may change at a future date.
GET /api/applications/123/exports/1/blobs/1-abcdef Host: apply.example.edu Authorization: DREAM apikey="..."
Content-Disposition: attachment; filename="StudyContract.pdf" Content-Type: application/octet-stream Content-Length: 12345 Last-Modified: 2014-05-16T14:59:53+00:00