CounterAdjustments
List CounterAdjustments
Retrieve a list of CounterAdjustments created for Accounts in your Organization. You can filter the list returned by date, Account ID, or Counter ID.
CONSTRAINTS:
- The counterId query parameter is always required when calling this endpoint, used either as a single query parameter or in combination with any of the other query parameters.
- If you want to use the date, dateStart, or dateEnd query parameters, you must also use the accountId query parameter.
get/organizations/{orgId}/counteradjustments
Path parameters
orgIdstring required
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
pageSizeinteger
Number of CounterAdjustments to retrieve per page
nextTokenstring
nextToken for multi page retrievals.
counterIdstring
List CounterAdjustment items for the Counter UUID.
accountIdstring
List CounterAdjustment items for the Account UUID.
datestring
List CounterAdjustment items for the given date.
endDateStartstring
Only include CounterAdjustments with end dates equal to or later than this date.
endDateEndstring
Only include CounterAdjustments with end dates earlier than this date.
sortOrderstring
Sort order for the results
dateStartstring nullable
dateEndstring nullable
Response
Returns list of CounterAdjustments