Audit Trail tells you the what has been changed over time in your WOZTELL app. It will also provide the time, the location & the user who created the change. This feature allows you to backtrack your changes and make appropriate amendments if necessary.
The following information will be recorded:
Information | Description |
---|---|
User Action Type | This refers to the type of action the user has performed; For example, "Update Response" means a response has been changed and "Delete Tree" means a tree has been deleted |
User Action's ID | This refers to the ID of that user action; You can paste this ID to a full url to backtrack to the actual location where the user has performed the change; For example, if the user has added a channel, you can open a random channel and replace the original ID with the User Action's ID: https://platform.woztell.com/channels/channels/[Insert User Action's ID here]/basic_info |
User Action's Details | This refers to the programmatic details of the User Action and usually in a JSON or JS format |
User | This refers to the user who performed the User Action |
Time | This refers to the time when the user performed the User Action |
Head over to "Audit Trail" under "Settings".
Select the time range.
https://platform.woztell.com/botbuilder/[Insert Tree ID here]?from=188746723&node=[Insert Node ID here]&to=1999324
There are numerous url format based on the performed user action. The safest way to generate a correct link format is to recreate the action type, copy the url format & replace the ID in the url.