How to create REST API and use in react application
I have created a one thing, inside that thing one service is created and I want to use this service in my react application.
I used the following format of API
'http://localhost/Thingworx/Things/ThingWorxTrainingMaintenanceBlog/Services/GetBlogEntriesWithComments' but still facing issue.
Please suggest me the correct way of doing this.
I'm using Thingworx 9.3

