{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Groups.conversation API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups.conversation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 conversations in this group." }, { "info": { "name": "Microsoft Graph Create conversation", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use reply thread or reply post to further post to that conversation." }, { "info": { "name": "Microsoft Graph Get conversation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "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 conversation object." }, { "info": { "name": "Microsoft Graph Delete conversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" } ] }, "docs": "Delete conversation." }, { "info": { "name": "Microsoft Graph List threads", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "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 all the threads in a group conversation. Note: You can also get all the threads of a group." }, { "info": { "name": "Microsoft Graph Create thread", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post \r\nto that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread." }, { "info": { "name": "Microsoft Graph Get threads from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property threads in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property threads in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property threads for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" } ] }, "docs": "Microsoft Graph Delete navigation property threads for groups" }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions." }, { "info": { "name": "Microsoft Graph Get posts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "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": "Microsoft Graph Get posts from groups" }, { "info": { "name": "Microsoft Graph Get posts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get posts from groups" }, { "info": { "name": "Microsoft Graph Get attachments from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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": "Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for groups" }, { "info": { "name": "Microsoft Graph Get attachments from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments/:attachment-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/attachments/createUploadSession", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can" }, { "info": { "name": "Microsoft Graph Get extensions from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 collection of open extensions defined for the post. Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for groups" }, { "info": { "name": "Microsoft Graph Get extensions from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/extensions/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 inReplyTo from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Supports $expand." }, { "info": { "name": "Microsoft Graph Get attachments from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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": "Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Create new navigation property to attachments for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to attachments for groups" }, { "info": { "name": "Microsoft Graph Get attachments from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/:attachment-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Delete navigation property attachments for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/:attachment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "attachment-id", "value": "", "type": "path", "description": "The unique identifier of attachment" } ] }, "docs": "Microsoft Graph Delete navigation property attachments for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 createUploadSession", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/createUploadSession", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can" }, { "info": { "name": "Microsoft Graph Get extensions from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 collection of open extensions defined for the post. Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for groups" }, { "info": { "name": "Microsoft Graph Get extensions from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" }, { "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 forward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/forward", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \r\nor, you can specify just the parent thread without the parent conversation. " }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/inReplyTo/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action reply" }, { "info": { "name": "Microsoft Graph Invoke action forward", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/forward", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \r\nor, you can specify just the parent thread without the parent conversation. " }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/:post-id/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "name": "post-id", "value": "", "type": "path", "description": "The unique identifier of post" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action reply" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/:conversationThread-id/posts/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" }, { "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 the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/:conversation-id/threads/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversation-id", "value": "", "type": "path", "description": "The unique identifier of conversation" }, { "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 the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/conversations/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 }