Integration Server 11.1 | Built-In Services Reference Guide | Assets Folder | Summary of Elements in this Folder | pub.assets:getAssetsFromDependentPackages
 
pub.assets:getAssetsFromDependentPackages
WmPublic. Retrieves asset information for the specified package and any dependent packages.
Input Parameters
packageName
String Name of the package from which to retrieve assets.
assetType
String Optional. A comma-separated list of asset types from which to retrieve information. Asset types include Flow Service, Java Service, Document Type, etc. To retrieve a list of all asset types, call the GET/admin/assettype operation in the Integration Server Administrator API.
visible
Boolean Optional. Flag indicating whether the service retrieves dependent assets. Set to:
*true to retrieve assets from other packages when flagged as visible.
*false to not retrieve assets from other packages.
Note:
Use IBM webMethods.io Integration to specify whether or not an asset can be referenced from outside the package.
favorite
Boolean Optional. Flag indicating whether the service retrieves assets that are marked as favorite. Set to:
*true to retrieve the assets that are marked as a favorite.
*false to retrieve the assets that are not marked as a favorite.
Note:
Use IBM webMethods.io Integration to mark an asset as a favorite.
deprecated
Boolean Optional. Flag indicating whether the service retrieves assets that are marked as deprecated. Set to:
*true to retrieve assets that are marked as deprecated.
*false to retrieve assets that are not marked as deprecated.
Note:
Use IBM webMethods.io Integration to mark an asset as deprecated.
displayName
String Optional. Local name for the asset for which to retrieve information.
since
String Optional. Version of the package from which to retrieve information.
Note:
Use IBM webMethods.io Integration to specify the version of the package.
tag
String Optional. Tag for which to filter assets. Service results only include assets with the specified tag. You can specify only one tag.
Note:
Use IBM webMethods.io Integration to assign tags to assets.
Output Parameters
packageName
Document List of packages with assets that meet the input criteria.
Key
Description
name
String Fully qualified name of the asset.
displayName
String Local name for the asset.
type
String Asset type, such as Flow Service, Java Service, or Document Type.