---
title: "List custom property structures"
method: GET
path: "/custom-property-structures"
tags: ["Custom properties"]
---

# List custom property structures

`GET /custom-property-structures`

Gets a list of custom properties structures in the organization.

## Query parameters

- `organizationId` integer, required

## Response `200`

Successful response

- object
  - `customPropertyStructures` object[]
    - `id` integer
    - `created` string, date-time
    - `belongers` object[]
      - `belongerId` integer
      - `belongerType` string
      - `associatedTypes` string[]

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
