Audit Trail
These are the endpoints that are available under the /auditTrail path, which lists all the different audit trails on your business' account.
Endpoint | Description |
---|---|
GET/auditTrail/client/{clientId} | Returns all objects documenting changes made to a client object in array format. |
GET /auditTrail/calendar/{calendarId} | Returns all objects documenting changes made to an appointment or time off object in array format. |
GET /auditTrail/class_schedule/{classscheduleId} | Returns all objects documenting changes made to a class schedule object in array format. |
There are no parameters included with auditTrail calls.
Property Name | Type | Description |
---|---|---|
auditTrailId | integer | Provides unique numeric ID for specified audit trail. |
businessId | integer | Provides unique numeric ID for the business to which specified audit trail belongs. |
changedAge | string | Displays as how long ago-in weeks or months-specified audit trail change took place. |
changedUser | string | Displays as name of user or entity that made specified audit trail change. If change was made from scheduler will display as "WebClient". |
columnName | string | Displays as the name of the object value that was changed. |
dateChanged | integer | Displays as date specified audit trail change took place in milliseconds elapsed since January 1, 1970 00:00:00 UTC form. |
description | string | Displays as description of what was changed-appointment, client, or class schedule-from what value to what value. |
newValue | string | Displays as the new value that columnName was changed to. |
oldValue | string | Displays as the old value that columnName was changed from. |
tableId | integer | Provides unique numeric ID for table from which specified audit change was taken (clientId, calendarId, classscheduleId).. |
tableName | string | Displays as the type of object-appointment, client, or class schedule-that was changed. |