GET /api/v2/account_lists/d0aa746d-7daf-450b-8f5c-35d4512609ce/entries
Content-Type: application/vnd.api+json
Body
Parameters
Sorts
entry_date
TypeUnknown
Description
Sort by entry_date date
Required
No
Filters
category_id
TypeID string
Description
Filter where entry category_id is in the collection; accepts ids separated by comma
Required
No
entry_date
Typedate
Description
Filter where entry_date is within provided date range
Required
No
financial_account_id
TypeID string
Description
Filter where entry financial_account_id is in the collection; accepts ids separated by comma
Required
No
wildcard_search
Typestring
Description
Filter where string is in description, code, category name, or category code
Required
No
Response
Headers
Body
Fields
data
Type[Financial Account Entry]
Description
An array of Entries
Entry [GET]
Entry [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
amount
Typenumber
Description
The original amount
code
Typestring
Description
The entry code
created_at
Typedate
Description
The timestamp of when this resource was created
currency
Typestring
Description
The currency of the original amount
description
Typestring
Description
Additional notes in relation to this entry
entry_date
Typedate
Description
The date the entry was received
remote_id
TypeID string
Description
The remote system id given by the origin system
type
Typestring
Description
Either FinancialAccount::Entry::Credit or FinancialAccount::Entry::Debit
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
category.data
TypeFinancial Account Entry Category
Description
The category this entry fits into
financial_account.data
TypeFinancial Account
Description
The financial account the entry belongs to