Interface getAllAssetsParams

interface getAllAssetsParams {
    assetId?: string;
    businessUnitId?: string;
}

Properties

assetId?: string

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

businessUnitId?: string

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