I noticed some high level of errors in the analytics screen … Just wonder how can I trace this in the logs screen … I just need to know more details on the failed APIs …(what was the full REST URL for it linked with time of course )
Analytics notes all errors that you get using the REST Console and any SDK. For example, search using the wrong objectId. The console will show an error, Entity with ID 1 not found. But we will not see anything about it in the logs. Since there is no need to do so. If you do a search with SDK API, you can add logging, that will display this error in log file with all information you need.
You can read more about Backendless logging by this link Logging - Backendless REST API Documentation. All log files can be found in Files → logging directory.