Skip to main content

ScopeAuditRecord

Individual audit record for a scope change

auditIDinteger<int64>

Unique audit record identifier

scopeIDinteger<int64>nullable

Scope identifier

contentTypestring

Type of content that was changed

contentIDstring

ID of the content that was changed

providerCodestring

Provider code associated with the change

connectionCodestringnullable

Connection code associated with the change

actionstring

Action that was performed on the content

Possible values: [created, updated, deleted, enabled, disabled]

oldValues objectnullable

Previous values before the change

property name*anynullable

Previous values before the change

newValues objectnullable

New values after the change

property name*anynullable

New values after the change

changedBystringnullable

User or system that performed the change

createdAtstring<date-time>

Timestamp when the change occurred

ScopeAuditRecord
{
"auditID": 0,
"scopeID": 0,
"contentType": "string",
"contentID": "string",
"providerCode": "string",
"connectionCode": "string",
"action": "created",
"oldValues": {},
"newValues": {},
"changedBy": "string",
"createdAt": "2024-07-29T15:51:28.071Z"
}