{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin communications.cloudCommunications.Functions API", "version": "1.0.0" }, "items": [ { "info": { "name": "communications.cloudCommunications.Functions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Invoke function getAllOnlineMeetingMessages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/getAllOnlineMeetingMessages()", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all Teams question and answer (Q&A) conversation messages in a tenant. This function returns a snapshot of all Q&A activity in JSON format. The export includes:\r\n- The original question or discussion text\r\n- The user who posted the message\r\n- All replies and responders\r\n- Vote counts\r\n- Moderation status (pending or dismissed)\r\n- Private replies\r\n- The meeting ID and organizer ID that are used for mapping to meeting metadata." } ] } ], "bundled": true }