# Retrieve all industries Fetch a list of all industries stored within the Property Management System (PMS). Industries represent business sectors and are used for categorising corporate clients, segmenting accounts, and applying industry-specific pricing, policies, or reporting structures. The response includes details of each industry, providing a structured way to organise and manage business relationships within the PMS. This endpoint is useful for analytics, market segmentation, and corporate account management. If an unexpected system error occurs, a will be triggered. Endpoint: GET /api/v3/industries Version: 3.0.4 Security: OAuth2 ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the industry - `content.name` (string) Name of the industry - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)