User Logs
- 13 Feb 2024
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
User Logs
- Updated on 13 Feb 2024
- 1 Minute to read
- Contributors
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
What are User Logs?
The User Logs track and display the various API calls made by developers in the platform. Its like a record-keeping system that allows the platform administrators to primarily debug errors that have occurred within the platform.
Note
The user logs display only the logs generated on the current day.
The main User Logs screen shows the following details for each user:
- Username
- Api Type - indicates the classification of API's based on the different modules in the platform
- drive
- configurator
- library
- Login
- database
- businessfunction
- Log type- indicates classification of API based on its output
- info - indicates the information passed to the API
- debug - indicates more information on the failure of an API call
- error - lists the errored API calls
- warning - indicates incorrect data
- success - indicates API calls that have run successfully
- Timestamp - time of API call
- User Agent - indicates host information
The logs can be filtered by Api Type or Log Type by choosing the filter option from the respective dropdown list.
Click the Username to open the More Details pop up window. This screen gives more details of a particular API call such as:
- UUID - A unique ID for the log.
- Timestamp - The time of the API call.
- Tenant - Tenant ID
- Log Type - indicates classification of API based on its output
- API Type - indicates the classification of Api's based on the different modules in the platform.
- Login Name - logged in username
- Device Type - indicates host device (e.g. mobile phone, mac, etc.)
- User Agent - indicates host information
- IP Address - IP Address of the device from where the API was invoked.
- Method - Indicates API method (e.g., GET, POST).
- Message - shows the generated message of the API call
Was this article helpful?