You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  • If you need access to the original deposited document, pass originalDocumentIndicator = true in 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.

 



  • No labels