Get Equipment By External Id

Endpoint

GET /equipments/external-id/{externalId}

Authentication

Required: Authorization header with valid token

Description

Retrieves an equipment using its external system identifier.

Path Parameters

ParameterTypeRequiredDescription
externalIdstringYesExternal system identifier

Response

Success

EquipmentEntity Schema

GeneralError

GeneralErrorResponse Schema

Example Usage

curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/equipment-management/equipments/externalId/EXT_EQUIPMENT_001" \
  -H "Authorization: Bearer YOUR_TOKEN"