Send JSON to outside thingworx
Can i send my json format properties to outside using REST API url without login from any user?
Can i send my json format properties to outside using REST API url without login from any user?
Url is like https://myservice.com/datas?auth=ABC123D4F7&startdate=2024-03-27
where:
myservice - is your service with it's API,
/datas - API call to read datas, depends on your api
/auth= ... - your API key
startdate - example parameter (you can add it to URL if use http GET, but not with http POST)
How to make your API key works? Ask your service admin.
If you are beginner with API calls, I recomend first to use POSTMAN (just google postman )program as a tool if your API works. It's very simple tool to check your API, your API calls. After you're sure your API works, you can try to figure out how to program it in TWX.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.