Skip to main content
1-Visitor
January 7, 2022
Solved

Properties from Thing Shape

  • January 7, 2022
  • 1 reply
  • 997 views

Hi,

Is there a snippet or service to fetch the list of properties in a thing shape to display as infotable? I tried the GetPropertyDefinition from the ThingShape but it returns empty infotable. I wanted to fetch all the properties defined in the thing shape. How can we achieve this use case?

 

svisveswaraiya_0-1641549250973.png

Thanks in advance,

Shalini V.

Best answer by PaiChung

There isn't an easy way to do what you want.

I think it will have to be something like a GetPropertyValues on the Thing and then some filtering or looping through to build your final infotable.

You can look into using Categories potentially.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 7, 2022

There isn't an easy way to do what you want.

I think it will have to be something like a GetPropertyValues on the Thing and then some filtering or looping through to build your final infotable.

You can look into using Categories potentially.