Apps

List App Variants

Retrieve a list of app variants for a given app ID.

Args: app_id (str): The ID of the app to retrieve variants for.

Returns: List[AppVariantResponse]: A list of app variants for the given app ID.

get/apps/{app_id}/variants

Path parameters

app_idstring required

Response

Successful Response

app_idstring required
app_namestring required
variant_idstring required
variant_namestring required
project_idstring required
base_namestring required
base_idstring required
config_namestring required
uristring nullable
revisioninteger required
created_atstring nullable
updated_atstring nullable
modified_by_idstring nullable
organization_idstring nullable
workspace_idstring nullable

Changes