Podio API Documentation
Reminders: Get reminder
Returns the reminder for the given object
Usage
- PHP Client
-
PodioReminder.php
PodioReminder::get_for( $ref_type, $ref_id );
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"remind_delta": How long before the due date the user should be reminder, in minutes
}
Sandbox
Try the operation "/reminder/{ref_type}/{ref_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here