We’ve got a few hundred ILT sessions happening and want to double check the custom virtaul URLs uploaded into Docebo. Is there a way to run a report which gives you the custom URLs listed in seperate events?
Page 1 / 1
Hi Tracey,
I’m not sure if the following endpoint can help:
Get an event
GET /course/v1/events/{event_id}
It should show the custom_url
You need to get the event ID, and you can get that for each session by using:
Returns events list for the session
GET /course/v1/sessions/{session_id}/events
And the session ID for each course using:
Returns sessions associated to the given course
GET /course/v1/courses/{course_id}/sessions
I hope this helps.
Best
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.