action iqualify_get_offerings_offering_id_activities_openresponse { label: "Find offering's activities" description: "Responds with the activities in a specific offering." provider: iqualify method: GET path: "/offerings/{offeringId}/activities/openresponse" encoding: json output: { type: "array" items: { type: "object" properties: { activityId: { type: "string" } time: { type: "number" description: "expected minutes to complete" } title: { type: "string" } } } } }