Adaptive Framework 0.9.0

journal_get_next_after_cursor

The following is a list of properties for the function journal_get_next_after_cursor:

PropertyValue
briefGet next journal entry after cursor
categoryjournal
descriptionGet 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.
functionIdjournal_get_next_after_cursor
functionLabeljournal_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." }