WorkItemDeleteReference interface
Reference to a deleted work item.
Properties
code | The HTTP status code for work item operation in a batch request. |
deleted |
The user who deleted the work item type. |
deleted |
The work item deletion date. |
id | Work item ID. |
message | The exception message for work item operation in a batch request. |
name | Name or title of the work item. |
project | Parent project of the deleted work item. |
type | Type of work item. |
url | REST API URL of the resource |
Property Details
code
The HTTP status code for work item operation in a batch request.
code: number
Property Value
number
deletedBy
The user who deleted the work item type.
deletedBy: string
Property Value
string
deletedDate
The work item deletion date.
deletedDate: string
Property Value
string
id
Work item ID.
id: number
Property Value
number
message
The exception message for work item operation in a batch request.
message: string
Property Value
string
name
Name or title of the work item.
name: string
Property Value
string
project
Parent project of the deleted work item.
project: string
Property Value
string
type
Type of work item.
type: string
Property Value
string
url
REST API URL of the resource
url: string
Property Value
string