action iqualify_get_offerings_offering_id_analytics_channels_channel_id_replies { label: "Find replies" description: "Responds with a list of replies to comments in any posts in a specified channel, within an offering." provider: iqualify method: GET path: "/offerings/{offeringId}/analytics/channels/{channelId}/replies" encoding: json output: { type: "array" items: { type: "object" properties: { 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" } } } parentCommentId: { type: "string" } postId: { type: "string" } } } } }