get https://jp-api-staging.getmoneytree.com/link/points/accounts//transactions.json
ポイントの明細
Transactions in a given account
必要なOAuthスコープ
points_read
Field Name | Description | Data Type | Null Permitted? |
---|---|---|---|
id | トランザクションID | Int(64) | No |
expense_type | トランザクションの種類 。 0 = 不明 (私用と仮定), 1 = 私用, 2 = 仕事 | 整数(Enum) | Yes |
amount | 取引金額 | double | No |
date | 取引日 | 文字列 | No |
description_guest | お客様によって入力された取引の内容 | 文字列 | Yes |
description_pretty | マネーツリーによって整えられた取引の内容 | 文字列 | Yes |
description_raw | 編集されていない取引の内容(生データ) | 文字列 | Yes |
account_id | アカウントID | Int(64) | Yes |
category_id | 取引明細のカテゴリーID | Int(64) | Yes |
created_at | マネーツリーに登録された時刻 | 文字列 | Yes |
updated_at | 取引明細の最終更新時刻 | 文字列 | Yes |