curl --request POST \
--url https://api.rootfi.dev/accounting/bank_account/all \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"filter": {
"account_name": {
"eq": "Rootfi Test"
}
},
"orderBy": {
"balance": "asc"
},
"take": 10,
"skip": 0
}'
{
"data": {
"data": [
{
"rootfi_id": 123456,
"rootfi_company_id": 123456,
"rootfi_organisation_id": 123456,
"rootfi_integration_type": "ZOHO_BOOKS",
"rootfi_updated_at": "2021-09-28T15:00:00.000Z",
"rootfi_created_at": "2021-09-28T15:00:00.000Z",
"platform_id": "123456",
"currency_id": "3770712000000000099",
"institution_name": "Bank Central Asia",
"account_name": "Rootfi Test",
"account_number": "1234567890",
"category": "DEPOSIT",
"balance": 55000,
"updated_at": "2021-09-28T15:00:00.000Z",
"currency": {
"data": {
"platform_id": "3770712000000000099",
"name": "Indian Rupee",
"code": "INR",
"symbol": "₹",
"is_base_currency": true,
"exchange_rate": 0,
"updated_at": null
}
}
}
],
"total_count": 1
},
"request_timestamp": "2021-10-13T15:00:00.000Z",
"response_timestamp": "2021-10-13T15:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}List all Bank Accounts
curl --request POST \
--url https://api.rootfi.dev/accounting/bank_account/all \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"filter": {
"account_name": {
"eq": "Rootfi Test"
}
},
"orderBy": {
"balance": "asc"
},
"take": 10,
"skip": 0
}'
{
"data": {
"data": [
{
"rootfi_id": 123456,
"rootfi_company_id": 123456,
"rootfi_organisation_id": 123456,
"rootfi_integration_type": "ZOHO_BOOKS",
"rootfi_updated_at": "2021-09-28T15:00:00.000Z",
"rootfi_created_at": "2021-09-28T15:00:00.000Z",
"platform_id": "123456",
"currency_id": "3770712000000000099",
"institution_name": "Bank Central Asia",
"account_name": "Rootfi Test",
"account_number": "1234567890",
"category": "DEPOSIT",
"balance": 55000,
"updated_at": "2021-09-28T15:00:00.000Z",
"currency": {
"data": {
"platform_id": "3770712000000000099",
"name": "Indian Rupee",
"code": "INR",
"symbol": "₹",
"is_base_currency": true,
"exchange_rate": 0,
"updated_at": null
}
}
}
],
"total_count": 1
},
"request_timestamp": "2021-10-13T15:00:00.000Z",
"response_timestamp": "2021-10-13T15:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}curl --request POST \
--url https://api.rootfi.dev/accounting/bank_account/all \
--header 'Content-Type: application/json' \
--header 'api_key: <api-key>' \
--data '{
"filter": {
"account_name": {
"eq": "Rootfi Test"
}
},
"orderBy": {
"balance": "asc"
},
"take": 10,
"skip": 0
}'
Show child attributes
asc, desc asc, desc asc, desc asc, desc asc, desc asc, desc asc, desc asc, desc Show child attributes
Show child attributes
Show child attributes
The ID that the accounting platform uses to identify this account
The date at which the transaction was updated on the accounting platform
The unique ID we assign for that data's information
The RootFi designated id for the company
The RootFi designated id for the organisation
The accounting platform from which the data is being retrieved
ZOHO_BOOKS, QUICKBOOKS_SANDBOX, QUICKBOOKS, XERO, TALLY, SAGE_CLOUD_ACCOUNTING, MS_DYNAMICS_365, SAGE_ZA_CLOUD_ACCOUNTING, MYOB_BUSINESS, WAVE, ODOO_ACCOUNTING, NETSUITE, WAFEQ, MEKARI_JURNAL, BUSY, ROOTFI_SANDBOX, QOYOD The latest date at which RootFi updated this data
The date at which RootFi first synced this data
The ISO-4217 currency code
The name of the bank account
Name of the bank account
The bank account number
The category of the bank account
Balance of the bank account
The currency of the bank account
Show child attributes
Currency associated with the account.
Show child attributes
The ID that the accounting platform uses to identify this currency
The name of the currency
The code of the currency
The symbol of the currency
Is this the base currency of the organisation?
The exchange rate of the currency
The last ISO 8601 timestamp that the data was updated at
Total Count of response object
The time at which the request was received by the server
The time at which the response was sent by the server
The unique ID of the request