action iqualify_get_offerings_offering_id_analytics_pulses { label: "Find all pulse IDs in the specified offering" description: "Responds with the IDs of all pulses that learners have responded to in a specified offering." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/pulses" encoding: json output: { type: "array" items: { type: "string" } } }