For offices still using 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 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:

originalDocumentIndicator = true


The response behaviour depends on this parameter and the type of document registered by the OFF.


When originalDocumentIndicator = true

OFF Document TypeResponse BodyResponse Header
Legacy PDFMerged PDF URLOriginal document URL (without cover page)
PDDP documentMerged PDF URLOriginal PDDP document URL



When originalDocumentIndicator = false or not provided

OFF Document TypeResponse BodyResponse Header
Legacy PDFMerged PDF URL(none)
PDDP with core PDF onlyMerged PDF URL(none)
PDDP with additional filesMerged PDF URLOriginal PDDP document URL




Summary