Administrator
- Administrator
- All Products
/api/v2/auditlog
/api/v2/auditlog?batchId=<batchId>&batchSize=<batchSize>
Field
| Required
| Description
|
---|---|---|
batchSize
| Yes
| Number of entries to include in a batch.
|
batchId
| Yes
| The batch that you want to view.
Use 0 for the first batch, which contains the most recent audit log entries.
For example, to view entries 26-50, use a batch size of 25, and request batch 1.
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Audit log entry ID.
|
version
| Int
| Version.
|
orgId
| String
| Organization ID.
|
username
| String
| User who performed the action.
|
entryTime
| Date/time
| Time the action occurred. Uses Eastern Time Zone (ET).
|
entryTimeUTC
| Date/time
| Time the action occurred.
Uses Coordinated Universal Time (UTC).
|
objectId
| String
| ID of the object used.
|
objectName
| String
| Name of the object used.
|
category
| String
| Category of audit log entry. Returns one of the following codes:
|
event
| String
| Type of action performed. Returns one of the following codes:
|
eventParam
| String
| Objects related to the action.
The value can be a maximum of 1024 characters. If the value exceeds 1024 characters, it is truncated and prefixed with "Full Value Truncated."
|
message
| String
| Additional information.
|
/api/v2/auditlog?batchId=1&batchSize=20