Exchange Graph
Query response schema
You can specify which fields to display about each asset. The following fields let you refine query output:
Parameter | Description |
---|---|
organizationId |
Organization ID for an asset. |
groupId |
Group ID for an asset. |
assetId |
Asset ID for each asset. |
version |
Version for an asset. |
createdAt |
Date and time an asset was created, for example, 2018-02-11T04:48:20.585Z. |
createdBy { id, userName, firstName, lastName } |
Display who created the asset. |
dependencies { groupId, assetId, version, name, type } |
Returns the assets the listed asset depends on. |
files { classifier, packaging, externalLink, md5 } |
File information. |
name |
Asset name. |
numberOfRates |
The number of reviews for an asset. |
rating |
Star rating value for an asset. |
runtimeVersion |
Mule Runtime version. |
tags { value, key, mutable } |
The asset tags. The tags created in the user interface and when publishing are only |
type |
Lowercase values corresponding to the Exchange All Types menu: connector, template, example, rest-api, soap-api, raml-fragment, and custom. |