Retrieves the details of an existing design.
GET /api/design/{designId}| Parameter | Type | Description |
|---|---|---|
| designId | integer | The internal ID of the design to retrieve. |
Returns a design object if a valid identifier was provided and you have permission to access it.
{
"designId": 54321,
"designItemNo": "MUL123456",
"title": "My Custom Design",
"manufacturerId": 10,
"styleId": 31930,
"heatingCode": "98",
"isEditable": true,
"designLogos": [
{
"logoId": 514686,
"logoItemNo": 456789,
"view": "FRONT",
"viewId": 4256,
"xCoordinate": 422.23,
"yCoordinate": 422.33,
"angleRads": 0.0
}
]
}