Retrieving a Representation
This example shows you how to download a representation. Use the following GET request.
URI
GET /Windchill/servlet/odata/Visualization/Representations('OR:wt.viewmarkup.DerivedImage:786687') HTTP/1.1
You can use the function GetPVZ() to download a representation. For this representation, pass the parameter value as true for IncludeAnnotations. Pass the fidelity value as Low Fidelity for the parameter Fidelity.
URI
GET /Windchill/servlet/odata/Visualization/Representations('OR:wt.viewmarkup.DerivedImage:786687')/PTC.Visualization.GetPVZ(IncludeAnnotations=true,Fidelity='Low Fidelity') HTTP/1.1