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.
Path parameters
UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service.
Query parameters
Number of CounterAdjustments to retrieve per page
nextToken for multi page retrievals.
List CounterAdjustment items for the Counter UUID.
List CounterAdjustment items for the Account UUID.
List CounterAdjustment items for the given date.
Only include CounterAdjustments with end dates equal to or later than this date.
Only include CounterAdjustments with end dates earlier than this date.
Sort order for the results
Response
Returns list of CounterAdjustments
Changes
Changed in 2 of the 10 revisions of this API.223
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
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
- ●
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
- ▲