audit EntityType
Track changes to records for analysis, record keeping, and compliance.
- Entity set path:
- [organization URI]/api/data/v9.2/audits
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Auditing
- Primary key:
- auditid
- Operations supported:
- GET
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
action | Edm.Int32 |
Actions the user can perform that cause a change Display name: Event Read only
Default options
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
additionalinfo | Edm.String |
Additional Info for Audit Display name: Additional Info |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributemask | Edm.String |
Contains a CSV of the ColumnNumber metadata property of attributes Display name: Changed Field Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
auditid | Edm.Guid |
Unique identifier of the auditing instance Display name: Record Id Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
changedata | Edm.String |
For given audit action, contains a string value describing the change details when corresponding IsAuditEnabled property is True Display name: Change Data Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the audit record was created. Display name: Changed Date Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
objecttypecode | Edm.String |
Unique identifier of the entity that is being audited Display name: Entity Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
operation | Edm.Int32 |
The action that causes the audit--it will be create, delete, update, upsert or archive Display name: Operation Read only
Default options
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
transactionid | Edm.Guid |
Unique identifier for multiple changes that are part of a single operation; this field contains the same GUID for all the audit rows generated in a single transaction Display name: Transaction Id Read only
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
useradditionalinfo | Edm.String |
Additional information associated to the user who caused the change. Display name: User Info |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
versionnumber | Edm.Int64 |
Version number of the audit. Display name: Version Number Read only
|
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_callinguserid_value | callinguserid |
Unique identifier of the calling user in case of an impersonated call |
_userid_value | userid |
Unique identifier of the user who caused a change |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
callinguserid | systemuser | lk_audit_callinguserid |
userid | systemuser | lk_audit_userid |
Operations
The following operations can be used with the audit entity type.
Name | Binding |
---|---|
DeleteAuditData | Not Bound |
DeleteRecordChangeHistory | Not Bound |
RetrieveAttributeChangeHistory | Not Bound |
RetrieveAuditDetails | Bound to Entity |
RetrieveAuditPartitionList | Not Bound |
RetrieveRecordChangeHistory | Not Bound |