v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Designs

Retrieve Design

Retrieve a design

get/tenants/{tenant_id}/designs/{id}

Path parameters

tenant_idstring uuid required

The ID of the tenant to retrieve the design in.

idstring uuid required

The ID of the design to retrieve.

Response

Design successfully retrieved.

Example response

{
  "design": {
    "external_provider_id": "YourId123",
    "name": "My first test design",
    "milestone": {
      "notes": "Customer signed contract"
    }
  }
}