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: docs/apis/addin-management-apis.md
+31-18Lines changed: 31 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For more information about SharePoint Add-in, see [SharePoint Add-ins](../sp-add
28
28
29
29
## Get available Add-ins in sites
30
30
31
-
This API will return the Add-ins that could be used on the given sites. This contains two kinds of install, one is the Add-in installed on the site.
31
+
This API will return the Add-ins that could be used on the given sites. This contains two kinds of install, one is the Add-in installed on the site.
32
32
The other is the Add-in installed on the tenant level app catalog site, and it matches the conditions to use the Add-in.
33
33
For more information, see [Tenancies and deployment scopes for SharePoint Add-ins](../sp-add-ins/tenancies-and-deployment-scopes-for-sharepoint-add-ins.md).
34
34
@@ -42,9 +42,11 @@ POST {adminSiteUrl}/_api/web/AvailableAddIns
| serverRelativeUrl | string | The server relative url of the site collection. It will return site collection scope permissions of the given site collection. |
119
+
| fullUrl | string | The full url of the site collection. It will return site collection scope permissions of the given site collection. |
117
120
| appIdentifiers | string[]| The identifier list of the Add-ins. |
118
121
119
122
### Responses
@@ -131,6 +134,7 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
131
134
| siteCollectionScopedPermissions | SPSiteCollectionScopedPermissionInfo[]| This is the permissions grant in site collection scope level. |
132
135
| appIdentifier | string | The identifier of the Add-in. |
133
136
| serverRelativeUrl | string | The server relative url of the site collection. |
137
+
| fullUrl | string | The full url of the site collection. |
134
138
| allowAppOnly | bool | This identifies if the Add-in allows app only mode. For more information, see [Add-in authorization policy types in SharePoint](../sp-add-ins/add-in-authorization-policy-types-in-sharepoint.md). |
135
139
136
140
#### SPTenantScopedPermissionInfo
@@ -155,11 +159,11 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
0 commit comments