Members
When you run a query, make sure you include all the entity members that you want to retrieve. If you omit the members parameter, the response will return all the existing entity members (all properties, all relations, and so on). To ensure optimal performance, only request the members you actually need.
Warning
The API is configured to only load the related paths that are specified in a query. If you don't specify related path relations in your query, the response won't return any.
Example query
The following query specifies the AssetTypeToAsset relation member, which is a related path relation.
Response
The response returns all the queried members, including AssetTypeToAsset under related_paths.