Hi, this seems like such a basic question that I feel like I must be missing something, but I checked the documentation and forums and could not find anything. Apologies in advance if this is documented somewhere.
When retrieving an assignment via API through the "Get a single assignment" endpoint (https://canvas.instructure.com/doc/api/assignments.html#method.assignments_api.show), how can it be determined who is the assignment owner/creator, or in other words, who is the "teacher" that assigned it?
I checked the documentation (https://canvas.instructure.com/doc/api/assignments.html#Assignment) and there's no "user", "account" or "owner" value being returned that would point in the right direction.
As I understand it, Courses can have multiple Teachers in them, meaning that the person that created the Course is not necessarily going to be the same person that created the Assignment, correct?
If so, what's the proper way to determine the Assignment's owner/creator user id?
Thanks.