put https://{baseUrl}/api/questionnaireInstances/submitForFeedback/
Log in to see full request history
Responses
201True if the questionnaire saved with a state of Submitted.
404The ID of the questionnaire instance was not found.
201True if the questionnaire saved with a state of Submitted.
404The ID of the questionnaire instance was not found.
xxxxxxxxxx
curl --request PUT \
--url https://your-instance.regscale.co/api/questionnaireInstances/submitForFeedback/uuid \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
true