Get List Aggregation
collection
GetListAggregation
ObjectBody
const response = await fetch('/v2/items/{collection}/aggregation', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "description": "text", "status": "text", "data": { "is_cached": false } }