API Error

cbernardo
Community Member

I am testing the following endpoint /api/v1/courses/:course_id/students/submissions.

This is how I am testing it in Postman /api/v1/courses/6483/students/submissions?per_page=100&student_ids[]=889&assignment_ids[]=254931&include[]=assignment.

I am getting the following error when trying to pass in the assignment_ids param in the manner above. 

{
    "error": "invalid assignment ids requested"
}

Is there anything wrong with how I am passing in that param?