Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
How to invoke service via REST in HTML?
i has "A_Thing"
that was include service that add stream entry
We will send an HTML-based sentence via email.
This created sentence contains a button. (<button type = "button" onclick = "location.href = 'joinUs.jsp'"> CHECK </ button>)
If you press this button, ThingWorx service will be executed through REST.
I typed <host>: <port> / Thingworx / A_Thing / Service / MyService in location.href.
The button was successfully created and included in the email.
However, if you press the button, Invalid Request is displayed.
How do I invoke ThingWorx's service using REST in HTML?
It will be helpful if you show examples of use.
thank
Solved! Go to Solution.
Hi @CHASEONHO wondering if you have already seen this REST API Overview and Examples to help you with the examples on how to make REST calls.
Hi @CHASEONHO wondering if you have already seen this REST API Overview and Examples to help you with the examples on how to make REST calls.