メインコンテンツへ
BlueAI
ホーム/会計/監査ログ

監査ログ(Audit Logs)

会計データの変更履歴を参照します。

|

エンドポイント

GET/api/v1/accounting/audit-logs監査ログを取得
GET/api/v1/accounting/audit-logs

監査ログを取得

認証が必要ですセッション Cookie または Bearer トークンを含めてください

クエリパラメータ

名前必須説明
entity_type
string任意エンティティ種別で絞り込み(journal / account / fiscal_year / document)
entity_id
string任意エンティティ ID で絞り込み
limit
integer任意取得件数(デフォルト: 20, 最大: 100)
offset
integer任意取得開始位置(デフォルト: 0)

コード例

curl "https://api.blueai.jp/api/v1/accounting/audit-logs" \
  -H "Cookie: better-auth.session_token=<token>"