LTI assignment selection and Submissions api

MikeHowardCTL
Community Member

Hello, I'm in the process to converting our assignments into using an external LTI tool with assignment selection. I'm trying to submit the user's assignment via the Submissions API as an `online_text_entry`, but I keep getting a `"message": "Invalid submission[submission_type] given"` error. I'm sure that the request parameters are correct

 

 

 

 

body: {
      submission: {
        submission_type: 'online_text_entry',
        body: submissionHTML,
        user_id: userID,
      },
    },

 

 

 

 

 
Is submitting this way not supported for assignments created with LTI external applications?
 
Labels (1)
0 Likes