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

Path Parameters

id
string
required

Query Parameters

fields
string

Response

OK

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