by Plankton Isyum.
I'm using core_course_get_courses to return a list of all courses. However, I want to filter to only get courses where the 'timemodified' value is in say the last 24 hours.
I don't see anything in the docs that suggests this is possible. However, I wanted to confirm if there is a way to use this kind of filtering?
Something like &timemodified=gt:2024-03-20T10:15:00.000
Thanks