...
When calling GET /retrievals to check the status of a retrieval request, OSFs can now pass an optional parameter:
| Section | ||
|---|---|---|
| ||
|
The response behaviour depends on this parameter and the type of document registered by the OFF.
...
| Section | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Summary
- If you need access to the original deposited document, pass
originalDocumentIndicator = truein your request. - If the parameter is omitted or set to
false, you will still receive the original PDDP URL in the header only if the OFF registered a PDDP with additional files. - In all cases, the merged PDF URL is always returned in the response body.
...

