Get all notes for a client Run in API Explorer
Includes notes within a client's plans, cases, tasks and risks.
Query parameters
-
Comma separated list of relationships to include in the response. Valid relationships are [tags, mentionedAccounts].
-
Filter by a comma separated list of UUIDs.
-
Note type to filter by. Valid types are [call, note, meeting, email]
-
Note created_at date to filter from a specific date, can be used with date_to for a range.
-
Note created_at date to filter to from a specific date, can be used with date_from for a range.
-
Filter notes by a string to see if it's contents contains that string.
-
Filter notes by a string to see if the path contains that string.
-
Filter notes by a string to see if the path is that string.
-
Filter notes by a specific notable model. Valid types are: client, plan, case, task, risk.
-
Field to sort by. Valid fields are [created_at, updated_at, type]. Negative sign to denote DESC. Defaults to 'created_at'.
-
Number of results to return with pagination (Default 15. Max 500).
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/all-notes' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"data": [
{
"tags": [
{
"name": "Mortgage",
"slug": "mortgage",
"uuid": "65528229-dbe9-4e6b-8534-e202b60fd5e8",
"colour": "#ef4582",
"created_at": "2026-04-09T16:17:11+01:00",
"updated_at": "2026-04-09T16:17:11+01:00"
}
],
"type": "meeting",
"uuid": "cff85553-686d-4244-9e5a-02119e9054eb",
"edited": true,
"account": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "b3ac5da4-9e6d-41e6-afd4-625777c207ff",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-09T16:17:11+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T16:17:11+01:00",
"with_login": true,
"inactive_at": "2026-04-09",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-09T16:17:11+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-09T16:17:11+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-09 16:17:11",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-09T16:17:11+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-09T16:17:11+01:00"
},
"notable": {
"firm": "App\\Http\\Resources\\FirmResource",
"name": "Gareth Thompson",
"role": "client",
"tags": "App\\Http\\Resources\\TagResource",
"type": "client",
"uuid": "cbeaef97-e1ee-47ef-96cd-de6c893a731a",
"email": "gareth@codepotato.co.uk",
"groups": "App\\Http\\Resources\\GroupResource",
"owners": "App\\Http\\Resources\\AccountResource",
"circles": "App\\Http\\Resources\\CircleResource",
"last_name": "Thompson",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"created_at": "2026-04-09T16:17:11+01:00",
"first_name": "Gareth",
"updated_at": "2026-04-09T16:17:11+01:00",
"with_login": true,
"inactive_at": "2026-04-09",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"referral_code": "ABC12345",
"can_be_deleted": "false",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"next_review_date": "2026-04-09T16:17:11+01:00",
"has_joint_account": true,
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"first_contact_date": "2026-04-09T16:17:11+01:00",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource",
"last_interaction_at": "2026-04-09 16:17:11",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"previous_review_date": "2026-04-09T16:17:11+01:00",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"anniversary_review_date": "2026-04-09T16:17:11+01:00"
},
"contents": "Great work",
"created_at": "2026-04-09T16:17:11+01:00",
"updated_at": "2026-04-09T16:17:11+01:00",
"author_name": "John Smith",
"notable_type": "client",
"mentioned_accounts": [
{
"item": "Gareth Thompson",
"contents": "<span data-type=\"mention\" data-account-uuid=\"de294070-4d15-41fd-9875-f938be8d7d38\">@Gareth Thompson</span>"
}
],
"external_references": [
{
"uuid": "0e8f75a3-9582-462f-bfc6-9969f7ca4777",
"reference": "AB123456",
"created_at": "2026-04-09T16:17:11+01:00",
"updated_at": "2026-04-09T16:17:11+01:00",
"third_party": "nucleus"
}
]
}
]
}