A version holds data to all fields assigned to an entry.
If you want to display content, not modify it, you're better of using the PageApi accessible through the FrontendApi via Api.getFrontend.
Only one version can be published for any of the project's languages.
Constructor
Variables
Methods
getFieldData (key:String):JSONValue
Returns field data, this can be a string, bool, number, array or object
save ():EntryVersionApi
After using setField to alter field data, use the save function to write the changes to the database