Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
createReminder
createReminder
Creating a reminder on an object

The createReminder operation createReminder operation creates a reminder on an object.

...

Anchor
getReminder
getReminder
Retrieving the reminder details

The getReminder operation getReminder operation retrieves the reminder details for the given object.

...

Following is a sample REST/JSON request that can be handled by the getReminder operationgetReminder operation.

Code Block
languagexml
titleSample Request for getReminder
{
  "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 createReminder 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.

...