Reporting Work Item Links

This API provides access to all work item links in your project or collection and allows you to build a warehouse.

The response of the API contains a batch of work item links ("values"), a URL to the next batch of work item links ("nextLink") and a boolean that tells you whether you have read all currently available work item links ("isLastBatch").

The workflow for building your warehouse is as follows:

  1. Make a request to the API without providing a watermark parameter
  2. Process the work item links returned by the API
  3. Persist "nextLink" and check "isLastBatch"
  • If "isLastBatch" is true, pause for a period of time (varies depending on your target latency)
  1. Make the next request using the URL from "nextLink"
  2. Go to step 2

Operations

Get

Get a batch of work item links