List audit events
Events
List audit events
Not yet implemented.
Returns the immutable audit log. Every state change on every resource (filing, remittance, requirement) is recorded as an event with the actor, timestamp, and before/after state.
GET
List audit events
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Query Parameters
Available options:
filing, remittance, requirement Filter events for a specific resource
Available options:
filing.upcoming, filing.created, filing.blocked, filing.pending, filing.in_review, filing.approved, filing.submitted, filing.accepted, filing.rejected, filing.overdue, filing.amended, filing.cancelled, remittance.created, remittance.processing, remittance.completed, remittance.failed, requirement.created, requirement.satisfied, requirement.waived Return events after this timestamp
Pagination cursor from previous response
Number of items per page
Required range:
1 <= x <= 100