GET operation to retrieve the original EPD pdf attachment for a specific process dataset.
GET /processes/{uuid}/epd?version={version}
Name | Description |
---|---|
version | The version number of the data set whose original EPD is to be retrieved. If omitted the most recent version of the data set is considered. |
Type: Version number of the form 00.00.000 | |
Default: None |
The PDF document.
The returned MIME type will be application/pdf
.
GET /sources/0a34866e-ce75-48c8-82e6-0080739e7154/epd?version=02.00.010
HTTP/1.1 200 OK
Content-Type: application/pdf
(the PDF document)