Podio API Documentation
Calendar: Get export by ref
Returns the current export for the current linked account and ref
Parameters
- linked_account_id*
- Required.
- ref_type*
- Required.
- ref_id*
- Required.
Response
{
"linked_account": The linked account used for the export,
{
"linked_account_id": The id of the linked account,
"provider": The account provider id,
"provider_humanized_name": The account provider name,
"label": The identification label
},
"calendar_id": The external id of the calendar,
"calendar_name": The external name of the calendar,
"priority": The priority level to use for the export,
"tasks": True if tasks are exported, false otherwise
}
Sandbox
Try the operation "/calendar/export/linked_account/{linked_account_id}/{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