Closed geeosh closed 1 year ago
Both the GET /report/meetings/{meetingId}/participants and GET /report/webinars/{webinarId}/participants endpoints support the include_fields enum to specify loading the registrant_id for each participant, so this adds support for that to the gem.
/report/meetings/{meetingId}/participants
/report/webinars/{webinarId}/participants
include_fields
registrant_id
Both the GET
/report/meetings/{meetingId}/participants
and GET/report/webinars/{webinarId}/participants
endpoints support theinclude_fields
enum to specify loading theregistrant_id
for each participant, so this adds support for that to the gem.