Retrieve a List Journals
GET {{baseUrl}}/v1/journals
Returns an array of journal objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
after | string | By journal creation date. Format: 2020-01-01 | |
before | string | By journal creation date. Format: 2020-01-01 | |
status | string | See the JournalStatus model for more info | |
entry_type | string | JNLC or JNLS | |
to_account | string | The account id that received the journal | |
from_account | string | The account id that initiated the journal |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}]