Hi, when building an api call I usually use Bruno for quick developing and testing the overall structure. However when (re)building in Thinkwise I face a few issues that, in my opinion, could be easily addressed.
1/ The overall debug data within the process flow monitoring does not show my original outgoing request (?) and there seems to be no other location where this debugging data can be recovered.
2/ For some reason I am unable to test my development work without creation \ sync. Some parts like read file connector seem to not be working at all directly running from sf. This, in combination with 1, is causing a lot of additional time during development / debugging.
Could one give me some pro tips how to properly handle API development inside Thinkwise?
Debugging API requests
Best answer by Sebastiaan Meijerink
Martin,
There is logging in the place that we pointed out, the process flow monitor. In my example, there was no JSON body because it was a GET request. But if you look at a successful POST request, then there would be a body.
A web request is not completely made of JSON. This panel shows every part that makes up a request. If you decide to put JSON in it, that should be in the Request body.
The block Debug data has;
Request URL, Request method, Request Headers, Request body (if applicable), Response status code, Response header.
All the components that make up an HTTP request should be there. If the request body JSON is not in there, in your case, could you send us a screenshot of this panel for a POST request where this was missing? It could be a bug. The only known thing that would not be there is MultiPartForm.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.






