journal_get_by_cursor
The following is a list of properties for the function journal_get_by_cursor
:
Property | Value |
---|---|
brief | Get journal entry at cursor |
category | journal |
description | Get journal entry specified by entry_cursor parameter. This option will set response properties "entry" and "cursor" if there is an entry to retrieve. If an entry with the supplied cursor does not exist, a not_found error is thrown. |
functionId | journal_get_by_cursor |
functionLabel | journal_get_by_cursor |
parameters | [ { "dataType": "string", "description": "Id of adaptor.", "name": "adaptorId" }, { "dataType": "string", "description": "Journal entry cursor.", "name": "cursor" } ] |
returns | { "dataType": "object", "description": "Response object." } |