Example: 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/ExtendedDatasGetExtendedDatas
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"
]
}