REST API - skipWorkItem

The table summarizes the REST API - skipWorkItem.

Request

Format
PUT <baseurl>/workitem/skip
Query parameters
  • id=long (1..n): Unique ID of the work item.
  • version=long (1..n): Version of the work item. If not set, the latest version will be used.

Response

JSON Returns a JSON representation of the content of the skipWorkItemResponse element.
XML Returns the content of the skipWorkItemResponse element (from the WorkItemManagementService schema)

Example

Request
PUT <baseurl>/workitem/skip?id=14&version=2
Response
{
    "success": true
}