GET v1/Companies({CompanyId})/Transactions?filter={filter}
Returns General Ledger Transactions by Date Range
Information:
Base URL:
https://api.covasoft.net/generalledger
Example of a call would be:
https://api.covasoft.net/generalledger/v1/Companies({CompanyId})/Transactions?$filter=TransactionDateUTC ge datetime'2019-09-11T00:00:00.000' and TransactionDateUTC le datetime'2019-09-12T00:00:00.000' & $skip=0 & $top=200
Odata Filters
Required: filter=TransactionDateUTC ge datetime'{UTCdatetime}' and TransactionDateUTC le datetime'{UTCdatetime}'
This can be no more than a 30 day span
Normal Odata pagings with $top & $skip
Max $top is 200 records
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyId |
The unique Company Id that was provided in your onboarding pacakage. |
integer |
Required |
filter |
The Odata filter applied to this call, see Odata filter section above |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
General Ledger Transactions by Date Range
Collection of GlTransactionsByDateRangeReturnName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
TransactionDateUTC | date |
None. |
|
CreatedByUserID | integer |
None. |
|
CreatedByUserName | string |
None. |
|
Entries | Collection of GLEntry |
None. |
Response Formats
application/json, text/json
[ { "Id": "ca5d21af-f856-415d-bc4f-c694601bd91d", "TransactionDateUTC": "2025-07-06T00:03:33.2902289+00:00", "CreatedByUserID": 3, "CreatedByUserName": "sample string 4", "Entries": [ { "LineNumber": 1, "AccountID": "b9ebf8a4-b472-4ab2-a09a-168f3cc98f20", "EntityID": 3, "Debit": 4.1, "Credit": 5.1, "Memo": "sample string 6", "ReferenceID": "22d381db-7625-4c1f-82fe-4c64e6414f82", "ReferenceType": "sample string 8", "CustomProperties": { "CatalogItemID": "b5109f2b-0b3f-41e2-ab5b-b264379e40fd", "SupplierID": 1, "PaymentMethodID": 2, "PaymentID": "c3313f04-4b1a-493c-96c0-fcae7d1023b7", "TaxID": "76fceef4-fd49-442a-b85e-b451ef855877" } }, { "LineNumber": 1, "AccountID": "b9ebf8a4-b472-4ab2-a09a-168f3cc98f20", "EntityID": 3, "Debit": 4.1, "Credit": 5.1, "Memo": "sample string 6", "ReferenceID": "22d381db-7625-4c1f-82fe-4c64e6414f82", "ReferenceType": "sample string 8", "CustomProperties": { "CatalogItemID": "b5109f2b-0b3f-41e2-ab5b-b264379e40fd", "SupplierID": 1, "PaymentMethodID": 2, "PaymentID": "c3313f04-4b1a-493c-96c0-fcae7d1023b7", "TaxID": "76fceef4-fd49-442a-b85e-b451ef855877" } } ] }, { "Id": "ca5d21af-f856-415d-bc4f-c694601bd91d", "TransactionDateUTC": "2025-07-06T00:03:33.2902289+00:00", "CreatedByUserID": 3, "CreatedByUserName": "sample string 4", "Entries": [ { "LineNumber": 1, "AccountID": "b9ebf8a4-b472-4ab2-a09a-168f3cc98f20", "EntityID": 3, "Debit": 4.1, "Credit": 5.1, "Memo": "sample string 6", "ReferenceID": "22d381db-7625-4c1f-82fe-4c64e6414f82", "ReferenceType": "sample string 8", "CustomProperties": { "CatalogItemID": "b5109f2b-0b3f-41e2-ab5b-b264379e40fd", "SupplierID": 1, "PaymentMethodID": 2, "PaymentID": "c3313f04-4b1a-493c-96c0-fcae7d1023b7", "TaxID": "76fceef4-fd49-442a-b85e-b451ef855877" } }, { "LineNumber": 1, "AccountID": "b9ebf8a4-b472-4ab2-a09a-168f3cc98f20", "EntityID": 3, "Debit": 4.1, "Credit": 5.1, "Memo": "sample string 6", "ReferenceID": "22d381db-7625-4c1f-82fe-4c64e6414f82", "ReferenceType": "sample string 8", "CustomProperties": { "CatalogItemID": "b5109f2b-0b3f-41e2-ab5b-b264379e40fd", "SupplierID": 1, "PaymentMethodID": 2, "PaymentID": "c3313f04-4b1a-493c-96c0-fcae7d1023b7", "TaxID": "76fceef4-fd49-442a-b85e-b451ef855877" } } ] } ]