# Property Types The property types resource is a RESTful web resource running on Microsoft's Web API allowing third parties to access property type data. The following actions are currently supported: - Retrieve the list of all Property Types ## Property Types and brokerWOLF Property Types are used for describing the property for a transaction. Since each brokerWOLF installation is allowed to create its own list of property types, WOLFconnect must honor that list. Therefore WOLFconnect stores a list of property types for each office that is synced with brokerWOLF and a different list that all non-brokerWOLF synced offices share. When attaching a property type to a transaction, you must first select the correct property type list from which to get the property type. Selecting the correct property type list requires checking the office of one of the agents that is associated to the transaction via the commission record. If that office is synced with brokerWOLF (if it has a valid LWCompanyCode) you must use the property type list for that LWCompanyCode. If the office is not synced with brokerWOLF, you must use the property type list for the blank LWCompanyCode. ## Operations - [Retrieve the list of all Property Types](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getpropertytypes.md) [Powered by Bump.sh](https://bump.sh)