Retrieve a List Journals

GET {{baseUrl}}/v1/journals

Returns an array of journal objects.

Request Params

KeyDatatypeRequiredDescription
afterstringBy journal creation date. Format: 2020-01-01
beforestringBy journal creation date. Format: 2020-01-01
statusstringSee the JournalStatus model for more info
entry_typestringJNLC or JNLS
to_accountstringThe account id that received the journal
from_accountstringThe account id that initiated the journal

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"f972577e-a2c1-29e6-858b-dd720a0d7179","entry_type":"JNLC","from_account":"7a572dde-3980-5673-056b-a7ccc573b315","to_account":"d69262ca-f7bf-3f61-1837-7adcf3877774","settle_date":"1997-11-08","status":"rejected","symbol":"AAPL","qty":"100","price":"100.00","system_date":"2024-02-20","description":"","currency":"USD"}]