Using ODATA REST APIs how to get representations of all versions of CAD Document?
Hi All,
Consider I have CAD document ABC--> 3.5, ABC--> 2.4 and ABC-->1.1
I need to fetch all three versions of CAD document along with representations for every version. I am using
/CADDocumens rest API and I am expanding "AllOlderVersion" service .
for ex:
expand: AllOlderVersion($select=AuthoringApplication,ID,VersionID,Name,Number,State,Version,Category,TypeIcon),Representations($filter=DefaultRepresentation eq true;$select=ID,CreoViewURL).
If I do this, I am getting representation only for the latest version. But I need representations for all the versions. How Can i achieve this ?
