Podio API Documentation
Recurrence: Get recurrence
Returns the recurrence for the given object
Usage
- PHP Client
-
PodioRecurrence.php
PodioRecurrence::get_for( $ref_type, $ref_id );
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"name": The name of the recurrence, "weekly", "monthly" or "yearly",
"config": The configuration for the recurrence, depends on the type
{
"days": List of weekdays (for "weekly"),
"repeat_on": When to repeat, "day_of_week" or "day_of_month" (for "monthly")
},
"step": The step size, 1 or more,
"until": The latest date the recurrence should take place
}
Sandbox
Try the operation "/recurrence/{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