Show / Hide Table of Contents

Sites.Selected

Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A DELETE /sites/{siteId}/lists/{listId}/items/{itemId}/documentSetVersions/{documentSetVersionId}
V1 A GET /sites/{siteId}/lists/{listId}/items/{itemId}/documentSetVersions
V1 A GET /sites/{siteId}/lists/{listId}/items/{itemId}/documentSetVersions/{documentSetVersionId}
V1 A POST /sites/{siteId}/lists/{listId}/items/{itemId}/documentSetVersions
V1 A POST /sites/{siteId}/lists/{listId}/items/{itemId}/documentSetVersions/{documentSetVersionId}/restore

Application Permission

Id 883ea226-0bf2-4a8f-9f9d-92c9162a727d
Display String Access selected site collections
Description Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.

Resources

documentSetVersion

Property Type Description
comment string Comment about the captured version.
createdBy identitySet User who captured the version.
createdDateTime dateTime Date and time when this version was created.
id string The ID of the version. Read-only. Inherited from listItemVersion.
items documentSetVersionItem collection Items within the document set that are captured as part of this version.
lastModifiedBy identitySet Identity of the user which last modified the version. Read-only. Inherited from listItemVersion.
lastModifiedDateTime dateTimeOffset Date and time when the version was last modified. Read-only. Inherited from listItemVersion.
published publicationFacet Indicates the publication status of this particular version. Read-only. Inherited from listItemVersion.
shouldCaptureMinorVersion boolean If true, minor versions of items are also captured; otherwise, only major versions will be captured. Default value is false.

list

In This Article
Back to top Created by merill | Submit feedback