Skip to main content
GET
/
v1
/
property-types
Get property types
curl --request GET \
  --url https://api.example.com/v1/property-types
[
  {
    "id": "<string>",
    "isAutomatic": true,
    "isPlural": true,
    "isSortable": true,
    "position": 123
  }
]

Query Parameters

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

Response

OK

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