documentEvents
query
List document events
Retrieves all events linked to a specific document (e.g., payment reminders, follow-up tasks).
query {
documentEvents(companyId: Int!, documentId: Int!, options: EventOptions): Events!
}Returns: Events!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
options | EventOptions |