v1
latestOpenAPI 3.0.02026-07-241010520.6 KBDesigns
List Designs
Returns a list of designs.
Designs are returned sorted in descending order based on creation date.
get/tenants/{tenant_id}/projects/{id}/designs
Path parameters
tenant_idstring uuid required
The ID of the tenant to get designs for.
idstring uuid required
The ID of the project to get designs for.
Response
Designs successfully retrieved.
Example response
{
"designs": [
{
"external_provider_id": "YourId123",
"name": "My first test design",
"created_at": "2023-07-11 18:43:18 UTC",
"milestone": {
"notes": "Customer signed contract"
}
}
]
}