@@ -45,8 +45,8 @@ POST {adminSiteUrl}/_api/web/AvailableAddIns
45
45
| Name | Required | Type | Description |
46
46
| --------------------| ----------| ----------| ----------------------------------------------------------------------------------|
47
47
| serverRelativeUrls | no | string[ ] | List of the server relative url of sites that want to get the available Add-ins. |
48
- | fullUrls | no | string[ ] | List of the full url of sites that want to get the available Add-ins. |
49
- Max total count for serverRelativeUrls and fullUrls is 500. And they can't be both empty.
48
+ | absoluteUrls | no | string[ ] | List of the absolute url of sites that want to get the available Add-ins. |
49
+ Max total count for serverRelativeUrls and absoluteUrls is 500. And they can't be both empty.
50
50
51
51
### Responses
52
52
@@ -88,10 +88,10 @@ Max total count for serverRelativeUrls and fullUrls is 500. And they can't be bo
88
88
89
89
### SPErrorWithServerRelativeUrl
90
90
91
- | Name | Type | Description |
92
- | -------------------| --------| --------------------------------------------------------|
93
- | serverRelativeUrl | string | The serverRelativeUrl or fullUrl in the request body. |
94
- | errorMessage | string | The error message why fetch the site's Add-ins failed. |
91
+ | Name | Type | Description |
92
+ | -------------------| --------| ----------------------------------------------------------- |
93
+ | serverRelativeUrl | string | The serverRelativeUrl or absoluteUrl in the request body. |
94
+ | errorMessage | string | The error message why fetch the site's Add-ins failed. |
95
95
96
96
## Get Add-in permissions in site collections
97
97
@@ -116,8 +116,9 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
116
116
| Name | Type | Description |
117
117
| -------------------| ----------| --------------------------------------------------------------------------------------------------------------------------------|
118
118
| 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. |
119
+ | absoluteUrl | string | The absolute url of the site collection. It will return site collection scope permissions of the given site collection. |
120
120
| appIdentifiers | string[ ] | The identifier list of the Add-ins. |
121
+ The serverRelativeUrl and absoluteUrl can't be both empty. If both serverRelativeUrl and absoluteUrl are provided, the absoluteUrl will be used.
121
122
122
123
### Responses
123
124
@@ -134,7 +135,7 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
134
135
| siteCollectionScopedPermissions | SPSiteCollectionScopedPermissionInfo[ ] | This is the permissions grant in site collection scope level. |
135
136
| appIdentifier | string | The identifier of the Add-in. |
136
137
| serverRelativeUrl | string | The server relative url of the site collection. |
137
- | fullUrl | string | The full url of the site collection. |
138
+ | absoluteUrl | string | The absolute url of the site collection. |
138
139
| 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 ) . |
139
140
140
141
#### SPTenantScopedPermissionInfo
@@ -159,11 +160,11 @@ POST {adminSiteUrl}/_api/web/AddinPermissions
159
160
160
161
#### SPAddinPermissionFailedInfo
161
162
162
- | Name | Type | Description |
163
- | -------------------| --------| -------------------------------------------------------------|
164
- | serverRelativeUrl | string | The server relative url or full url of the site collection. |
165
- | appIdentifier | string | The identifier list of the Add-in. |
166
- | errorMessage | string | The error message why fetch the Add-in permission failed. |
163
+ | Name | Type | Description |
164
+ | -------------------| --------| ----------------------------------------------------------------- |
165
+ | serverRelativeUrl | string | The server relative url or absolute url of the site collection. |
166
+ | appIdentifier | string | The identifier list of the Add-in. |
167
+ | errorMessage | string | The error message why fetch the Add-in permission failed. |
167
168
168
169
## Get tenant ACS service principals
169
170
@@ -217,8 +218,8 @@ POST {adminSiteUrl}/_api/web/GetAddinPrincipalsHavingPermissionsInSites
217
218
| Name | Required | Type | Description |
218
219
| --------------------| ----------| ----------| ---------------------------------------------|
219
220
| serverRelativeUrls | no | string[ ] | List site collections' server relative url. |
220
- | fullUrls | no | string[ ] | List site collections' full url. |
221
- Max total count for serverRelativeUrls and fullUrls is 500. And they can't be both empty.
221
+ | absoluteUrls | no | string[ ] | List site collections' absolute url. |
222
+ Max total count for serverRelativeUrls and absoluteUrls is 500. And they can't be both empty.
222
223
223
224
### Responses
224
225
@@ -234,15 +235,15 @@ Max total count for serverRelativeUrls and fullUrls is 500. And they can't be bo
234
235
| title | string | The title of the Add-in. |
235
236
| appIdentifier | string | The app identifier. |
236
237
| serverRelativeUrl | string | The server relative url of the site collection. |
237
- | fullUrl | string | The full url of the site collection. |
238
+ | absoluteUrl | string | The absolute url of the site collection. |
238
239
239
240
240
241
#### SPErrorWithServerRelativeUrl
241
242
242
- | Name | Type | Description |
243
- | -------------------| --------| ----------------------------------------------------------|
244
- | serverRelativeUrl | string | The site collection's server relative url or full url. |
245
- | errorMessage | string | The error message why fetch the Add-in principal failed. |
243
+ | Name | Type | Description |
244
+ | -------------------| --------| ------------------------------------------------------------ |
245
+ | serverRelativeUrl | string | The site collection's server relative url or absolute url. |
246
+ | errorMessage | string | The error message why fetch the Add-in principal failed. |
246
247
247
248
## Uninstall Add-ins
248
249
@@ -267,9 +268,9 @@ POST {adminSiteUrl}/_api/web/UninstallAddins
267
268
| Name | Type | Description |
268
269
| -------------------| --------| ----------------------------------|
269
270
| serverRelativeUrl | string | The site's server relative url. |
270
- | fullUrl | string | The site's full url. |
271
+ | absoluteUrl | string | The site's absolute url. |
271
272
| appInstanceIds | Guid[ ] | The instance ids of the Add-ins. |
272
- The serverRelativeUrl and fullUrl can't be both empty.
273
+ The serverRelativeUrl and absoluteUrl can't be both empty. If both serverRelativeUrl and absoluteUrl are provided, the absoluteUrl will be used .
273
274
274
275
### Responses
275
276
@@ -284,7 +285,7 @@ The serverRelativeUrl and fullUrl can't be both empty.
284
285
| -------------------| --------| ---------------------------------|
285
286
| appInstanceId | Guid | The instance id of the Add-in. |
286
287
| serverRelativeUrl | string | The site's server relative url. |
287
- | fullUrl | string | The site's full url. |
288
+ | absoluteUrl | string | The site's absolute url. |
288
289
| uninstallJobId | Guid | The triggered uninstall job id. |
289
290
290
291
#### SPFailToTriggerUninstallAddinJobResponse
@@ -315,15 +316,15 @@ POST {adminSiteUrl}/_api/web/GetAddinUninstallJobDetail
315
316
| -------------------| ----------| --------| ---------------------------------|
316
317
| jobId | yes | Guid | This uninstall job id. |
317
318
| serverRelativeUrl | no | string | The site's server relative url. |
318
- | fullUrl | no | string | The site's full url. |
319
- The serverRelativeUrl and fullUrl can't be both empty.
319
+ | absoluteUrl | no | string | The site's absolute url. |
320
+ The serverRelativeUrl and absoluteUrl can't be both empty. If both serverRelativeUrl and absoluteUrl are provided, the absoluteUrl will be used .
320
321
321
322
### Responses
322
323
323
324
| Name | Type | Description |
324
325
| -------------------| -------------------------------| --------------------------------------------------|
325
326
| serverRelativeUrl | string | The site's server relative url. |
326
- | fullUrl | string | The site's full url. |
327
+ | absoluteUrl | string | The site's absolute url. |
327
328
| taskStartTime | DateTime | The time when the task starts executing. |
328
329
| jobId | Guid | The uninstall job id. |
329
330
| siteId | Guid | The site collection id. |
0 commit comments