# Get all notes **GET /api/v1/note/{notableType}/{notableUuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **notableType** (string) - **notableUuid** (string) - **notable_type** (string) Optional parameter. The type of model to look for. Make sure it is a valid model type that can have notes. Valid types are: ['account', 'board_task', 'case', 'conversation', 'illustration'] . - **notable_uuid** (string) Optional parameter. The UUID of the notable model. ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [tags, mentionedAccounts,notable]. - **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. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, type]. Negative sign to denote DESC. Defaults to 'created_at'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)