Notes are rich text documents that reference a single parent Record.
List Notes for all Records or for a specific Record.
note:read
requiredrecord_permission:read
requiredobject_configuration:read
requiredlimit
integer
The maximum number of results to return. The default is 10
and the maximum is 50
. See the full guide to pagination here.
offset
integer
The number of results to skip over before returning. The default is 0
. See the full guide to pagination here.
parent_object
string
The Slug or ID of the Parent Object the Notes belong to.
parent_record_id
string
The ID of the Parent Record the Notes belong to.
Format: UUID
Status code
Description
200 - Success
Creates a new Note for a given Record.
At present, Notes can only be created from plaintext without formatting.
note:read-write
requiredrecord_permission:read
requiredobject_configuration:read
requireddata
object
REQUIRED
Status code
Description
200 - Success
Get a single Note by ID.
note:read
requiredrecord_permission:read
requiredobject_configuration:read
requirednote_id
string
REQUIRED
A UUID which identifies the Note.
Format: UUID
Status code
Description
200 - Success
Delete a single Note by ID.
note:read-write
requirednote_id
string
REQUIRED
A UUID which identifies the Note to delete.
Format: UUID
Status code
Description
200 - Success