I have been using REST interfaces (via ThingWorx) to access WTPart metadata.
There is a boolean attribute called latestInView that show the latest iteration of for example the Engineering view as compared to the attribute latest that specifies latest iteration, shown below.
| Version | latest | latestInView |
|
R1.1 |
false | false |
| R1.2 | true | false |
| R2.1 | false | false |
| R2.2 | false | false |
| R2.3 | true | true |
Can someone please explain where this attribute is configured? It seems to have disappeared from our development environment. I can't seems to access it from neither REST or OData REST anymore.
