- Subcategories:
- Large Object (LOB) Attributes - NoteTxt
- Smart Actions
Notes REST Endpoints
Activities/Notes
The note resource is used to view, create, update, and delete notes associated with an activity. A note captures comments, information, or instructions related to an activity.
- Create an activity note
- Method: postPath:
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Note - Delete an activity note
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Note/{NoteId} - Get all activity notes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Note - Get an activity note
- Method: getPath:
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Note/{NoteId} - Update an activity note
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}/child/Note/{NoteId}