Versions Compared

Key

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

Table of Contents
maxLevel3

Introduction

The FEWS PI -XML REST Service is hosted in a Tomcat service container. This service allows clients to interact with FEWS using a REST API. The REST Service will return PI-XML by default. For some methods PI-JSON is supported as well.

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

In 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 Service API

GET timezoneid

Get ID of Configured timezone for the webservice.

...