Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CURL

Request

Code Block
languagebash
curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/applications/citations?applicationIdentifier=DE102021002409documents?documentIdentifier=2018800149760100005201908301042117164_CN&output=file&applicationNumber=CN201880014976.0&operation=download&pageCount=4' \
--header 'Authorization: Bearer <authorization token from gettoken b request 1.2.2.1>'


Note

be aware that the values for the parameters used in this get, have to be pulled from the response from the getdoclist request (1.2.2.5)



Response

Code Block
languageyml
linenumberstrue
{
    "applicationNumbers3DownloadUrl": {
        "ipOfficeCode": "DE",
        "applicationNumberText": "DE102021002409"
    },
    "referenceCitationBag": [
        {
            "citedPatentDocumentIdentification": {
                "ipOfficeCode": "DE",
                "documentNumber": "000003324505 ",
                "patentDocumentKindCode": "A1",
                "patentDocumentDate": null
            },
            "nplCitation": null,
            "applicationCitation": null,
            "citedPassageBag": null
        },
        {
            "citedPatentDocumentIdentification": {
                "ipOfficeCode": "DE",
                "documentNumber": "000000659533",
                "patentDocumentKindCode": "A",
                "patentDocumentDate": null
            },
            "nplCitation": null,
            "applicationCitation": null,
            "citedPassageBag": null
        },
        {
            "citedPatentDocumentIdentification": {
                "ipOfficeCode": "JP",
                "documentNumber": "000H10192148",
                "patentDocumentKindCode": "A",
                "patentDocumentDate": null
            },
            "nplCitation": null,
            "applicationCitation": null,
            "citedPassageBag": null
        }
    ]
}"https://case-upload-eu-central-1-329803703153.s3.eu-central-1.amazonaws.com/cn/CN201880014976.0-2018800149760100005201908301042117164_CN.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=ASIAUZSOVENYTHZMNI34%2F20240207%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Date=20240207T134042Z&X-Amz-Expires=900&X-Amz-Security-Token=FwoGZXIvYXdzEB8aDHkDuqQySiQyzgm%2FnSLAAX5HFGxfE4RypsKryWhSA0oFVdc4Ju9CA6A%2Bgp8QYFfTXRD7RJBOv%2B4sI8LA%2BDumyZnofWHxl84Sxy%2FEigBHQKh9QGxVpHb6XJALyYxvfyHaM4P6IGsgmP0a8goUfTCA9CD2gTwnfDl5ZvGTBf1iqsXyMWCnMfYXP9dOFIiZJKAiGaBf11%2BNiNAUa4j5NS9QXIfZUmMCi056xYd5rWKDIB3eJgrReseQNqtXbI3268fOz6du1v1dbkQ58W3k0oJ8KijakI6uBjIt39xrXHnXQnLi9uhoWkgIQ1FwlVpF0yt0MOTocdvFgAatE0qXbilCTlBYXROD&X-Amz-Signature=6c1ba831335040cef63adb9fcefcdd3c0b142553c052b4e1e12ed2f5084ae13b&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3D%22CN201880014976.0-2018800149760100005201908301042117164_CN.pdf%22"
}


After going to the link, the document (PDF) can be accessed:

Image Added