For offices still using api V1, the V1 api has the provision to allow the offices to download also the original documents the WIPO DAS REST API V1, we have made minor updates to support the ST.92 transition. These changes introduce a new optional parameter that allows Offices of Second Filing (OSF) to also retrieve the original PDDP document as deposited by the offices of first filing without the WIPO DAS cover page (see the revised yaml specification of V1)Office of First Filing (OFF).
For the full technical details, please refer to the revised YAML specification: a.1.1.- YAML File for WIPO DAS API V1 (legacy) - DAS Wiki - WIPO Wiki
...
What's changing
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.

