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"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.