notes
Internal notes attached to businesses and entities.
15 endpoints.
-
GET
/api/v1/notesList notes for a business -
POST
/api/v1/notesCreate a note -
POST
/api/v1/notes/bulkBulk-create notes (localStorage migration) -
DELETE
/api/v1/notes/reminders/{reminder_id}Cancel a reminder -
DELETE
/api/v1/notes/{note_id}Delete a note -
GET
/api/v1/notes/{note_id}Get a single note -
PATCH
/api/v1/notes/{note_id}Update a note -
POST
/api/v1/notes/{note_id}/attachmentsRegister note attachment -
POST
/api/v1/notes/{note_id}/attachments/upload-urlGet upload URL for note attachment -
DELETE
/api/v1/notes/{note_id}/attachments/{attachment_id}Delete note attachment -
GET
/api/v1/notes/{note_id}/attachments/{attachment_id}/download-urlGet download URL for note attachment -
POST
/api/v1/notes/{note_id}/notifyNotify business users about a note -
GET
/api/v1/notes/{note_id}/remindersList reminders for a note -
POST
/api/v1/notes/{note_id}/remindersSchedule a reminder for a note -
POST
/api/v1/notes/{note_id}/rewriteAI rewrite of note body