Newer Version Available

This content describes an older version of this product. View Latest

Activity Reminder

Get information about, update, or delete an activity reminder in Salesforce Classic.
Resource
Available version
39.0
Requires Chatter
No
HTTP methods
GET, PATCH, PUT, DELETE
Response body for GET
ActivityReminderRepresentation
Request body for PATCH and PUT
Root XML tag
<activityReminder>
JSON example
Properties
Name Type Description Required or Optional Available Version
isReminderDisplayed Boolean Indicates whether the activity reminder is displayed. Required 39.0
reminderDateTime Date Date and time that the activity reminder displays. Optional 39.0
Request parameters for PATCH
Parameter Name Type Description Required or Optional Available Version
isReminderDisplayed Bool Indicates whether the activity reminder has been displayed. Required 39.0
reminderDateTime Date The date and time that the activity reminder should be displayed. Optional 39.0
Response body for PATCH
ActivityReminderRepresentation
Request parameters for PUT
Parameter Name Type Description Required or Optional Available Version
reminderDateTime Date The date and time that the activity reminder should be displayed. Optional 39.0
Response body for PUT
ActivityReminderRepresentation
Response body for DELETE
204: Successful Delete