action iqualify_get_offerings_offering_id_users_user_email_submissions_open_resp { label: "Find learner's open response assessment submissions" description: "Responds with open response assessment submissions by a learner in an offering." provider: iqualify method: GET path: "/offerings/{offeringId}/users/{userEmail}/submissions/open-response" encoding: json output: { type: "array" items: { type: "object" properties: { files: { type: "array" items: { type: "object" properties: { createdAt: { type: "string" format: "date-time" } filename: { type: "string" } id: { type: "string" } mimetype: { type: "string" } size: { type: "integer" format: "int64" } url: { type: "string" } } } } marks: { type: "array" items: { properties: { createdAt: { type: "string" format: "date-time" } feedback: { type: "string" } id: { type: "string" } mark: { type: "string" } markFeedback: { type: "array" items: { properties: { createdAt: { type: "string" format: "date-time" } feedback: { type: "string" } feedbackBy: { type: "string" } id: { type: "string" } mark: { type: "string" } markerId: { type: "string" } } } } markedBy: { type: "string" } markerId: { type: "string" } } } } status: { type: "string" } submittedAt: { type: "string" format: "date-time" } updatedAt: { type: "string" format: "date-time" } } } } }