Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
I have studied REST API example given at https://developer.thingworx.com/en/resources/guides/thingworx-rest-api-quickstart .
It uses command line tool HTTPie for GET/PUT the property value.
Is there any way to by using web browser instead of using command line?
Thanks,
shreekant
Solved! Go to Solution.
Yes, please refer to this article:
https://www.ptc.com/en/support/article?n=CS224211
Ensure your application key has not expired and the use is enabled in PlatformSubsystem.
Yes, please refer to this article:
https://www.ptc.com/en/support/article?n=CS224211
Ensure your application key has not expired and the use is enabled in PlatformSubsystem.
Hi,
Thanks for your reply. I have been able to get the GET working using
GET: https://pp-1904021146sg.devportal.ptc.io/Thingworx/Things/SomeTestThing/Properties/SomeNumber
However PUT is not working for me using
my app key is still functioning as I have tested it through command line tool HTTPie.
what could be the reason? Please help.
Thanks,
shreekant
Hi,
The issue is resolved for me. I have to enable Allow Request Method Switch option in PlatformSubSystem.
Thanks,
shreekant