Versions Compared

Key

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

...

The FEWS PI REST Web Service is hosted in a Tomcat application server. This service allows clients to interact with allows interacting with Delft-FEWS using a REST API. The REST Service will return PI-XML by default.

Since FEWS 2017.02 the PI-JSON format is supported as well for the following GET methods: filters, parameters, locations and timeseries. For more information on the PI-JSON format, see: FEWS PI-JSON format. For some examples on how to use the the FEWS PI-JSON REST Web service see FEWS PI-JSON REST Examples

Request parameters are marked in italics and the parameter types are given between parentheses. If not specified differently, a parameter is optional.

For API Developers it is recommended to use the Open API Documentation. Please see: Open API Specification - previewIn case a REST resource is accessed with unknown query parameters an HTTP 400 response will be given informing the user a bad request was sent.

FEWS PI REST Web Service API

...