---
title: "Get the account details history for an account"
method: GET
path: "/v1.0/account-details-history"
tags: ["Account Details History"]
---

# Get the account details history for an account

`GET /v1.0/account-details-history`

## Query parameters

- `accountId` integer, required
- `page` integer, required
- `size` integer, required

## Response `200`

OK

- AccountDetailsHistoryListResponse
  - `accountDetailsHistoryList` AccountDetailsHistoryDTO[]
    - `changedBy` string
    - `creationDate` string, date-time
    - `category` 'FIRST_YEAR_OF_REPORTING_OBLIGATION'
    - `previousValue` JsonNode
    - `newValue` JsonNode
    - `reason` string
  - `total` integer

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

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