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 b.1>

Response:

Code Block
languageyml
themeRDark
linenumberstrue
{
    "applicationName": "CASE Service",
    "applicationVersion": "1.0.4",
    "buildDateTime": "2023-04-14T12:02:56.309+02:00",
    "buildNumber": "4",
    "buildPlan": "IPOBSD - CASE - CASE Services - 2ACC - Default Job",
    "codeBranch": "master",
    "codeRevision": "9a03db408795b526dc88885012bdd57a2c50aab9"
}

...