get https://api.archisketch.com/product/v2/external/components
Response body
| Property | Type | Description | Nullable |
|---|---|---|---|
| id | String | Component ID | X |
| name | String | Component Name | X |
| translatedNames | List<Internationalization> | Translated Names | X |
| code | String | Component Code | O |
| sku | String | Stock Keeping Unit | O |
| color | ColorInfo | Component Color | O |
| brand | String | Component Brand Name | O |
| retailPrice | PriceInfo | Retail Price | O |
| factoryPrice | PriceInfo | Factory Price | O |
| mainMaterial | String | Primary Material | O |
| subMaterial | String | Secondary Material | O |
| dimension | DimensionInfo | Component Dimensions | X |
| previewImage | String | Preview Image URL | O |
| showInEditor | Boolean | Visibility in Editor | X |
| usageInEditor | String | Usage Instructions for Editor | X |
| createdAt | String | Component Creation Date (ISO-8601) | X |
| updatedAt | String | Component Last Update Date (ISO-8601) | X |
Internationalization
Property | Type | Description | Nullable |
|---|---|---|---|
code | String | Internationalization Code
| X |
value | String | Internationalization Value | X |
ColorInfo
| Property | Type | Description | Nullable |
|---|---|---|---|
| code | String | Color Code | X |
| name | String | Color Name | X |
PriceInfo
Property | Type | Description | Nullable |
|---|---|---|---|
value | BigDecimal | Price Value | X |
unit | String | Currency
| X |
