DecisionVault API
  1. Events
DecisionVault API
  • DecisionVault API
    • Authentication
    • Automation
    • External Identifiers
    • Financial Categories
    • Pagination
    • Webhooks
    • Questionnaires
      • Get Questionnaires
      • Get Single Questionnaire
    • FinancialCategories
      • Get Financial Categories
    • Matters
      • Get Matters
      • Get Single Matter
      • Get Clients for a Matter
      • Get Assets for a Matter
      • Get Contacts for a Matter
      • Get Documents for Matter
      • Get Financial Documents for Matter
      • Create Matter
    • Events
      • Get Events
        GET
      • Get Single Event
        GET
    • Documents
      • Get Single Document
    • Users
      • Get Single User
    • Subscriptions
      • Create Webhook Subscription
      • Delete Webhook Subscription
  1. Events

Get Single Event

GET
/v1/events/{event_id}
Get a single event

Request

Path Params

Responses

🟢200OK
application/json
OK
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/events/'
Response Response Example
{
    "event_id": "evt_EA3E6F8988BB4D34B888AE8255A52D2F",
    "event_type": "intakeform.started",
    "matter": {
        "id": "matter_0C52691789C84FB591EF5C25CF315A20"
    },
    "meta": {
        "questionnaire": {
            "id": "quest_5740A95819AF4CD08A339893184E2FD8",
            "internal_type": "Planning"
        }
    },
    "occured_at": "2022-08-31T15:38:29Z",
    "user": {
        "id": "user_CDCE88B0813BA4190B65DD68F485B61D3",
        "is_firm_staff": false,
        "is_client_user": true
    }
}
Modified at 2025-09-18 21:00:45
Previous
Get Events
Next
Get Single Document
Built with