# Get Customer Comment >Also available as HTTP POST with the same endpoint Get Customer Comment Required Group Role: "Customer" - "VIEW" Endpoint: GET /Comments Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `RowCount` (integer, required) The Number of page data to be displayed Example: 1 - `PageSize` (integer, required) The number of rows returned by the API Example: 20 - `From` (string) Selected start of a date prefix range Example: "2021-03-10" - `To` (string) Selected end of a date prefix range Example: "2023-03-27" ## Response 200 fields (application/json): - `Data` (array) - `Data.ID` (string) - `Data.ImageURL` (string) - `Data.Comment` (string) - `Data.Customer` (string) - `Data.InvoiceNumber` (string) - `Data.Rate` (integer) - `RecordsCount` (integer)