Aggregate Simulator Models

Calculate aggregates for simulator models, considering the optional filter specification.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
ListSimulatorModelsFilters (object) or null
aggregate
required
string (Aggregate)

Aggregate type

Value: "count"
Value: "count"
Responses
200

Successful Response

400

Bad Request

403

Forbidden

500

Internal Server Error

post/simulators/models/aggregate
Request samples
application/json
{
  • "filter": {
    • "simulatorExternalIds": [
      ],
    • "simulatorIntegrationExternalIds": [
      ]
    },
  • "aggregate": "count"
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}