Windchill REST Services > Windchill REST Services Domain Capabilities > Examples for Basic REST Operations > Examples for the PTC BOM Transformation Domain > Retrieving Multiple Extended Data Objects
  
Retrieving Multiple Extended Data Objects
This example shows you how to retrieve multiple extended data objects. Use the following URI with the POST method, and specify the OIDs for the extended data objects in the request body.
URI
POST Windchill/servlet/odata/BomTransformation/GetExtendedDatas
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"ExtendedDatas": [
"OR.com.ptc.windchill.enterprise.data.EnterpriseData:190090",
"OR.com.ptc.windchill.enterprise.data.EnterpriseData:190096"
]
}