WildApricot · Example Payload

Wildapricot Audit Log Item Example

Membership ManagementAssociationsNonprofitEventsPayments

Wildapricot Audit Log Item Example is an example object payload from WildApricot, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdUrlTimestampContactFirstNameLastNameOrganizationEmailMessageSeverityOrderTypePropertiesDocumentDocumentTypeDocumentAction

Example Payload

Raw ↑
{
  "Id": 1934,
  "Url": null,
  "Timestamp": "2026-05-03",
  "Contact": null,
  "FirstName": "Jane Smith",
  "LastName": "Jane Smith",
  "Organization": "example-value",
  "Email": "member@example.com",
  "Message": "example-value",
  "Severity": "Warning",
  "OrderType": "ChangeBillingInfo",
  "Properties": {},
  "Document": null,
  "DocumentType": "Adjustment",
  "DocumentAction": "Created"
}