Skip to main content

Returns

Returns a Version object for the given product and version name.

Example

version = galtea.versions.get_by_name(product_id=product_id, version_name=version_name)

Parameters

product_id
string
required
The ID of the product for which you want to retrieve the version.
version_name
string
required
The name of the version you want to retrieve.