Service Broker v2.0.1
SharePoint REST Service Broker
A service broker that exposes SharePoint list operations as SmartObject methods over the REST API, with retry and paging built in.
Install
- Download and unzip the package.
- Register the service type assembly on each K2 server.
- Create a service instance and supply the site URL and credentials.
- Generate SmartObjects from the service instance.
Configure
The broker pages automatically and exposes a configurable page size. Retry is on by default with a short backoff. Set the timeout and retry count on the service instance to match your environment.
Notes
Credentials are read from the service instance, not stored in the broker. Use a dedicated service account with least privilege on the target lists.
Version history
- v2.0.1
Fix the paging cursor on large lists and tighten the default timeout.
- v2.0.0
Move to the modern REST API and add automatic retry with backoff.
- v1.0.0
Initial release against the legacy endpoint.