{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groups.conversationThread API", "version": "1.0.0" }, "items": [ { "info": { "name": "groups.conversationThread", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List threads", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads", "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": "Get all the threads of a group." }, { "info": { "name": "Microsoft Graph Create conversation thread", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.\r\nUse reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation." }, { "info": { "name": "Microsoft Graph Get conversationThread", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \r\nyou can specify the thread without referencing the parent conversation. " }, { "info": { "name": "Microsoft Graph Update conversation thread", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update conversation thread" }, { "info": { "name": "Microsoft Graph Delete conversationThread", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationThread-id", "value": "", "type": "path", "description": "The unique identifier of conversationThread" } ] }, "docs": "Delete conversationThread." }, { "info": { "name": "Microsoft Graph Invoke action reply", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 List posts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Get the posts of the specified thread. You can specify both the parent conversation and the thread, or,\r\nyou can specify the thread without referencing the parent conversation." }, { "info": { "name": "Microsoft Graph Get posts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts/:post-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 List attachments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts/:post-id/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Retrieve a list of attachment objects attached to a post." }, { "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/threads/:conversationThread-id/posts/:post-id/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/attachments/:attachment-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/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": "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/threads/:conversationThread-id/posts/:post-id/attachments/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/attachments/createUploadSession", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 open extension", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts/:post-id/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance." }, { "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/threads/:conversationThread-id/posts/:post-id/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 open extension", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts/:post-id/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance." }, { "info": { "name": "Microsoft Graph Update open extension", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/threads/:conversationThread-id/posts/:post-id/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Update an open extension (openTypeExtension object) on a supported resource type.\r\n- If a property in the request body matches the name of an existing property in the extension, the data in the extension is updated.\r\n- Otherwise, that property and its data are added to the extension. The data in an extension can be primitive types or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions." }, { "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/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": "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/threads/:conversationThread-id/posts/:post-id/extensions/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/:attachment-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/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": "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/attachments/createUploadSession", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/:extension-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/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": "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/extensions/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/forward", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/inReplyTo/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/forward", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/:post-id/reply", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/:conversationThread-id/posts/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/threads/$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 }