Skip to content

Commit 9ef90f0

Browse files
committed
Final review pass.
1 parent 0d2bf59 commit 9ef90f0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

concepts/approvals-app-api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Approvals app APIs
3-
description: Learn the different types of the approvals app Microsoft Graph APIs for personal and non-Microsoft apps, its use cases, and benefits.
3+
description: Learn about the Approvals app Microsoft Graph APIs for personal and non-Microsoft apps, its use cases, and benefits.
44
ms.topic: reference
55
ms.localizationpriority: medium
66
ms.author: v-sdhakshina
@@ -9,9 +9,9 @@ ms.date: 07/10/2024
99

1010
# Approvals app APIs
1111

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 Microsoft Teams environment. It integrates with Power Automate to streamline workflows and bring auditing, compliance, and accountability into both structured and unstructured approval processes.
1313

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.
1515

1616
The approval app APIs in Microsoft Graph enable the following use cases:
1717

@@ -21,11 +21,11 @@ The approval app APIs in Microsoft Graph enable the following use cases:
2121

2222
**Customize approval processes**: With this API, you can customize the approval process to fit your organization’s needs. For example, you can set up multi-stage approvals, conditional approvals based on certain criteria, or approvals that integrate with custom-built applications within your organization.
2323

24-
**Track and report**: The API can be used to track the status of approval requests and generate reports on approval activities. Tracking and reporting can help organizations maintain awareness of pending approvals, monitor the efficiency of approval processes, and ensure compliance with internal policies.
24+
**Track and report requests**: The API can be used to track the status of approval requests and generate reports on approval activities. Tracking and reporting can help organizations maintain awareness of pending approvals, monitor the efficiency of approval processes, and ensure compliance with internal policies.
2525

26-
**Improve user experience**: By using the API, you can create custom experiences within Teams that streamline the approval process for users. For example, you can create bots that assist with creating and managing approvals. You can also build custom interfaces that make it easier for users to review and respond to approval requests.
26+
**Improve user experience**: By using the API, you can create custom experiences within Teams that streamline the approval process for users. For example, you can create bots that assist with creating and managing approvals, or custom interfaces that make it easier for users to review and respond to approval requests.
2727

28-
The following table lists the APIs available across Microsoft Graph for the approvals app:
28+
The following table lists the APIs available across Microsoft Graph for the Approvals app:
2929

3030
| API | Description |
3131
| ---- | ---- |
@@ -36,9 +36,9 @@ The following table lists the APIs available across Microsoft Graph for the appr
3636
| [Approval item view point](/graph/api/resources/approvalitemviewpoint?view=graph-rest-beta&preserve-view=true) |Represents the user's roles for an `approvalItem`.|
3737
| [Approval operation](/graph/api/resources/approvaloperation?view=graph-rest-beta&preserve-view=true) | Represents the status and details for an operation performed on `approvalItem`.|
3838

39-
## Key benefits of the approvals app
39+
## Key benefits of the Approvals app
4040

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:
4242

4343
* Reduces time and effort required to manage approvals by automating the workflow and notification process.
4444
* Centralizes tracking, management, and auditing, which offers greater transparency into the approval process.
@@ -47,4 +47,4 @@ The approvals app centralizes and simplifies the approval of expense requests, p
4747

4848
## See also
4949

50-
[Manage the approvals app in Microsoft Teams](/microsoftteams/approval-admin)
50+
[Manage the Approvals app in Microsoft Teams](/microsoftteams/approval-admin)

0 commit comments

Comments
 (0)