Logging
Logging options are located in the Data Braider API Endpoint page under the logging fasttab. Logging is disabled by default as it is suggested to be used as an analysis or debugging tool. Once enabled, and some calls to the API have been tracked, the Endpoint Logs action at the top of the page will show the Entry number of the call, the endpoint configuration name, the user, as well as if the call was successful or not.
Drilling down on the entry number will give the user some additional information about the request, such as the input JSON (if the call was a write transaction) and the reply or Output given back to the calling function. Both of these can be found in the Input and Output Fasttabs. In addition, a Retry API Request action is available to attempt to reproduce the incoming API call.