action iqualify_get_offerings_offering_id_groups { label: "Find assessment groups" description: "Responds with a list of assessment groups in an offering." provider: iqualify method: GET path: "/offerings/{offeringId}/groups" encoding: json output: { type: "array" items: { type: "object" properties: { createdAt: { type: "string" } id: { type: "string" } title: { type: "string" } } } } }