Get the transactions from a given accounting source
Comma separated list of the project IDs to get transactions for
The beginning of the range from which to pull transactions
The ending of the range from which to pull transactions
GET //finance/transactions HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
Successful Operation
{ "source": "text", "transactions": { "projectId": [ { "accountType": "text", "accountName": "text", "debit": 1, "credit": 1, "transactionDate": "text" } ] } }