← Downloads
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

  1. Download and unzip the package.
  2. Register the service type assembly on each K2 server.
  3. Create a service instance and supply the site URL and credentials.
  4. 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

  1. v2.0.1

    Fix the paging cursor on large lists and tighten the default timeout.

  2. v2.0.0

    Move to the modern REST API and add automatic retry with backoff.

  3. v1.0.0

    Initial release against the legacy endpoint.