Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
How we can write POST or GET call from in this studio ? And using which language ? Java or c# ?
For example If I have 2 buttons, 1 for GetData which performs GET Call and 1 for postData which performs POST Call.
Dhruvesh Soni: You can write JavaScript code (Home.js or other view) to make a REST call on event of button click in Studio.