Integration Server 10.15 | Built-In Services Reference Guide | Assets Folder | Summary of Elements in this Folder | pub.assets:getHostedAPIs
 
pub.assets:getHostedAPIs
WmPublic. Retrieves the list of APIs in a package on Integration Server.
Input Parameters
packageList
String List. A package or a list of packages for which you want to view APIs.
Output Parameters
packages
Document List. The list of packages that contains APIs.
Key
Description
packageName
String. Name of a package.
api
Document List. The list of all APIs in a package.
Key
Description
apiName
String. The name of an API.
type
String. Type of the API.
Supported types are WSDL, SWAGGER, and OPENAPI.
endpointUrl
String. The URL of the API.
Note:
The service does not retrieve the endpointUrl for a consumer REST API or REST API descriptor.