Podio API Documentation

Stream: Get object event groups

GET /stream/{ref_type}/{ref_id}/activity_group/

Get grouped events for the given reference. The groups are returned in descending order, with the most recent group in the top.

Parameters
ref_type*
Required.
ref_id*
Required.
event_types

Only return these groups/events. By default do not filter groups by type. Filtered groups has all attributes of non-filtered group (eg same group_id). If the group has no events with the given types, the group will not be returned at all.

Possible values are:

  • comment
  • file
  • rating
  • creation
  • update
  • task
  • answer
  • rsvp
  • grant
  • reference

from_groupd_id

The id of the first group to return

limit

The maximum number of groups to return.


Default value: 20
offset

The offset into the groups to be returned


Default value: 0
to_group_id

The id of the last group to return

Sandbox

Try the operation "/stream/{ref_type}/{ref_id}/activity_group/"

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