---
title: "List CounterAdjustments"
method: GET
path: "/organizations/{orgId}/counteradjustments"
tags: ["CounterAdjustments"]
---

# List CounterAdjustments

`GET /organizations/{orgId}/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

- `orgId` string, required

## Query parameters

- `pageSize` integer
- `nextToken` string
- `counterId` string
- `accountId` string
- `date` string
- `endDateStart` string
- `endDateEnd` string
- `sortOrder` string
- `dateStart` string, nullable
- `dateEnd` string, nullable

## Response `200`

Returns list of CounterAdjustments

- PaginatedCounterAdjustmentResponseData
  - `data` CounterAdjustmentResponse[]
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
    - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
    - `createdBy` string — The ID of the user who created this item.
    - `lastModifiedBy` string — The ID of the user who last modified this item.
    - `counterId` string — The ID of the Counter that was used to make the CounterAdjustment on the Account.
    - `accountId` string — The Account ID the CounterAdjustment was created for.
    - `date` string, date — The date the CounterAdjustment was created for the Account *(in ISO-8601 date format)*.
    - `value` integer — Integer Value of the Counter that was used to make the CounterAdjustment.
    - `purchaseOrderNumber` string — Purchase Order Number for the Counter Adjustment. *(Optional)*
  - `nextToken` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `200`
  - added the new optional `query` request parameter `sortOrder`
  - added the optional property `data` to the response with the `200` status
  - added the optional property `nextToken` to the response with the `200` status
- **2025-02-04** `9433593378b5` — 1 breaking, 2 warning
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `nextToken` from the response with the `200` status

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/counteradjustments/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
