List CompoundAggregations
Retrieve a list of all CompoundAggregations.
This endpoint retrieves a list of CompoundAggregations associated with a specific organization. CompoundAggregations enable you to define numerical measures based on simple Aggregations of usage data. It supports pagination, and includes various query parameters to filter the CompoundAggregations based on Product, CompoundAggregation IDs or short codes.
Path parameters
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
Query parameters
Specifies the maximum number of CompoundAggregations to retrieve per page.
The nextToken for multi-page retrievals. It is used to fetch the next page of CompoundAggregations in a paginated list.
An optional parameter to filter the CompoundAggregations based on specific Product unique identifiers (UUIDs).
An optional parameter to retrieve specific CompoundAggregations based on their unique identifiers (UUIDs).
An optional parameter to retrieve specific CompoundAggregations based on their short codes.
Response
Returns the list of CompoundAggregations
Changes
Changed in 2 of the 10 revisions of this API.232
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
nextTokento the response with the200statusresponse-optional-property-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ●
for the
queryrequest parameterproductId, the type/format of propertyitems/was changed fromobject/tostring/request-parameter-property-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
nextTokenfrom the response with the200statusresponse-optional-property-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲