Podio API Documentation

Notifications: Mark notifications as viewed by ref

POST /notification/{ref_type}/{ref_id}/viewed

Marks all notifications on the given object as viewed

Usage
PHP Client
PodioNotification.php
PodioNotification::mark_as_viewed_for_ref( $ref_type, $ref_id );
Ruby Gem
notification_group.rb
Podio::NotificationGroup.mark_as_viewed_by_ref( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.

Sandbox

The sandbox only handles GET operations for now.