Notification Followers REST Endpoints
Notification Followers
The notification followers resource is used to view, create, update, and delete notifications for an object record.
- Create a notification follow entry
- Method: postPath:
/crmRestApi/resources/11.13.18.05/notificationFollowers - Delete a notification follow entry
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId} - Get a notification follower
- Method: getPath:
/crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId} - Get all notification followers
- Method: getPath:
/crmRestApi/resources/11.13.18.05/notificationFollowers - Update a notification follow entry
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/notificationFollowers/{FollowerId}