NetworkAction
Public API representation of a network action (audit log entry). Immutable record of changes made to contacts/companies.
- cursorType: string
Opaque cursor for pagination (use this to fetch next page)
- details
Type-specific details about this action
- eventType: null | string
Audit event type: "ContactCreated", "ContactUpdated", "LinkCreated", etc. Only present for audit actions (type="audit").
- idType: string
Unique identifier for this action
- importType: null | integer | string
Id Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Import batch ID that triggered this action. Only present for actions originating from contact imports.
- sourceType: null | string
Origin of this action: "PublicApi", "Import", or "System". Null for web UI actions and historical data.
- timestampType: stringFormat: date-time
Utc When this action occurred (UTC)
- typeType: string
Type of action: "note" or "audit" (legacy: "api")
- userType: object ยท ActionUser nullable
User who performed this action (if available)
- idType: string
User's unique identifier
- nameType: string
User's display name