journal_get_next_after_cursor
    The following is a list of properties for the function journal_get_next_after_cursor:
| Property | Value | 
|---|---|
brief | Get next journal entry after cursor | 
category | journal | 
description | Get the next journal entry after the one specified by the entry_cursor parameter. This option will set response properties "entry" and "cursor" if there is a next entry to retrieve. | 
functionId | journal_get_next_after_cursor | 
functionLabel | journal_get_next_after_cursor | 
parameters | [ { "dataType": "string", "description": "Id of adaptor.", "name": "adaptorId" }, { "dataType": "string", "description": "Journal entry cursor.", "name": "cursor" } ] | 
returns | { "dataType": "object", "description": "Response object." } |