Action | Method | Resource | Description |
---|---|---|---|
Get all |
|
| Get all events from a wallet. |
Get |
|
| Get event of wallet by id with |
Get |
|
| Get all events of a user and wallet with |
Get |
|
| Get event by user, wallet and wallet event with |
Create |
|
| Create event to a wallet |
Create |
|
| Create event to a wallet by user |
The Wallet model is composed of the following attributes:
Attribute | Type | Required | Description | whereable |
---|---|---|---|---|
id | Integer | No | Identifier of the event | |
wallet_id | Integer | Yes | Identifier of the wallet | |
code | String | No | Identifier for the event address | |
event | String | No | Data of the event | |
event_type | String | No | Type of event: | |
description | String | No | Data of the description | |
amount | Float | No | Quantity of the event | |
author_id | Integer | No | Identifier of the responsible for the event | |
fingerprint_data | JSON | No | Information of the action of the event | |
created_at | Timestamp | No | Date when the event was created | |
updated_at | Timestamp | No | Date when the event was updated |