Skip to content

Overview

Read machine, sensor and measurement data from the EI-Analytic™ cloud.

The EI-Analytic™ Web API exposes the condition monitoring data stored in your EI-Analytic™ databases: the company/area/machine/point/axis hierarchy, the devices reporting into it, and the measurements they produce.

Every operation is a POST that takes a JSON body and returns JSON, including the read operations. This is an RPC-style API, not a REST one — the path names an operation rather than a resource.

Authentication is a session token obtained from Login and sent in the body of every subsequent call as the Token field. See the Authentication guide for the token lifetime.

Information

  • OpenAPI version: 3.1.0

⚠️ This is a documentation approximation. The token is not a header: it travels as the Token field inside the JSON body of every call. OpenAPI has no way to express a body-borne credential as a security scheme, so the field is also declared explicitly in each request schema, which is the authoritative description.

Security scheme type: apiKey

Header parameter name: Token