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

Compare with Current View Page History

Version 1 Next »

CURL

Request

curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/doclists?applicationIdentifier=NZ787609' \
--header 'Cache-Control: no-cache' \
--header 'Authorization: Bearer <authorization token from getToken b.1>'

Response

{
    "requestorIId": null,
    "requestorRole": null,
    "requestorOrganizationName": null,
    "applicationNumber": {
        "ipOfficeCode": "NZ",
        "applicationNumberText": "787609"
    },
    "documentTotalQuantity": 5,
    "sorting": "documentDate:desc",
    "documentIncludedBag": [
        {
            "documentIncluded": {
                "id": "nz100000000787609-29f52963-1c16-461e-ae9d-6632c6477366",
                "languageCode": "en",
                "sourceSystemIdentifier": "WIPO CASE",
                "documentName": "Examination report",
                "documentDescription": "Examination Report for Acceptance\t",
                "documentFormatCategory": "pdf",
                "documentKindCategory": null,
                "documentCodeCategory": "EXRP",
                "documentDate": "2022-10-28",
                "documentLocationURI": null,
                "documentSizeQuantity": "71680",
                "documentPageQuantity": "1",
                "documentNumber": null,
                "documentLanguageSource": "original",
                "documentOrigin": "incoming",
                "documentGroupCategory": [
                    "unknown"
                ],
                "documentStatusCategory": "filed",
                "nplIndicator": false
            }
        },
        {
            "documentIncluded": {
                "id": "nz100000000787609-0bb4fa31-4159-4e30-a12c-ed193ec8c779",
                "languageCode": "en",
                "sourceSystemIdentifier": "WIPO CASE",
                "documentName": "Examination report",
                "documentDescription": "Description of the amendments proposed\t",
                "documentFormatCategory": "pdf",
                "documentKindCategory": null,
                "documentCodeCategory": "EXRP",
                "documentDate": "2022-10-06",
                "documentLocationURI": null,
                "documentSizeQuantity": "61440",
                "documentPageQuantity": "3",
                "documentNumber": null,
                "documentLanguageSource": "original",
                "documentOrigin": "incoming",
                "documentGroupCategory": [
                    "unknown"
                ],
                "documentStatusCategory": "filed",
                "nplIndicator": false
            }
        },
        {
            "documentIncluded": {
                "id": "nz100000000787609-b7d68de7-8bb9-4fe7-b02d-87fc11e0797d",
                "languageCode": "en",
                "sourceSystemIdentifier": "WIPO CASE",
                "documentName": "specication",
                "documentDescription": "Specification\t",
                "documentFormatCategory": "pdf",
                "documentKindCategory": null,
                "documentCodeCategory": "SPEC",
                "documentDate": "2022-10-06",
                "documentLocationURI": null,
                "documentSizeQuantity": "1587200",
                "documentPageQuantity": "48",
                "documentNumber": null,
                "documentLanguageSource": "original",
                "documentOrigin": "incoming",
                "documentGroupCategory": [
                    "unknown"
                ],
                "documentStatusCategory": "filed",
                "nplIndicator": false
            }
        },
        {
            "documentIncluded": {
                "id": "nz100000000787609-a4ca6c33-2a5f-4365-a8d2-ad8bd0e85a50",
                "languageCode": "en",
                "sourceSystemIdentifier": "WIPO CASE",
                "documentName": "Examination report",
                "documentDescription": "Examination Report for Acceptance\t",
                "documentFormatCategory": "pdf",
                "documentKindCategory": null,
                "documentCodeCategory": "EXRP",
                "documentDate": "2022-08-12",
                "documentLocationURI": null,
                "documentSizeQuantity": "71680",
                "documentPageQuantity": "2",
                "documentNumber": null,
                "documentLanguageSource": "original",
                "documentOrigin": "incoming",
                "documentGroupCategory": [
                    "unknown"
                ],
                "documentStatusCategory": "filed",
                "nplIndicator": false
            }
        },
        {
            "documentIncluded": {
                "id": "nz100000000787609-8c7df704-ce50-4afe-afb1-e7d721de792a",
                "languageCode": "en",
                "sourceSystemIdentifier": "WIPO CASE",
                "documentName": "specication",
                "documentDescription": "Specification\t",
                "documentFormatCategory": "pdf",
                "documentKindCategory": null,
                "documentCodeCategory": "SPEC",
                "documentDate": "2022-04-29",
                "documentLocationURI": null,
                "documentSizeQuantity": "6",
                "documentPageQuantity": "47",
                "documentNumber": null,
                "documentLanguageSource": "original",
                "documentOrigin": "incoming",
                "documentGroupCategory": [
                    "unknown"
                ],
                "documentStatusCategory": "filed",
                "nplIndicator": false
            }
        }
    ]
}


  • No labels