# Retrieve notes for a specific group **GET /api/v1/groups/{group_identifier}/notes** ## Servers - https://app.fridaypulse.com: https://app.fridaypulse.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **group_identifier** (string) The id or code for a group ### Query parameters - **date** (string) Flow date in YYYY-MM-DD format. Defaults to latest flow date. ## Responses ### 200 List of notes for the group #### Body: application/json (array[object]) - **id** (integer) The note ID - **action** (string) The type of note - **text** (string) The note text content - **flow_date** (string(date)) The flow date when the note was created - **created_at** (string(date-time)) Timestamp when the note was created - **author** (object) - **recipients** (array[object]) Recipients of thank you notes (only present for thank_colleague action) - **external_recipients** (array[string]) External email addresses for thank you notes (only present if external recipients exist) [Powered by Bump.sh](https://bump.sh)