action iqualify_get_offerings_offering_id_badges { label: "Find offering badges" description: "Responds with the badge for an offering matching the offeringId." provider: iqualify method: GET path: "/offerings/{offeringId}/badges" encoding: json output: { type: "object" properties: { badgeExpiry: { type: "object" properties: { expirationDate: { type: "string" format: "date-time" } expires: { type: "boolean" } expiryType: { type: "string" enum: ["date", "timeframe"] } timeframeAmount: { type: "number" } timeframeUnit: { type: "string" enum: ["days", "months", "years"] } } } badgeUrl: { type: "string" } criterias: { type: "object" } description: { type: "string" } openBadge: { type: "object" } title: { type: "string" } } } }