---
title: "View adjustment type"
method: GET
path: "/adjustment_types/{id}"
tags: ["Adjustment Types"]
---

# View adjustment type

`GET /adjustment_types/{id}`

This endpoint returns a single adjustment type

## Path parameters

- `id` integer, required

## Query parameters

- `subdomain` string, required

## Headers

- `Nex-Api-Version` string, required

## Response `200`

Successful

- APIV20240412EntitiesLedgerAdjustmentTypeResponse — API_V20240412_Entities_Ledger_AdjustmentType_Response model
  - `code` boolean — Indicates the success or failure of the request
  - `description` string — Additional context on the request to help with debugging.
  - `error` string[] — Any errors that occur during the execution of the request.
  - `data` APIV20240412EntitiesLedgerAdjustmentType
    - `id` integer — Resource id
    - `name` string — The name of the payment type
    - `active` boolean — Whether the adjustment type is currently active
    - `action` 'credit' | 'debit' | 'unknown' — Indicates if this type will credit or debit the adjustment. Unknown option is for EHRs which doesn't support the concept
    - `updated_at` string, date-time — Adjustment Type update date in UTC
  - `count` integer — Number of total objects, in case of collection.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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