Interface getAssetVersionsParams

interface getAssetVersionsParams {
    assetId?: string;
    assetVersionId?: string;
    businessUnitId?: string;
}

Properties

assetId?: string

Asset ID to filter by, by default None. If None specified, will get all Asset Versions. If specified, will get only the Asset Versions for the specified Asset.

assetVersionId?: string

Asset Version ID to get, by default None. If None specified, will get all Asset Versions. If specified, will get only the Asset Version with that ID.

businessUnitId?: string

Business Unit ID to filter by, by default None. If None specified, will get all Asset Versions. If specified, will get only the Asset Versions in the specified Business Unit.