---
title: "POST /api/style-properties/list"
method: POST
path: "/api/style-properties/list"
tags: ["Products/StyleProperties"]
---

# POST /api/style-properties/list

`POST /api/style-properties/list`

## Request body

- object
  - `limit` integer — Number of results per page. The default and maximum vary per endpoint.
  - `page` integer — Page number (1-based). Defaults to 1.
  - `order` 'asc' | 'desc' | 'ASC' | 'DESC'
  - `sort` 'value' | 'category' | 'createdAt' | 'updatedAt' | 'createdByUserId' | 'updatedByUserId'
  - `companyId` string, required
  - `category` 'collections' | 'departments' | 'seasons' | 'brands'

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
    - `pagination` object
      - `page` number, required — Current page number (1-based).
      - `limit` number, required — Page size used for this response. Endpoint defaults vary — see each endpoint's limit parameter.
      - `total` number, required — Total number of records across all pages.
      - `totalPages` number, required — Total number of pages. Iterate until page reaches totalPages.
  - `data` object[], required
    - `id` string, required
    - `forCompanyId` string, required
    - `value` string, nullable, required
    - `category` 'collections' | 'departments' | 'seasons' | 'brands', required
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `createdByImpersonateId` string, nullable
    - `createdByUserId` string, nullable
    - `createdByCompanyId` string, nullable
    - `createdByApiKeyId` string, nullable
    - `createdByApiKeyLabel` string, nullable
    - `updatedByImpersonateId` string, nullable
    - `updatedByUserId` string, nullable
    - `updatedByCompanyId` string, nullable
    - `updatedByApiKeyId` string, nullable
    - `updatedByApiKeyLabel` string, nullable

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 13 breaking, 13 info
  - the response property `data/items/createdAt` became nullable for the status `200`
  - the response property `data/items/createdByApiKeyId` became nullable for the status `200`
  - the response property `data/items/createdByApiKeyLabel` became nullable for the status `200`
  - the response property `data/items/createdByCompanyId` became nullable for the status `200`
  - …22 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/style-properties/list/post.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
