Retrieve views by their external ids

Retrieve up to 100 views by their external ids.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
includeInheritedProperties
boolean
Default: true

Include properties inherited from views this view implements.

Request Body schema: application/json
required

List of external-ids of views to retrieve.

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

List of views

400

The response for a failed request.

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