v1
latestSwagger 2.02026-07-17421084.8 KBreminders
reminders/id
Get a reminder
This operation returns the reminder for the actor instance specified in the path. If there is no reminder with the id reminderId a 404 response will be returned unless the boolean query parameter nilOnAbsent is set to true. If nilOnAbsent is true the 404 response will be replaced with a 200 response with a nil response body.
get/v1/actor/{actorType}/{actorId}/reminders/{reminderId}
Path parameters
actorTypestring required
The actor type
actorIdstring required
The actor instance id
reminderIdstring required
The id of the specific reminder being targeted
Query parameters
nilOnAbsentboolean
Replace a REST-style 404 response with a 200 and nil response body when the requested key is not found.