Retrieve units by external IDs

Retrieves one or more units by external ID. The response returns the units in the same order as in the request.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
required
Array of objects (Items)
ignoreUnknownIds
boolean or null (IgnoreUnknownIds)
Default: false

Ignore external IDs that are not found. If set to true, no error will be thrown if an external ID is not found.

Responses
200

Response with a list of units

400

Bad Request

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