Returns

Returns a list of Version objects for the given product.

Example

versions = galtea.versions.list(product_id="YOUR_PRODUCT_ID")

Parameters

product_id
string
required
The ID of the product for which you want to list versions.
offset
int
The number of versions to skip before starting to collect the result set.
limit
int
The maximum number of versions to return.