Audit

Audit logging and compliance commands.

Table of Contents

trace

Get detailed audit trail for entity

API Information

Endpoint: POST /api/StoredProcedure/GetEntityAuditTrace

Authentication: Required (token-based with Rediacc-RequestToken header)

Details

Retrieves comprehensive audit information for a specific entity including all changes, access logs, and related operations.

Parameters

ParameterTypeRequiredDefaultDescriptionExample
entityTypestringYes-
entityIdentifierstringYes-

Examples

Auto-Generated CLI Examples
# Basic usage (required parameters only)
rediacc audit trace
Auto-Generated cURL Examples
# Using token authentication
curl -X POST "https://www.rediacc.com/api/StoredProcedure/GetEntityAuditTrace" \
  -H "Content-Type: application/json" \
  -H "Rediacc-RequestToken: YOUR_TOKEN_HERE" \
  -d '{
    "entityType": "example-entity_type",
    "entityIdentifier": "example-entity_identifier"
}'

Business Rules

  • User must be authenticated with valid credentials
  • Regular users can only view their own audit history
  • Team members can view audit for team resources
  • Administrators can view all company entity audits
  • Audit retention varies by subscription tier (7-365 days)
  • Maximum 100 records shown at once
  • Sensitive operations masked for non-administrators
  • Entity must exist and belong to your company
  • Region, bridge, permissions require admin access
  • Results sorted newest to oldest