Skip to main content
10-Marble
June 4, 2024
Question

How to create get API in Thingworx with getting all data json format ?

  • June 4, 2024
  • 1 reply
  • 651 views

Hi, does GET API requests data directly from database? how the data flow works to get data in a get API ? 

 

Many thanks 

 

Related post

1 reply

Rocko
19-Tanzanite
June 5, 2024

Assuming you're talking about the REST API, that is just another interface. After unwrapping the request the processing of the call is the same as when you call a service from Composer or a Mashup, so it passes the application layer and does not go directly to the database.