I want to select two properties using thingworx, I was able to select one property (first name) using this request:
https://example.com/Thingworx/Things/navigation/Properties/firstname?appKey=xxx
now I want to select first name and last name (both in the same use case : navigation)
Thank you
You should look onto services instead of Properties, for instance Service "GetNamedPropertyValues" or "GetNamedProperties" and pass as parameter the list of properties values to recover