Hello,
I am trying to get list of sessions by code in Docebo. But the API get course sessions returns sessions id snd enrollments. no way to search session code.
Is there API to retrieve full of session’s info by session code?
Thanks,
Liza
Hello,
I am trying to get list of sessions by code in Docebo. But the API get course sessions returns sessions id snd enrollments. no way to search session code.
Is there API to retrieve full of session’s info by session code?
Thanks,
Liza
This sounds like it’s not ideal for what you want to do, but you can get the session code for a specific session ID via the Courses service (GET /course/v1/sessions/{session_id}). So you may be able to loop through a list of all session IDs, use those to get the session codes, and then proceed with whatever your end goal is.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.