Retrieving Revisions of Extended Data Objects
Example: Retrieving Revisions of an Extended Data Object
This example shows you how to retrieve all the revisions of an extended data object. Use the following URI with the GET method. It will show all the revisions for a specific extended data object.
URI
GET /Windchill/servlet/odata/BomTransformation//ExtendedDatas('<ExtendedDataId>')/Revisions
To retrieve a specific revision of an extended data object use the following URI with the GET method:
GET /Windchill/servlet/odata/BomTransformation/ExtendedDatas('<ExtendedDataId>')/Revisions('<RevisionsId>')