Skip to main content
1-Visitor
April 20, 2018
Solved

How to get the datashape names that are existed in thingworx

  • April 20, 2018
  • 1 reply
  • 2260 views

Hi All,

 

Is it possible to list the datashape names that are existed in thingworx. 

 

Thanks

 

Best answer by visla

Hello!

 

Does the following help?

ThingWorx Composer --> System --> Resources --> open "EntityServices" --> go to "Services" --> test "GetEntityList" --> enter "DataShape" in the field "type"

 

I have just tested it and I get as result the list of all available DataShapes on my ThingWorx. If you are interested only in the DataShape Name, you might want to create your own Service that uses this GetEntityList and provides only the DataShape Names.

 

I hope that helps!

 

Best Regards,

Vanessa

1 reply

visla14-AlexandriteAnswer
14-Alexandrite
April 20, 2018

Hello!

 

Does the following help?

ThingWorx Composer --> System --> Resources --> open "EntityServices" --> go to "Services" --> test "GetEntityList" --> enter "DataShape" in the field "type"

 

I have just tested it and I get as result the list of all available DataShapes on my ThingWorx. If you are interested only in the DataShape Name, you might want to create your own Service that uses this GetEntityList and provides only the DataShape Names.

 

I hope that helps!

 

Best Regards,

Vanessa