List Aggregations
Function name:m3ter_ListAggregations
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of Aggregations that can be filtered by Product, Aggregation ID, or Code.
Parameters
Exits
Create Aggregation
Function name:m3ter_PostAggregation
Category: WRITE
HTTP method: POST
Destination: m3ter
Create a new Aggregation.
Parameters
Exits
Retrieve Aggregation
Function name:m3ter_GetAggregation
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the Aggregation with the given UUID.
Parameters
Exits
Update Aggregation
Function name:m3ter_PutAggregation
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update the Aggregation with the given UUID.
Note: If you have created Custom Fields for an Aggregation, when you use this endpoint to update the Aggregation use the customFields parameter to preserve those Custom Fields. If you omit them from the update request, they will be lost.
Parameters
Exits
Delete Aggregation
Function name:m3ter_DeleteAggregation
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete the Aggregation with the given UUID.