action iqualify_get_offerings_offering_id_analytics_channels_channel_id_posts { label: "Find posts" description: "Responds with a list of posts made in a specified channel, within an offering." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/channels/{channelId}/posts" encoding: json output: { type: "array" items: { type: "object" properties: { attachments: { type: "array" items: { type: "object" properties: { id: { type: "string" } mimetype: { type: "string" } size: { type: "integer" format: "int64" } url: { type: "string" } } } } content: { type: "string" } createdAt: { type: "string" format: "date-time" } email: { type: "string" } id: { type: "string" } isFacilitatorPost: { type: "boolean" } moderation: { type: "object" properties: { isMuted: { type: "boolean" } moderator: { type: "object" properties: { avatarUrl: { type: "string" } firstName: { type: "string" } id: { type: "string" } lastName: { type: "string" } } } reason: { type: "string" } } } title: { type: "string" } } } } }