action bufferapp_get_updates_id_interactionsmedia_type_extension { label: "get_updates_id_interactionsmediaTypeExtension" description: "Returns the detailed information on individual interactions with the social media update such as favorites, retweets and likes.\n" provider: bufferapp method: GET path: "/updates/{id}/interactions{mediaTypeExtension}" encoding: json input: { type: "object" properties: { count: { type: "string" } event: { type: "string" } id: { type: "string" } mediaTypeExtension: { type: "string" } page: { type: "string" } } required: ["event", "id", "mediaTypeExtension"] additionalProperties: false } output: { type: "object" additionalProperties: true } }