Solved
How to get response in json
Thingworx/Groups/ getting html response
how can i get json response by using this api in thingworx
Thingworx/Groups/ getting html response
how can i get json response by using this api in thingworx
You need to add header
| Accept | application/json |
Then the response will be in json format. Not sure if this was the question.
What also works (but is not so nice) is to add "<host>/Thingworx/Groups?Accept=application/json" to the url. You can also add maxItems=<number> as by default only 500 items will be returned.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.