{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin communications.onlineMeetingEngagementConversation API", "version": "1.0.0" }, "items": [ { "info": { "name": "communications.onlineMeetingEngagementConversation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get onlineMeetingConversations from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations", "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings." }, { "info": { "name": "Microsoft Graph Create new navigation property to onlineMeetingConversations for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to onlineMeetingConversations for communications" }, { "info": { "name": "Microsoft Graph Get onlineMeetingConversations from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings." }, { "info": { "name": "Microsoft Graph Update the navigation property onlineMeetingConversations in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property onlineMeetingConversations in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property onlineMeetingConversations for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ] }, "docs": "Microsoft Graph Delete navigation property onlineMeetingConversations for communications" }, { "info": { "name": "Microsoft Graph Get messages from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The messages in a Viva Engage conversation." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for communications" }, { "info": { "name": "Microsoft Graph Get messages from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The messages in a Viva Engage conversation." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ] }, "docs": "Microsoft Graph Delete navigation property messages for communications" }, { "info": { "name": "Microsoft Graph Get conversation from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/conversation", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Viva Engage conversation to which this message belongs. This relationship establishes the thread context for the message." }, { "info": { "name": "Microsoft Graph List reactions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the engagementConversationMessageReaction objects and their properties for an engagementConversationMessage in an online meeting." }, { "info": { "name": "Microsoft Graph Create new navigation property to reactions for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to reactions for communications" }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Update the navigation property reactions in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property reactions in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property reactions for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ] }, "docs": "Microsoft Graph Delete navigation property reactions for communications" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/reactions/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replies from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of messages that are replies to this message and form a threaded discussion." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for communications" }, { "info": { "name": "Microsoft Graph Get replies from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of messages that are replies to this message and form a threaded discussion." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ] }, "docs": "Microsoft Graph Delete navigation property replies for communications" }, { "info": { "name": "Microsoft Graph Get conversation from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/conversation", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Viva Engage conversation to which this message belongs. This relationship establishes the thread context for the message." }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Create new navigation property to reactions for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to reactions for communications" }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Update the navigation property reactions in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property reactions in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property reactions for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions/:engagementConversationMessageReaction-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ] }, "docs": "Microsoft Graph Delete navigation property reactions for communications" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/reactions/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replyTo from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/:engagementConversationMessage-id1/replyTo", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessage-id1", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent message to which this message is a reply, if it is part of a reply chain." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replies/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replyTo from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/:engagementConversationMessage-id/replyTo", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent message to which this message is a reply, if it is part of a reply chain." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/messages/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get onlineMeeting from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/onlineMeeting", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The online meeting associated with the conversation." }, { "info": { "name": "Microsoft Graph Get attendeeReport for the navigation property onlineMeeting from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/onlineMeeting/attendeeReport", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Update attendeeReport for the navigation property onlineMeeting in communications", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/onlineMeeting/attendeeReport", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Delete attendeeReport for the navigation property onlineMeeting in communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/onlineMeeting/attendeeReport", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ] }, "docs": "The content stream of the attendee report of a Microsoft Teams live event. Read-only." }, { "info": { "name": "Microsoft Graph Get starter from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The first message in a Viva Engage conversation." }, { "info": { "name": "Microsoft Graph Update the navigation property starter in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property starter in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property starter for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ] }, "docs": "Microsoft Graph Delete navigation property starter for communications" }, { "info": { "name": "Microsoft Graph Get conversation from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/conversation", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Viva Engage conversation to which this message belongs. This relationship establishes the thread context for the message." }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Create new navigation property to reactions for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to reactions for communications" }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Update the navigation property reactions in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property reactions in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property reactions for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions/:engagementConversationMessageReaction-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ] }, "docs": "Microsoft Graph Delete navigation property reactions for communications" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/reactions/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replies from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of messages that are replies to this message and form a threaded discussion." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for communications" }, { "info": { "name": "Microsoft Graph Get replies from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of messages that are replies to this message and form a threaded discussion." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ] }, "docs": "Microsoft Graph Delete navigation property replies for communications" }, { "info": { "name": "Microsoft Graph Get conversation from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/conversation", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The Viva Engage conversation to which this message belongs. This relationship establishes the thread context for the message." }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "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": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Create new navigation property to reactions for communications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to reactions for communications" }, { "info": { "name": "Microsoft Graph Get reactions from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of reactions (such as like and smile) that users have applied to this message." }, { "info": { "name": "Microsoft Graph Update the navigation property reactions in communications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property reactions in communications" }, { "info": { "name": "Microsoft Graph Delete navigation property reactions for communications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions/:engagementConversationMessageReaction-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "engagementConversationMessageReaction-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessageReaction" } ] }, "docs": "Microsoft Graph Delete navigation property reactions for communications" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/reactions/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replyTo from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/:engagementConversationMessage-id/replyTo", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "engagementConversationMessage-id", "value": "", "type": "path", "description": "The unique identifier of engagementConversationMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent message to which this message is a reply, if it is part of a reply chain." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replies/$count", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get replyTo from communications", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/:onlineMeetingEngagementConversation-id/starter/replyTo", "params": [ { "name": "onlineMeetingEngagementConversation-id", "value": "", "type": "path", "description": "The unique identifier of onlineMeetingEngagementConversation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The parent message to which this message is a reply, if it is part of a reply chain." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/communications/onlineMeetingConversations/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }