# Contact Types The Contact Types resource is a RESTful web resource running on Microsoft's Web API allowing third parties to access contact type data. The following actions are currently supported: - Retrieve the list of all Contact Types ## Contact Types and brokerWOLF Contact Types are used for organizing client contacts, business contacts and external agents. Since each brokerWOLF installation is allowed to create its own list of contact types, WOLFconnect must honor that list. Therefore WOLFconnect stores a list of contact types for each office that is synced with brokerWOLF and a different list that all non-brokerWOLF synced offices share. When attaching a contact type to a client contact, business contact or external agent, you must first select the correct contact type list from which to get the contact type. Client contacts, business contacts and external agents are all associated with transactions. Selecting the correct contact 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 contact type list for that LWCompanyCode. If the office is not synced with brokerWOLF, you must use the contact type list for the blank LWCompanyCode. ## Operations - [Retrieve the list of all Contact Types](https://apidocs.lwolf.com/doc/wolfconnect-api/operation/operation-getcontacttypes.md) [Powered by Bump.sh](https://bump.sh)