Skip to main content
GET
List Expected Total Timeline

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

Query Parameters

entityIds
string<uuid>[]
required

Event IDs to retrieve timeline for (repeat param for multiple)

Minimum array length: 1
categoryIds
string[]

Filter to specific transaction category IDs

Response

Timeline of expected total snapshots (sorted chronologically)

entityId
string<uuid>
required

Event ID

transactionDate
string<date>
required

Date of the reserve update (YYYY-MM-DD)

activityTimestamp
string
required

ISO 8601 timestamp of the activity

categoryId
string
required

Transaction category ID (e.g., "alae_invoice")

categoryName
string
required

Human-readable category name

expectedTotalCents
integer
required

Expected total amount in cents at this point in time

createdByUserId
string | null

User ID who created the update (null if system-generated)

createdByUserName
string | null

User name who created the update (null if user not found)