Get the collection asset and its evalauted results by ID

get

/resources/v1/aggregates/{siteName}/{collectionAssetType}/{assetId}/items

The resource endpoint returns the evalauted results in aggregated form for a given collection asset belonging to a given site name.

Important Note: It is a Collection Resource. All the evaluated results for the given collection asset are available in an items array in response. Each result is again an aggregated asset. So all the aggregate asset query params (assetDepth, expand, fields, segments, profileName) are also applicable to this resource. These aggregate asset query params are applied to each result in the items array. To know more about an aggregate asset and its query params, refer to Asset Resource end point.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Collection asset results in aggregated format.
Back to Top