Newer Version Available
Activity Reminder
- Resource
-
1/connect/reminders/activityId - 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
-
1{ 2"reminderDateTime": "2016-11-22T16:00:00.000Z", 3"isReminderDisplayed": false 4} - Properties
- 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