Podio API Documentation

Stream: Get object event group by data reference

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

Return the activity group for the given ref and data ref

Parameters
ref_type*
Required.
ref_id*
Required.
data_ref_type*
Required.
data_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

Sandbox

Try the operation "/stream/{ref_type}/{ref_id}/activity_group/{data_ref_type}/{data_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