action iqualify_get_offerings_offering_id_analytics_submissions_open_response_as { label: "Find submissions to a specified open response assessment, including marks if any" description: "Responds with all learner assessment submissions and marks, if any, in a specified open response assessment." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/submissions/open-response/{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" } } } } }