# Retrieve industry by ID Fetch detailed information about a specific industry within the Property Management System (PMS) using its unique ID. Industries are used to categorise corporate clients, segment accounts, and manage industry-specific pricing, policies, or reporting structures. The response includes key details about the industry, making it useful for analytics, business segmentation, and corporate account management. If the specified industry ID does not exist, a error will be returned. In case of an unexpected system error, a will be triggered. Endpoint: GET /api/v3/industries/{id} Version: 3.0.4 Security: OAuth2 ## Path parameters: - `id` (integer, required) The unique identifier of the industry ## Response 200 fields (application/json): - `id` (integer) Unique identifier of the industry - `name` (string) Name of the industry