v1
latestOpenAPI 3.0.02026-07-26155147.1 KBPropertyTypes
List all property types
Returns a list of the property types from your organization's country. You can also provide a locale parameter to define the language you want the name of the property types to be in.
get/property_types
Query parameters
pageinteger
Content's page
limitinteger
Max results per page (Maximum: 100)
locale'en' | 'es' | 'pt'
Example:en
The language you want the results to be in. If not provided it defaults to your organization's language.
Response
Successful property types list request
Example response
{
"pagination": {
"limit": 20,
"page": 1,
"total": 1
},
"content": [
{
"name": "House"
}
]
}