/v1/notesList Notes
Required API scopes: notes.read
Parameters
patient_id
query
string
-
booking_id
query
string
-
updated_since
query
string
-
limit
query
integer
The maximum number of items to return. Defaults to
25; the maximum is100.starting_after
query
string
Return items after this resource ID. You cannot use this with
cursor.cursor
query
string
The
next_cursorvalue from the previous page. You cannot use this withstarting_after.
Responses
Paginated list of Note objects.
dataarrayrequireditemsobjectattachmentsarrayrequiredThe files attached to the note.
itemsobjectdownload_urlstring | null · urirequiredThe short-lived signed download URL for the attachment. Null while the malware scan is not complete.
filenamestring | nullrequiredThe original filename of the attachment.
idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
authorobject | nullrequiredThe staff member or Developer Platform project that created the note.
created_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.emailstring · emailrequiredThe sign-in email address of the staff member.
first_namestringrequiredThe first name of the staff member.
idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
last_namestringrequiredThe last name of the staff member.
linksobjectrequiredURLs to related resources.
selfstring · urirequiredURL to retrieve this StaffMember.
namestringrequiredThe display name of the staff member, including title.
objectanyrequiredDiscriminator value emitted at
object.titlestringrequiredThe professional or personal title of the staff member, such as
Dr.updated_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.
contentstring | nullrequiredThe sanitized HTML body of the note.
created_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.idstring · uuidrequiredThe resource's unique identifier, formatted as an RFC 4122 version 4 UUID.
is_pinnedbooleanrequiredWhether the note is pinned for prominent display.
linksobjectrequiredURLs to related resources. Only the subject's link (
bookingorpatient) is present on show/index/webhook responses.remote_file_import_batchis present on create/update responses when at least one attachment was submitted.bookingstring | null · uriThe full URL of a related resource.
patientstring | null · uriThe full URL of a related resource.
remote_file_import_batchstring · uriThe full URL of a related resource.
objectanyrequiredDiscriminator value emitted at
object.remote_file_import_batch_idstring · uuidThe identifier of the remote file import batch created for uploaded attachments. Set on create and update responses when at least one attachment was submitted.
subject_idstring | null · uuidrequiredThe identifier of the patient or booking that the note concerns.
subject_typestring | nullrequiredThe type of resource that the note concerns.
Allowed values:
null | patient | bookingupdated_atstring · date-timerequiredAn ISO 8601 timestamp in UTC, with a
Zsuffix. For example,2026-07-01T09:00:00Z.
has_morebooleanrequiredWhether another page is available after
next_cursor.next_cursorstring | nullrequiredThe value to pass as
cursorfor the next page. Null on the last page.objectanyrequiredAlways
list.urlstringrequiredThe API path that returned this list.
Example
{
"object": "list",
"data":
"id": "e15af05d-2be0-459d-88c2-19cf18b3d0ff",
"object": "note",
"attachments":
"id": "f631636b-32e2-41be-8e4f-0a34ee0d5d59",
"download_url": "https://files.example.invalid/document.pdf?signature=test",
"filename": "referral-letter.pdf"
}
],
"author":
"id": "af02fa53-0af3-48ab-83b5-82488923e84f",
"object": "staff_member",
"created_at": "2026-01-01T09:00:00Z",
"email": "alex.morgan@example.com",
"first_name": "Alex",
"last_name": "Morgan",
"links":
"self": "https://api.carebit.co/v1/staff_members/af02fa53-0af3-48ab-83b5-82488923e84f"
},
"name": "Initial consultation",
"title": "Dr",
"updated_at": "2026-01-01T09:00:00Z"
},
"content": "<p>The Patient reports improved symptoms.</p>",
"created_at": "2026-01-01T09:00:00Z",
"is_pinned": true,
"links":
"booking": "https://api.carebit.co/v1/bookings/92a3b4c5-d6e7-4f01-8234-56789abcdef0",
"patient": "https://api.carebit.co/v1/patients/1a2b3c4d-5e6f-4789-8abc-def012345678",
"remote_file_import_batch": "https://api.carebit.co/v1/remote_file_import_batches/ebc38802-f219-4c7b-8136-8e963a0c69e0"
},
"remote_file_import_batch_id": "ebc38802-f219-4c7b-8136-8e963a0c69e0",
"subject_id": "1460f5ec-fe45-4f44-80d7-8a3b86ef2864",
"subject_type": null,
"updated_at": "2026-01-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "eyJzdGFydF90aW1lIjoiMjAyNi0wMS0wMVQwOTowMDowMFoifQ",
"url": "/v1/notes"
}A filter or pagination parameter is invalid.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}The access token is missing, invalid, expired, or revoked.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}The access token lacks the required scope, or the project is disabled.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}Too many requests. Retry after the delay indicated by Retry-After.
errorobjectrequiredThe structured details that describe why the request failed.
codestringrequiredThe machine-readable error code.
errorsarray | nullAdditional errors from a failed validation.
itemsobjectcodestringThe machine-readable code for this validation error.
messagestringA message that explains this validation error.
paramstring | nullThe name of the parameter that caused this validation error, when known.
messagestringrequiredA message that explains the error and how to resolve it.
paramstring | nullThe name of the parameter that caused the error, when known.
typestringrequiredThe high-level category of the error.
Allowed values:
authentication_error | permission_error | invalid_request_error | rate_limit_error | api_error
Example
{
"error":
"code": "resource_missing",
"errors":
"code": "resource_missing",
"message": "The requested resource was not found.",
"param": "patient_id"
}
],
"message": "The requested resource was not found.",
"param": "patient_id",
"type": "authentication_error"
}
}