Retrieve statistics by space for specific space-ids

Returns statistics for data modeling resources grouped by space for a specified list of spaces.

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

List of space-ids to return statistics for.

required
Array of objects [ 1 .. 100 ] items
Responses
200

List of spaces with associated data modeling statistics

400

The response for a failed request.

post/models/statistics/spaces/byids
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}