# Retrieve results for all topics for a group **GET /api/v1/groups/{group_identifier}/results** ## Servers - https://app.fridaypulse.com: https://app.fridaypulse.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **group_identifier** (string) The id or a code for a group ### Query parameters - **date** (string) Optional. The date for the results. In YYYY-MM-DD format. Defaults to latest results date. ## Responses ### 200 Results for group on a particular date, broken down by topic #### Body: application/json (array[object]) - **sample_date** (string) The date when the question was asked - **score** (integer | null) The score between 0 and 100. Null if no score is available. - **response_rate** (integer) Percentage of people who responded - **response_count** (integer) Number of people who responded - **total_count** (integer) Total number of people who could respond - **topic** (object) [Powered by Bump.sh](https://bump.sh)