Is there an API call for accessing the Manage Dates tool that allows us to then utilize its Bulk...

Is there an API call for accessing the Manage Dates tool that allows us to then utilize its Bulk Edit and Offset Dates features? This API call is the closest thing I can find in regard to updating a content module's start and end date.
Reacties
-
Hi @Ryan Overmyer
I'm not an API expert by any means, but I'm always trying to learn more!
I reached out to some folks at D2L who certainly know more about this topic than myself and they shared the following which might offer a way forward.
There is a date offset option when your creating a new bulk edit to be able to shift it a period of days.
https://docs.valence.desire2learn.com/res/course.html?highlight=offset
When you are creating a copy job request - you can choose days/hours to offset functionality using the Course.CreateCopyJobRequest JSON Block: https://docs.valence.desire2learn.com/res/course.html?highlight=offset#Course.CreateCopyJobRequest
Once you establish your JSON Setup - then you can run a queue to copy the job request: https://docs.valence.desire2learn.com/res/course.html?highlight=offset#post--d2l-api-le-(version)-import-(orgUnitId)-copy-
Others may have different approaches that they might try or suggest too- but I hope this helps Friend