v1
latestOpenAPI 3.0.02026-07-241010520.6 KBDesign Assets
Retrieve Design Asset
Retrieve a design asset by ID.
Only design assets that are ready for download will be returned (i.e. design assets whose upload are still in progress will return 404)
get/tenants/{tenant_id}/designs/{design_id}/assets/{id}
Path parameters
tenant_idstring uuid required
The ID of the tenant that the design asset is part of.
design_idstring uuid required
The ID of the design to retrieve the asset for.
idstring uuid required
The ID of the design asset to retrieve.
Response
Design asset successfully retrieved.
Example response
{
"asset": {
"url": "http://some-host.com/some-path/file2.png",
"filename": "mounting_hardware_spec_sheet.pdf",
"taken_at": "2023-07-11 18:43:18 UTC"
}
}