Podio API Documentation
Stream: Get object event group by event_id
Return group in which event with event_id is in
Extra parameter in GET:
- event_types - same as in https://podio.com/podio/api/apps/api-operations/items/701
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
- event_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}/group/{event_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