The only way to retrieve draft versions of content is either through `entityQuery` or leverage the `router`. Desirably, having the ability to retrieve the latest revision for an `entityById` or `entityByUuid` will allow for queries to be consistent whether retrieving the default or latest revision.
Include the `revision` parameter in the `entityById` and `entityByUuid` queries.
Active
1.0
Code