Download OpenAPI specification:Download
このAPIは セマンティックバージョニング に従います:
GET /account/v1/datas - 利用可能な会計データ一覧を取得GET /account/v1/years - 対象年度の一覧を取得GET /account/v1/journal_dl - ダウンロード予約を作成GET /account/v1/journal_dl/reports/{id}/status - 処理進捗を確認GET /account/v1/journal_dl/reports/{id}/download - CSV形式でダウンロードGET /account/v1/report_dl - ダウンロード予約を作成GET /account/v1/report_dl/reports/{id}/status - 処理進捗を確認GET /account/v1/report_dl/reports/{id}/download - CSV形式でダウンロード{- "account_periods": [
- {
- "name": "【サンプル】ジョブカンリフォーム株式会社",
- "period": 1,
- "begin": "2024-04-01",
- "end": "2025-03-31",
- "api_data_key": "string",
- "api_data_key_expiry": "2025-06-30 12:30"
}
]
}ダウンロードの予約
| start_date | string 取引日付の範囲 YYYY-MM-DD (省略時:期首日) |
| end_date | string 取引日付の範囲 YYYY-MM-DD (省略時:期末日) |
| file_type | integer Value: 1 Example: file_type=1 1:CSV形式(UTF-8 BOMなし) |
| csv_type | integer Enum: 1 2 3 Example: csv_type=1 1:日記帳形式 |
| csv_version | integer Enum: 2 3 10 Example: csv_version=10 ※csv_typeで「2:インポート形式(ジョブカン形式)」を選択した場合に有効 |
| X-Api-Data-Key required | string APIデータキー |
{- "download_reserve": {
- "id": 4
}
}ダウンロードの予約
| start_month_index | integer [ 0 .. 12 ] 集計の開始月を指定するインデックス |
| end_month_index | integer [ 0 .. 12 ] 集計の終了月を指定するインデックス |
| report_type | integer Value: 1 Example: report_type=1 1:試算表(月次・期間) |
| file_type | integer Value: 1 Example: file_type=1 1:CSV形式(UTF-8 BOMなし) |
| X-Api-Data-Key required | string APIデータキー |
{- "download_reserve": {
- "id": 4
}
}