Skip to main content
5-Regular Member
April 24, 2020
Question

Windchill REST Services - using custom entity

  • April 24, 2020
  • 0 replies
  • 789 views

Hi,

I created custom entity, with custom attribute:

2020-04-24_09h30_46.png

Now I can retrieve the attribute by $select.

 

The issue is, I cannot get selected attribute from object 'Revisions', e.g.:

 

"/CADDocumentMgmt/LWECADDocuments?$expand=Revisions($select=DESCRIPTIONLONG)"

 

2020-04-24_09h45_18.png

How can I change the inherited navigation property type? I tried to add "versioned" in "inherits" but without any results.