List Aggregations
Retrieve a list of Aggregations that can be filtered by Product, Aggregation ID, or Code.
Path parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
Number of Aggregations to retrieve per page.
nextToken for multi-page retrievals.
The UUIDs of the Products to retrieve Aggregations for.
List of Aggregation IDs to retrieve.
List of Aggregation codes to retrieve. These are unique short codes to identify each Aggregation.
Response
Returns the list of Aggregations
Changes
Changed in 3 of the 10 revisions of this API.242
- ●
added the new
CUSTOM_SQLenum value to thedata/items/allOf[subschema #4]/aggregationresponse property for the response status200response-property-enum-value-added
- ●
- ▲
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
- ▲