Create time series

Creates one or more time series.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (PostTimeSeriesMetadataDTO) [ 1 .. 1000 ] items
Responses
201

Response with the created time series.

400

Missing required fields.

409

Time series with the specified externalIds already exists. Retry request, with the existing externalIds removed.

422

Duplicated externalIds found. Retry request, keeping only one instance of each duplicated externalId.

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