dmilne_uts
6 years agoContributor
Retrieving message revisions via Lithium API v2
Is it possible to retrieve previous revisions of messages via the lithium API? If so, how?
The documentation for the v2 API mentions a revisions object, but it also says that these objects are “not collections” and “cannot be queried as collections in the SELECT statement of a LiQL query”.
dmilne_uts - As mentioned "This collection has no functions" we can not query the data from this collection.
You only can get current_revision from messages collection.
SELECT current_revision from messages.