Skip to content

Include Objects

When reading resources, it may be helpful to include related resources to reduce the number of requests. To do this, use the include parameter. It accepts a comma separated list of resources to include. Details of which resources can be included can be found in the API documentation for each endpoint.

v1/assets?include=product

Include collections

In some cases it is possible to include a related collection in a resource (e.g. the instrumentation of an asset). The number of included resources is limited to 10 entries. This value cannot be changed by the client. The included collection will contain the first 10 items, the total number of items available and a link to read all items.

/v1/assets/42?include=instrumentation