How do you set the due date using the D2L REST API?

109 views Asked by At

I need to be able to create a new assignment with a due date and to be able to update an existing assignment with a due date. I have gone through the documentation on the website but its still not clear to me how we would need to do that. Any advice would be appreciated.

1

There are 1 answers

2
Viktor Haag On

I believe that, when you use the API route to create a new dropbox folder on the LMS you provide the due date (among other properties) in the JSON structure you provide the call. This is also true of the route to update a dropbox folder's properties.