cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to get the datashape names that are existed in thingworx

achitters
9-Granite

How to get the datashape names that are existed in thingworx

Hi All,

 

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

 

Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions
visla
14-Alexandrite
(To:achitters)

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

View solution in original post

1 REPLY 1
visla
14-Alexandrite
(To:achitters)

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

Top Tags