---
title: "Get all total amount price adjustments for a reservation"
method: GET
path: "/price-adjustments/total-amount/{id}"
tags: ["Price Adjustments"]
---

# Get all total amount price adjustments for a reservation

`GET /price-adjustments/total-amount/{id}`

Get all total amount price adjustments for a reservation

## Path parameters

- `id` string, required

## Response `200`

All total amount price adjustments for the reservation.

- object[]
  - `_id` object, required
  - `reservationId` object, required
  - `accountId` object, required
  - `amount` number, required
  - `normalType` string, required
  - `secondIdentifier` string
  - `creationMethod` string, required
  - `type` string, required
  - `userName` string, required
  - `description` string
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `attributedAt` string, date-time
  - `adjustmentFlow` string
  - `sourceName` string
  - `parentInvoiceItemId` object
  - `realizationDatesRange` object
    - `from` string, required
    - `to` string, required
  - `stayIndex` number

## Other responses

- `400` — Invalid reservation ID.

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
