---
title: "Get builder"
method: GET
path: "/builder/{id}"
tags: ["Builder"]
---

# Get builder

`GET /builder/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- PersonalMerchandisingApiModel — Builder
  - `BuilderId` integer — Id of the builder
  - `Name` string — Name of the builder
  - `Items` PersonalMerchandisingItemApiModel[] — List of builder items
    - `ComponentId` string, uuid — Unique id of the builder item
    - `RecommendationId` integer — Recommendation id
    - `RecommendationGroupKey` string — Recommendation groupkey
    - `Type` 'featuredrec' | 'lastviewedproduct' | 'productrecgroup' | 'lastpurchasedproduct' | 'personalproduct' | 'brandproduct' | 'property' | 'externaldata' | 'contentitem' | 'organic' | 'aipersonal' — Type
    - `ContentItemType` string — Content itemtype
    - `BrandValue` string — Brand value
    - `AttributeId` integer — Attribute id
    - `ItemId` string — Item id
    - `AttributeValue` string — Attribute value
    - `ExternalDataComponentId` integer — External data component id
    - `Position` integer — Position of the item on page
    - `ColSpan` integer — Column span of the item
    - `RowSpan` integer — Row span of the item

## Other responses

- `404` — Builder not found

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
