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

# Retrieve CounterAdjustment

`GET /organizations/{orgId}/counteradjustments/{id}`

Retrieve a CounterAdjustment for the given UUID.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Returns the CounterAdjustment

- 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)*

## Other responses

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

---

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