Tracking REST calls
In this section, we'll describe how to track REST calls. Since the data communication in Visual Builder applications happens via REST APIs, it's very important to track the REST calls. When you call any Business Objects or any external REST APIs, a request is made to the server to push or pull data depending on the REST call. Sometimes you may need to track the REST calls end to end to debug the REST API issues.
For example, if the VB application calls any external REST API to push data into the external application but somehow all the records could not be updated successfully in the external application, as a developer, it's your duty to debug the VB application to check where the problem is located.
In order to debug such issues in VB, open the browser development console, move to the Network tab, and replicate the issue. Click on the REST API name that you want to track and view the complete REST API details from request to response.
...