action iqualify_get_offerings_offering_id_analytics_unit_reactions { label: "Find unit reactions" description: "Responds with user reactions to units in a specified offering." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/unit-reactions" encoding: json output: { type: "array" items: { type: "object" properties: { feedback: { type: "object" properties: { "thumbs-down": { type: "number" } "thumbs-up": { type: "number" } } } pageId: { type: "boolean" } } } } }