action iqualify_get_offerings_offering_id_analytics_submissions_user_email_assig { label: "Find a learner's submission to a specified assessment, including marks if any" description: "Responds with the learner's assessment submission and any marks for the submission." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/submissions/{userEmail}/assignments/{assessmentId}" encoding: json output: { type: "array" items: { properties: { assessmentId: { type: "string" } assessmentItemDetails: { type: "string" } assessmentItemName: { type: "string" } courseName: { type: "string" } 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" } } } } html: { type: "string" } learnerEmail: { type: "string" } learnerFirstName: { type: "string" } learnerLastName: { type: "string" } learnerPersonId: { 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" } submissionDateTime: { type: "string" format: "date-time" } } } } }