SP.ChangeCollection object
Represents a collection of SP.Change objects.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.ChangeCollection()
Members
The ChangeCollection object has the following members.
Constructor
The ChangeCollection object has the following constructor.
Constructor |
Description |
---|---|
Initializes a new instance of the SP.ChangeCollection object. |
Methods
The ChangeCollection object has the following methods.
Method |
Description |
---|---|
Gets the item at the specified index position in the collection. |
Properties
The ChangeCollection object has the following properties.
Property |
Description |
---|---|
Gets an item from the collection. |
REST resource endpoint
Endpoint URI structure
http://<sitecollection>/<site>/_api/web/getchanges(changequery)
HTTP requests
This resource supports the following HTTP commands:
POST syntax
POST http://<sitecollection>/<site>/_api/web/getchanges(changequery)