Reminder Details
Output representation of the reminder definition request to create or update a
reminder.
- JSON example
- Here’s a sample response body of a created or updated reminder definition.
-
1{ 2 "errors": [], 3 "reminderDefinitionId": "17jSB00000000fx", 4 "reminderDefinitionName": "Reminder-Status", 5 "status": "Success", 6 "warnings": [] 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | String[] | Errors that indicate why the request failed. | Small, 60.0 | 60.0 |
| reminderDefinitionId | String | ID of the reminder definition that’s created or updated. | Small, 60.0 | 60.0 |
| reminderDefinitionName | String | Name of the reminder definition. | Small, 60.0 | 60.0 |
| status | String |
Status of the reminder definition that’s created or updated. Valid values are:
|
Small, 60.0 | 60.0 |
| warnings | String[] | Warnings that are shown when the request is processed. | Small, 60.0 | 60.0 |