Skip to content

REST Batch Operations

Compare
Choose a tag to compare
@gunjandatta gunjandatta released this 30 Oct 00:20
· 1081 commits to master since this release
857bf86

This release adds the ability to execute batch operations against the SharePoint REST API. A new "batch" method has been added to the base object, with the following input parameters:

  • batch() - Creates a new batch request
  • batch(callback) - Optional callback method for the request
  • batch(appendFl) - Option to append the request to the current batch

This feature is currently available in SharePoint Online, and may be added to On-Premise environments in the future.

Credit @jpalo for requesting this new feature.