You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/approvals-app-api.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.date: 07/10/2024
9
9
10
10
# Approvals app APIs
11
11
12
-
The Approvals app in Microsoft Teams is a native application that allows users to create, manage, and share approval requests directly from their Teams environment. It integrates with Power Automate to streamline workflows and bring auditing, compliance, and accountability into both structured and unstructured approval processes.
12
+
The approvals app in Microsoft Teams is a native application that allows users to create, manage, and share approval requests directly from their Teams environment. It integrates with Power Automate to streamline workflows and bring auditing, compliance, and accountability into both structured and unstructured approval processes.
13
13
14
-
The approvals app API allows you to integrate approval workflows into both Teams app and non-Microsoft apps. You can create new approvals, update existing ones, and list all approvals. The API enables you to: create, update, and list approvals; assign approvals to users; specify custom responses; and receive notifications in Teams. As these APIs support graph subscriptions, you can send notifications for approval responses. The Approvals app is available as a personal app for all Teams users.
14
+
The approvals app API allows you to integrate approval workflows into both Teams app and non-Microsoft apps. You can create new approvals, update existing ones, and list all approvals. The API enables you to: create, update, and list approvals; assign approvals to users; specify custom responses; and receive notifications in Teams. As these APIs support graph subscriptions, you can send notifications for approval responses. The approvals app is available as a personal app for all Teams users.
15
15
16
16
The approval app APIs in Microsoft Graph enable the following use cases:
17
17
@@ -36,9 +36,9 @@ The following table lists the APIs available across Microsoft Graph for the appr
36
36
|[Approval item view point](/graph/api/resources/approvalitemviewpoint?view=graph-rest-beta&preserve-view=true)|Represents the user's roles for an `approvalItem`.|
37
37
|[Approval operation](/graph/api/resources/approvaloperation?view=graph-rest-beta&preserve-view=true)| Represents the status and details for an operation performed on `approvalItem`.|
38
38
39
-
## Key benefits of the Approvals app
39
+
## Key benefits of the approvals app
40
40
41
-
The Approvals app centralizes and simplifies the approval of expense requests, project requests, task requests, and more. The following list explains some of the benefits that result:
41
+
The approvals app centralizes and simplifies the approval of expense requests, project requests, task requests, and more. The following list explains some of the benefits that result:
42
42
43
43
* Reduces time and effort required to manage approvals by automating the workflow and notification process.
44
44
* Centralizes tracking, management, and auditing, which offers greater transparency into the approval process.
0 commit comments