Retrieve unit by external ID

Retrieve a single unit by its external ID.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
externalId
required
string (Externalid)

External ID of the unit

Responses
200

Response with a single unit

400

Bad Request

get/units/{externalId}
Request samples
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}