# Retrieve group results for a topic **GET /api/v1/topics/{topic_code}/results/group-types/{group_type_code}** ## Servers - https://app.fridaypulse.com: https://app.fridaypulse.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **topic_code** (string) The code for a topic - **group_type_code** (string) The code for the group type ### Query parameters - **date** (string) Optional. The date for the results. In YYYY-MM-DD format. Defaults to latest results date. ## Responses ### 200 Results for topic on a particular date, broken down by group within the specified group type #### 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 - **group** (object) [Powered by Bump.sh](https://bump.sh)