Get user enrollment date and completion date via API

Get user enrollment date and completion date via API

by Derrich Schleich -
Number of replies: 1

Hi

We're currently developing an integration between our software and Moodle and we require the user enrollment date and completion date details via an API. 


So far the API's we've used all give us the Course Start and End dates. Is there perhaps some other API that we're missing? 


We've tried

the following:

  • core_enrol_get_enrolled_users
  • core_enrol_get_users_courses
  • core_course_get_enrolled_courses_by_timeline_classification  
  • core_calendar_get_action_events_by_course




Average of ratings: -
In reply to Derrich Schleich

Re: Get user enrollment date and completion date via API

by Darko Miletić -
I think you should consider these web service API's for completion info

core_completion_get_activities_completion_status  - activities completion

data

core_completion_get_course_completion_status - course completion data



With regards to the user enrollment dates AFAIK you need to write your own

web service for that.





El mié., 17 abr. 2019 a las 14:31, Derrich Schleich (via Moodle.org) (<