action iqualify_get_offerings_offering_id_analytics_activities_responses { label: "Find open response activity attempts" description: "Responds with all learner activity attempts for open response activities in an offering matching the offeringId." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/activities/responses" encoding: json output: { type: "array" items: { type: "object" properties: { activityId: { type: "string" } activityType: { type: "string" } feedback: { type: "object" properties: { facilitatorEmail: { type: "string" } text: { type: "string" } } } learnerEmail: { type: "string" } offeringId: { type: "string" } responseText: { type: "string" } uploadedFiles: { type: "object" properties: { filename: { type: "string" } mimetype: { type: "string" } size: { type: "string" } url: { type: "string" } } } } } } }