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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

retrieve list of all things .... in thingworx

anassNasser
7-Bedrock

retrieve list of all things .... in thingworx

hi community, 

 

how can I retrieve names of all things, thingtemplates, datashape, ..... in thingworx

 

Thanks in advance.

 

Anass nasser

ACCEPTED SOLUTION

Accepted Solutions

Hi,

 

You can execute GetEntities service on the Project to get the list of all Things , ThingTemplates and DataShapes covered in that project.

View solution in original post

3 REPLIES 3

Hi,

 

You can retrieve the list of Things , ThingTemplates and dataShapes by making the rest call on the desired endpoints.

For example,

If you would like to get all your Things , then you can make below rest call

https://localhost:8443/Thingworx/Things where localhost is your host name and 8443 is the port on which Thingworx is deployed

For getting List of ThingTemplates, you can make below rest call

https://localhost:8443/Thingworx/ThingTemplates

 

 

first of all thank you, 

 

my question is there is any service or a function to retrieve all things, template,propeties,... inside a project, i want to make a copy of all entities in thingworx, to be able to give permessions by using a csv file.

 

Thank you in advance.

Hi,

 

You can execute GetEntities service on the Project to get the list of all Things , ThingTemplates and DataShapes covered in that project.

Announcements

Top Tags