# Retrieve rate segments for a specified rate ID and date range Retrieve list of rate summaries for a rate specified by rate ID between two dates. This groupstogether rates with similar names and returns the rate segments for the specified date range. Allowing for easy comparison of rates with different lengths of stay and amounts. Endpoint: GET /api/v3/rates/{rateId}/segments Version: 3.0.9 Security: OAuth2 ## Path parameters: - `rateId` (integer, required) The id of the rate for which to retrieve the segments ## Query parameters: - `dateFrom` (string, required) The start date for filtering rate segments - `dateTo` (string, required) The end date for filtering rate segments ## Response 200 fields (application/json): - `content` (array) - `content.minStay` (integer) Minimum stay - `content.startDate` (string) Start date - `content.amount` (number) Amount - `page` (object) - `page.size` (integer) - `page.totalElements` (integer) - `page.totalPages` (integer) - `page.number` (integer)