WildApricot · Schema

AuditLogItem

AuditLogItem schema from WildApricot Admin API

Membership ManagementAssociationsNon-ProfitEventPayments

Properties

Name Type Description
Id integer Unique identifier.
Url object
Timestamp string Item creation date.
Contact object
FirstName string Contact first name
LastName string Contact last name
Organization string Contact organization
Email string Contact primary email.
Message string Log item text.
Severity string Log item severity level.
OrderType string The origin of the audit log entry.
Properties object Collection of audit log item properties that contains all technical information about transaction and other linked documents.
Document object
DocumentType string Related document type.
DocumentAction string Action performed on related document type.
View JSON Schema on GitHub

JSON Schema

wildapricot-audit--log--item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-schema/wildapricot-audit--log--item-schema.json",
  "title": "AuditLogItem",
  "description": "AuditLogItem schema from WildApricot Admin API",
  "type": "object",
  "properties": {
    "Id": {
      "type": "integer",
      "description": "Unique identifier."
    },
    "Url": {
      "$ref": "#/components/schemas/ResourceUrl"
    },
    "Timestamp": {
      "type": "string",
      "format": "date",
      "description": "Item creation date."
    },
    "Contact": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to related contact."
        }
      ]
    },
    "FirstName": {
      "type": "string",
      "description": "Contact first name"
    },
    "LastName": {
      "type": "string",
      "description": "Contact last name"
    },
    "Organization": {
      "type": "string",
      "description": "Contact organization"
    },
    "Email": {
      "type": "string",
      "description": "Contact primary email."
    },
    "Message": {
      "type": "string",
      "description": "Log item text."
    },
    "Severity": {
      "type": "string",
      "description": "Log item severity level.",
      "enum": [
        "Verbose",
        "Information",
        "AttentionRequired",
        "Warning",
        "Error",
        "Critical"
      ]
    },
    "OrderType": {
      "type": "string",
      "description": "The origin of the audit log entry.",
      "enum": [
        "MembershipApplication",
        "MembershipRenewal",
        "MembershipLevelChange",
        "EventRegistration",
        "Donation",
        "ChangeBillingPlan",
        "ChangeBillingInfo",
        "LockInPlan",
        "AssociationRenewal"
      ]
    },
    "Properties": {
      "type": "object",
      "description": "Collection of audit log item properties that contains all technical information about transaction and other linked documents."
    },
    "Document": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LinkedResource"
        },
        {
          "description": "Link to related document."
        }
      ]
    },
    "DocumentType": {
      "type": "string",
      "description": "Related document type.",
      "enum": [
        "Invoice",
        "Payment",
        "CreditMemo",
        "Refund",
        "Adjustment",
        "DonationPayment",
        "InvoicePayment"
      ]
    },
    "DocumentAction": {
      "type": "string",
      "description": "Action performed on related document type.",
      "enum": [
        "Created",
        "Changed",
        "Deleted",
        "Voided",
        "Custom"
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wildapricot-audit--log--item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.