{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin chats.teamsAppInstallation API", "version": "1.0.0" }, "items": [ { "info": { "name": "chats.teamsAppInstallation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List apps in chat", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps", "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": "List all app installations within a chat." }, { "info": { "name": "Microsoft Graph Add app to chat", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Install a teamsApp to the specified chat." }, { "info": { "name": "Microsoft Graph Get installed app in chat", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get an app installed in a chat." }, { "info": { "name": "Microsoft Graph Update the navigation property installedApps in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property installedApps in chats" }, { "info": { "name": "Microsoft Graph Uninstall app in a chat", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ] }, "docs": "Uninstall an app installed within a chat." }, { "info": { "name": "Microsoft Graph Invoke action upgrade", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id/upgrade", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upgrade an app installation within a chat." }, { "info": { "name": "Microsoft Graph Get teamsApp from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id/teamsApp", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The app that is installed." }, { "info": { "name": "Microsoft Graph Get teamsAppDefinition from chats", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/installedApps/:teamsAppInstallation-id/teamsAppDefinition", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The details of this version of the app." }, { "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/installedApps/$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" } ] } ], "bundled": true }