Audit Logs
View change history of accounting data.
|
Endpoints
| GET | /api/v1/accounting/audit-logs | List audit logs |
GET
/api/v1/accounting/audit-logsList audit logs
Authentication required— Include session cookie or Bearer token
Query Parameters
| Name | Type | Required | Description |
|---|---|---|---|
entity_type | string | Optional | Filter by entity type (journal / account / fiscal_year / document) |
entity_id | string | Optional | Filter by entity ID |
limit | integer | Optional | Number of items to return (default: 20, max: 100) |
offset | integer | Optional | Offset for pagination (default: 0) |
Code Examples
curl "https://api.blueai.jp/api/v1/accounting/audit-logs" \
-H "Cookie: better-auth.session_token=<token>"