# Get unit types for a rate Retrieves a paginated list of unit types associated with a specific rate. Returns summary information for each unit type including ID and name. Endpoint: GET /api/v3/rates/{id}/unitTypes Version: 3.0.9 Security: OAuth2 ## Path parameters: - `id` (integer, required) The ID of the rate ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) Unique identifier of the unit type Example: 1 - `content.name` (string) Name of the unit type Example: "Studio Apartment" - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)