# Get all notes for a circle **GET /api/v1/circles/{circle_uuid}/notes** Includes notes for a circle or within that circle's client's plans, cases, tasks and risks. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **circle_uuid** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [tags, mentionedAccounts]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[type]** (string) Note type to filter by. Valid types are [call, note, meeting, email] - **filter[date_from]** (string) Note created_at date to filter from a specific date, can be used with date_to for a range. - **filter[date_to]** (string) Note created_at date to filter to from a specific date, can be used with date_from for a range. - **filter[contents]** (string) Filter notes by a string to see if it's contents contains that string. - **filter[path]** (string) Filter notes by a string to see if the path contains that string. - **filter[path_exact]** (string) Filter notes by a string to see if the path is that string. - **filter[notable_type]** (string) Filter notes by a specific notable model. Valid types are: client, plan, case, task, risk. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, type]. Negative sign to denote DESC. Defaults to 'created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)