Synthetic query

Execute an on-the-fly synthetic query

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

The list of queries to perform

required
Array of objects (SyntheticQuery) [ 1 .. 10 ] items
Responses
200

List of datapoints for the specified queries.

400

Query error

post/timeseries/synthetic/query
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}