Description
I am writing an integration into our CRM system and trying to get the webinar details across while exluding practice sessions.
If I list all webinars i get the webinar id and uuid
When I call /webinars/{webinarid} this returns the webinar uuid the above.
This UUID does not appear on the past instance list (there are three past instances)
If I call the reports/webinar/{webinarid} this has a different uuid two the top two but does appear in the past_instance list.
The /webinars/{webinarid} call seems to only return the practice session.
Using:
JWT
Which Endpoint/s?
/webinars/{webinarId}
/past_webinars/{webinarId}/instances
/report/webinars/{webinarId}
/users/{userId}/webinars