Podio API Documentation
Reminders: Create or update reminder
Creates or updates the reminder on a object. Possible ref_types are:
- task
- item
Usage
- PHP Client
-
PodioReminder.php
PodioReminder::create( $ref_type, $ref_id, $attributes = array() );
-
PodioReminder.php
PodioReminder::update( $ref_type, $ref_id, $attributes = array() );
- Ruby Gem
-
reminder.rb
Podio::Reminder.create( ref_type, ref_id, attributes )
-
reminder.rb
Podio::Reminder.update( ref_type, ref_id, attributes )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
- ref_id
id of the object the reminder is on
- ref_type
type of the object the reminder is on
Request
{
"remind_delta": minutes to remind before the due date of the object
}