# Retrieve all billing frequencies Retrieve a list of all billing frequencies within the Property Management System (PMS). This endpoint allows you to fetch details about different billing intervals, which help in organizing and managing various financial operations efficiently within the PMS. Endpoint: GET /api/v3/billingFrequencies Version: 3.0.4 Security: OAuth2 ## Query parameters: - `code` (string) Filter billing frequencies by code ## Response 200 fields (application/json): - `content` (array) - `content.id` (integer) The unique identifier of the billing frequency Example: 1 - `content.name` (string) The name of the billing frequency Example: "Monthly" - `content.code` (string) The code of the billing frequency Example: "M" - `content.systemType` (boolean) The system type of the billing frequency Example: true - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)