{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin chats.chatMessage API", "version": "1.0.0" }, "items": [ { "info": { "name": "chats.chatMessage", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List messages in a chat", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "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": "Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel)." }, { "info": { "name": "Microsoft Graph Send message in a chat", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a new chatMessage in the specified chat. This API can't create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can create a chat message." }, { "info": { "name": "Microsoft Graph Get chatMessage in a channel or chat", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a single message or a message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in chats" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property messages for chats" }, { "info": { "name": "Microsoft Graph List hostedContents", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for chats", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for chats" }, { "info": { "name": "Microsoft Graph Get chatMessageHostedContent", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of chatMessageHostedContent object." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in chats" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for chats" }, { "info": { "name": "Microsoft Graph List hostedContents", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/hostedContents/$count", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 Invoke action setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/setReaction", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/softDelete", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/undoSoftDelete", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/unsetReaction", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get replies from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for chats", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for chats" }, { "info": { "name": "Microsoft Graph Get replies from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in chats" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property replies for chats" }, { "info": { "name": "Microsoft Graph Get hostedContents from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for chats", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for chats" }, { "info": { "name": "Microsoft Graph Get hostedContents from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in chats" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for chats" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property hostedContents from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in chats", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/$count", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 Invoke action setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/setReaction", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/softDelete", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/undoSoftDelete", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/:chatMessage-id1/unsetReaction", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/$count", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/:chatMessage-id/replies/delta()", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/$count", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/messages/delta()", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "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 the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" } ] } ], "bundled": true }