Seeking API guidance: Submission Setting "Overwrite submissions.." via Brightspace API
I am developing a custom widget to automate the creation of Assignment (Dropbox) folders within specific course offerings for a semester.
I am successfully using the POST route /d2l/api/le/(version)/(orgUnitId)/dropbox/folders/ to create the folders. However, I need to ensure the submission setting is set to:
'Overwrite submissions (recommended for single file submissions)'.
After reviewing the documentation for both the POST and PUT (/d2l/api/le/(version)/(orgUnitId)/dropbox/folders/(folderId)) endpoints, I cannot find a specific property or flag to control this behaviour.
Does anyone know which parameter in the DropboxFolderData or DropboxFolderUpdateData JSON block handles the submission overwrite settings? Any suggestions or workarounds would be greatly appreciated!
Best Answer
-
Hi Kabir,
Thank you for reaching out to us through Brightspace community!
Currently, when we want to create a Dropbox with the API (https://docs.valence.desire2learn.com/res/dropbox.html#post--d2l-api-le-(version)-(orgUnitId)-dropbox-folders-) it is not possible to configure these fields, as they are missing in the body:
We have identified this as a feature request. I have found an existing PIE idea https://desire2learn.brightidea.com/D12880
As you deem appropriate, kindly leave your comments and promote this idea.
The Product Idea Exchange is designed for direct submission by our clients and end users to our Product Development organization and has the following advantages:
•allows you to receive direct updates on each request you submit
•allows other community members to vote on ideas
•allows other community members to contribute to and collaborate on each idea
•ensures ideas that have the greatest impact on our clients and end users receive consideration for inclusion in future releases.
We look forward to hearing from you at the Product Idea Exchange!
Thanks
Sreelakshmi
Answers
-
Thanks, Sreelakshmi.
