# Retrieve the list of all Classifications **GET /wolfconnect/classifications/v1/** All of the classifications that are configured for the Client Code used during the authentication process will be returned. The classifications returned where LWCompanyCode is blank are for offices that are not synced with brokerWOLF. ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ## Responses ### 200 A collection of Classification objects. #### Body: application/json (array[object]) - **Id** (string) The Lone Wolf Id of the classification. - **LWCompanyCode** (string) The Lone Wolf Company Code. This is the code used by a brokerWOLF installation. It will be blank for offices that are not synced with brokerWOLF. - **Code** (string) A code for this classification. This must be unique within an LWCompanyCode. - **Name** (string) The name of the classification (Listing, Selling, Agent Double Ender, etc). - **EndCount** (number) The end count for the classification. For instance, if this is an Agent Double Ender, the end count would be 2.0. If it's a Listing classification, the end count would be 1.0. - **InactiveDate** (string(date) | null) The date the classification became inactive. (Nullable) [Powered by Bump.sh](https://bump.sh)