PagedResponseOfNetworkAction
Paginated response with cursor-based pagination.
- dataType: array object[] · NetworkAction[]required
The list of data items for this page.
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)
- detailsType: object · NetworkActionDetails nullable
Type-specific details about this action
Details for note actions
- archivedType: null | stringFormat: date-time
At When this note was archived (UTC, ISO 8601). Null when the note is still active. Populated for archived rows and for predecessors in a supersede chain (a superseded predecessor is also archived in the same transaction). Only returned when
include_archived=trueis requested, since archived rows are hidden from the default action list response. - fileType: object · FileAttachment nullable
Attached file information (if any)
- idempotencyType: null | string
Key Idempotency key used when creating this note (if applicable)
- kindenumconst:notevalues
- note
- messageType: string
The note text content
- noteType: null | string
Type Activity sub-type: "call", "meeting", "email", "news". Null for plain notes.
- oauthType: null | string
Client Id OAuth client ID that created this note (if created via Public API)
- supersededType: null | string
By Activity Id Id of the successor note that supersedes this note (i.e., this note is the predecessor and has been replaced by a newer revision). Null when this note is still the active head of its chain. Only meaningful when the predecessor is returned, which requires
include_archived=trueorinclude_superseded=true. - supersedesType: null | string
Activity Id Id of the predecessor note that this note supersedes (i.e., this note is the successor / current revision in a supersede chain). Null when this note is the original (not a revision of any other note).
- etagType: string
ETag for optimistic concurrency control. Send this value as the
If-Matchheader on PATCH /notes/{noteId} for archive, unarchive, and supersede operations. The header is mandatory on those endpoints (412 Precondition Failed on stale, 428 Precondition Required when omitted). - 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)
- pageType: objectrequired
Pagination metadata.
- hasType: boolean
More requiredTrue if there are more results available after this page.
- pageType: integer | string
Size Pattern: ^-?(?:0|[1-9]\d*)$Format: int32requiredNumber of items requested per page.
- nextType: null | string
Cursor Opaque cursor string to fetch the next page of results. Null if there are no more results.