action iqualify_get_offerings_offering_id_analytics_social_notes { label: "Find shared social notes in an offering" description: "Responds with all shared social notes in a specified offering." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/social-notes" encoding: json output: { type: "array" items: { type: "object" properties: { email: { type: "string" } firstName: { type: "string" } lastName: { type: "string" } pageId: { type: "string" } personId: { type: "string" } "social-note-content": { type: "string" } "social-note-paragraphId": { type: "string" } userId: { type: "string" } } } } }