Versions Compared

Key

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

...

The following endpoints are meant to be used by the Web Operator client.

GET /weboc/configuration (

...

2023.

...

01)

GET the web OC Configuration

...

Code Block
languagetext
{
  "components": [
    {
      "type": "string",
      "title": "string"
    }
  ],
  "general": {
    "title": "string",
    "icons": {
      "logo": "string",
      "favicon": "string"
    }
  }
}


GET /weboc/resources (

...

2023.

...

01)

Get get a resource from the IconFiles folder

...

Code Block
curl "http://localhost:8080/FewsWebServices/rest/fewspiservice/v1/weboc/resources?resourceId=logo.png"

Example text response

GET /weboc/resources/public (

...

2023.

...

01)

Get get a resource from the IconFiles folder that is publicly available. No authentication is required.

...