Skip to main content
13-Aquamarine
December 6, 2022
Solved

Service that could return the total number of properties of a particular Thing entity.

  • December 6, 2022
  • 1 reply
  • 743 views

Hello Everyone,

 

Can you please attach if there is any Service that could return the total number of properties of a particular Thing entity ?

 

Thanks in advance!

 

Regards,

Anjali

Best answer by PaiChung

There is no OOTB service to get a count.

You would either get the Design or something like GetPropertyValues and then do the count on that infotable.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
December 6, 2022

There is no OOTB service to get a count.

You would either get the Design or something like GetPropertyValues and then do the count on that infotable.