...
Anchor | ||||
---|---|---|---|---|
|
The createReminder
operation createReminder
operation creates a reminder on an object.
...
Anchor | ||||
---|---|---|---|---|
|
The
operation getReminder
operation retrieves the reminder details for the given object.getReminder
...
Following is a sample REST/JSON request that can be handled by the
operationgetReminder
operation.getReminder
Code Block | ||||
---|---|---|---|---|
| ||||
{ "apiUrl": "https://api.podio.com", "accessToken": "d562991e24ef4eca9e3adfe2afe31550", "refType": "task", "refId": "28856457" } |
...
Following is a sample proxy service that illustrates how to connect to Podio with the init
operation and use the
operation operation. The sample request for this proxy can be found in the createReminder sample request. You can use this sample as a template for using other operations in this category.createReminder
...