Retrieve spaces by their space-ids

Retrieve up to 100 spaces by specifying their space-ids.

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 for the spaces to return.

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

List of spaces

400

The response for a failed request.

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