-
-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use WebAPI? #864
Comments
Hi, I hope it can help you... Set Tag value API
Get Tag value API |
Thanks a lot! |
I have tested and there is no problem with “getTagValue” . But when use "setTagValue", the numerical value has already been written, but the prompt message is: error: "not_found" Message: "tag id not found: t_5588a151-0dbf4300; t_080f5955-0fd54761; |
And another question: |
Hi, currently is not supported, we have a apiKey planned. |
@Doboo about the error that you have reported "not_found" Message: "tag id not found: t_5588a151-0dbf4300; t_080f5955-0fd54761; |
I tested the simultaneous writing of two points, and the values have been successfully written. But the prompt 'tag id not found' is just a bit strange, but it does not affect the use of the function. |
1 similar comment
I tested the simultaneous writing of two points, and the values have been successfully written. But the prompt 'tag id not found' is just a bit strange, but it does not affect the use of the function. |
Hi, thanks for the report, We can reproduce it and we will fix it |
I’m going to close this as resolved. let me know if you have any issues. |
Hi I want to get and post tag values, from Rest API testing tool. How to expose this tag id "id": "t_2f47264f-b9e4451d" to the outside fuxa ? |
@RajatDas2020 look at #650 |
Thank you, but what is the complete url for post , do we need to specify tag in the url itself like get ? |
No you don't need in the url but as parameter |
Hi;
I noticed that the latest released version mentions new features: 'New WebAPI' API/getTagValue 'and' API/setTagValue '.
But how can someone help with using this WebAPI?
The text was updated successfully, but these errors were encountered: