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
1/connect/reminders/activityId
Available version
39.0
Requires Chatter
No
HTTP methods
GET, PATCH, PUT, DELETE
Request body for PATCH and PUT
Root XML tag
<activityReminder>
JSON example
1{
2"reminderDateTime": "2016-11-22T16:00:00.000Z",
3"isReminderDisplayed": false
4}
Properties
Name Type Description Required or Optional Available Version
isReminderDisplayed Boolean Indicates whether the activity reminder is displayed. Required 39.0
reminderDateTime String Date and time that the activity reminder displays in ISO 8601 format. Optional 39.0
Request parameters for PATCH
Parameter Name Type Description Required or Optional Available Version
isReminderDisplayed Boolean Indicates whether the activity reminder has been displayed. Required 39.0
reminderDateTime String The date and time that the activity reminder displays in ISO 8601 format. Optional 39.0
Request parameters for PUT
Parameter Name Type Description Required or Optional Available Version
reminderDateTime String The date and time that the activity reminder displays in ISO 8601 format. Optional 39.0
Response body for GET, PATCH, and PUT
Activity Reminder
Response body for DELETE
204: Successful Delete