Question
How to get the latest revision for all the structure/UsedBy entities
Hi, do anyone have any idea how to get the latest revision for all the structure/UsedBy entities?
I can get the latest revision for the requested part:
Windchill/servlet/odata/v5/ProdMgmt/Parts('<my oid>')?ptc.search.latestversion=true
But how can I get for all the UsedBy entities?
Windchill/servlet/odata/v5/ProdMgmt/Parts('<my oid>')?ptc.search.latestversion=true&%24expand=UsedBy(%24levels%3Dmax)

