# Get all properties **GET /property** Retrieve all properties for a given company. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Query parameters - **companyID** (integer) ## Responses ### 200 List of properties #### Body: application/json (array[object]) - **propertyID** (integer) - **nickname** (string) - **streetNumber** (string) - **routes** (string) - **city** (string) - **country** (string) - **postalCode** (string) - **formattedAddress** (string) - **types** (string) - **squareFootage** (integer) - **yearBuild** (integer) - **stateID** (integer) - **countryID** (integer) - **clientID** (integer) - **companyID** (integer) - **IsBilling** (boolean) - **notes** (string) - **createdBy** (integer) - **updatedBy** (integer) ### 500 Error occurred while retrieving properties [Powered by Bump.sh](https://bump.sh)