dataverse_retrieve_record_change_history
Retrieve the complete audit trail of changes made to a specific Dataverse record, including who changed what and when. Requires auditing enabled on the org and table.
Instructions
Retrieve the full audit change history for a specific record.
Calls the unbound RetrieveRecordChangeHistory function which returns an AuditDetailCollection. Each AuditDetail is polymorphic — the most common subtype is AttributeAuditDetail (OldValue, NewValue per changed field). All subtypes include an AuditRecord navigation property with the audit metadata (who, when, what operation).
Note: requires auditing enabled on the org and the target table. If auditing is disabled, Dataverse returns an HTTP error — check the error message for audit configuration guidance.
URL form: GET /api/data/v9.2/RetrieveRecordChangeHistory(Target=@p1) ?@p1={'@odata.id':'()'}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |