Get an entity at a specific versionParameters
---------- entity: T the entity type entity_id: Union[str, basic.Uuid] the ID for a specific entity version: Union[str, float] the specific version of the entity fields: List List of fields to return
Retrieve the list of versions for a specific entityParameters
---------- entity: T the entity type entity_id: Union[str, basic.Uuid] the ID for a specific entityReturns
------- List lists of available versions for a specific entity
convert float version to strParameters
---------- version : Union[str, float] the version number of the entityReturns
------- str the string representation of the version