Retrieve subscriptions

Retrieve one or more subscriptions by external ID.

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

Specify a list of the subscriptions to retrieve.

required
Array of objects (QueryWithExternalId) = 1 items unique

List of ID objects

ignoreUnknownIds
boolean
Default: false

Ignore IDs and external IDs that are not found

Responses
200

The retrieved subscriptions.

post/timeseries/subscriptions/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": false
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}