action iqualify_get_users_user_email_offerings_offering_id_progress { label: "Find learner's progress in a specified offering" description: "Responds with the learner's progress in a specified offering." provider: iqualify method: GET path: "/users/{userEmail}/offerings/{offeringId}/progress" encoding: json output: { type: "object" properties: { completion: { type: "string" } email: { type: "string" } firstName: { type: "string" } id: { type: "string" } lastName: { type: "string" } } } }