Transactions
Get Transactions
GET
https://api.theairr.com/transaction/:transactionType
This endpoint allows you to get all the Transactions in the Organization.
Query Parameters
Name | Type | Description |
---|---|---|
transactionType | string | Type of the Transaction. Possible values: drawdown, distribution, dividend, investment_transaction, expense, management_fee, loan_received |
Headers
Name | Type | Description |
---|---|---|
X-API-KEY | string | API key for a particular Organization |
Get Transaction
GET
https://api.theairr.com/transaction/:transactionType/:transactionId
This endpoint allows you to get information about a particular Transaction.
Query Parameters
Name | Type | Description |
---|---|---|
transactionId | string | ID of the Transaction |
transactionType | string | Type of the Transaction. Possible values: drawdown, distribution, dividend, investment_transaction, expense, management_fee, loan_received |
Headers
Name | Type | Description |
---|---|---|
X-API-KEY | string | API key for a particular Organization |
Last updated