API for enrollment infos

Hi, is there some API that returns enrollment infos for a given user or course_id?
i found this api (CourseEnrollmentsApiListView) but it need a superuser access to retrieve the infos.

I need to know the enrollment date (created: Date and time when the course enrollment was created.) for a MFE that i’m developing

thanks

Hi Rodrigo,
I believe there in the OpenEdx Python API there is a way to get the user’s enrollments.

And don’t miss api-docs on your openedX instance: https://<your openedX site>/api-docs/#/enrollment

1 Like

Hi Rodrigo! Here you can see all the API calls you can make: Open edX API

1 Like

Thank you so much guys!

FYI, the default APIs for the Open edX LMS can be found here: LMS APIs — edx-platform documentation

The ones for edx.org are usually a super set but might have plugins/apis that are specific to the edx.org deployment.

1 Like