API REFERENCE · SCHEMA

ArchiveAuditEvent schema

Required fields are always present in their containing object. Optional fields may be omitted; null is allowed only where stated. Array item fields apply to every item.

All endpoints and schemas

Retained record for archive category audit. Keys retain their stored snake_case spelling. Nullable columns are included with null values. Expired records use ArchiveExpiredRecord instead; holdings can omit expired reason text.

idRequired
string

Format: uuid.

organization_idRequired
string
actor_idRequired
string
actionRequired
string
resource_idRequired
string or null

May be null.

resource_id fields and rules

Allowed alternatives

  • string
  • null

    May be null.

detailsRequired
value

Retained category-specific JSON value; keys may vary by event or historical version.

created_atRequired
string

Format: date-time.

expires_atRequired
string or null

May be null.

expires_at fields and rules

Allowed alternatives

  • string

    Format: date-time.

  • null

    May be null.