Skip to main content

Get work item by identifiers

Get work item by identifiers

Path Parameters
source String REQUIRED

Identifier of work item's source system (e.g. DevOps)

organization String REQUIRED
project String REQUIRED

Identifier of project the work item is in (e.g. P12345)

id String REQUIRED

Identifier of the work item (e.g. 4711)

Query Parameters
$top String

The max number of records.

$skip String

The number of records to skip.

$filter String

A function that must evaluate to true for a record to be returned.

$select String

Specifies a subset of properties to return. Use a comma separated list.

$orderby String

Determines what values are used to order a collection of records.

$expand String

Use to add related query data.

Header Parameters
x-instance string

The target instance for the request

x-company string

The target company for the request

Responses
200

Success

Schema OPTIONAL
source String OPTIONAL
organization String OPTIONAL
project String OPTIONAL
id String OPTIONAL
parentId String OPTIONAL
title String OPTIONAL
type String OPTIONAL
status String OPTIONAL
area String OPTIONAL
iteration String OPTIONAL
originalEstimate double OPTIONAL
remaining double OPTIONAL
completed double OPTIONAL
contact String OPTIONAL