Adaptive Framework 0.9.0

journal_get_by_cursor

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

PropertyValue
briefGet journal entry at cursor
categoryjournal
descriptionGet 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.
functionIdjournal_get_by_cursor
functionLabeljournal_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." }