get_version method

get_version

Retrieves annotations from a specific version.

def get_version(self, version):
    ...
Parameter Type Description
version Any The version’s key of the version you want to return.

Returns: The list of annotations from the specified version. If None, returns the latest version.

See Also