Integration Server 11.1 | Built-In Services Reference Guide | Assets Folder | Summary of Elements in this Folder | pub.assets:getAssetInfo
 
pub.assets:getAssetInfo
WmPublic. Retrieves information for a specific asset in a package.
Input Parameters
packageName
String Name of the package for which to retrieve assets.
assetName
String Fully qualified name of the asset from which to retrieve asset information.
Output Parameters
asset
Document List The list of information about the specified asset.
Key
Description
name
String Fully qualified name of the asset.
displayName
String Local name of the asset.
category
String Asset category, such as Service, Document, and Trigger.
type
String Asset type, such as Flow Service, Java Service, and Document Type.
dependents
String List A list of assets that depend on or use this asset. If there are no dependents or there are errors retrieving dependents, the service returns an empty list.
references
String List A list of assets that are referenced or used by this asset. If there are no references or there are any errors retrieving references, the service returns an empty list.
dependentsError
String Conditional. Message indicating the error preventing retrieval of a list of dependent assets. This parameter is returned only if there is an error in retrieving the dependent assets.
referencesError
String Conditional. Message indicating the error preventing to retrieve a list of referenced assets. This parameter is returned only if there is an error in retrieving the referenced assets.