Api Home > WorkItem > GetChildWorkItems

POST api/V3/WorkItem/GetChildWorkItems Retrieves the child workitem Guids for any requested parent Base Ids

Request Information

URI Parameters

None.

Body Parameters

A list of parent WorkItem Ids to search on.

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "57145dd1-5441-4aef-8a27-e7914e38a100",
  "638773cc-c862-4dc6-9e0b-9d42fd36c0c1"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>57145dd1-5441-4aef-8a27-e7914e38a100</guid>
  <guid>638773cc-c862-4dc6-9e0b-9d42fd36c0c1</guid>
</ArrayOfguid>