Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the details of changed Work Items
|
Include Page | ||||
---|---|---|---|---|
|
API Specific Parameters
Parameter | Type | Required? | Description |
---|---|---|---|
|
| No | ServiceBroker keeps a record of all updates to Work Items that it is informed about, and assigns each update notification it receives a unique In the context of the API, the Thus:
This means that integrating systems which poll for changes to Work Items using the API will need to save the appropriate If a |
${limit} |
| No | When supplied, If not supplied, the default value is 10. |
${wid} | string | No | (aka WorkItem Id) When supplied, only updates with the matching WorkItem.Id (e.g. Job Id) to be returned by the API call. |
Note |
---|
ServiceBroker will only store updates to Work Items for the number of days defined by the |
API Specifics
Panel | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Retrieve the details of changed Work ItemsThis REST API will return the details of the Work Items that have changed since the last time the API was called, based on the URL
HTTP Request BodyThis request does not require a request body. HTTP ResponseSuccessOn success, an HTTP response code of 200 will be returned, and the response body will contain a JSON object, consisting of:
For example:
Error
|