Versions Compared

Key

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

Request:

Code Block
languagebash
curl --location 'https://case-api.case.ipobs.acc.web1.wipo.int/case-api/v1/services' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <authorization token from gettoken request 1.2.2.1>'

Response:

Code Block
languageyml
themeRDark
linenumberstrue
{
    "applicationName": "CASE Service",
    "applicationVersion": "1.0.57",
    "buildDateTime": "2024-01-29T09:52:26.439+01:00",
    "buildNumber": "57",
    "buildPlan": "IPOBSD - CASE - ACC - CASE Services - Default Job",
    "codeBranch": "master",
    "codeRevision": "d9cc88d95083b1b8d9fa3d94c1889585a99636f0"
}

...