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

Compare with Current View Page History

« Previous Version 2 Next »

Curl

Request

curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/applications/statistics?officeCode=JP' \
--header 'Authorization: Bearer <authorization token from previous gettoken request -b.1->'

Response:

{
"totalOffices": 1,
"officeBag": [
{
"officeCode": "jp",
"isAccessingOffice": "true",
"isProvidingOffice": "true",
"isPct": "true",
"totalApplications": 11424582,
"publicationDateRange": null,
"applicationDateRange": {
"startDate": "1966-02-10",
"endDate": "2021-09-28"
},
"lastUpdate": "2023-03-14T15:35:36.770Z",
"numberExamples": "app[JP2008018700, JP2011010317];pub[JP2008292136, JP2011090712]"
}
]
}


  • No labels