Перейти до основного вмісту
GET
/
v1
/
property-types
Отримати типи властивостей
curl --request GET \
  --url https://api.example.com/v1/property-types
[
  {
    "id": "<string>",
    "isAutomatic": true,
    "isPlural": true,
    "isSortable": true,
    "position": 123
  }
]

Параметри запиту

sorting
string
offset
integer<int32>
limit
integer<int32>
fields
string

Відповідь

OK

id
string | null
isAutomatic
boolean
isPlural
boolean
isSortable
boolean
position
integer<int32>